@Generated(value="by gapic-generator-java") public abstract class GroupServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
GroupServiceStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreateGroupRequest,Group> |
createGroupCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteGroupRequest,com.google.protobuf.Empty> |
deleteGroupCallable() |
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group> |
getGroupCallable() |
com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse> |
listGroupMembersCallable() |
com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,GroupServiceClient.ListGroupMembersPagedResponse> |
listGroupMembersPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse> |
listGroupsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse> |
listGroupsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,Group> |
updateGroupCallable() |
public com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse> listGroupsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse> listGroupsCallable()
public com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group> getGroupCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateGroupRequest,Group> createGroupCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,Group> updateGroupCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteGroupRequest,com.google.protobuf.Empty> deleteGroupCallable()
public com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,GroupServiceClient.ListGroupMembersPagedResponse> listGroupMembersPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse> listGroupMembersCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2024 Google LLC. All rights reserved.