Modifier and Type | Method and Description |
---|---|
License |
build() |
License.Builder |
clone() |
Boolean |
getChargesUseFee()
[Output Only] Deprecated.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional textual description of the resource; provided by the client when the resource is
created.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getLicenseCode()
[Output Only] The unique code used to attach this license to images, snapshots, and disks.
|
String |
getName()
Name of the resource.
|
LicenseResourceRequirements |
getResourceRequirements() |
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
Boolean |
getTransferable()
If false, licenses will not be copied from the source resource when creating an image from a
disk, disk from snapshot, or snapshot from disk.
|
License.Builder |
mergeFrom(License other) |
License.Builder |
setChargesUseFee(Boolean chargesUseFee)
[Output Only] Deprecated.
|
License.Builder |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
License.Builder |
setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
License.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
License.Builder |
setKind(String kind)
[Output Only] Type of resource.
|
License.Builder |
setLicenseCode(String licenseCode)
[Output Only] The unique code used to attach this license to images, snapshots, and disks.
|
License.Builder |
setName(String name)
Name of the resource.
|
License.Builder |
setResourceRequirements(LicenseResourceRequirements resourceRequirements) |
License.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
License.Builder |
setTransferable(Boolean transferable)
If false, licenses will not be copied from the source resource when creating an image from a
disk, disk from snapshot, or snapshot from disk.
|
public License.Builder mergeFrom(License other)
public Boolean getChargesUseFee()
public License.Builder setChargesUseFee(Boolean chargesUseFee)
public String getCreationTimestamp()
public License.Builder setCreationTimestamp(String creationTimestamp)
public String getDescription()
public License.Builder setDescription(String description)
public String getId()
public License.Builder setId(String id)
public String getKind()
public License.Builder setKind(String kind)
public String getLicenseCode()
public License.Builder setLicenseCode(String licenseCode)
public String getName()
public License.Builder setName(String name)
public LicenseResourceRequirements getResourceRequirements()
public License.Builder setResourceRequirements(LicenseResourceRequirements resourceRequirements)
public String getSelfLink()
public License.Builder setSelfLink(String selfLink)
public Boolean getTransferable()
public License.Builder setTransferable(Boolean transferable)
public License build()
public License.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.