Class ExternalApiName.Builder (0.1.0)

public static class ExternalApiName.Builder

Builder for projects/{project}/locations/{location}/externalApis/{external_api}.

Inheritance

java.lang.Object > ExternalApiName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ExternalApiName build()
Returns
Type Description
ExternalApiName

getExternalApi()

public String getExternalApi()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setExternalApi(String externalApi)

public ExternalApiName.Builder setExternalApi(String externalApi)
Parameter
Name Description
externalApi String
Returns
Type Description
ExternalApiName.Builder

setLocation(String location)

public ExternalApiName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
ExternalApiName.Builder

setProject(String project)

public ExternalApiName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
ExternalApiName.Builder