@Generated(value="by gapic-generator-java") public class AttestorName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
AttestorName.Builder
Builder for projects/{project}/attestors/{attestor}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AttestorName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected AttestorName()
public String getProject()
public String getAttestor()
public static AttestorName.Builder newBuilder()
public AttestorName.Builder toBuilder()
public static AttestorName of(String project, String attestor)
public static AttestorName parse(String formattedString)
public static List<AttestorName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<AttestorName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.