Uses of Class
com.google.protobuf.gen.DescriptorProtos.ServiceOptions
-
Packages that use DescriptorProtos.ServiceOptions Package Description com.google.protobuf.gen -
-
Uses of DescriptorProtos.ServiceOptions in com.google.protobuf.gen
Fields in com.google.protobuf.gen with type parameters of type DescriptorProtos.ServiceOptions Modifier and Type Field Description static com.google.protobuf.Parser<DescriptorProtos.ServiceOptions>DescriptorProtos.ServiceOptions. PARSERDeprecated.Methods in com.google.protobuf.gen 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;DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceDescriptorProto. getOptions()optional .google.protobuf.ServiceOptions options = 3;DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceDescriptorProtoOrBuilder. getOptions()optional .google.protobuf.ServiceOptions options = 3;static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseDelimitedFrom(InputStream input)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(byte[] data)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(com.google.protobuf.ByteString data)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(com.google.protobuf.CodedInputStream input)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(InputStream input)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(ByteBuffer data)static DescriptorProtos.ServiceOptionsDescriptorProtos.ServiceOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf.gen that return types with arguments of type DescriptorProtos.ServiceOptions Modifier and Type Method Description com.google.protobuf.Parser<DescriptorProtos.ServiceOptions>DescriptorProtos.ServiceOptions. getParserForType()static com.google.protobuf.Parser<DescriptorProtos.ServiceOptions>DescriptorProtos.ServiceOptions. parser()Methods in com.google.protobuf.gen 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;static DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions. newBuilder(DescriptorProtos.ServiceOptions prototype)DescriptorProtos.ServiceDescriptorProto.BuilderDescriptorProtos.ServiceDescriptorProto.Builder. setOptions(DescriptorProtos.ServiceOptions value)optional .google.protobuf.ServiceOptions options = 3;Method parameters in com.google.protobuf.gen with type arguments of type DescriptorProtos.ServiceOptions Modifier and Type Method Description <Type> DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. addExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,List<Type>> extension, Type value)<Type> DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. clearExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,?> extension)<Type> DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,List<Type>> extension, int index, Type value)<Type> DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,Type> extension, Type value)
-