Class LocationDataSourceName (2.42.0)

public class LocationDataSourceName extends DataSourceName

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

AUTO-GENERATED DOCUMENTATION AND CLASS

Inheritance

Object > DataSourceName > LocationDataSourceName

Static Methods

format(String project, String location, String dataSource) (deprecated)

public static String format(String project, String location, String dataSource)
Parameters
Name Description
project String
location String
dataSource 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 LocationDataSourceName.Builder newBuilder()
Returns
Type Description
LocationDataSourceName.Builder

of(String project, String location, String dataSource) (deprecated)

public static LocationDataSourceName of(String project, String location, String dataSource)
Parameters
Name Description
project String
location String
dataSource String
Returns
Type Description
LocationDataSourceName

parse(String formattedString) (deprecated)

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

parseList(List<String> formattedStrings) (deprecated)

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

toStringList(List<LocationDataSourceName> values) (deprecated)

public static List<String> toStringList(List<LocationDataSourceName> values)
Parameter
Name Description
values List<LocationDataSourceName>
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

getDataSource() (deprecated)

public String getDataSource()
Returns
Type Description
String
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

hashCode() (deprecated)

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder() (deprecated)

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

toString() (deprecated)

public String toString()
Returns
Type Description
String
Overrides