Class GrpcBigtableInstanceAdminStub (2.77.0)

public class GrpcBigtableInstanceAdminStub extends BigtableInstanceAdminStub

gRPC stub implementation for the BigtableInstanceAdmin service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > BigtableInstanceAdminStub > GrpcBigtableInstanceAdminStub

Static Methods

create(ClientContext clientContext)

public static final GrpcBigtableInstanceAdminStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcBigtableInstanceAdminStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcBigtableInstanceAdminStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcBigtableInstanceAdminStub
Exceptions
Type Description
IOException

create(BigtableInstanceAdminStubSettings settings)

public static final GrpcBigtableInstanceAdminStub create(BigtableInstanceAdminStubSettings settings)
Parameter
Name Description
settings BigtableInstanceAdminStubSettings
Returns
Type Description
GrpcBigtableInstanceAdminStub
Exceptions
Type Description
IOException

Constructors

GrpcBigtableInstanceAdminStub(BigtableInstanceAdminStubSettings settings, ClientContext clientContext)

protected GrpcBigtableInstanceAdminStub(BigtableInstanceAdminStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcBigtableInstanceAdminStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings BigtableInstanceAdminStubSettings
clientContext ClientContext

GrpcBigtableInstanceAdminStub(BigtableInstanceAdminStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcBigtableInstanceAdminStub(BigtableInstanceAdminStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcBigtableInstanceAdminStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings BigtableInstanceAdminStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createAppProfileCallable()

public UnaryCallable<CreateAppProfileRequest,AppProfile> createAppProfileCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.CreateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile>
Overrides

createClusterCallable()

public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.CreateClusterRequest,Operation>
Overrides

createClusterOperationCallable()

public OperationCallable<CreateClusterRequest,Cluster,CreateClusterMetadata> createClusterOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.CreateClusterRequest,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.CreateClusterMetadata>
Overrides

createInstanceCallable()

public UnaryCallable<CreateInstanceRequest,Operation> createInstanceCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.CreateInstanceRequest,Operation>
Overrides

createInstanceOperationCallable()

public OperationCallable<CreateInstanceRequest,Instance,CreateInstanceMetadata> createInstanceOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.CreateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.CreateInstanceMetadata>
Overrides

createLogicalViewCallable()

public UnaryCallable<CreateLogicalViewRequest,Operation> createLogicalViewCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.CreateLogicalViewRequest,Operation>
Overrides

createLogicalViewOperationCallable()

public OperationCallable<CreateLogicalViewRequest,LogicalView,CreateLogicalViewMetadata> createLogicalViewOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.CreateLogicalViewRequest,com.google.bigtable.admin.v2.LogicalView,com.google.bigtable.admin.v2.CreateLogicalViewMetadata>
Overrides

createMaterializedViewCallable()

public UnaryCallable<CreateMaterializedViewRequest,Operation> createMaterializedViewCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.CreateMaterializedViewRequest,Operation>
Overrides

createMaterializedViewOperationCallable()

public OperationCallable<CreateMaterializedViewRequest,MaterializedView,CreateMaterializedViewMetadata> createMaterializedViewOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.CreateMaterializedViewRequest,com.google.bigtable.admin.v2.MaterializedView,com.google.bigtable.admin.v2.CreateMaterializedViewMetadata>
Overrides

deleteAppProfileCallable()

public UnaryCallable<DeleteAppProfileRequest,Empty> deleteAppProfileCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.DeleteAppProfileRequest,Empty>
Overrides

deleteClusterCallable()

public UnaryCallable<DeleteClusterRequest,Empty> deleteClusterCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.DeleteClusterRequest,Empty>
Overrides

deleteInstanceCallable()

public UnaryCallable<DeleteInstanceRequest,Empty> deleteInstanceCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.DeleteInstanceRequest,Empty>
Overrides

deleteLogicalViewCallable()

public UnaryCallable<DeleteLogicalViewRequest,Empty> deleteLogicalViewCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.DeleteLogicalViewRequest,Empty>
Overrides

deleteMaterializedViewCallable()

public UnaryCallable<DeleteMaterializedViewRequest,Empty> deleteMaterializedViewCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.DeleteMaterializedViewRequest,Empty>
Overrides

getAppProfileCallable()

public UnaryCallable<GetAppProfileRequest,AppProfile> getAppProfileCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.GetAppProfileRequest,com.google.bigtable.admin.v2.AppProfile>
Overrides

getClusterCallable()

public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.GetClusterRequest,com.google.bigtable.admin.v2.Cluster>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

getInstanceCallable()

public UnaryCallable<GetInstanceRequest,Instance> getInstanceCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.GetInstanceRequest,com.google.bigtable.admin.v2.Instance>
Overrides

getLogicalViewCallable()

public UnaryCallable<GetLogicalViewRequest,LogicalView> getLogicalViewCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.GetLogicalViewRequest,com.google.bigtable.admin.v2.LogicalView>
Overrides

getMaterializedViewCallable()

public UnaryCallable<GetMaterializedViewRequest,MaterializedView> getMaterializedViewCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.GetMaterializedViewRequest,com.google.bigtable.admin.v2.MaterializedView>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listAppProfilesCallable()

public UnaryCallable<ListAppProfilesRequest,ListAppProfilesResponse> listAppProfilesCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListAppProfilesRequest,com.google.bigtable.admin.v2.ListAppProfilesResponse>
Overrides

listAppProfilesPagedCallable()

public UnaryCallable<ListAppProfilesRequest,BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse> listAppProfilesPagedCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListAppProfilesRequest,ListAppProfilesPagedResponse>
Overrides

listClustersCallable()

public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListClustersRequest,com.google.bigtable.admin.v2.ListClustersResponse>
Overrides

listHotTabletsCallable()

public UnaryCallable<ListHotTabletsRequest,ListHotTabletsResponse> listHotTabletsCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListHotTabletsRequest,com.google.bigtable.admin.v2.ListHotTabletsResponse>
Overrides

listHotTabletsPagedCallable()

public UnaryCallable<ListHotTabletsRequest,BaseBigtableInstanceAdminClient.ListHotTabletsPagedResponse> listHotTabletsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListHotTabletsRequest,ListHotTabletsPagedResponse>
Overrides

listInstancesCallable()

public UnaryCallable<ListInstancesRequest,ListInstancesResponse> listInstancesCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListInstancesRequest,com.google.bigtable.admin.v2.ListInstancesResponse>
Overrides

listLogicalViewsCallable()

public UnaryCallable<ListLogicalViewsRequest,ListLogicalViewsResponse> listLogicalViewsCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListLogicalViewsRequest,com.google.bigtable.admin.v2.ListLogicalViewsResponse>
Overrides

listLogicalViewsPagedCallable()

public UnaryCallable<ListLogicalViewsRequest,BaseBigtableInstanceAdminClient.ListLogicalViewsPagedResponse> listLogicalViewsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListLogicalViewsRequest,ListLogicalViewsPagedResponse>
Overrides

listMaterializedViewsCallable()

public UnaryCallable<ListMaterializedViewsRequest,ListMaterializedViewsResponse> listMaterializedViewsCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListMaterializedViewsRequest,com.google.bigtable.admin.v2.ListMaterializedViewsResponse>
Overrides

listMaterializedViewsPagedCallable()

public UnaryCallable<ListMaterializedViewsRequest,BaseBigtableInstanceAdminClient.ListMaterializedViewsPagedResponse> listMaterializedViewsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.ListMaterializedViewsRequest,ListMaterializedViewsPagedResponse>
Overrides

partialUpdateClusterCallable()

public UnaryCallable<PartialUpdateClusterRequest,Operation> partialUpdateClusterCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.PartialUpdateClusterRequest,Operation>
Overrides

partialUpdateClusterOperationCallable()

public OperationCallable<PartialUpdateClusterRequest,Cluster,PartialUpdateClusterMetadata> partialUpdateClusterOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.PartialUpdateClusterRequest,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.PartialUpdateClusterMetadata>
Overrides

partialUpdateInstanceCallable()

public UnaryCallable<PartialUpdateInstanceRequest,Operation> partialUpdateInstanceCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.PartialUpdateInstanceRequest,Operation>
Overrides

partialUpdateInstanceOperationCallable()

public OperationCallable<PartialUpdateInstanceRequest,Instance,UpdateInstanceMetadata> partialUpdateInstanceOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.PartialUpdateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.UpdateInstanceMetadata>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

updateAppProfileCallable()

public UnaryCallable<UpdateAppProfileRequest,Operation> updateAppProfileCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.UpdateAppProfileRequest,Operation>
Overrides

updateAppProfileOperationCallable()

public OperationCallable<UpdateAppProfileRequest,AppProfile,UpdateAppProfileMetadata> updateAppProfileOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.UpdateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile,com.google.bigtable.admin.v2.UpdateAppProfileMetadata>
Overrides

updateClusterCallable()

public UnaryCallable<Cluster,Operation> updateClusterCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.Cluster,Operation>
Overrides

updateClusterOperationCallable()

public OperationCallable<Cluster,Cluster,UpdateClusterMetadata> updateClusterOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.UpdateClusterMetadata>
Overrides

updateInstanceCallable()

public UnaryCallable<Instance,Instance> updateInstanceCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.Instance>
Overrides

updateLogicalViewCallable()

public UnaryCallable<UpdateLogicalViewRequest,Operation> updateLogicalViewCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.UpdateLogicalViewRequest,Operation>
Overrides

updateLogicalViewOperationCallable()

public OperationCallable<UpdateLogicalViewRequest,LogicalView,UpdateLogicalViewMetadata> updateLogicalViewOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.UpdateLogicalViewRequest,com.google.bigtable.admin.v2.LogicalView,com.google.bigtable.admin.v2.UpdateLogicalViewMetadata>
Overrides

updateMaterializedViewCallable()

public UnaryCallable<UpdateMaterializedViewRequest,Operation> updateMaterializedViewCallable()
Returns
Type Description
UnaryCallable<com.google.bigtable.admin.v2.UpdateMaterializedViewRequest,Operation>
Overrides

updateMaterializedViewOperationCallable()

public OperationCallable<UpdateMaterializedViewRequest,MaterializedView,UpdateMaterializedViewMetadata> updateMaterializedViewOperationCallable()
Returns
Type Description
OperationCallable<com.google.bigtable.admin.v2.UpdateMaterializedViewRequest,com.google.bigtable.admin.v2.MaterializedView,com.google.bigtable.admin.v2.UpdateMaterializedViewMetadata>
Overrides