Class DeploymentName
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.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 class
DeploymentName.Builder
Builder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/deployments/{deployment}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DeploymentName()
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 environment, String deployment)
String
getAgent()
String
getDeployment()
String
getEnvironment()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static DeploymentName.Builder
newBuilder()
static DeploymentName
of(String project, String location, String agent, String environment, String deployment)
static DeploymentName
parse(String formattedString)
static List<DeploymentName>
parseList(List<String> formattedStrings)
DeploymentName.Builder
toBuilder()
String
toString()
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:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-