public final class ChatServiceGrpc
Enables developers to build Chat apps and
integrations on Google Chat Platform.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(ChatServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ChatServiceGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCompleteImportSpaceMethod()
public static MethodDescriptor<CompleteImportSpaceRequest,CompleteImportSpaceResponse> getCompleteImportSpaceMethod()
getCreateMembershipMethod()
public static MethodDescriptor<CreateMembershipRequest,Membership> getCreateMembershipMethod()
getCreateMessageMethod()
public static MethodDescriptor<CreateMessageRequest,Message> getCreateMessageMethod()
getCreateReactionMethod()
public static MethodDescriptor<CreateReactionRequest,Reaction> getCreateReactionMethod()
getCreateSpaceMethod()
public static MethodDescriptor<CreateSpaceRequest,Space> getCreateSpaceMethod()
getDeleteMembershipMethod()
public static MethodDescriptor<DeleteMembershipRequest,Membership> getDeleteMembershipMethod()
getDeleteMessageMethod()
public static MethodDescriptor<DeleteMessageRequest,Empty> getDeleteMessageMethod()
getDeleteReactionMethod()
public static MethodDescriptor<DeleteReactionRequest,Empty> getDeleteReactionMethod()
getDeleteSpaceMethod()
public static MethodDescriptor<DeleteSpaceRequest,Empty> getDeleteSpaceMethod()
getFindDirectMessageMethod()
public static MethodDescriptor<FindDirectMessageRequest,Space> getFindDirectMessageMethod()
getGetAttachmentMethod()
public static MethodDescriptor<GetAttachmentRequest,Attachment> getGetAttachmentMethod()
getGetMembershipMethod()
public static MethodDescriptor<GetMembershipRequest,Membership> getGetMembershipMethod()
getGetMessageMethod()
public static MethodDescriptor<GetMessageRequest,Message> getGetMessageMethod()
getGetSpaceMethod()
public static MethodDescriptor<GetSpaceRequest,Space> getGetSpaceMethod()
getGetSpaceReadStateMethod()
public static MethodDescriptor<GetSpaceReadStateRequest,SpaceReadState> getGetSpaceReadStateMethod()
getGetThreadReadStateMethod()
public static MethodDescriptor<GetThreadReadStateRequest,ThreadReadState> getGetThreadReadStateMethod()
getListMembershipsMethod()
public static MethodDescriptor<ListMembershipsRequest,ListMembershipsResponse> getListMembershipsMethod()
getListMessagesMethod()
public static MethodDescriptor<ListMessagesRequest,ListMessagesResponse> getListMessagesMethod()
getListReactionsMethod()
public static MethodDescriptor<ListReactionsRequest,ListReactionsResponse> getListReactionsMethod()
getListSpacesMethod()
public static MethodDescriptor<ListSpacesRequest,ListSpacesResponse> getListSpacesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getSetUpSpaceMethod()
public static MethodDescriptor<SetUpSpaceRequest,Space> getSetUpSpaceMethod()
getUpdateMembershipMethod()
public static MethodDescriptor<UpdateMembershipRequest,Membership> getUpdateMembershipMethod()
getUpdateMessageMethod()
public static MethodDescriptor<UpdateMessageRequest,Message> getUpdateMessageMethod()
getUpdateSpaceMethod()
public static MethodDescriptor<UpdateSpaceRequest,Space> getUpdateSpaceMethod()
getUpdateSpaceReadStateMethod()
public static MethodDescriptor<UpdateSpaceReadStateRequest,SpaceReadState> getUpdateSpaceReadStateMethod()
getUploadAttachmentMethod()
public static MethodDescriptor<UploadAttachmentRequest,UploadAttachmentResponse> getUploadAttachmentMethod()
newBlockingStub(Channel channel)
public static ChatServiceGrpc.ChatServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static ChatServiceGrpc.ChatServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static ChatServiceGrpc.ChatServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|