Class LocationRunName (2.42.0)

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
Name Description
project String
location String
transferConfig String
run String
Returns
Type Description
String

isParsableFrom(String formattedString) (deprecated)

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

newBuilder() (deprecated)

public static LocationRunName.Builder newBuilder()
Returns
Type Description
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
Name Description
project String
location String
transferConfig String
run String
Returns
Type Description
LocationRunName

parse(String formattedString) (deprecated)

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

parseList(List<String> formattedStrings) (deprecated)

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

toStringList(List<LocationRunName> values) (deprecated)

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

Methods

equals(Object o) (deprecated)

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

getFieldValue(String fieldName) (deprecated)

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

getFieldValuesMap() (deprecated)

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

getLocation() (deprecated)

public String getLocation()
Returns
Type Description
String
Overrides

getProject() (deprecated)

public String getProject()
Returns
Type Description
String
Overrides

getRun() (deprecated)

public String getRun()
Returns
Type Description
String
Overrides

getTransferConfig() (deprecated)

public String getTransferConfig()
Returns
Type Description
String
Overrides

hashCode() (deprecated)

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder() (deprecated)

public LocationRunName.Builder toBuilder()
Returns
Type Description
LocationRunName.Builder
Overrides

toString() (deprecated)

public String toString()
Returns
Type Description
String
Overrides