| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.ServiceAttachments.AggregatedList | 
| class  | Compute.ServiceAttachments.Delete | 
| class  | Compute.ServiceAttachments.Get | 
| class  | Compute.ServiceAttachments.GetIamPolicy | 
| class  | Compute.ServiceAttachments.Insert | 
| class  | Compute.ServiceAttachments.List | 
| class  | Compute.ServiceAttachments.Patch | 
| class  | Compute.ServiceAttachments.SetIamPolicy | 
| class  | Compute.ServiceAttachments.TestIamPermissions | 
| Constructor and Description | 
|---|
| ServiceAttachments() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.ServiceAttachments.AggregatedList | aggregatedList(String project)Retrieves the list of all ServiceAttachment resources, regional and global, available to the
 specified project. | 
| Compute.ServiceAttachments.Delete | delete(String project,
      String region,
      String serviceAttachment)Deletes the specified ServiceAttachment in the given scope
 Create a request for the method "serviceAttachments.delete". | 
| Compute.ServiceAttachments.Get | get(String project,
   String region,
   String serviceAttachment)Returns the specified ServiceAttachment resource in the given scope. | 
| Compute.ServiceAttachments.GetIamPolicy | getIamPolicy(String project,
            String region,
            String resource)Gets the access control policy for a resource. | 
| Compute.ServiceAttachments.Insert | insert(String project,
      String region,
      ServiceAttachment content)Creates a ServiceAttachment in the specified project in the given scope using the parameters that
 are included in the request. | 
| Compute.ServiceAttachments.List | list(String project,
    String region)Lists the ServiceAttachments for a project in the given scope. | 
| Compute.ServiceAttachments.Patch | patch(String project,
     String region,
     String serviceAttachment,
     ServiceAttachment content)Patches the specified ServiceAttachment resource with the data included in the request. | 
| Compute.ServiceAttachments.SetIamPolicy | setIamPolicy(String project,
            String region,
            String resource,
            RegionSetPolicyRequest content)Sets the access control policy on the specified resource. | 
| Compute.ServiceAttachments.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.ServiceAttachments.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Name of the project scoping this request.IOExceptionpublic Compute.ServiceAttachments.Delete delete(String project, String region, String serviceAttachment) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region of this request.serviceAttachment - Name of the ServiceAttachment resource to delete.IOExceptionpublic Compute.ServiceAttachments.Get get(String project, String region, String serviceAttachment) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region of this request.serviceAttachment - Name of the ServiceAttachment resource to return.IOExceptionpublic Compute.ServiceAttachments.GetIamPolicy getIamPolicy(String project, String region, String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.IOExceptionpublic Compute.ServiceAttachments.Insert insert(String project, String region, ServiceAttachment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region of this request.content - the ServiceAttachmentIOExceptionpublic Compute.ServiceAttachments.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region of this request.IOExceptionpublic Compute.ServiceAttachments.Patch patch(String project, String region, String serviceAttachment, ServiceAttachment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The region scoping this request and should conform to RFC1035.serviceAttachment - The resource id of the ServiceAttachment to patch. It should conform to RFC1035 resource name or be
        a string form on an unsigned long number.content - the ServiceAttachmentIOExceptionpublic Compute.ServiceAttachments.SetIamPolicy setIamPolicy(String project, String region, String resource, RegionSetPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the RegionSetPolicyRequestIOExceptionpublic Compute.ServiceAttachments.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.