@Generated(value="by gapic-generator-java") public abstract class InstanceAdminStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
InstanceAdminStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public OperationsStub getOperationsStub()
public UnaryCallable<ListInstanceConfigsRequest,InstanceAdminClient.ListInstanceConfigsPagedResponse> listInstanceConfigsPagedCallable()
public UnaryCallable<ListInstanceConfigsRequest,ListInstanceConfigsResponse> listInstanceConfigsCallable()
public UnaryCallable<GetInstanceConfigRequest,InstanceConfig> getInstanceConfigCallable()
public UnaryCallable<ListInstancesRequest,InstanceAdminClient.ListInstancesPagedResponse> listInstancesPagedCallable()
public UnaryCallable<ListInstancesRequest,ListInstancesResponse> listInstancesCallable()
public UnaryCallable<GetInstanceRequest,Instance> getInstanceCallable()
public OperationCallable<CreateInstanceRequest,Instance,CreateInstanceMetadata> createInstanceOperationCallable()
public UnaryCallable<CreateInstanceRequest,Operation> createInstanceCallable()
public OperationCallable<UpdateInstanceRequest,Instance,UpdateInstanceMetadata> updateInstanceOperationCallable()
public UnaryCallable<UpdateInstanceRequest,Operation> updateInstanceCallable()
public UnaryCallable<DeleteInstanceRequest,Empty> deleteInstanceCallable()
public UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
public UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
public UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.