Package com.google.cloud.compute.v1.stub
Class InterconnectAttachmentsStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.InterconnectAttachmentsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonInterconnectAttachmentsStub
@Generated("by gapic-generator-java") public abstract class InterconnectAttachmentsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the InterconnectAttachments service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description InterconnectAttachmentsStub()
-
Method Summary
-
-
-
Method Detail
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListInterconnectAttachmentsRequest,InterconnectAttachmentAggregatedList> aggregatedListCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteInterconnectAttachmentRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteInterconnectAttachmentRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetInterconnectAttachmentRequest,InterconnectAttachment> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertInterconnectAttachmentRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertInterconnectAttachmentRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListInterconnectAttachmentsRequest,InterconnectAttachmentsClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListInterconnectAttachmentsRequest,InterconnectAttachmentList> listCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchInterconnectAttachmentRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchInterconnectAttachmentRequest,Operation> patchCallable()
-
setLabelsOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetLabelsInterconnectAttachmentRequest,Operation,Operation> setLabelsOperationCallable()
-
setLabelsCallable
public com.google.api.gax.rpc.UnaryCallable<SetLabelsInterconnectAttachmentRequest,Operation> setLabelsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-