Class BigtableInstanceAdminStub (2.77.0)

public abstract class BigtableInstanceAdminStub implements BackgroundResource

Base stub class for the BigtableInstanceAdmin service API.

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

Inheritance

java.lang.Object > BigtableInstanceAdminStub

Implements

BackgroundResource

Constructors

BigtableInstanceAdminStub()

public BigtableInstanceAdminStub()

Methods

close()

public abstract void close()

createAppProfileCallable()

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

createClusterCallable()

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

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>

createInstanceCallable()

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

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>

createLogicalViewCallable()

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

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>

createMaterializedViewCallable()

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

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>

deleteAppProfileCallable()

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

deleteClusterCallable()

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

deleteInstanceCallable()

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

deleteLogicalViewCallable()

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

deleteMaterializedViewCallable()

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

getAppProfileCallable()

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

getClusterCallable()

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

getIamPolicyCallable()

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

getInstanceCallable()

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

getLogicalViewCallable()

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

getMaterializedViewCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listAppProfilesCallable()

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

listAppProfilesPagedCallable()

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

listClustersCallable()

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

listHotTabletsCallable()

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

listHotTabletsPagedCallable()

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

listInstancesCallable()

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

listLogicalViewsCallable()

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

listLogicalViewsPagedCallable()

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

listMaterializedViewsCallable()

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

listMaterializedViewsPagedCallable()

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

partialUpdateClusterCallable()

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

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>

partialUpdateInstanceCallable()

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

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>

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

updateAppProfileCallable()

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

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>

updateClusterCallable()

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

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>

updateInstanceCallable()

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

updateLogicalViewCallable()

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

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>

updateMaterializedViewCallable()

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

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>