Uses of Class
com.google.protobuf.DescriptorProtos.ServiceOptions
Packages that use DescriptorProtos.ServiceOptions
-
Uses of DescriptorProtos.ServiceOptions in com.google.protobuf
Methods in com.google.protobuf 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 [json_name = "options"];
DescriptorProtos.ServiceDescriptorProto.getOptions()
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
DescriptorProtos.ServiceDescriptorProtoOrBuilder.getOptions()
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
Descriptors.ServiceDescriptor.getOptions()
Get theServiceOptions
, defined indescriptor.proto
.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 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 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 [json_name = "options"];
DescriptorProtos.ServiceOptions.newBuilder
(DescriptorProtos.ServiceOptions prototype) DescriptorProtos.ServiceDescriptorProto.Builder.setOptions
(DescriptorProtos.ServiceOptions value) optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];