@Generated(value="by gapic-generator-java") public class IndexName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
IndexName.Builder
Builder for
projects/{project}/databases/{database}/collectionGroups/{collection}/indexes/{index}.
|
Modifier | Constructor and Description |
---|---|
protected |
IndexName()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String database,
String collection,
String index) |
String |
getCollection() |
String |
getDatabase() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getIndex() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static IndexName.Builder |
newBuilder() |
static IndexName |
of(String project,
String database,
String collection,
String index) |
static IndexName |
parse(String formattedString) |
static List<IndexName> |
parseList(List<String> formattedStrings) |
IndexName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<IndexName> values) |
@Deprecated protected IndexName()
public String getProject()
public String getDatabase()
public String getCollection()
public String getIndex()
public static IndexName.Builder newBuilder()
public IndexName.Builder toBuilder()
public static String format(String project, String database, String collection, String index)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
Copyright © 2023 Google LLC. All rights reserved.