@Generated(value="by gapic-generator-java") public class PageName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
PageName.Builder
Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/pages/{page}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PageName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String agent,
String flow,
String page) |
String |
getAgent() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getFlow() |
String |
getLocation() |
String |
getPage() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static PageName.Builder |
newBuilder() |
static PageName |
of(String project,
String location,
String agent,
String flow,
String page) |
static PageName |
parse(String formattedString) |
static List<PageName> |
parseList(List<String> formattedStrings) |
PageName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<PageName> values) |
@Deprecated protected PageName()
public String getProject()
public String getLocation()
public String getAgent()
public String getFlow()
public String getPage()
public static PageName.Builder newBuilder()
public PageName.Builder toBuilder()
public static PageName of(String project, String location, String agent, String flow, String page)
public static String format(String project, String location, String agent, String flow, String page)
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.