Uses of Class
com.google.protobuf.generated.DescriptorProtos.ServiceOptions
Packages that use DescriptorProtos.ServiceOptions
-
Uses of DescriptorProtos.ServiceOptions in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.ServiceOptions in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Protobuf typegoogle.protobuf.ServiceOptions
static final class
Protobuf typegoogle.protobuf.ServiceOptions
Subinterfaces with type arguments of type DescriptorProtos.ServiceOptions in com.google.protobuf.generatedMethods in com.google.protobuf.generated that return DescriptorProtos.ServiceOptionsModifier and TypeMethodDescriptionDescriptorProtos.ServiceOptions.Builder.build()
DescriptorProtos.ServiceOptions.Builder.buildPartial()
DescriptorProtos.ServiceOptions.getDefaultInstance()
DescriptorProtos.ServiceOptions.Builder.getDefaultInstanceForType()
DescriptorProtos.ServiceOptions.getDefaultInstanceForType()
DescriptorProtos.ServiceDescriptorProto.Builder.getOptions()
optional .google.protobuf.ServiceOptions options = 3;
DescriptorProtos.ServiceDescriptorProto.getOptions()
optional .google.protobuf.ServiceOptions options = 3;
DescriptorProtos.ServiceDescriptorProtoOrBuilder.getOptions()
optional .google.protobuf.ServiceOptions options = 3;
DescriptorProtos.ServiceOptions.parseDelimitedFrom
(InputStream input) DescriptorProtos.ServiceOptions.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceOptions.parseFrom
(byte[] data) DescriptorProtos.ServiceOptions.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceOptions.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.ServiceOptions.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceOptions.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.ServiceOptions.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceOptions.parseFrom
(InputStream input) DescriptorProtos.ServiceOptions.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ServiceOptions.parseFrom
(ByteBuffer data) DescriptorProtos.ServiceOptions.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.ServiceOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<DescriptorProtos.ServiceOptions> DescriptorProtos.ServiceOptions.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.ServiceOptions> DescriptorProtos.ServiceOptions.parser()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.ServiceOptionsModifier and TypeMethodDescriptionDescriptorProtos.ServiceOptions.Builder.mergeFrom
(DescriptorProtos.ServiceOptions other) DescriptorProtos.ServiceDescriptorProto.Builder.mergeOptions
(DescriptorProtos.ServiceOptions value) optional .google.protobuf.ServiceOptions options = 3;
DescriptorProtos.ServiceOptions.newBuilder
(DescriptorProtos.ServiceOptions prototype) DescriptorProtos.ServiceDescriptorProto.Builder.setOptions
(DescriptorProtos.ServiceOptions value) optional .google.protobuf.ServiceOptions options = 3;