public static class IndexEndpointName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IndexEndpointName |
build() |
String |
getIndexEndpoint() |
String |
getLocation() |
String |
getProject() |
IndexEndpointName.Builder |
setIndexEndpoint(String indexEndpoint) |
IndexEndpointName.Builder |
setLocation(String location) |
IndexEndpointName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getIndexEndpoint()
public IndexEndpointName.Builder setProject(String project)
public IndexEndpointName.Builder setLocation(String location)
public IndexEndpointName.Builder setIndexEndpoint(String indexEndpoint)
public IndexEndpointName build()
Copyright © 2024 Google LLC. All rights reserved.