Class LocationDataSourceName
- java.lang.Object
-
- com.google.cloud.bigquery.datatransfer.v1.DataSourceName
-
- com.google.cloud.bigquery.datatransfer.v1.LocationDataSourceName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") @Deprecated public class LocationDataSourceName extends DataSourceName
Deprecated.This resource name class will be removed in the next major version.AUTO-GENERATED DOCUMENTATION AND CLASS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocationDataSourceName.BuilderDeprecated.Builder for LocationDataSourceName.-
Nested classes/interfaces inherited from class com.google.cloud.bigquery.datatransfer.v1.DataSourceName
DataSourceName.ProjectLocationDataSourceBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.static Stringformat(String project, String location, String dataSource)Deprecated.StringgetDataSource()Deprecated.StringgetFieldValue(String fieldName)Deprecated.Map<String,String>getFieldValuesMap()Deprecated.StringgetLocation()Deprecated.StringgetProject()Deprecated.inthashCode()Deprecated.static booleanisParsableFrom(String formattedString)Deprecated.static LocationDataSourceName.BuildernewBuilder()Deprecated.static LocationDataSourceNameof(String project, String location, String dataSource)Deprecated.static LocationDataSourceNameparse(String formattedString)Deprecated.static List<LocationDataSourceName>parseList(List<String> formattedStrings)Deprecated.LocationDataSourceName.BuildertoBuilder()Deprecated.StringtoString()Deprecated.static List<String>toStringList(List<LocationDataSourceName> values)Deprecated.-
Methods inherited from class com.google.cloud.bigquery.datatransfer.v1.DataSourceName
format, formatProjectDataSourceName, formatProjectLocationDataSourceName, newProjectDataSourceBuilder, newProjectLocationDataSourceBuilder, of, ofProjectDataSourceName, ofProjectLocationDataSourceName
-
-
-
-
Method Detail
-
getProject
public String getProject()
Deprecated.- Overrides:
getProjectin classDataSourceName
-
getLocation
public String getLocation()
Deprecated.- Overrides:
getLocationin classDataSourceName
-
getDataSource
public String getDataSource()
Deprecated.- Overrides:
getDataSourcein classDataSourceName
-
newBuilder
public static LocationDataSourceName.Builder newBuilder()
Deprecated.
-
toBuilder
public LocationDataSourceName.Builder toBuilder()
Deprecated.- Overrides:
toBuilderin classDataSourceName
-
of
public static LocationDataSourceName of(String project, String location, String dataSource)
Deprecated.
-
parse
public static LocationDataSourceName parse(String formattedString)
Deprecated.
-
parseList
public static List<LocationDataSourceName> parseList(List<String> formattedStrings)
Deprecated.
-
toStringList
public static List<String> toStringList(List<LocationDataSourceName> values)
Deprecated.
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
Deprecated.
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
Deprecated.- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName- Overrides:
getFieldValuesMapin classDataSourceName
-
getFieldValue
public String getFieldValue(String fieldName)
Deprecated.- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName- Overrides:
getFieldValuein classDataSourceName
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classDataSourceName
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equalsin classDataSourceName
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classDataSourceName
-
-