Compute Engine API v1beta13 (revision 19)



Uses of Class
com.google.api.services.compute.model.Kernel

Packages that use Kernel
com.google.api.services.compute.model   
 

Uses of Kernel in com.google.api.services.compute.model
 

Methods in com.google.api.services.compute.model that return Kernel
 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.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).
 

Methods in com.google.api.services.compute.model that return types with arguments of type Kernel
 List<Kernel> KernelList.getItems()
          The kernel resources.
 

Method parameters in com.google.api.services.compute.model with type arguments of type Kernel
 KernelList KernelList.setItems(List<Kernel> items)
          The kernel resources.