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