@Generated(value="by gapic-generator-java") public class GrpcGroupServiceStub extends GroupServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcGroupServiceStub(GroupServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcGroupServiceStub, using the given settings.
|
protected |
GrpcGroupServiceStub(GroupServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcGroupServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcGroupServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcGroupServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcGroupServiceStub |
create(GroupServiceStubSettings settings) |
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.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
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() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,Group> |
updateGroupCallable() |
protected GrpcGroupServiceStub(GroupServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcGroupServiceStub(GroupServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcGroupServiceStub create(GroupServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcGroupServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcGroupServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse> listGroupsCallable()
listGroupsCallable in class GroupServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse> listGroupsPagedCallable()
listGroupsPagedCallable in class GroupServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group> getGroupCallable()
getGroupCallable in class GroupServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateGroupRequest,Group> createGroupCallable()
createGroupCallable in class GroupServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,Group> updateGroupCallable()
updateGroupCallable in class GroupServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteGroupRequest,com.google.protobuf.Empty> deleteGroupCallable()
deleteGroupCallable in class GroupServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse> listGroupMembersCallable()
listGroupMembersCallable in class GroupServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,GroupServiceClient.ListGroupMembersPagedResponse> listGroupMembersPagedCallable()
listGroupMembersPagedCallable in class GroupServiceStubpublic final void close()
close in interface AutoCloseableclose in class GroupServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.