Uses of Class
com.google.gapic.metadata.GapicMetadata.MethodList.Builder
Packages that use GapicMetadata.MethodList.Builder
-
Uses of GapicMetadata.MethodList.Builder in com.google.gapic.metadata
Methods in com.google.gapic.metadata that return GapicMetadata.MethodList.BuilderModifier and TypeMethodDescriptionGapicMetadata.MethodList.Builder.addAllMethods(Iterable<String> values) List of methods for a specific proto-service client in the GAPIC.GapicMetadata.MethodList.Builder.addMethods(String value) List of methods for a specific proto-service client in the GAPIC.GapicMetadata.MethodList.Builder.addMethodsBytes(com.google.protobuf.ByteString value) List of methods for a specific proto-service client in the GAPIC.GapicMetadata.MethodList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GapicMetadata.MethodList.Builder.clear()GapicMetadata.MethodList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GapicMetadata.MethodList.Builder.clearMethods()List of methods for a specific proto-service client in the GAPIC.GapicMetadata.MethodList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GapicMetadata.MethodList.Builder.clone()GapicMetadata.MethodList.Builder.mergeFrom(GapicMetadata.MethodList other) GapicMetadata.MethodList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GapicMetadata.MethodList.Builder.mergeFrom(com.google.protobuf.Message other) GapicMetadata.MethodList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GapicMetadata.MethodList.newBuilder()GapicMetadata.MethodList.newBuilder(GapicMetadata.MethodList prototype) GapicMetadata.MethodList.newBuilderForType()protected GapicMetadata.MethodList.BuilderGapicMetadata.MethodList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GapicMetadata.ServiceAsClient.Builder.putRpcsBuilderIfAbsent(String key) A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.GapicMetadata.MethodList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GapicMetadata.MethodList.Builder.setMethods(int index, String value) List of methods for a specific proto-service client in the GAPIC.GapicMetadata.MethodList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GapicMetadata.MethodList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GapicMetadata.MethodList.toBuilder()