Class ServiceAttachmentsStub (1.52.0)

public abstract class ServiceAttachmentsStub implements BackgroundResource

Base stub class for the ServiceAttachments service API.

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

Inheritance

java.lang.Object > ServiceAttachmentsStub

Implements

BackgroundResource

Constructors

ServiceAttachmentsStub()

public ServiceAttachmentsStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList> aggregatedListCallable()
Returns
Type Description
UnaryCallable<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListServiceAttachmentsRequest,ServiceAttachmentsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
Type Description
UnaryCallable<AggregatedListServiceAttachmentsRequest,AggregatedListPagedResponse>

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteServiceAttachmentRequest,Operation> deleteCallable()
Returns
Type Description
UnaryCallable<DeleteServiceAttachmentRequest,Operation>

deleteOperationCallable()

public OperationCallable<DeleteServiceAttachmentRequest,Operation,Operation> deleteOperationCallable()
Returns
Type Description
OperationCallable<DeleteServiceAttachmentRequest,Operation,Operation>

getCallable()

public UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment> getCallable()
Returns
Type Description
UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyServiceAttachmentRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<GetIamPolicyServiceAttachmentRequest,Policy>

insertCallable()

public UnaryCallable<InsertServiceAttachmentRequest,Operation> insertCallable()
Returns
Type Description
UnaryCallable<InsertServiceAttachmentRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertServiceAttachmentRequest,Operation,Operation> insertOperationCallable()
Returns
Type Description
OperationCallable<InsertServiceAttachmentRequest,Operation,Operation>

listCallable()

public UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentList> listCallable()
Returns
Type Description
UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentList>

listPagedCallable()

public UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentsClient.ListPagedResponse> listPagedCallable()
Returns
Type Description
UnaryCallable<ListServiceAttachmentsRequest,ListPagedResponse>

patchCallable()

public UnaryCallable<PatchServiceAttachmentRequest,Operation> patchCallable()
Returns
Type Description
UnaryCallable<PatchServiceAttachmentRequest,Operation>

patchOperationCallable()

public OperationCallable<PatchServiceAttachmentRequest,Operation,Operation> patchOperationCallable()
Returns
Type Description
OperationCallable<PatchServiceAttachmentRequest,Operation,Operation>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyServiceAttachmentRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<SetIamPolicyServiceAttachmentRequest,Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsServiceAttachmentRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<TestIamPermissionsServiceAttachmentRequest,TestPermissionsResponse>