@Generated(value="by GAPIC") @BetaApi public final class ProjectZoneDiskTypeName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
ProjectZoneDiskTypeName.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ADDRESS |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static String |
format(String diskType,
String project,
String zone) |
String |
getDiskType() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getProject() |
String |
getZone() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ProjectZoneDiskTypeName.Builder |
newBuilder() |
static com.google.api.resourcenames.ResourceNameFactory<ProjectZoneDiskTypeName> |
newFactory() |
static ProjectZoneDiskTypeName |
of(String diskType,
String project,
String zone) |
static ProjectZoneDiskTypeName |
parse(String formattedString) |
ProjectZoneDiskTypeName.Builder |
toBuilder() |
String |
toString() |
public static final String SERVICE_ADDRESS
public static ProjectZoneDiskTypeName.Builder newBuilder()
public ProjectZoneDiskTypeName.Builder toBuilder()
public static ProjectZoneDiskTypeName of(String diskType, String project, String zone)
public String getDiskType()
public String getProject()
public String getZone()
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
public static com.google.api.resourcenames.ResourceNameFactory<ProjectZoneDiskTypeName> newFactory()
public static ProjectZoneDiskTypeName parse(String formattedString)
public static boolean isParsableFrom(String formattedString)
Copyright © 2019 Google LLC. All rights reserved.