@Generated(value="by gapic-generator-java") public class PublisherModelName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
PublisherModelName.Builder
Builder for publishers/{publisher}/models/{model}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PublisherModelName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String publisher,
String model) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getModel() |
String |
getPublisher() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static PublisherModelName.Builder |
newBuilder() |
static PublisherModelName |
of(String publisher,
String model) |
static PublisherModelName |
parse(String formattedString) |
static List<PublisherModelName> |
parseList(List<String> formattedStrings) |
PublisherModelName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<PublisherModelName> values) |
@Deprecated protected PublisherModelName()
public String getPublisher()
public String getModel()
public static PublisherModelName.Builder newBuilder()
public PublisherModelName.Builder toBuilder()
public static PublisherModelName of(String publisher, String model)
public static PublisherModelName parse(String formattedString)
public static List<PublisherModelName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<PublisherModelName> 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 © 2025 Google LLC. All rights reserved.