@Generated(value="by GAPIC") @BetaApi public final class LicenseCode extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
LicenseCode.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static LicenseCode |
getDefaultInstance() |
String |
getDescription()
[Output Only] Description of this License Code.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of resource.
|
List<LicenseCodeLicenseAlias> |
getLicenseAliasList()
[Output Only] URL and description aliases of Licenses with the same License Code.
|
String |
getName()
[Output Only] Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getState()
[Output Only] Current state of this License Code.
|
Boolean |
getTransferable()
[Output Only] If true, the license will remain attached when creating images or snapshots from
disks.
|
int |
hashCode() |
static LicenseCode.Builder |
newBuilder() |
static LicenseCode.Builder |
newBuilder(LicenseCode prototype) |
LicenseCode.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getCreationTimestamp()
public String getDescription()
public String getId()
public String getKind()
public List<LicenseCodeLicenseAlias> getLicenseAliasList()
public String getName()
public String getSelfLink()
public String getState()
public Boolean getTransferable()
public static LicenseCode.Builder newBuilder()
public static LicenseCode.Builder newBuilder(LicenseCode prototype)
public LicenseCode.Builder toBuilder()
public static LicenseCode getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.