@Generated(value="by gapic-generator-java") public class CustomClassName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomClassName.Builder
Builder for projects/{project}/locations/{location}/customClasses/{custom_class}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CustomClassName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected CustomClassName()
public String getProject()
public String getLocation()
public String getCustomClass()
public static CustomClassName.Builder newBuilder()
public CustomClassName.Builder toBuilder()
public static CustomClassName of(String project, String location, String customClass)
public static CustomClassName parse(String formattedString)
public static List<CustomClassName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<CustomClassName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2022 Google LLC. All rights reserved.