ProjectsReleasesResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  create(Release request, String name, {String? $fields})
    → Future<Release>
  
  
- 
  Create a Release.
- 
  delete(String name, {String? $fields})
    → Future<Empty>
  
  
- 
  Delete a Releaseby resource name.
- 
  get(String name, {String? $fields})
    → Future<Release>
  
  
- 
  Get a Releaseby name.
- 
  getExecutable(String name, {String? executableVersion, String? $fields})
    → Future<GetReleaseExecutableResponse>
  
  
- 
  Get the Releaseexecutable to use when enforcing rules.
- 
  list(String name, {String? filter, int? pageSize, String? pageToken, String? $fields})
    → Future<ListReleasesResponse>
  
  
- 
  List the Releasevalues for a project.
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(UpdateReleaseRequest request, String name, {String? $fields})
    → Future<Release>
  
  
- 
  Update a Releasevia PATCH.
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited