Class AgentName
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.AgentName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class AgentName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AgentName.Builder
Builder for projects/{project}/locations/{location}/agents/{agent}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
AgentName()
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
getAgent()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static AgentName.Builder
newBuilder()
static AgentName
of(String project, String location, String agent)
static AgentName
parse(String formattedString)
static List<AgentName>
parseList(List<String> formattedStrings)
AgentName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<AgentName> values)
-
-
-
Constructor Detail
-
AgentName
@Deprecated protected AgentName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
newBuilder
public static AgentName.Builder newBuilder()
-
toBuilder
public AgentName.Builder toBuilder()
-
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
-
-