| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.ServiceAttachments.Delete  | 
class  | 
Compute.ServiceAttachments.Get  | 
class  | 
Compute.ServiceAttachments.GetIamPolicy  | 
class  | 
Compute.ServiceAttachments.Insert  | 
class  | 
Compute.ServiceAttachments.List  | 
class  | 
Compute.ServiceAttachments.SetIamPolicy  | 
class  | 
Compute.ServiceAttachments.TestIamPermissions  | 
| Constructor and Description | 
|---|
ServiceAttachments()  | 
| Modifier and Type | Method and Description | 
|---|---|
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.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.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.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–2020 Google. All rights reserved.