@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") 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.
|
protected GrpcGroupServiceStub(GroupServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcGroupServiceStub(GroupServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcGroupServiceStub create(GroupServiceStubSettings settings) throws IOException
IOException
public static final GrpcGroupServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcGroupServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse> listGroupsPagedCallable()
listGroupsPagedCallable
in class GroupServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse> listGroupsCallable()
listGroupsCallable
in class GroupServiceStub
public com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group> getGroupCallable()
getGroupCallable
in class GroupServiceStub
public com.google.api.gax.rpc.UnaryCallable<CreateGroupRequest,Group> createGroupCallable()
createGroupCallable
in class GroupServiceStub
public com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,Group> updateGroupCallable()
updateGroupCallable
in class GroupServiceStub
public com.google.api.gax.rpc.UnaryCallable<DeleteGroupRequest,Empty> deleteGroupCallable()
deleteGroupCallable
in class GroupServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,GroupServiceClient.ListGroupMembersPagedResponse> listGroupMembersPagedCallable()
listGroupMembersPagedCallable
in class GroupServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse> listGroupMembersCallable()
listGroupMembersCallable
in class GroupServiceStub
public final void close()
close
in interface AutoCloseable
close
in class GroupServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.