ServiceAttachmentsResource 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
    
        - 
  aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields})
    → Future<ServiceAttachmentAggregatedList>
  
  
- 
  Retrieves the list of all ServiceAttachment resources, regional and
global, available to the specified project.
  
- 
  delete(String project, String region, String serviceAttachment, {String? requestId, String? $fields})
    → Future<Operation>
  
  
- 
  Deletes the specified ServiceAttachment in the given scope
  
- 
  get(String project, String region, String serviceAttachment, {String? $fields})
    → Future<ServiceAttachment>
  
  
- 
  Returns the specified ServiceAttachment resource in the given scope.
  
- 
  getIamPolicy(String project, String region, String resource, {int? optionsRequestedPolicyVersion, String? $fields})
    → Future<Policy>
  
  
- 
  Gets the access control policy for a resource.
  
- 
  insert(ServiceAttachment request, String project, String region, {String? requestId, String? $fields})
    → Future<Operation>
  
  
- 
  Creates a ServiceAttachment in the specified project in the given scope
using the parameters that are included in the request.
  
- 
  list(String project, String region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
    → Future<ServiceAttachmentList>
  
  
- 
  Lists the ServiceAttachments for a project in the given scope.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(ServiceAttachment request, String project, String region, String serviceAttachment, {String? requestId, String? $fields})
    → Future<Operation>
  
  
- 
  Patches the specified ServiceAttachment resource with the data included in
the request.
  
- 
  setIamPolicy(RegionSetPolicyRequest request, String project, String region, String resource, {String? $fields})
    → Future<Policy>
  
  
- 
  Sets the access control policy on the specified resource.
  
- 
  testIamPermissions(TestPermissionsRequest request, String project, String region, String resource, {String? $fields})
    → Future<TestPermissionsResponse>
  
  
- 
  Returns permissions that a caller has on the specified resource.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited