public abstract class NetworkAttachmentsStub implements BackgroundResource
Base stub class for the NetworkAttachments service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
NetworkAttachmentsStub()
public NetworkAttachmentsStub()
Methods
aggregatedListCallable()
public UnaryCallable<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList> aggregatedListCallable()
aggregatedListPagedCallable()
public UnaryCallable<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
close()
public abstract void close()
deleteCallable()
public UnaryCallable<DeleteNetworkAttachmentRequest,Operation> deleteCallable()
deleteOperationCallable()
public OperationCallable<DeleteNetworkAttachmentRequest,Operation,Operation> deleteOperationCallable()
getCallable()
public UnaryCallable<GetNetworkAttachmentRequest,NetworkAttachment> getCallable()
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyNetworkAttachmentRequest,Policy> getIamPolicyCallable()
insertCallable()
public UnaryCallable<InsertNetworkAttachmentRequest,Operation> insertCallable()
insertOperationCallable()
public OperationCallable<InsertNetworkAttachmentRequest,Operation,Operation> insertOperationCallable()
listCallable()
public UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentList> listCallable()
listPagedCallable()
public UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentsClient.ListPagedResponse> listPagedCallable()
patchCallable()
public UnaryCallable<PatchNetworkAttachmentRequest,Operation> patchCallable()
patchOperationCallable()
public OperationCallable<PatchNetworkAttachmentRequest,Operation,Operation> patchOperationCallable()
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyNetworkAttachmentRequest,Policy> setIamPolicyCallable()
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsNetworkAttachmentRequest,TestPermissionsResponse> testIamPermissionsCallable()