target.apidocs.com.google.api.services.compute.Compute.GlobalOrganizationOperations.html Maven / Gradle / Ivy
The newest version!
Compute.GlobalOrganizationOperations (Compute Engine API v1-rev20250320-2.0.0)
com.google.api.services.compute
Class Compute.GlobalOrganizationOperations
- java.lang.Object
-
- com.google.api.services.compute.Compute.GlobalOrganizationOperations
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.GlobalOrganizationOperations.Delete
class
Compute.GlobalOrganizationOperations.Get
class
Compute.GlobalOrganizationOperations.List
-
Constructor Summary
Constructors
Constructor and Description
GlobalOrganizationOperations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.GlobalOrganizationOperations.Delete
delete(String operation)
Deletes the specified Operations resource.
Compute.GlobalOrganizationOperations.Get
get(String operation)
Retrieves the specified Operations resource.
Compute.GlobalOrganizationOperations.List
list()
Retrieves a list of Operation resources contained within the specified organization.
-
-
Method Detail
-
delete
public Compute.GlobalOrganizationOperations.Delete delete(String operation)
throws IOException
Deletes the specified Operations resource.
Create a request for the method "globalOrganizationOperations.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
operation - Name of the Operations resource to delete, or its unique numeric identifier.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.GlobalOrganizationOperations.Get get(String operation)
throws IOException
Retrieves the specified Operations resource. Gets a list of operations by making a `list()`
request.
Create a request for the method "globalOrganizationOperations.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
operation - Name of the Operations resource to return, or its unique numeric identifier.
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.GlobalOrganizationOperations.List list()
throws IOException
Retrieves a list of Operation resources contained within the specified organization.
Create a request for the method "globalOrganizationOperations.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy