ConversationEvent.Builder |
ConversationEvent.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
ConversationEvent.Builder |
ConversationEvent.Builder.clear() |
ConversationEvent.Builder |
ConversationEvent.Builder.clearConversation()
Required.
|
ConversationEvent.Builder |
ConversationEvent.Builder.clearErrorStatus()
Optional.
|
ConversationEvent.Builder |
ConversationEvent.Builder.clearField(Descriptors.FieldDescriptor field) |
ConversationEvent.Builder |
ConversationEvent.Builder.clearNewMessagePayload()
Payload of NEW_MESSAGE event.
|
ConversationEvent.Builder |
ConversationEvent.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
ConversationEvent.Builder |
ConversationEvent.Builder.clearPayload() |
ConversationEvent.Builder |
ConversationEvent.Builder.clearType()
Required.
|
ConversationEvent.Builder |
ConversationEvent.Builder.clone() |
ConversationEvent.Builder |
ConversationEvent.Builder.mergeErrorStatus(com.google.rpc.Status value)
Optional.
|
ConversationEvent.Builder |
ConversationEvent.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ConversationEvent.Builder |
ConversationEvent.Builder.mergeFrom(ConversationEvent other) |
ConversationEvent.Builder |
ConversationEvent.Builder.mergeFrom(Message other) |
ConversationEvent.Builder |
ConversationEvent.Builder.mergeNewMessagePayload(Message value)
Payload of NEW_MESSAGE event.
|
ConversationEvent.Builder |
ConversationEvent.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static ConversationEvent.Builder |
ConversationEvent.newBuilder() |
static ConversationEvent.Builder |
ConversationEvent.newBuilder(ConversationEvent prototype) |
ConversationEvent.Builder |
ConversationEvent.newBuilderForType() |
protected ConversationEvent.Builder |
ConversationEvent.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
ConversationEvent.Builder |
ConversationEvent.Builder.setConversation(String value)
Required.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setConversationBytes(ByteString value)
Required.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setErrorStatus(com.google.rpc.Status.Builder builderForValue)
Optional.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setErrorStatus(com.google.rpc.Status value)
Optional.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
ConversationEvent.Builder |
ConversationEvent.Builder.setNewMessagePayload(Message.Builder builderForValue)
Payload of NEW_MESSAGE event.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setNewMessagePayload(Message value)
Payload of NEW_MESSAGE event.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
ConversationEvent.Builder |
ConversationEvent.Builder.setType(ConversationEvent.Type value)
Required.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setTypeValue(int value)
Required.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
ConversationEvent.Builder |
ConversationEvent.toBuilder() |