Interface GapicMetadata.ServiceAsClientOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GapicMetadata.ServiceAsClient, GapicMetadata.ServiceAsClient.Builder
Enclosing class:
GapicMetadata

public static interface GapicMetadata.ServiceAsClientOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.
    The name of the library client formatted as it appears in the source code
    com.google.protobuf.ByteString
    The name of the library client formatted as it appears in the source code
    Deprecated.
    int
    A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.
    A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.
    A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.
    A mapping from each proto-defined RPC name to the the list of methods in library_client that implement it.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLibraryClient

      String getLibraryClient()
       The name of the library client formatted as it appears in the source code
       
      string library_client = 1;
      Returns:
      The libraryClient.
    • getLibraryClientBytes

      com.google.protobuf.ByteString getLibraryClientBytes()
       The name of the library client formatted as it appears in the source code
       
      string library_client = 1;
      Returns:
      The bytes for libraryClient.
    • getRpcsCount

      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;
    • containsRpcs

      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;
    • getRpcs

      Deprecated.
      Use getRpcsMap() instead.
    • 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;
    • getRpcsOrDefault

      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;
    • getRpcsOrThrow

      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;