Class RestorePlanName (0.35.0)

public class RestorePlanName implements ResourceName

Inheritance

Object > RestorePlanName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String restorePlan)

public static String format(String project, String location, String restorePlan)
Parameters
NameDescription
projectString
locationString
restorePlanString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static RestorePlanName.Builder newBuilder()
Returns
TypeDescription
RestorePlanName.Builder

of(String project, String location, String restorePlan)

public static RestorePlanName of(String project, String location, String restorePlan)
Parameters
NameDescription
projectString
locationString
restorePlanString
Returns
TypeDescription
RestorePlanName

parse(String formattedString)

public static RestorePlanName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
RestorePlanName

parseList(List<String> formattedStrings)

public static List<RestorePlanName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<RestorePlanName>

toStringList(List<RestorePlanName> values)

public static List<String> toStringList(List<RestorePlanName> values)
Parameter
NameDescription
valuesList<RestorePlanName>
Returns
TypeDescription
List<String>

Constructors

RestorePlanName() (deprecated)

protected RestorePlanName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRestorePlan()

public String getRestorePlan()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public RestorePlanName.Builder toBuilder()
Returns
TypeDescription
RestorePlanName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides