@Generated(value="by gapic-generator-java") public class CustomConstraintName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomConstraintName.Builder
Builder for organizations/{organization}/customConstraints/{custom_constraint}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CustomConstraintName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String organization,
String customConstraint) |
String |
getCustomConstraint() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getOrganization() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static CustomConstraintName.Builder |
newBuilder() |
static CustomConstraintName |
of(String organization,
String customConstraint) |
static CustomConstraintName |
parse(String formattedString) |
static List<CustomConstraintName> |
parseList(List<String> formattedStrings) |
CustomConstraintName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<CustomConstraintName> values) |
@Deprecated protected CustomConstraintName()
public String getOrganization()
public String getCustomConstraint()
public static CustomConstraintName.Builder newBuilder()
public CustomConstraintName.Builder toBuilder()
public static CustomConstraintName of(String organization, String customConstraint)
public static CustomConstraintName parse(String formattedString)
public static List<CustomConstraintName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<CustomConstraintName> 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 © 2024 Google LLC. All rights reserved.