Class IndexEndpointName.Builder (3.44.0)

public static class IndexEndpointName.Builder

Builder for projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}.

Inheritance

java.lang.Object > IndexEndpointName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public IndexEndpointName build()
Returns
Type Description
IndexEndpointName

getIndexEndpoint()

public String getIndexEndpoint()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setIndexEndpoint(String indexEndpoint)

public IndexEndpointName.Builder setIndexEndpoint(String indexEndpoint)
Parameter
Name Description
indexEndpoint String
Returns
Type Description
IndexEndpointName.Builder

setLocation(String location)

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

setProject(String project)

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