public class HttpJsonPacketMirroringsStub extends PacketMirroringsStub
REST stub implementation for the PacketMirrorings service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonPacketMirroringsStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonPacketMirroringsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(PacketMirroringsStubSettings settings)
public static final HttpJsonPacketMirroringsStub create(PacketMirroringsStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Constructors
HttpJsonPacketMirroringsStub(PacketMirroringsStubSettings settings, ClientContext clientContext)
protected HttpJsonPacketMirroringsStub(PacketMirroringsStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonPacketMirroringsStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
HttpJsonPacketMirroringsStub(PacketMirroringsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonPacketMirroringsStub(PacketMirroringsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonPacketMirroringsStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Methods
aggregatedListCallable()
public UnaryCallable<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList> aggregatedListCallable()
Overrides
aggregatedListPagedCallable()
public UnaryCallable<AggregatedListPacketMirroringsRequest,PacketMirroringsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Overrides
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
deleteCallable()
public UnaryCallable<DeletePacketMirroringRequest,Operation> deleteCallable()
Overrides
deleteOperationCallable()
public OperationCallable<DeletePacketMirroringRequest,Operation,Operation> deleteOperationCallable()
Overrides
getCallable()
public UnaryCallable<GetPacketMirroringRequest,PacketMirroring> getCallable()
Overrides
insertCallable()
public UnaryCallable<InsertPacketMirroringRequest,Operation> insertCallable()
Overrides
insertOperationCallable()
public OperationCallable<InsertPacketMirroringRequest,Operation,Operation> insertOperationCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listCallable()
public UnaryCallable<ListPacketMirroringsRequest,PacketMirroringList> listCallable()
Overrides
listPagedCallable()
public UnaryCallable<ListPacketMirroringsRequest,PacketMirroringsClient.ListPagedResponse> listPagedCallable()
Overrides
patchCallable()
public UnaryCallable<PatchPacketMirroringRequest,Operation> patchCallable()
Overrides
patchOperationCallable()
public OperationCallable<PatchPacketMirroringRequest,Operation,Operation> patchOperationCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsPacketMirroringRequest,TestPermissionsResponse> testIamPermissionsCallable()
Overrides