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