Class StorageLayoutName (2.37.0)

public class StorageLayoutName implements ResourceName

Inheritance

Object > StorageLayoutName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String bucket)

public static String format(String project, String bucket)
Parameters
Name Description
project String
bucket String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static StorageLayoutName.Builder newBuilder()
Returns
Type Description
StorageLayoutName.Builder

of(String project, String bucket)

public static StorageLayoutName of(String project, String bucket)
Parameters
Name Description
project String
bucket String
Returns
Type Description
StorageLayoutName

parse(String formattedString)

public static StorageLayoutName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
StorageLayoutName

parseList(List<String> formattedStrings)

public static List<StorageLayoutName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<StorageLayoutName>

toStringList(List<StorageLayoutName> values)

public static List<String> toStringList(List<StorageLayoutName> values)
Parameter
Name Description
values List<StorageLayoutName>
Returns
Type Description
List<String>

Constructors

StorageLayoutName() (deprecated)

protected StorageLayoutName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getBucket()

public String getBucket()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public StorageLayoutName.Builder toBuilder()
Returns
Type Description
StorageLayoutName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides