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