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