Class CustomClassName
- java.lang.Object
-
- com.google.cloud.speech.v1p1beta1.CustomClassName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class CustomClassName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomClassName.Builder
Builder for projects/{project}/locations/{location}/customClasses/{custom_class}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CustomClassName()
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 customClass)
String
getCustomClass()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static CustomClassName.Builder
newBuilder()
static CustomClassName
of(String project, String location, String customClass)
static CustomClassName
parse(String formattedString)
static List<CustomClassName>
parseList(List<String> formattedStrings)
CustomClassName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<CustomClassName> values)
-
-
-
Constructor Detail
-
CustomClassName
@Deprecated protected CustomClassName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCustomClass
public String getCustomClass()
-
newBuilder
public static CustomClassName.Builder newBuilder()
-
toBuilder
public CustomClassName.Builder toBuilder()
-
of
public static CustomClassName of(String project, String location, String customClass)
-
parse
public static CustomClassName parse(String formattedString)
-
parseList
public static List<CustomClassName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<CustomClassName> 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
-
-