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