Package com.google.cloud.automl.v1beta1
Class TableSpecName
- java.lang.Object
-
- com.google.cloud.automl.v1beta1.TableSpecName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class TableSpecName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableSpecName.Builder
Builder for projects/{project}/locations/{location}/datasets/{dataset}/tableSpecs/{table_spec}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
TableSpecName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String dataset, String tableSpec)
String
getDataset()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
String
getTableSpec()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static TableSpecName.Builder
newBuilder()
static TableSpecName
of(String project, String location, String dataset, String tableSpec)
static TableSpecName
parse(String formattedString)
static List<TableSpecName>
parseList(List<String> formattedStrings)
TableSpecName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<TableSpecName> values)
-
-
-
Constructor Detail
-
TableSpecName
@Deprecated protected TableSpecName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDataset
public String getDataset()
-
getTableSpec
public String getTableSpec()
-
newBuilder
public static TableSpecName.Builder newBuilder()
-
toBuilder
public TableSpecName.Builder toBuilder()
-
of
public static TableSpecName of(String project, String location, String dataset, String tableSpec)
-
format
public static String format(String project, String location, String dataset, String tableSpec)
-
parse
public static TableSpecName parse(String formattedString)
-
parseList
public static List<TableSpecName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<TableSpecName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-