ProjectsLocationsClustersTopicsResource 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(Topic request, String parent, {String? topicId, String? $fields})
    → Future<Topic>
  
  
- 
  Creates a new topic in a given project and location.
  
- 
  delete(String name, {String? $fields})
    → Future<Empty>
  
  
- 
  Deletes a single topic.
  
- 
  get(String name, {String? $fields})
    → Future<Topic>
  
  
- 
  Returns the properties of a single topic.
  
- 
  list(String parent, {int? pageSize, String? pageToken, String? $fields})
    → Future<ListTopicsResponse>
  
  
- 
  Lists the topics in a given cluster.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(Topic request, String name, {String? updateMask, String? $fields})
    → Future<Topic>
  
  
- 
  Updates the properties of a single topic.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited