target.apidocs.com.google.api.services.androidmanagement.v1.AndroidManagement.Enterprises.Devices.Operations.html Maven / Gradle / Ivy
AndroidManagement.Enterprises.Devices.Operations (Android Management API v1-rev20241114-2.0.0)
com.google.api.services.androidmanagement.v1
Class AndroidManagement.Enterprises.Devices.Operations
- java.lang.Object
-
- com.google.api.services.androidmanagement.v1.AndroidManagement.Enterprises.Devices.Operations
-
- Enclosing class:
- AndroidManagement.Enterprises.Devices
public class AndroidManagement.Enterprises.Devices.Operations
extends Object
The "operations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidManagement.Enterprises.Devices.Operations.Cancel
class
AndroidManagement.Enterprises.Devices.Operations.Get
class
AndroidManagement.Enterprises.Devices.Operations.List
-
Constructor Summary
Constructors
Constructor and Description
Operations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidManagement.Enterprises.Devices.Operations.Cancel
cancel(String name)
Starts asynchronous cancellation on a long-running operation.
AndroidManagement.Enterprises.Devices.Operations.Get
get(String name)
Gets the latest state of a long-running operation.
AndroidManagement.Enterprises.Devices.Operations.List
list(String name)
Lists operations that match the specified filter in the request.
-
-
Method Detail
-
cancel
public AndroidManagement.Enterprises.Devices.Operations.Cancel cancel(String name)
throws IOException
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to
cancel the operation, but success is not guaranteed. If the server doesn't support this method,
it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other
methods to check whether the cancellation succeeded or whether the operation completed despite
cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
Code.CANCELLED.
Create a request for the method "operations.cancel".
This request holds the parameters needed by the androidmanagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The name of the operation resource to be cancelled.
- Returns:
- the request
- Throws:
IOException
-
get
public AndroidManagement.Enterprises.Devices.Operations.Get get(String name)
throws IOException
Gets the latest state of a long-running operation. Clients can use this method to poll the
operation result at intervals as recommended by the API service.
Create a request for the method "operations.get".
This request holds the parameters needed by the androidmanagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The name of the operation resource.
- Returns:
- the request
- Throws:
IOException
-
list
public AndroidManagement.Enterprises.Devices.Operations.List list(String name)
throws IOException
Lists operations that match the specified filter in the request. If the server doesn't support
this method, it returns UNIMPLEMENTED.
Create a request for the method "operations.list".
This request holds the parameters needed by the androidmanagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The name of the operation's parent resource.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy