Class PageName
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.PageName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class PageName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PageName.Builder
Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/pages/{page}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
PageName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
PageName
@Deprecated protected PageName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getFlow
public String getFlow()
-
getPage
public String getPage()
-
newBuilder
public static PageName.Builder newBuilder()
-
toBuilder
public PageName.Builder toBuilder()
-
of
public static PageName of(String project, String location, String agent, String flow, String page)
-
format
public static String format(String project, String location, String agent, String flow, String page)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-