Class GroupServiceStub (3.5.0)

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

deleteGroupCallable()

public UnaryCallable<DeleteGroupRequest,Empty> deleteGroupCallable()
Returns

getGroupCallable()

public UnaryCallable<GetGroupRequest,Group> getGroupCallable()
Returns

listGroupMembersCallable()

public UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse> listGroupMembersCallable()
Returns

listGroupMembersPagedCallable()

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

listGroupsCallable()

public UnaryCallable<ListGroupsRequest,ListGroupsResponse> listGroupsCallable()
Returns

listGroupsPagedCallable()

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

updateGroupCallable()

public UnaryCallable<UpdateGroupRequest,Group> updateGroupCallable()
Returns