Interface GoSettingsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
GoSettings, GoSettings.Builder

public interface GoSettingsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • hasCommon

      boolean hasCommon()
       Some settings.
       
      .google.api.CommonLanguageSettings common = 1 [json_name = "common"];
      Returns:
      Whether the common field is set.
    • getCommon

       Some settings.
       
      .google.api.CommonLanguageSettings common = 1 [json_name = "common"];
      Returns:
      The common.
    • getRenamedServicesCount

      int getRenamedServicesCount()
       Map of service names to renamed services. Keys are the package relative
       service names and values are the name to be used for the service client
       and call options.
      
       publishing:
       go_settings:
       renamed_services:
       Publisher: TopicAdmin
       
      map<string, string> renamed_services = 2 [json_name = "renamedServices"];
    • containsRenamedServices

      boolean containsRenamedServices(String key)
       Map of service names to renamed services. Keys are the package relative
       service names and values are the name to be used for the service client
       and call options.
      
       publishing:
       go_settings:
       renamed_services:
       Publisher: TopicAdmin
       
      map<string, string> renamed_services = 2 [json_name = "renamedServices"];
    • getRenamedServices

      @Deprecated Map<String,String> getRenamedServices()
      Deprecated.
    • getRenamedServicesMap

      Map<String,String> getRenamedServicesMap()
       Map of service names to renamed services. Keys are the package relative
       service names and values are the name to be used for the service client
       and call options.
      
       publishing:
       go_settings:
       renamed_services:
       Publisher: TopicAdmin
       
      map<string, string> renamed_services = 2 [json_name = "renamedServices"];
    • getRenamedServicesOrDefault

      String getRenamedServicesOrDefault(String key, String defaultValue)
       Map of service names to renamed services. Keys are the package relative
       service names and values are the name to be used for the service client
       and call options.
      
       publishing:
       go_settings:
       renamed_services:
       Publisher: TopicAdmin
       
      map<string, string> renamed_services = 2 [json_name = "renamedServices"];
    • getRenamedServicesOrThrow

      String getRenamedServicesOrThrow(String key)
       Map of service names to renamed services. Keys are the package relative
       service names and values are the name to be used for the service client
       and call options.
      
       publishing:
       go_settings:
       renamed_services:
       Publisher: TopicAdmin
       
      map<string, string> renamed_services = 2 [json_name = "renamedServices"];