Class FolderLocationName (2.49.0)

public class FolderLocationName implements ResourceName

Inheritance

Object > FolderLocationName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String folder, String location)

public static String format(String folder, String location)
Parameters
NameDescription
folderString
locationString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String folder, String location)

public static FolderLocationName of(String folder, String location)
Parameters
NameDescription
folderString
locationString
Returns
TypeDescription
FolderLocationName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<FolderLocationName> values)

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

Constructors

FolderLocationName() (deprecated)

protected FolderLocationName()

Methods

equals(Object o)

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

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>

getFolder()

public String getFolder()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides