Class WireGroupsStub (1.91.0)

public abstract class WireGroupsStub implements BackgroundResource

Base stub class for the WireGroups service API.

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

Inheritance

java.lang.Object > WireGroupsStub

Implements

BackgroundResource

Constructors

WireGroupsStub()

public WireGroupsStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteWireGroupRequest,Operation> deleteCallable()
Returns
Type Description
UnaryCallable<DeleteWireGroupRequest,Operation>

deleteOperationCallable()

public OperationCallable<DeleteWireGroupRequest,Operation,Operation> deleteOperationCallable()
Returns
Type Description
OperationCallable<DeleteWireGroupRequest,Operation,Operation>

getCallable()

public UnaryCallable<GetWireGroupRequest,WireGroup> getCallable()
Returns
Type Description
UnaryCallable<GetWireGroupRequest,WireGroup>

insertCallable()

public UnaryCallable<InsertWireGroupRequest,Operation> insertCallable()
Returns
Type Description
UnaryCallable<InsertWireGroupRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertWireGroupRequest,Operation,Operation> insertOperationCallable()
Returns
Type Description
OperationCallable<InsertWireGroupRequest,Operation,Operation>

listCallable()

public UnaryCallable<ListWireGroupsRequest,WireGroupList> listCallable()
Returns
Type Description
UnaryCallable<ListWireGroupsRequest,WireGroupList>

listPagedCallable()

public UnaryCallable<ListWireGroupsRequest,WireGroupsClient.ListPagedResponse> listPagedCallable()
Returns
Type Description
UnaryCallable<ListWireGroupsRequest,ListPagedResponse>

patchCallable()

public UnaryCallable<PatchWireGroupRequest,Operation> patchCallable()
Returns
Type Description
UnaryCallable<PatchWireGroupRequest,Operation>

patchOperationCallable()

public OperationCallable<PatchWireGroupRequest,Operation,Operation> patchOperationCallable()
Returns
Type Description
OperationCallable<PatchWireGroupRequest,Operation,Operation>