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