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