@Generated(value="by GAPIC protoc plugin") public class AnyPathName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
AnyPathName.Builder
Builder for AnyPathName.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String database,
String document,
String anyPath) |
String |
getAnyPath() |
String |
getDatabase() |
String |
getDocument() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static AnyPathName.Builder |
newBuilder() |
static AnyPathName |
of(String project,
String database,
String document,
String anyPath) |
static AnyPathName |
parse(String formattedString) |
static List<AnyPathName> |
parseList(List<String> formattedStrings) |
AnyPathName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<AnyPathName> values) |
public String getProject()
public String getDatabase()
public String getDocument()
public String getAnyPath()
public static AnyPathName.Builder newBuilder()
public AnyPathName.Builder toBuilder()
public static AnyPathName of(String project, String database, String document, String anyPath)
public static String format(String project, String database, String document, String anyPath)
public static AnyPathName parse(String formattedString)
public static List<AnyPathName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<AnyPathName> values)
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.