Class ApiDeploymentName
- java.lang.Object
-
- com.google.cloud.apigeeregistry.v1.ApiDeploymentName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ApiDeploymentName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApiDeploymentName.BuilderBuilder for projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedApiDeploymentName()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 api, String deployment)StringgetApi()StringgetDeployment()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static ApiDeploymentName.BuildernewBuilder()static ApiDeploymentNameof(String project, String location, String api, String deployment)static ApiDeploymentNameparse(String formattedString)static List<ApiDeploymentName>parseList(List<String> formattedStrings)ApiDeploymentName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<ApiDeploymentName> values)
-
-
-
Constructor Detail
-
ApiDeploymentName
@Deprecated protected ApiDeploymentName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getApi
public String getApi()
-
getDeployment
public String getDeployment()
-
newBuilder
public static ApiDeploymentName.Builder newBuilder()
-
toBuilder
public ApiDeploymentName.Builder toBuilder()
-
of
public static ApiDeploymentName of(String project, String location, String api, String deployment)
-
parse
public static ApiDeploymentName parse(String formattedString)
-
parseList
public static List<ApiDeploymentName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ApiDeploymentName> 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
-
-