public interface LicenseCodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
[Output Only] Description of this License Code.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
[Output Only] Description of this License Code.
|
long |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of resource.
|
LicenseCodeLicenseAlias |
getLicenseAlias(int index)
[Output Only] URL and description aliases of Licenses with the same License Code.
|
int |
getLicenseAliasCount()
[Output Only] URL and description aliases of Licenses with the same License Code.
|
List<LicenseCodeLicenseAlias> |
getLicenseAliasList()
[Output Only] URL and description aliases of Licenses with the same License Code.
|
LicenseCodeLicenseAliasOrBuilder |
getLicenseAliasOrBuilder(int index)
[Output Only] URL and description aliases of Licenses with the same License Code.
|
List<? extends LicenseCodeLicenseAliasOrBuilder> |
getLicenseAliasOrBuilderList()
[Output Only] URL and description aliases of Licenses with the same License Code.
|
String |
getName()
[Output Only] Name of the resource.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
|
String |
getState()
[Output Only] Current state of this License Code.
|
com.google.protobuf.ByteString |
getStateBytes()
[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.
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDescription()
[Output Only] Description of this License Code.
|
boolean |
hasId()
[Output Only] The unique identifier for the resource.
|
boolean |
hasKind()
[Output Only] Type of resource.
|
boolean |
hasName()
[Output Only] Name of the resource.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for the resource.
|
boolean |
hasState()
[Output Only] Current state of this License Code.
|
boolean |
hasTransferable()
[Output Only] If true, the license will remain attached when creating images or snapshots from disks.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;boolean hasDescription()
[Output Only] Description of this License Code.
optional string description = 422937596;String getDescription()
[Output Only] Description of this License Code.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
[Output Only] Description of this License Code.
optional string description = 422937596;boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;boolean hasKind()
[Output Only] Type of resource. Always compute#licenseCode for licenses.
optional string kind = 3292052;String getKind()
[Output Only] Type of resource. Always compute#licenseCode for licenses.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of resource. Always compute#licenseCode for licenses.
optional string kind = 3292052;List<LicenseCodeLicenseAlias> getLicenseAliasList()
[Output Only] URL and description aliases of Licenses with the same License Code.
repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
LicenseCodeLicenseAlias getLicenseAlias(int index)
[Output Only] URL and description aliases of Licenses with the same License Code.
repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
int getLicenseAliasCount()
[Output Only] URL and description aliases of Licenses with the same License Code.
repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
List<? extends LicenseCodeLicenseAliasOrBuilder> getLicenseAliasOrBuilderList()
[Output Only] URL and description aliases of Licenses with the same License Code.
repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
LicenseCodeLicenseAliasOrBuilder getLicenseAliasOrBuilder(int index)
[Output Only] URL and description aliases of Licenses with the same License Code.
repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
boolean hasName()
[Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
optional string name = 3373707;String getName()
[Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
[Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
optional string name = 3373707;boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;boolean hasState()
[Output Only] Current state of this License Code. Check the State enum for the list of possible values.
optional string state = 109757585;String getState()
[Output Only] Current state of this License Code. Check the State enum for the list of possible values.
optional string state = 109757585;com.google.protobuf.ByteString getStateBytes()
[Output Only] Current state of this License Code. Check the State enum for the list of possible values.
optional string state = 109757585;boolean hasTransferable()
[Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.
optional bool transferable = 4349893;boolean getTransferable()
[Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.
optional bool transferable = 4349893;Copyright © 2023 Google LLC. All rights reserved.