Package com.google.cloud.compute.v1.stub
Class GlobalPublicDelegatedPrefixesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.GlobalPublicDelegatedPrefixesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonGlobalPublicDelegatedPrefixesStub
@Generated("by gapic-generator-java") public abstract class GlobalPublicDelegatedPrefixesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the GlobalPublicDelegatedPrefixes service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description GlobalPublicDelegatedPrefixesStub()
-
Method Summary
-
-
-
Method Detail
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteGlobalPublicDelegatedPrefixeRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteGlobalPublicDelegatedPrefixeRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetGlobalPublicDelegatedPrefixeRequest,PublicDelegatedPrefix> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertGlobalPublicDelegatedPrefixeRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertGlobalPublicDelegatedPrefixeRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListGlobalPublicDelegatedPrefixesRequest,GlobalPublicDelegatedPrefixesClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList> listCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchGlobalPublicDelegatedPrefixeRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchGlobalPublicDelegatedPrefixeRequest,Operation> patchCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-