Class ServiceAttachmentsStub (1.68.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()

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteServiceAttachmentRequest,Operation> deleteCallable()

deleteOperationCallable()

public OperationCallable<DeleteServiceAttachmentRequest,Operation,Operation> deleteOperationCallable()

getCallable()

public UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment> getCallable()

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyServiceAttachmentRequest,Policy> getIamPolicyCallable()

insertCallable()

public UnaryCallable<InsertServiceAttachmentRequest,Operation> insertCallable()

insertOperationCallable()

public OperationCallable<InsertServiceAttachmentRequest,Operation,Operation> insertOperationCallable()

listCallable()

public UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentList> listCallable()

listPagedCallable()

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

patchCallable()

public UnaryCallable<PatchServiceAttachmentRequest,Operation> patchCallable()

patchOperationCallable()

public OperationCallable<PatchServiceAttachmentRequest,Operation,Operation> patchOperationCallable()

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyServiceAttachmentRequest,Policy> setIamPolicyCallable()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsServiceAttachmentRequest,TestPermissionsResponse> testIamPermissionsCallable()