@Generated(value="by gapic-generator-java") public class IndexEndpointName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexEndpointName.Builder
Builder for projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
IndexEndpointName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String indexEndpoint) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getIndexEndpoint() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static IndexEndpointName.Builder |
newBuilder() |
static IndexEndpointName |
of(String project,
String location,
String indexEndpoint) |
static IndexEndpointName |
parse(String formattedString) |
static List<IndexEndpointName> |
parseList(List<String> formattedStrings) |
IndexEndpointName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<IndexEndpointName> values) |
@Deprecated protected IndexEndpointName()
public String getProject()
public String getLocation()
public String getIndexEndpoint()
public static IndexEndpointName.Builder newBuilder()
public IndexEndpointName.Builder toBuilder()
public static IndexEndpointName of(String project, String location, String indexEndpoint)
public static IndexEndpointName parse(String formattedString)
public static List<IndexEndpointName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<IndexEndpointName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.