Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Kernel |
Kernel.clone() |
Kernel |
Kernel.set(String fieldName,
Object value) |
Kernel |
Kernel.setCreationTimestamp(String creationTimestamp)
Creation timestamp in RFC3339 text format (output only).
|
Kernel |
Kernel.setDeprecated(DeprecationStatus deprecated)
The deprecation status associated with this kernel.
|
Kernel |
Kernel.setDescription(String description)
An optional textual description of the resource.
|
Kernel |
Kernel.setId(BigInteger id)
Unique identifier for the resource; defined by the server (output only).
|
Kernel |
Kernel.setKind(String kind)
Type of the resource.
|
Kernel |
Kernel.setName(String name)
Name of the resource.
|
Kernel |
Kernel.setSelfLink(String selfLink)
Server defined URL for the resource (output only).
|
Modifier and Type | Method and Description |
---|---|
List<Kernel> |
KernelList.getItems()
The kernel resources.
|
Modifier and Type | Method and Description |
---|---|
KernelList |
KernelList.setItems(List<Kernel> items)
The kernel resources.
|