Class ServiceAttachmentsStub (1.51.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
TypeDescription
UnaryCallable<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList>

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteServiceAttachmentRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteServiceAttachmentRequest,Operation>

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment> getCallable()
Returns
TypeDescription
UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyServiceAttachmentRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<GetIamPolicyServiceAttachmentRequest,Policy>

insertCallable()

public UnaryCallable<InsertServiceAttachmentRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertServiceAttachmentRequest,Operation>

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentList> listCallable()
Returns
TypeDescription
UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentList>

listPagedCallable()

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

patchCallable()

public UnaryCallable<PatchServiceAttachmentRequest,Operation> patchCallable()
Returns
TypeDescription
UnaryCallable<PatchServiceAttachmentRequest,Operation>

patchOperationCallable()

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

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyServiceAttachmentRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<SetIamPolicyServiceAttachmentRequest,Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsServiceAttachmentRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<TestIamPermissionsServiceAttachmentRequest,TestPermissionsResponse>