public abstract class ChatServiceStub implements BackgroundResource
Base stub class for the ChatService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
ChatServiceStub()
Methods
close()
public abstract void close()
completeImportSpaceCallable()
public UnaryCallable<CompleteImportSpaceRequest,CompleteImportSpaceResponse> completeImportSpaceCallable()
createMembershipCallable()
public UnaryCallable<CreateMembershipRequest,Membership> createMembershipCallable()
createMessageCallable()
public UnaryCallable<CreateMessageRequest,Message> createMessageCallable()
createReactionCallable()
public UnaryCallable<CreateReactionRequest,Reaction> createReactionCallable()
createSpaceCallable()
public UnaryCallable<CreateSpaceRequest,Space> createSpaceCallable()
deleteMembershipCallable()
public UnaryCallable<DeleteMembershipRequest,Membership> deleteMembershipCallable()
deleteMessageCallable()
public UnaryCallable<DeleteMessageRequest,Empty> deleteMessageCallable()
deleteReactionCallable()
public UnaryCallable<DeleteReactionRequest,Empty> deleteReactionCallable()
deleteSpaceCallable()
public UnaryCallable<DeleteSpaceRequest,Empty> deleteSpaceCallable()
findDirectMessageCallable()
public UnaryCallable<FindDirectMessageRequest,Space> findDirectMessageCallable()
getAttachmentCallable()
public UnaryCallable<GetAttachmentRequest,Attachment> getAttachmentCallable()
getMembershipCallable()
public UnaryCallable<GetMembershipRequest,Membership> getMembershipCallable()
getMessageCallable()
public UnaryCallable<GetMessageRequest,Message> getMessageCallable()
getSpaceCallable()
public UnaryCallable<GetSpaceRequest,Space> getSpaceCallable()
getSpaceEventCallable()
public UnaryCallable<GetSpaceEventRequest,SpaceEvent> getSpaceEventCallable()
getSpaceReadStateCallable()
public UnaryCallable<GetSpaceReadStateRequest,SpaceReadState> getSpaceReadStateCallable()
getThreadReadStateCallable()
public UnaryCallable<GetThreadReadStateRequest,ThreadReadState> getThreadReadStateCallable()
listMembershipsCallable()
public UnaryCallable<ListMembershipsRequest,ListMembershipsResponse> listMembershipsCallable()
listMembershipsPagedCallable()
public UnaryCallable<ListMembershipsRequest,ChatServiceClient.ListMembershipsPagedResponse> listMembershipsPagedCallable()
listMessagesCallable()
public UnaryCallable<ListMessagesRequest,ListMessagesResponse> listMessagesCallable()
listMessagesPagedCallable()
public UnaryCallable<ListMessagesRequest,ChatServiceClient.ListMessagesPagedResponse> listMessagesPagedCallable()
listReactionsCallable()
public UnaryCallable<ListReactionsRequest,ListReactionsResponse> listReactionsCallable()
listReactionsPagedCallable()
public UnaryCallable<ListReactionsRequest,ChatServiceClient.ListReactionsPagedResponse> listReactionsPagedCallable()
listSpaceEventsCallable()
public UnaryCallable<ListSpaceEventsRequest,ListSpaceEventsResponse> listSpaceEventsCallable()
listSpaceEventsPagedCallable()
public UnaryCallable<ListSpaceEventsRequest,ChatServiceClient.ListSpaceEventsPagedResponse> listSpaceEventsPagedCallable()
listSpacesCallable()
public UnaryCallable<ListSpacesRequest,ListSpacesResponse> listSpacesCallable()
listSpacesPagedCallable()
public UnaryCallable<ListSpacesRequest,ChatServiceClient.ListSpacesPagedResponse> listSpacesPagedCallable()
searchSpacesCallable()
public UnaryCallable<SearchSpacesRequest,SearchSpacesResponse> searchSpacesCallable()
searchSpacesPagedCallable()
public UnaryCallable<SearchSpacesRequest,ChatServiceClient.SearchSpacesPagedResponse> searchSpacesPagedCallable()
setUpSpaceCallable()
public UnaryCallable<SetUpSpaceRequest,Space> setUpSpaceCallable()
updateMembershipCallable()
public UnaryCallable<UpdateMembershipRequest,Membership> updateMembershipCallable()
updateMessageCallable()
public UnaryCallable<UpdateMessageRequest,Message> updateMessageCallable()
updateSpaceCallable()
public UnaryCallable<UpdateSpaceRequest,Space> updateSpaceCallable()
updateSpaceReadStateCallable()
public UnaryCallable<UpdateSpaceReadStateRequest,SpaceReadState> updateSpaceReadStateCallable()
uploadAttachmentCallable()
public UnaryCallable<UploadAttachmentRequest,UploadAttachmentResponse> uploadAttachmentCallable()