ProjectsLocationsEntryGroupsResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  create(GoogleCloudDataplexV1EntryGroup request, String parent, {String? entryGroupId, bool? validateOnly, String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
 
- 
  Creates an EntryGroup
  
 
        - 
  delete(String name, {String? etag, String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
 
- 
  Deletes a EntryGroup resource.
  
 
        - 
  get(String name, {String? $fields})
    → Future<GoogleCloudDataplexV1EntryGroup>
  
  
 
- 
  Retrieves a EntryGroup resource.
  
 
        - 
  getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
    → Future<GoogleIamV1Policy>
  
  
 
- 
  Gets the access control policy for a resource.
  
 
        - 
  list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
    → Future<GoogleCloudDataplexV1ListEntryGroupsResponse>
  
  
 
- 
  Lists EntryGroup resources in a project and location.
  
 
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
 
- 
  Invoked when a nonexistent method or property is accessed.
  
inherited
 
        - 
  patch(GoogleCloudDataplexV1EntryGroup request, String name, {String? updateMask, bool? validateOnly, String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
 
- 
  Updates a EntryGroup resource.
  
 
        - 
  setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields})
    → Future<GoogleIamV1Policy>
  
  
 
- 
  Sets the access control policy on the specified resource.
  
 
        - 
  testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields})
    → Future<GoogleIamV1TestIamPermissionsResponse>
  
  
 
- 
  Returns permissions that a caller has on the specified resource.
  
 
        - 
  toString()
    → String
  
  
 
- 
  A string representation of this object.
  
inherited