Class ApiConfigName.Builder (2.27.0)

publicstaticclass ApiConfigName.Builder

Builder for projects/{project}/locations/global/apis/{api}/configs/{api_config}.

Inheritance

java.lang.Object > ApiConfigName.Builder

Constructors

Builder()

protectedBuilder()

Methods

build()

publicApiConfigNamebuild()
Returns
Type Description
ApiConfigName

getApi()

publicStringgetApi()
Returns
Type Description
String

getApiConfig()

publicStringgetApiConfig()
Returns
Type Description
String

getProject()

publicStringgetProject()
Returns
Type Description
String

setApi(String api)

publicApiConfigName.BuildersetApi(Stringapi)
Parameter
Name Description
api String
Returns
Type Description
ApiConfigName.Builder

setApiConfig(String apiConfig)

publicApiConfigName.BuildersetApiConfig(StringapiConfig)
Parameter
Name Description
apiConfig String
Returns
Type Description
ApiConfigName.Builder

setProject(String project)

publicApiConfigName.BuildersetProject(Stringproject)
Parameter
Name Description
project String
Returns
Type Description
ApiConfigName.Builder

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.