Class InternalRangeServiceStub (1.69.0)

public abstract class InternalRangeServiceStub implements BackgroundResource

Base stub class for the InternalRangeService service API.

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

Inheritance

java.lang.Object > InternalRangeServiceStub

Implements

BackgroundResource

Constructors

InternalRangeServiceStub()

public InternalRangeServiceStub()

Methods

close()

public abstract void close()

createInternalRangeCallable()

public UnaryCallable<CreateInternalRangeRequest,Operation> createInternalRangeCallable()
Returns
Type Description
UnaryCallable<CreateInternalRangeRequest,Operation>

createInternalRangeOperationCallable()

public OperationCallable<CreateInternalRangeRequest,InternalRange,OperationMetadata> createInternalRangeOperationCallable()
Returns
Type Description
OperationCallable<CreateInternalRangeRequest,InternalRange,OperationMetadata>

deleteInternalRangeCallable()

public UnaryCallable<DeleteInternalRangeRequest,Operation> deleteInternalRangeCallable()
Returns
Type Description
UnaryCallable<DeleteInternalRangeRequest,Operation>

deleteInternalRangeOperationCallable()

public OperationCallable<DeleteInternalRangeRequest,Empty,OperationMetadata> deleteInternalRangeOperationCallable()
Returns
Type Description
OperationCallable<DeleteInternalRangeRequest,Empty,OperationMetadata>

getIamPolicyCallable()

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

getInternalRangeCallable()

public UnaryCallable<GetInternalRangeRequest,InternalRange> getInternalRangeCallable()
Returns
Type Description
UnaryCallable<GetInternalRangeRequest,InternalRange>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listInternalRangesCallable()

public UnaryCallable<ListInternalRangesRequest,ListInternalRangesResponse> listInternalRangesCallable()
Returns
Type Description
UnaryCallable<ListInternalRangesRequest,ListInternalRangesResponse>

listInternalRangesPagedCallable()

public UnaryCallable<ListInternalRangesRequest,InternalRangeServiceClient.ListInternalRangesPagedResponse> listInternalRangesPagedCallable()
Returns
Type Description
UnaryCallable<ListInternalRangesRequest,ListInternalRangesPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,InternalRangeServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

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>

updateInternalRangeCallable()

public UnaryCallable<UpdateInternalRangeRequest,Operation> updateInternalRangeCallable()
Returns
Type Description
UnaryCallable<UpdateInternalRangeRequest,Operation>

updateInternalRangeOperationCallable()

public OperationCallable<UpdateInternalRangeRequest,InternalRange,OperationMetadata> updateInternalRangeOperationCallable()
Returns
Type Description
OperationCallable<UpdateInternalRangeRequest,InternalRange,OperationMetadata>