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