Uses of Class
io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
-
-
Uses of Messages.ClientConfigureRequest.RpcType in io.grpc.testing.integration
Methods in io.grpc.testing.integration that return Messages.ClientConfigureRequest.RpcType Modifier and Type Method Description static Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequest.RpcType. forNumber(int value)Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequest.Metadata.Builder. getType().grpc.testing.ClientConfigureRequest.RpcType type = 1;Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequest.Metadata. getType().grpc.testing.ClientConfigureRequest.RpcType type = 1;Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequest.MetadataOrBuilder. getType().grpc.testing.ClientConfigureRequest.RpcType type = 1;Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequest.Builder. getTypes(int index)The types of RPCs the client sends.Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequest. getTypes(int index)The types of RPCs the client sends.Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequestOrBuilder. getTypes(int index)The types of RPCs the client sends.static Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequest.RpcType. valueOf(int value)Deprecated.static Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequest.RpcType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Messages.ClientConfigureRequest.RpcTypeMessages.ClientConfigureRequest.RpcType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Messages.ClientConfigureRequest.RpcType[]Messages.ClientConfigureRequest.RpcType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.testing.integration that return types with arguments of type Messages.ClientConfigureRequest.RpcType Modifier and Type Method Description java.util.List<Messages.ClientConfigureRequest.RpcType>Messages.ClientConfigureRequest.Builder. getTypesList()The types of RPCs the client sends.java.util.List<Messages.ClientConfigureRequest.RpcType>Messages.ClientConfigureRequest. getTypesList()The types of RPCs the client sends.java.util.List<Messages.ClientConfigureRequest.RpcType>Messages.ClientConfigureRequestOrBuilder. getTypesList()The types of RPCs the client sends.static com.google.protobuf.Internal.EnumLiteMap<Messages.ClientConfigureRequest.RpcType>Messages.ClientConfigureRequest.RpcType. internalGetValueMap()Methods in io.grpc.testing.integration with parameters of type Messages.ClientConfigureRequest.RpcType Modifier and Type Method Description Messages.ClientConfigureRequest.BuilderMessages.ClientConfigureRequest.Builder. addTypes(Messages.ClientConfigureRequest.RpcType value)The types of RPCs the client sends.Messages.ClientConfigureRequest.Metadata.BuilderMessages.ClientConfigureRequest.Metadata.Builder. setType(Messages.ClientConfigureRequest.RpcType value).grpc.testing.ClientConfigureRequest.RpcType type = 1;Messages.ClientConfigureRequest.BuilderMessages.ClientConfigureRequest.Builder. setTypes(int index, Messages.ClientConfigureRequest.RpcType value)The types of RPCs the client sends.Method parameters in io.grpc.testing.integration with type arguments of type Messages.ClientConfigureRequest.RpcType Modifier and Type Method Description Messages.ClientConfigureRequest.BuilderMessages.ClientConfigureRequest.Builder. addAllTypes(java.lang.Iterable<? extends Messages.ClientConfigureRequest.RpcType> values)The types of RPCs the client sends.
-