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