Class EndpointName.Builder (1.3.0)

public static class EndpointName.Builder

Builder for projects/{project}/locations/{location}/endpoints/{endpoint}.

Inheritance

java.lang.Object > EndpointName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EndpointName build()
Returns
Type Description
EndpointName

getEndpoint()

public String getEndpoint()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setEndpoint(String endpoint)

public EndpointName.Builder setEndpoint(String endpoint)
Parameter
Name Description
endpoint String
Returns
Type Description
EndpointName.Builder

setLocation(String location)

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

setProject(String project)

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