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