public static final class GenerateStatelessSummaryRequest.MinimalConversation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder> implements GenerateStatelessSummaryRequest.MinimalConversationOrBuilder
The minimum amount of information required to generate a Summary without having a Conversation resource created.Protobuf type
google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest.MinimalConversationgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GenerateStatelessSummaryRequest.MinimalConversation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GenerateStatelessSummaryRequest.MinimalConversation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GenerateStatelessSummaryRequest.MinimalConversation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation.Builder mergeFrom(GenerateStatelessSummaryRequest.MinimalConversation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public GenerateStatelessSummaryRequest.MinimalConversation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>IOExceptionpublic List<Message> getMessagesList()
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
getMessagesList in interface GenerateStatelessSummaryRequest.MinimalConversationOrBuilderpublic int getMessagesCount()
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
getMessagesCount in interface GenerateStatelessSummaryRequest.MinimalConversationOrBuilderpublic Message getMessages(int index)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
getMessages in interface GenerateStatelessSummaryRequest.MinimalConversationOrBuilderpublic GenerateStatelessSummaryRequest.MinimalConversation.Builder setMessages(int index, Message value)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public GenerateStatelessSummaryRequest.MinimalConversation.Builder setMessages(int index, Message.Builder builderForValue)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public GenerateStatelessSummaryRequest.MinimalConversation.Builder addMessages(Message value)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public GenerateStatelessSummaryRequest.MinimalConversation.Builder addMessages(int index, Message value)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public GenerateStatelessSummaryRequest.MinimalConversation.Builder addMessages(Message.Builder builderForValue)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public GenerateStatelessSummaryRequest.MinimalConversation.Builder addMessages(int index, Message.Builder builderForValue)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public GenerateStatelessSummaryRequest.MinimalConversation.Builder addAllMessages(Iterable<? extends Message> values)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public GenerateStatelessSummaryRequest.MinimalConversation.Builder clearMessages()
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public GenerateStatelessSummaryRequest.MinimalConversation.Builder removeMessages(int index)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public Message.Builder getMessagesBuilder(int index)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public MessageOrBuilder getMessagesOrBuilder(int index)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
getMessagesOrBuilder in interface GenerateStatelessSummaryRequest.MinimalConversationOrBuilderpublic List<? extends MessageOrBuilder> getMessagesOrBuilderList()
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
getMessagesOrBuilderList in interface GenerateStatelessSummaryRequest.MinimalConversationOrBuilderpublic Message.Builder addMessagesBuilder()
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public Message.Builder addMessagesBuilder(int index)
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public List<Message.Builder> getMessagesBuilderList()
Required. The messages that the Summary will be generated from. It is
expected that this message content is already redacted and does not
contain any PII. Required fields: {content, language_code, participant,
participant_role} Optional fields: {send_time} If send_time is not
provided, then the messages must be provided in chronological order.
repeated .google.cloud.dialogflow.v2beta1.Message messages = 1 [(.google.api.field_behavior) = REQUIRED];
public String getParent()
Required. The parent resource to charge for the Summary's generation. Format: `projects/<Project ID>/locations/<Location ID>`.
string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface GenerateStatelessSummaryRequest.MinimalConversationOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The parent resource to charge for the Summary's generation. Format: `projects/<Project ID>/locations/<Location ID>`.
string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface GenerateStatelessSummaryRequest.MinimalConversationOrBuilderpublic GenerateStatelessSummaryRequest.MinimalConversation.Builder setParent(String value)
Required. The parent resource to charge for the Summary's generation. Format: `projects/<Project ID>/locations/<Location ID>`.
string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public GenerateStatelessSummaryRequest.MinimalConversation.Builder clearParent()
Required. The parent resource to charge for the Summary's generation. Format: `projects/<Project ID>/locations/<Location ID>`.
string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public GenerateStatelessSummaryRequest.MinimalConversation.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The parent resource to charge for the Summary's generation. Format: `projects/<Project ID>/locations/<Location ID>`.
string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public final GenerateStatelessSummaryRequest.MinimalConversation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>public final GenerateStatelessSummaryRequest.MinimalConversation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateStatelessSummaryRequest.MinimalConversation.Builder>Copyright © 2023 Google LLC. All rights reserved.