public interface GoSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsRenamedServices(String key)
public abstract 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;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getCommon()
public abstract CommonLanguageSettings getCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Returns | |
---|---|
Type | Description |
CommonLanguageSettings |
The common. |
getCommonOrBuilder()
public abstract CommonLanguageSettingsOrBuilder getCommonOrBuilder()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Returns | |
---|---|
Type | Description |
CommonLanguageSettingsOrBuilder |
getRenamedServices() (deprecated)
public abstract Map<String,String> getRenamedServices()
Use #getRenamedServicesMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getRenamedServicesCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
getRenamedServicesMap()
public abstract 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;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getRenamedServicesOrDefault(String key, String defaultValue)
public abstract 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;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getRenamedServicesOrThrow(String key)
public abstract 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;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
hasCommon()
public abstract boolean hasCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the common field is set. |