Class DocumentSchemaName (0.37.0)

public class DocumentSchemaName implements ResourceName

Inheritance

Object > DocumentSchemaName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String documentSchema)

public static String format(String project, String location, String documentSchema)
Parameters
NameDescription
projectString
locationString
documentSchemaString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static DocumentSchemaName.Builder newBuilder()
Returns
TypeDescription
DocumentSchemaName.Builder

of(String project, String location, String documentSchema)

public static DocumentSchemaName of(String project, String location, String documentSchema)
Parameters
NameDescription
projectString
locationString
documentSchemaString
Returns
TypeDescription
DocumentSchemaName

parse(String formattedString)

public static DocumentSchemaName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
DocumentSchemaName

parseList(List<String> formattedStrings)

public static List<DocumentSchemaName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<DocumentSchemaName>

toStringList(List<DocumentSchemaName> values)

public static List<String> toStringList(List<DocumentSchemaName> values)
Parameter
NameDescription
valuesList<DocumentSchemaName>
Returns
TypeDescription
List<String>

Constructors

DocumentSchemaName() (deprecated)

protected DocumentSchemaName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getDocumentSchema()

public String getDocumentSchema()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public DocumentSchemaName.Builder toBuilder()
Returns
TypeDescription
DocumentSchemaName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides