Class GroupServiceStub (3.4.4)

public abstract class GroupServiceStub implements BackgroundResource

Base stub class for the GroupService service API.

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

Inheritance

java.lang.Object > GroupServiceStub

Implements

BackgroundResource

Constructors

GroupServiceStub()

public GroupServiceStub()

Methods

close()

public abstract void close()

createGroupCallable()

public UnaryCallable<CreateGroupRequest,Group> createGroupCallable()
Returns
TypeDescription
UnaryCallable<CreateGroupRequest,Group>

deleteGroupCallable()

public UnaryCallable<DeleteGroupRequest,Empty> deleteGroupCallable()
Returns
TypeDescription
UnaryCallable<DeleteGroupRequest,Empty>

getGroupCallable()

public UnaryCallable<GetGroupRequest,Group> getGroupCallable()
Returns
TypeDescription
UnaryCallable<GetGroupRequest,Group>

listGroupMembersCallable()

public UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse> listGroupMembersCallable()
Returns
TypeDescription
UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse>

listGroupMembersPagedCallable()

public UnaryCallable<ListGroupMembersRequest,GroupServiceClient.ListGroupMembersPagedResponse> listGroupMembersPagedCallable()
Returns
TypeDescription
UnaryCallable<ListGroupMembersRequest,ListGroupMembersPagedResponse>

listGroupsCallable()

public UnaryCallable<ListGroupsRequest,ListGroupsResponse> listGroupsCallable()
Returns
TypeDescription
UnaryCallable<ListGroupsRequest,ListGroupsResponse>

listGroupsPagedCallable()

public UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse> listGroupsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListGroupsRequest,ListGroupsPagedResponse>

updateGroupCallable()

public UnaryCallable<UpdateGroupRequest,Group> updateGroupCallable()
Returns
TypeDescription
UnaryCallable<UpdateGroupRequest,Group>