Rollout class
A single rollout of a build for a backend.
Constructors
Properties
- 
  annotations
  ↔ Map<String, String> ?
- 
  Unstructured key value map that may be set by external tools to store and
arbitrary metadata.
  getter/setter pair
- build ↔ String?
- 
  The name of a build that already exists.
  getter/setter pair
- createTime ↔ String?
- 
  Time at which the rollout was created.
  getter/setter pair
- deleteTime ↔ String?
- 
  Time at which the rollout was deleted.
  getter/setter pair
- displayName ↔ String?
- 
  Human-readable name.
  getter/setter pair
- error ↔ Status?
- 
  A status and (human readable) error message for the rollout, if in a
FAILEDstate.getter/setter pair
- etag ↔ String?
- 
  Server-computed checksum based on other values; may be sent on update or
delete to ensure operation is done on expected resource.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  labels
  ↔ Map<String, String> ?
- 
  Unstructured key value map that can be used to organize and categorize
objects.
  getter/setter pair
- name ↔ String?
- 
  Identifier.
  getter/setter pair
- reconciling ↔ bool?
- 
  A field that, if true, indicates that the Rollout currently has an LRO.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state ↔ String?
- 
  The state of the rollout.
  getter/setter pair
- uid ↔ String?
- 
  System-assigned, unique identifier.
  getter/setter pair
- updateTime ↔ String?
- 
  Time at which the rollout was last updated.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited