Class IndexEndpointName.Builder (3.42.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
TypeDescription
IndexEndpointName

getIndexEndpoint()

public String getIndexEndpoint()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setIndexEndpoint(String indexEndpoint)

public IndexEndpointName.Builder setIndexEndpoint(String indexEndpoint)
Parameter
NameDescription
indexEndpointString
Returns
TypeDescription
IndexEndpointName.Builder

setLocation(String location)

public IndexEndpointName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
IndexEndpointName.Builder

setProject(String project)

public IndexEndpointName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
IndexEndpointName.Builder