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.getDefaultInstance()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"];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 TypeMethodDescriptionstatic com.google.protobuf.Parser<DescriptorProtos.ServiceOptions>DescriptorProtos.ServiceOptions.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.ServiceOptionsModifier and TypeMethodDescriptionDescriptorProtos.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"];