Package com.google.cloud.compute.v1.stub
Class PublicAdvertisedPrefixesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.PublicAdvertisedPrefixesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonPublicAdvertisedPrefixesStub
@Generated("by gapic-generator-java") public abstract class PublicAdvertisedPrefixesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the PublicAdvertisedPrefixes service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description PublicAdvertisedPrefixesStub()
-
Method Summary
-
-
-
Method Detail
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeletePublicAdvertisedPrefixeRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeletePublicAdvertisedPrefixeRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetPublicAdvertisedPrefixeRequest,PublicAdvertisedPrefix> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertPublicAdvertisedPrefixeRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertPublicAdvertisedPrefixeRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListPublicAdvertisedPrefixesRequest,PublicAdvertisedPrefixesClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListPublicAdvertisedPrefixesRequest,PublicAdvertisedPrefixList> listCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchPublicAdvertisedPrefixeRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchPublicAdvertisedPrefixeRequest,Operation> patchCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-