Class GroupServiceStub
- java.lang.Object
-
- com.google.cloud.monitoring.v3.stub.GroupServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcGroupServiceStub
@Generated("by gapic-generator-java") public abstract class GroupServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the GroupService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description GroupServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
listGroupsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse> listGroupsPagedCallable()
-
listGroupsCallable
public com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse> listGroupsCallable()
-
getGroupCallable
public com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group> getGroupCallable()
-
createGroupCallable
public com.google.api.gax.rpc.UnaryCallable<CreateGroupRequest,Group> createGroupCallable()
-
updateGroupCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,Group> updateGroupCallable()
-
deleteGroupCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteGroupRequest,com.google.protobuf.Empty> deleteGroupCallable()
-
listGroupMembersPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,GroupServiceClient.ListGroupMembersPagedResponse> listGroupMembersPagedCallable()
-
listGroupMembersCallable
public com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse> listGroupMembersCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-