Class DeploymentName
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.DeploymentName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class DeploymentName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeploymentName.BuilderBuilder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/deployments/{deployment}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeploymentName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String agent, String environment, String deployment)StringgetAgent()StringgetDeployment()StringgetEnvironment()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static DeploymentName.BuildernewBuilder()static DeploymentNameof(String project, String location, String agent, String environment, String deployment)static DeploymentNameparse(String formattedString)static List<DeploymentName>parseList(List<String> formattedStrings)DeploymentName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<DeploymentName> values)
-
-
-
Constructor Detail
-
DeploymentName
@Deprecated protected DeploymentName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getEnvironment
public String getEnvironment()
-
getDeployment
public String getDeployment()
-
newBuilder
public static DeploymentName.Builder newBuilder()
-
toBuilder
public DeploymentName.Builder toBuilder()
-
of
public static DeploymentName of(String project, String location, String agent, String environment, String deployment)
-
format
public static String format(String project, String location, String agent, String environment, String deployment)
-
parse
public static DeploymentName parse(String formattedString)
-
parseList
public static List<DeploymentName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<DeploymentName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-