Uses of Class
com.google.protobuf.DescriptorProtos.ServiceOptions
-
Packages that use DescriptorProtos.ServiceOptions Package Description com.google.protobuf -
-
Uses of DescriptorProtos.ServiceOptions in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.ServiceOptions Modifier and Type Field Description static Parser<DescriptorProtos.ServiceOptions>DescriptorProtos.ServiceOptions. PARSERDeprecated.Methods in com.google.protobuf that return DescriptorProtos.ServiceOptions Modifier and Type Method Description DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions.Builder. build()DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions.Builder. buildPartial()static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. getDefaultInstance()DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions.Builder. getDefaultInstanceForType()DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. getDefaultInstanceForType()DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceDescriptorProto.Builder. getOptions()optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceDescriptorProto. getOptions()optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceDescriptorProtoOrBuilder. getOptions()optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];DescriptorProtos.ServiceOptionsDescriptors.ServiceDescriptor. getOptions()Get theServiceOptions, defined indescriptor.proto.static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(byte[] data)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(ByteString data)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(CodedInputStream input)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(java.io.InputStream input)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(java.nio.ByteBuffer data)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.ServiceOptions Modifier and Type Method Description Parser<DescriptorProtos.ServiceOptions>DescriptorProtos.ServiceOptions. getParserForType()static Parser<DescriptorProtos.ServiceOptions>DescriptorProtos.ServiceOptions. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.ServiceOptions Modifier and Type Method Description DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. mergeFrom(DescriptorProtos.ServiceOptions other)DescriptorProtos.ServiceDescriptorProto.BuilderDescriptorProtos.ServiceDescriptorProto.Builder. mergeOptions(DescriptorProtos.ServiceOptions value)optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];static DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions. newBuilder(DescriptorProtos.ServiceOptions prototype)DescriptorProtos.ServiceDescriptorProto.BuilderDescriptorProtos.ServiceDescriptorProto.Builder. setOptions(DescriptorProtos.ServiceOptions value)optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.ServiceOptions Modifier and Type Method Description <Type> DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,java.util.List<Type>> extension, Type value)<Type> DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,?> extension)<Type> DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,java.util.List<Type>> extension, int index, Type value)<Type> DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,Type> extension, Type value)
-