Package com.google.cloud.gkebackup.v1
Class VolumeRestoreName
- java.lang.Object
-
- com.google.cloud.gkebackup.v1.VolumeRestoreName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class VolumeRestoreName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VolumeRestoreName.Builder
Builder for projects/{project}/locations/{location}/restorePlans/{restore_plan}/restores/{restore}/volumeRestores/{volume_restore}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
VolumeRestoreName()
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 restorePlan, String restore, String volumeRestore)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
String
getRestore()
String
getRestorePlan()
String
getVolumeRestore()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static VolumeRestoreName.Builder
newBuilder()
static VolumeRestoreName
of(String project, String location, String restorePlan, String restore, String volumeRestore)
static VolumeRestoreName
parse(String formattedString)
static List<VolumeRestoreName>
parseList(List<String> formattedStrings)
VolumeRestoreName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<VolumeRestoreName> values)
-
-
-
Constructor Detail
-
VolumeRestoreName
@Deprecated protected VolumeRestoreName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getRestorePlan
public String getRestorePlan()
-
getRestore
public String getRestore()
-
getVolumeRestore
public String getVolumeRestore()
-
newBuilder
public static VolumeRestoreName.Builder newBuilder()
-
toBuilder
public VolumeRestoreName.Builder toBuilder()
-
of
public static VolumeRestoreName of(String project, String location, String restorePlan, String restore, String volumeRestore)
-
format
public static String format(String project, String location, String restorePlan, String restore, String volumeRestore)
-
parse
public static VolumeRestoreName parse(String formattedString)
-
parseList
public static List<VolumeRestoreName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<VolumeRestoreName> 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
-
-