Class LocationRunName (2.2.6)

public class LocationRunName extends RunName

Deprecated. This resource name class will be removed in the next major version.

AUTO-GENERATED DOCUMENTATION AND CLASS

Inheritance

Object > RunName > LocationRunName

Static Methods

format(String project, String location, String transferConfig, String run) (deprecated)

public static String format(String project, String location, String transferConfig, String run)
Parameters
NameDescription
projectString
locationString
transferConfigString
runString
Returns
TypeDescription
String

isParsableFrom(String formattedString) (deprecated)

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

newBuilder() (deprecated)

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

of(String project, String location, String transferConfig, String run) (deprecated)

public static LocationRunName of(String project, String location, String transferConfig, String run)
Parameters
NameDescription
projectString
locationString
transferConfigString
runString
Returns
TypeDescription
LocationRunName

parse(String formattedString) (deprecated)

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

parseList(List<String> formattedStrings) (deprecated)

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

toStringList(List<LocationRunName> values) (deprecated)

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

Methods

equals(Object o) (deprecated)

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

getFieldValue(String fieldName) (deprecated)

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

getFieldValuesMap() (deprecated)

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

getLocation() (deprecated)

public String getLocation()
Returns
TypeDescription
String
Overrides

getProject() (deprecated)

public String getProject()
Returns
TypeDescription
String
Overrides

getRun() (deprecated)

public String getRun()
Returns
TypeDescription
String
Overrides

getTransferConfig() (deprecated)

public String getTransferConfig()
Returns
TypeDescription
String
Overrides

hashCode() (deprecated)

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder() (deprecated)

public LocationRunName.Builder toBuilder()
Returns
TypeDescription
LocationRunName.Builder
Overrides

toString() (deprecated)

public String toString()
Returns
TypeDescription
String
Overrides