ProjectsResource class
Constructors
- ProjectsResource(ApiRequester client)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- jobs → ProjectsJobsResource
- 
  
  no setter
- locations → ProjectsLocationsResource
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- snapshots → ProjectsSnapshotsResource
- 
  
  no setter
- templates → ProjectsTemplatesResource
- 
  
  no setter
Methods
- 
  deleteSnapshots(String projectId, {String? location, String? snapshotId, String? $fields}) → Future< DeleteSnapshotResponse> 
- Deletes a snapshot.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  workerMessages(SendWorkerMessagesRequest request, String projectId, {String? $fields}) → Future< SendWorkerMessagesResponse> 
- Send a worker_message to the service.
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited