target.apidocs.com.google.api.services.bigtableadmin.v2.BigtableAdmin.Operations.html Maven / Gradle / Ivy
The newest version!
BigtableAdmin.Operations (Cloud Bigtable Admin API v2-rev20241203-2.0.0)
com.google.api.services.bigtableadmin.v2
Class BigtableAdmin.Operations
- java.lang.Object
-
- com.google.api.services.bigtableadmin.v2.BigtableAdmin.Operations
-
- Enclosing class:
- BigtableAdmin
public class BigtableAdmin.Operations
extends Object
The "operations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
BigtableAdmin.Operations.Get
class
BigtableAdmin.Operations.Projects
The "projects" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Operations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
BigtableAdmin.Operations.Get
get(String name)
Gets the latest state of a long-running operation.
BigtableAdmin.Operations.Projects
projects()
An accessor for creating requests from the Projects collection.
-
-
Method Detail
-
get
public BigtableAdmin.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 bigtableadmin 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
-
projects
public BigtableAdmin.Operations.Projects projects()
An accessor for creating requests from the Projects collection.
The typical use is:
BigtableAdmin bigtableadmin = new BigtableAdmin(...);
BigtableAdmin.Projects.List request = bigtableadmin.projects().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy