Class PacketMirroringsStub (1.6.0-beta)

public abstract class PacketMirroringsStub implements BackgroundResource

Base stub class for the PacketMirrorings service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > PacketMirroringsStub

Implements

BackgroundResource

Constructors

PacketMirroringsStub()

public PacketMirroringsStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList> aggregatedListCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListPacketMirroringsRequest,PacketMirroringsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListPacketMirroringsRequest,AggregatedListPagedResponse>

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeletePacketMirroringRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeletePacketMirroringRequest,Operation>

deleteOperationCallable()

public OperationCallable<DeletePacketMirroringRequest,Operation,Operation> deleteOperationCallable()
Returns
TypeDescription
OperationCallable<DeletePacketMirroringRequest,Operation,Operation>

getCallable()

public UnaryCallable<GetPacketMirroringRequest,PacketMirroring> getCallable()
Returns
TypeDescription
UnaryCallable<GetPacketMirroringRequest,PacketMirroring>

insertCallable()

public UnaryCallable<InsertPacketMirroringRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertPacketMirroringRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertPacketMirroringRequest,Operation,Operation> insertOperationCallable()
Returns
TypeDescription
OperationCallable<InsertPacketMirroringRequest,Operation,Operation>

listCallable()

public UnaryCallable<ListPacketMirroringsRequest,PacketMirroringList> listCallable()
Returns
TypeDescription
UnaryCallable<ListPacketMirroringsRequest,PacketMirroringList>

listPagedCallable()

public UnaryCallable<ListPacketMirroringsRequest,PacketMirroringsClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListPacketMirroringsRequest,ListPagedResponse>

patchCallable()

public UnaryCallable<PatchPacketMirroringRequest,Operation> patchCallable()
Returns
TypeDescription
UnaryCallable<PatchPacketMirroringRequest,Operation>

patchOperationCallable()

public OperationCallable<PatchPacketMirroringRequest,Operation,Operation> patchOperationCallable()
Returns
TypeDescription
OperationCallable<PatchPacketMirroringRequest,Operation,Operation>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsPacketMirroringRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<TestIamPermissionsPacketMirroringRequest,TestPermissionsResponse>