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