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

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteServiceAttachmentRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment> getCallable()
Returns

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyServiceAttachmentRequest,Policy> getIamPolicyCallable()
Returns

insertCallable()

public UnaryCallable<InsertServiceAttachmentRequest,Operation> insertCallable()
Returns

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentList> listCallable()
Returns

listPagedCallable()

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

patchCallable()

public UnaryCallable<PatchServiceAttachmentRequest,Operation> patchCallable()
Returns

patchOperationCallable()

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

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyServiceAttachmentRequest,Policy> setIamPolicyCallable()
Returns

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsServiceAttachmentRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns