public static interface GapicMetadata.ServiceAsClientOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsRpcs(String key)
A mapping from each proto-defined RPC name to the the list of
methods in library_client that implement it.
|
String |
getLibraryClient()
The name of the library client formatted as it appears in the source code
|
com.google.protobuf.ByteString |
getLibraryClientBytes()
The name of the library client formatted as it appears in the source code
|
Map<String,GapicMetadata.MethodList> |
getRpcs()
Deprecated.
|
int |
getRpcsCount()
A mapping from each proto-defined RPC name to the the list of
methods in library_client that implement it.
|
Map<String,GapicMetadata.MethodList> |
getRpcsMap()
A mapping from each proto-defined RPC name to the the list of
methods in library_client that implement it.
|
GapicMetadata.MethodList |
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 |
getRpcsOrThrow(String key)
A mapping from each proto-defined RPC name to the the list of
methods in library_client that implement it.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLibraryClient()
The name of the library client formatted as it appears in the source code
string library_client = 1;com.google.protobuf.ByteString getLibraryClientBytes()
The name of the library client formatted as it appears in the source code
string library_client = 1;int getRpcsCount()
A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it. There can be more than one library_client method for each RPC. RPCs with no library_client methods need not be included. The key name is the name of the RPC as defined and formated in the proto file.
map<string, .google.gapic.metadata.GapicMetadata.MethodList> rpcs = 2;boolean containsRpcs(String key)
A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it. There can be more than one library_client method for each RPC. RPCs with no library_client methods need not be included. The key name is the name of the RPC as defined and formated in the proto file.
map<string, .google.gapic.metadata.GapicMetadata.MethodList> rpcs = 2;@Deprecated Map<String,GapicMetadata.MethodList> getRpcs()
getRpcsMap() instead.Map<String,GapicMetadata.MethodList> getRpcsMap()
A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it. There can be more than one library_client method for each RPC. RPCs with no library_client methods need not be included. The key name is the name of the RPC as defined and formated in the proto file.
map<string, .google.gapic.metadata.GapicMetadata.MethodList> rpcs = 2;GapicMetadata.MethodList 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. There can be more than one library_client method for each RPC. RPCs with no library_client methods need not be included. The key name is the name of the RPC as defined and formated in the proto file.
map<string, .google.gapic.metadata.GapicMetadata.MethodList> rpcs = 2;GapicMetadata.MethodList getRpcsOrThrow(String key)
A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it. There can be more than one library_client method for each RPC. RPCs with no library_client methods need not be included. The key name is the name of the RPC as defined and formated in the proto file.
map<string, .google.gapic.metadata.GapicMetadata.MethodList> rpcs = 2;Copyright © 2022 Google LLC. All rights reserved.