@Generated(value="by gapic-generator-java") public class FederationName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
FederationName.Builder
Builder for projects/{project}/locations/{location}/federations/{federation}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FederationName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String federation) |
String |
getFederation() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static FederationName.Builder |
newBuilder() |
static FederationName |
of(String project,
String location,
String federation) |
static FederationName |
parse(String formattedString) |
static List<FederationName> |
parseList(List<String> formattedStrings) |
FederationName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<FederationName> values) |
@Deprecated protected FederationName()
public String getProject()
public String getLocation()
public String getFederation()
public static FederationName.Builder newBuilder()
public FederationName.Builder toBuilder()
public static FederationName of(String project, String location, String federation)
public static FederationName parse(String formattedString)
public static List<FederationName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<FederationName> 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.