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