@Generated(value="by GAPIC") @BetaApi public final class ProjectGlobalLicenseCodeResourceName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
ProjectGlobalLicenseCodeResourceName.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ADDRESS |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String resource) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getProject() |
String |
getResource() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ProjectGlobalLicenseCodeResourceName.Builder |
newBuilder() |
static com.google.api.resourcenames.ResourceNameFactory<ProjectGlobalLicenseCodeResourceName> |
newFactory() |
static ProjectGlobalLicenseCodeResourceName |
of(String project,
String resource) |
static ProjectGlobalLicenseCodeResourceName |
parse(String formattedString) |
ProjectGlobalLicenseCodeResourceName.Builder |
toBuilder() |
String |
toString() |
public static final String SERVICE_ADDRESS
public static ProjectGlobalLicenseCodeResourceName.Builder newBuilder()
public ProjectGlobalLicenseCodeResourceName.Builder toBuilder()
public static ProjectGlobalLicenseCodeResourceName of(String project, String resource)
public String getProject()
public String getResource()
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
public static com.google.api.resourcenames.ResourceNameFactory<ProjectGlobalLicenseCodeResourceName> newFactory()
public static ProjectGlobalLicenseCodeResourceName parse(String formattedString)
public static boolean isParsableFrom(String formattedString)
Copyright © 2019 Google LLC. All rights reserved.