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