Uses of Class
com.google.gapic.metadata.GapicMetadata.MethodList
-
Packages that use GapicMetadata.MethodList Package Description com.google.gapic.metadata -
-
Uses of GapicMetadata.MethodList in com.google.gapic.metadata
Methods in com.google.gapic.metadata that return GapicMetadata.MethodList Modifier and Type Method Description GapicMetadata.MethodListGapicMetadata.MethodList.Builder. build()GapicMetadata.MethodListGapicMetadata.MethodList.Builder. buildPartial()static GapicMetadata.MethodListGapicMetadata.MethodList. getDefaultInstance()GapicMetadata.MethodListGapicMetadata.MethodList.Builder. getDefaultInstanceForType()GapicMetadata.MethodListGapicMetadata.MethodList. getDefaultInstanceForType()GapicMetadata.MethodListGapicMetadata.ServiceAsClient.Builder. getRpcsOrDefault(String key, GapicMetadata.MethodList defaultValue)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.GapicMetadata.MethodListGapicMetadata.ServiceAsClient. getRpcsOrDefault(String key, GapicMetadata.MethodList defaultValue)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.GapicMetadata.MethodListGapicMetadata.ServiceAsClientOrBuilder. getRpcsOrDefault(String key, GapicMetadata.MethodList defaultValue)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.GapicMetadata.MethodListGapicMetadata.ServiceAsClient.Builder. getRpcsOrThrow(String key)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.GapicMetadata.MethodListGapicMetadata.ServiceAsClient. getRpcsOrThrow(String key)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.GapicMetadata.MethodListGapicMetadata.ServiceAsClientOrBuilder. getRpcsOrThrow(String key)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.static GapicMetadata.MethodListGapicMetadata.MethodList. parseDelimitedFrom(InputStream input)static GapicMetadata.MethodListGapicMetadata.MethodList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(byte[] data)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(com.google.protobuf.ByteString data)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(com.google.protobuf.CodedInputStream input)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(InputStream input)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(ByteBuffer data)static GapicMetadata.MethodListGapicMetadata.MethodList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.gapic.metadata that return types with arguments of type GapicMetadata.MethodList Modifier and Type Method Description Map<String,GapicMetadata.MethodList>GapicMetadata.ServiceAsClient.Builder. getMutableRpcs()Deprecated.com.google.protobuf.Parser<GapicMetadata.MethodList>GapicMetadata.MethodList. getParserForType()Map<String,GapicMetadata.MethodList>GapicMetadata.ServiceAsClient.Builder. getRpcs()Deprecated.Map<String,GapicMetadata.MethodList>GapicMetadata.ServiceAsClient. getRpcs()Deprecated.Map<String,GapicMetadata.MethodList>GapicMetadata.ServiceAsClientOrBuilder. getRpcs()Deprecated.Map<String,GapicMetadata.MethodList>GapicMetadata.ServiceAsClient.Builder. getRpcsMap()A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.Map<String,GapicMetadata.MethodList>GapicMetadata.ServiceAsClient. getRpcsMap()A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.Map<String,GapicMetadata.MethodList>GapicMetadata.ServiceAsClientOrBuilder. getRpcsMap()A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.static com.google.protobuf.Parser<GapicMetadata.MethodList>GapicMetadata.MethodList. parser()Methods in com.google.gapic.metadata with parameters of type GapicMetadata.MethodList Modifier and Type Method Description GapicMetadata.MethodListGapicMetadata.ServiceAsClient.Builder. getRpcsOrDefault(String key, GapicMetadata.MethodList defaultValue)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.GapicMetadata.MethodListGapicMetadata.ServiceAsClient. getRpcsOrDefault(String key, GapicMetadata.MethodList defaultValue)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.GapicMetadata.MethodListGapicMetadata.ServiceAsClientOrBuilder. getRpcsOrDefault(String key, GapicMetadata.MethodList defaultValue)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.GapicMetadata.MethodList.BuilderGapicMetadata.MethodList.Builder. mergeFrom(GapicMetadata.MethodList other)static GapicMetadata.MethodList.BuilderGapicMetadata.MethodList. newBuilder(GapicMetadata.MethodList prototype)GapicMetadata.ServiceAsClient.BuilderGapicMetadata.ServiceAsClient.Builder. putRpcs(String key, GapicMetadata.MethodList value)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.Method parameters in com.google.gapic.metadata with type arguments of type GapicMetadata.MethodList Modifier and Type Method Description GapicMetadata.ServiceAsClient.BuilderGapicMetadata.ServiceAsClient.Builder. putAllRpcs(Map<String,GapicMetadata.MethodList> values)A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.
-