All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData Maven / Gradle / Ivy

There is a newer version: 2.49.0
Show newest version
/*
 * Copyright 2023 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/contactcenterinsights/v1/resources.proto

package com.google.cloud.contactcenterinsights.v1;

/**
 *
 *
 * 
 * Conversation summarization suggestion data.
 * 
* * Protobuf type {@code * google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData} */ public final class ConversationSummarizationSuggestionData extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData) ConversationSummarizationSuggestionDataOrBuilder { private static final long serialVersionUID = 0L; // Use ConversationSummarizationSuggestionData.newBuilder() to construct. private ConversationSummarizationSuggestionData( com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ConversationSummarizationSuggestionData() { text_ = ""; answerRecord_ = ""; conversationModel_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ConversationSummarizationSuggestionData(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.contactcenterinsights.v1.ResourcesProto .internal_static_google_cloud_contactcenterinsights_v1_ConversationSummarizationSuggestionData_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapField internalGetMapField(int number) { switch (number) { case 5: return internalGetTextSections(); case 3: return internalGetMetadata(); default: throw new RuntimeException("Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.contactcenterinsights.v1.ResourcesProto .internal_static_google_cloud_contactcenterinsights_v1_ConversationSummarizationSuggestionData_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData.class, com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData .Builder.class); } public static final int TEXT_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object text_ = ""; /** * * *
   * The summarization content that is concatenated into one string.
   * 
* * string text = 1; * * @return The text. */ @java.lang.Override public java.lang.String getText() { java.lang.Object ref = text_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); text_ = s; return s; } } /** * * *
   * The summarization content that is concatenated into one string.
   * 
* * string text = 1; * * @return The bytes for text. */ @java.lang.Override public com.google.protobuf.ByteString getTextBytes() { java.lang.Object ref = text_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); text_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TEXT_SECTIONS_FIELD_NUMBER = 5; private static final class TextSectionsDefaultEntryHolder { static final com.google.protobuf.MapEntry defaultEntry = com.google.protobuf.MapEntry.newDefaultInstance( com.google.cloud.contactcenterinsights.v1.ResourcesProto .internal_static_google_cloud_contactcenterinsights_v1_ConversationSummarizationSuggestionData_TextSectionsEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField textSections_; private com.google.protobuf.MapField internalGetTextSections() { if (textSections_ == null) { return com.google.protobuf.MapField.emptyMapField( TextSectionsDefaultEntryHolder.defaultEntry); } return textSections_; } public int getTextSectionsCount() { return internalGetTextSections().getMap().size(); } /** * * *
   * The summarization content that is divided into sections. The key is the
   * section's name and the value is the section's content. There is no
   * specific format for the key or value.
   * 
* * map<string, string> text_sections = 5; */ @java.lang.Override public boolean containsTextSections(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetTextSections().getMap().containsKey(key); } /** Use {@link #getTextSectionsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getTextSections() { return getTextSectionsMap(); } /** * * *
   * The summarization content that is divided into sections. The key is the
   * section's name and the value is the section's content. There is no
   * specific format for the key or value.
   * 
* * map<string, string> text_sections = 5; */ @java.lang.Override public java.util.Map getTextSectionsMap() { return internalGetTextSections().getMap(); } /** * * *
   * The summarization content that is divided into sections. The key is the
   * section's name and the value is the section's content. There is no
   * specific format for the key or value.
   * 
* * map<string, string> text_sections = 5; */ @java.lang.Override public /* nullable */ java.lang.String getTextSectionsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetTextSections().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
   * The summarization content that is divided into sections. The key is the
   * section's name and the value is the section's content. There is no
   * specific format for the key or value.
   * 
* * map<string, string> text_sections = 5; */ @java.lang.Override public java.lang.String getTextSectionsOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetTextSections().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int CONFIDENCE_FIELD_NUMBER = 2; private float confidence_ = 0F; /** * * *
   * The confidence score of the summarization.
   * 
* * float confidence = 2; * * @return The confidence. */ @java.lang.Override public float getConfidence() { return confidence_; } public static final int METADATA_FIELD_NUMBER = 3; private static final class MetadataDefaultEntryHolder { static final com.google.protobuf.MapEntry defaultEntry = com.google.protobuf.MapEntry.newDefaultInstance( com.google.cloud.contactcenterinsights.v1.ResourcesProto .internal_static_google_cloud_contactcenterinsights_v1_ConversationSummarizationSuggestionData_MetadataEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField metadata_; private com.google.protobuf.MapField internalGetMetadata() { if (metadata_ == null) { return com.google.protobuf.MapField.emptyMapField(MetadataDefaultEntryHolder.defaultEntry); } return metadata_; } public int getMetadataCount() { return internalGetMetadata().getMap().size(); } /** * * *
   * A map that contains metadata about the summarization and the document
   * from which it originates.
   * 
* * map<string, string> metadata = 3; */ @java.lang.Override public boolean containsMetadata(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMetadata().getMap().containsKey(key); } /** Use {@link #getMetadataMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMetadata() { return getMetadataMap(); } /** * * *
   * A map that contains metadata about the summarization and the document
   * from which it originates.
   * 
* * map<string, string> metadata = 3; */ @java.lang.Override public java.util.Map getMetadataMap() { return internalGetMetadata().getMap(); } /** * * *
   * A map that contains metadata about the summarization and the document
   * from which it originates.
   * 
* * map<string, string> metadata = 3; */ @java.lang.Override public /* nullable */ java.lang.String getMetadataOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMetadata().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
   * A map that contains metadata about the summarization and the document
   * from which it originates.
   * 
* * map<string, string> metadata = 3; */ @java.lang.Override public java.lang.String getMetadataOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMetadata().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int ANSWER_RECORD_FIELD_NUMBER = 4; @SuppressWarnings("serial") private volatile java.lang.Object answerRecord_ = ""; /** * * *
   * The name of the answer record.
   * Format:
   * projects/{project}/locations/{location}/answerRecords/{answer_record}
   * 
* * string answer_record = 4; * * @return The answerRecord. */ @java.lang.Override public java.lang.String getAnswerRecord() { java.lang.Object ref = answerRecord_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); answerRecord_ = s; return s; } } /** * * *
   * The name of the answer record.
   * Format:
   * projects/{project}/locations/{location}/answerRecords/{answer_record}
   * 
* * string answer_record = 4; * * @return The bytes for answerRecord. */ @java.lang.Override public com.google.protobuf.ByteString getAnswerRecordBytes() { java.lang.Object ref = answerRecord_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); answerRecord_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CONVERSATION_MODEL_FIELD_NUMBER = 6; @SuppressWarnings("serial") private volatile java.lang.Object conversationModel_ = ""; /** * * *
   * The name of the model that generates this summary.
   * Format:
   * projects/{project}/locations/{location}/conversationModels/{conversation_model}
   * 
* * string conversation_model = 6; * * @return The conversationModel. */ @java.lang.Override public java.lang.String getConversationModel() { java.lang.Object ref = conversationModel_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); conversationModel_ = s; return s; } } /** * * *
   * The name of the model that generates this summary.
   * Format:
   * projects/{project}/locations/{location}/conversationModels/{conversation_model}
   * 
* * string conversation_model = 6; * * @return The bytes for conversationModel. */ @java.lang.Override public com.google.protobuf.ByteString getConversationModelBytes() { java.lang.Object ref = conversationModel_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); conversationModel_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(text_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, text_); } if (java.lang.Float.floatToRawIntBits(confidence_) != 0) { output.writeFloat(2, confidence_); } com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( output, internalGetMetadata(), MetadataDefaultEntryHolder.defaultEntry, 3); if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(answerRecord_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, answerRecord_); } com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( output, internalGetTextSections(), TextSectionsDefaultEntryHolder.defaultEntry, 5); if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(conversationModel_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, conversationModel_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(text_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, text_); } if (java.lang.Float.floatToRawIntBits(confidence_) != 0) { size += com.google.protobuf.CodedOutputStream.computeFloatSize(2, confidence_); } for (java.util.Map.Entry entry : internalGetMetadata().getMap().entrySet()) { com.google.protobuf.MapEntry metadata__ = MetadataDefaultEntryHolder.defaultEntry .newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, metadata__); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(answerRecord_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, answerRecord_); } for (java.util.Map.Entry entry : internalGetTextSections().getMap().entrySet()) { com.google.protobuf.MapEntry textSections__ = TextSectionsDefaultEntryHolder.defaultEntry .newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, textSections__); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(conversationModel_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, conversationModel_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData)) { return super.equals(obj); } com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData other = (com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData) obj; if (!getText().equals(other.getText())) return false; if (!internalGetTextSections().equals(other.internalGetTextSections())) return false; if (java.lang.Float.floatToIntBits(getConfidence()) != java.lang.Float.floatToIntBits(other.getConfidence())) return false; if (!internalGetMetadata().equals(other.internalGetMetadata())) return false; if (!getAnswerRecord().equals(other.getAnswerRecord())) return false; if (!getConversationModel().equals(other.getConversationModel())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + TEXT_FIELD_NUMBER; hash = (53 * hash) + getText().hashCode(); if (!internalGetTextSections().getMap().isEmpty()) { hash = (37 * hash) + TEXT_SECTIONS_FIELD_NUMBER; hash = (53 * hash) + internalGetTextSections().hashCode(); } hash = (37 * hash) + CONFIDENCE_FIELD_NUMBER; hash = (53 * hash) + java.lang.Float.floatToIntBits(getConfidence()); if (!internalGetMetadata().getMap().isEmpty()) { hash = (37 * hash) + METADATA_FIELD_NUMBER; hash = (53 * hash) + internalGetMetadata().hashCode(); } hash = (37 * hash) + ANSWER_RECORD_FIELD_NUMBER; hash = (53 * hash) + getAnswerRecord().hashCode(); hash = (37 * hash) + CONVERSATION_MODEL_FIELD_NUMBER; hash = (53 * hash) + getConversationModel().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder( com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * Conversation summarization suggestion data.
   * 
* * Protobuf type {@code * google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData) com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.contactcenterinsights.v1.ResourcesProto .internal_static_google_cloud_contactcenterinsights_v1_ConversationSummarizationSuggestionData_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMapField(int number) { switch (number) { case 5: return internalGetTextSections(); case 3: return internalGetMetadata(); default: throw new RuntimeException("Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMutableMapField(int number) { switch (number) { case 5: return internalGetMutableTextSections(); case 3: return internalGetMutableMetadata(); default: throw new RuntimeException("Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.contactcenterinsights.v1.ResourcesProto .internal_static_google_cloud_contactcenterinsights_v1_ConversationSummarizationSuggestionData_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData .class, com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData .Builder.class); } // Construct using // com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData.newBuilder() private Builder() {} private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; text_ = ""; internalGetMutableTextSections().clear(); confidence_ = 0F; internalGetMutableMetadata().clear(); answerRecord_ = ""; conversationModel_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.cloud.contactcenterinsights.v1.ResourcesProto .internal_static_google_cloud_contactcenterinsights_v1_ConversationSummarizationSuggestionData_descriptor; } @java.lang.Override public com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData getDefaultInstanceForType() { return com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData .getDefaultInstance(); } @java.lang.Override public com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData build() { com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData buildPartial() { com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData result = new com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData( this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0( com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.text_ = text_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.textSections_ = internalGetTextSections(); result.textSections_.makeImmutable(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.confidence_ = confidence_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.metadata_ = internalGetMetadata(); result.metadata_.makeImmutable(); } if (((from_bitField0_ & 0x00000010) != 0)) { result.answerRecord_ = answerRecord_; } if (((from_bitField0_ & 0x00000020) != 0)) { result.conversationModel_ = conversationModel_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData) { return mergeFrom( (com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom( com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData other) { if (other == com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData .getDefaultInstance()) return this; if (!other.getText().isEmpty()) { text_ = other.text_; bitField0_ |= 0x00000001; onChanged(); } internalGetMutableTextSections().mergeFrom(other.internalGetTextSections()); bitField0_ |= 0x00000002; if (other.getConfidence() != 0F) { setConfidence(other.getConfidence()); } internalGetMutableMetadata().mergeFrom(other.internalGetMetadata()); bitField0_ |= 0x00000008; if (!other.getAnswerRecord().isEmpty()) { answerRecord_ = other.answerRecord_; bitField0_ |= 0x00000010; onChanged(); } if (!other.getConversationModel().isEmpty()) { conversationModel_ = other.conversationModel_; bitField0_ |= 0x00000020; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { text_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 21: { confidence_ = input.readFloat(); bitField0_ |= 0x00000004; break; } // case 21 case 26: { com.google.protobuf.MapEntry metadata__ = input.readMessage( MetadataDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableMetadata() .getMutableMap() .put(metadata__.getKey(), metadata__.getValue()); bitField0_ |= 0x00000008; break; } // case 26 case 34: { answerRecord_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000010; break; } // case 34 case 42: { com.google.protobuf.MapEntry textSections__ = input.readMessage( TextSectionsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableTextSections() .getMutableMap() .put(textSections__.getKey(), textSections__.getValue()); bitField0_ |= 0x00000002; break; } // case 42 case 50: { conversationModel_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000020; break; } // case 50 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object text_ = ""; /** * * *
     * The summarization content that is concatenated into one string.
     * 
* * string text = 1; * * @return The text. */ public java.lang.String getText() { java.lang.Object ref = text_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); text_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The summarization content that is concatenated into one string.
     * 
* * string text = 1; * * @return The bytes for text. */ public com.google.protobuf.ByteString getTextBytes() { java.lang.Object ref = text_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); text_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The summarization content that is concatenated into one string.
     * 
* * string text = 1; * * @param value The text to set. * @return This builder for chaining. */ public Builder setText(java.lang.String value) { if (value == null) { throw new NullPointerException(); } text_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * * *
     * The summarization content that is concatenated into one string.
     * 
* * string text = 1; * * @return This builder for chaining. */ public Builder clearText() { text_ = getDefaultInstance().getText(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * * *
     * The summarization content that is concatenated into one string.
     * 
* * string text = 1; * * @param value The bytes for text to set. * @return This builder for chaining. */ public Builder setTextBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); text_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private com.google.protobuf.MapField textSections_; private com.google.protobuf.MapField internalGetTextSections() { if (textSections_ == null) { return com.google.protobuf.MapField.emptyMapField( TextSectionsDefaultEntryHolder.defaultEntry); } return textSections_; } private com.google.protobuf.MapField internalGetMutableTextSections() { if (textSections_ == null) { textSections_ = com.google.protobuf.MapField.newMapField(TextSectionsDefaultEntryHolder.defaultEntry); } if (!textSections_.isMutable()) { textSections_ = textSections_.copy(); } bitField0_ |= 0x00000002; onChanged(); return textSections_; } public int getTextSectionsCount() { return internalGetTextSections().getMap().size(); } /** * * *
     * The summarization content that is divided into sections. The key is the
     * section's name and the value is the section's content. There is no
     * specific format for the key or value.
     * 
* * map<string, string> text_sections = 5; */ @java.lang.Override public boolean containsTextSections(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetTextSections().getMap().containsKey(key); } /** Use {@link #getTextSectionsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getTextSections() { return getTextSectionsMap(); } /** * * *
     * The summarization content that is divided into sections. The key is the
     * section's name and the value is the section's content. There is no
     * specific format for the key or value.
     * 
* * map<string, string> text_sections = 5; */ @java.lang.Override public java.util.Map getTextSectionsMap() { return internalGetTextSections().getMap(); } /** * * *
     * The summarization content that is divided into sections. The key is the
     * section's name and the value is the section's content. There is no
     * specific format for the key or value.
     * 
* * map<string, string> text_sections = 5; */ @java.lang.Override public /* nullable */ java.lang.String getTextSectionsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetTextSections().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
     * The summarization content that is divided into sections. The key is the
     * section's name and the value is the section's content. There is no
     * specific format for the key or value.
     * 
* * map<string, string> text_sections = 5; */ @java.lang.Override public java.lang.String getTextSectionsOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetTextSections().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearTextSections() { bitField0_ = (bitField0_ & ~0x00000002); internalGetMutableTextSections().getMutableMap().clear(); return this; } /** * * *
     * The summarization content that is divided into sections. The key is the
     * section's name and the value is the section's content. There is no
     * specific format for the key or value.
     * 
* * map<string, string> text_sections = 5; */ public Builder removeTextSections(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableTextSections().getMutableMap().remove(key); return this; } /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableTextSections() { bitField0_ |= 0x00000002; return internalGetMutableTextSections().getMutableMap(); } /** * * *
     * The summarization content that is divided into sections. The key is the
     * section's name and the value is the section's content. There is no
     * specific format for the key or value.
     * 
* * map<string, string> text_sections = 5; */ public Builder putTextSections(java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableTextSections().getMutableMap().put(key, value); bitField0_ |= 0x00000002; return this; } /** * * *
     * The summarization content that is divided into sections. The key is the
     * section's name and the value is the section's content. There is no
     * specific format for the key or value.
     * 
* * map<string, string> text_sections = 5; */ public Builder putAllTextSections(java.util.Map values) { internalGetMutableTextSections().getMutableMap().putAll(values); bitField0_ |= 0x00000002; return this; } private float confidence_; /** * * *
     * The confidence score of the summarization.
     * 
* * float confidence = 2; * * @return The confidence. */ @java.lang.Override public float getConfidence() { return confidence_; } /** * * *
     * The confidence score of the summarization.
     * 
* * float confidence = 2; * * @param value The confidence to set. * @return This builder for chaining. */ public Builder setConfidence(float value) { confidence_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
     * The confidence score of the summarization.
     * 
* * float confidence = 2; * * @return This builder for chaining. */ public Builder clearConfidence() { bitField0_ = (bitField0_ & ~0x00000004); confidence_ = 0F; onChanged(); return this; } private com.google.protobuf.MapField metadata_; private com.google.protobuf.MapField internalGetMetadata() { if (metadata_ == null) { return com.google.protobuf.MapField.emptyMapField(MetadataDefaultEntryHolder.defaultEntry); } return metadata_; } private com.google.protobuf.MapField internalGetMutableMetadata() { if (metadata_ == null) { metadata_ = com.google.protobuf.MapField.newMapField(MetadataDefaultEntryHolder.defaultEntry); } if (!metadata_.isMutable()) { metadata_ = metadata_.copy(); } bitField0_ |= 0x00000008; onChanged(); return metadata_; } public int getMetadataCount() { return internalGetMetadata().getMap().size(); } /** * * *
     * A map that contains metadata about the summarization and the document
     * from which it originates.
     * 
* * map<string, string> metadata = 3; */ @java.lang.Override public boolean containsMetadata(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetMetadata().getMap().containsKey(key); } /** Use {@link #getMetadataMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getMetadata() { return getMetadataMap(); } /** * * *
     * A map that contains metadata about the summarization and the document
     * from which it originates.
     * 
* * map<string, string> metadata = 3; */ @java.lang.Override public java.util.Map getMetadataMap() { return internalGetMetadata().getMap(); } /** * * *
     * A map that contains metadata about the summarization and the document
     * from which it originates.
     * 
* * map<string, string> metadata = 3; */ @java.lang.Override public /* nullable */ java.lang.String getMetadataOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMetadata().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
     * A map that contains metadata about the summarization and the document
     * from which it originates.
     * 
* * map<string, string> metadata = 3; */ @java.lang.Override public java.lang.String getMetadataOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetMetadata().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearMetadata() { bitField0_ = (bitField0_ & ~0x00000008); internalGetMutableMetadata().getMutableMap().clear(); return this; } /** * * *
     * A map that contains metadata about the summarization and the document
     * from which it originates.
     * 
* * map<string, string> metadata = 3; */ public Builder removeMetadata(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableMetadata().getMutableMap().remove(key); return this; } /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableMetadata() { bitField0_ |= 0x00000008; return internalGetMutableMetadata().getMutableMap(); } /** * * *
     * A map that contains metadata about the summarization and the document
     * from which it originates.
     * 
* * map<string, string> metadata = 3; */ public Builder putMetadata(java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableMetadata().getMutableMap().put(key, value); bitField0_ |= 0x00000008; return this; } /** * * *
     * A map that contains metadata about the summarization and the document
     * from which it originates.
     * 
* * map<string, string> metadata = 3; */ public Builder putAllMetadata(java.util.Map values) { internalGetMutableMetadata().getMutableMap().putAll(values); bitField0_ |= 0x00000008; return this; } private java.lang.Object answerRecord_ = ""; /** * * *
     * The name of the answer record.
     * Format:
     * projects/{project}/locations/{location}/answerRecords/{answer_record}
     * 
* * string answer_record = 4; * * @return The answerRecord. */ public java.lang.String getAnswerRecord() { java.lang.Object ref = answerRecord_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); answerRecord_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The name of the answer record.
     * Format:
     * projects/{project}/locations/{location}/answerRecords/{answer_record}
     * 
* * string answer_record = 4; * * @return The bytes for answerRecord. */ public com.google.protobuf.ByteString getAnswerRecordBytes() { java.lang.Object ref = answerRecord_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); answerRecord_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The name of the answer record.
     * Format:
     * projects/{project}/locations/{location}/answerRecords/{answer_record}
     * 
* * string answer_record = 4; * * @param value The answerRecord to set. * @return This builder for chaining. */ public Builder setAnswerRecord(java.lang.String value) { if (value == null) { throw new NullPointerException(); } answerRecord_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * * *
     * The name of the answer record.
     * Format:
     * projects/{project}/locations/{location}/answerRecords/{answer_record}
     * 
* * string answer_record = 4; * * @return This builder for chaining. */ public Builder clearAnswerRecord() { answerRecord_ = getDefaultInstance().getAnswerRecord(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } /** * * *
     * The name of the answer record.
     * Format:
     * projects/{project}/locations/{location}/answerRecords/{answer_record}
     * 
* * string answer_record = 4; * * @param value The bytes for answerRecord to set. * @return This builder for chaining. */ public Builder setAnswerRecordBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); answerRecord_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } private java.lang.Object conversationModel_ = ""; /** * * *
     * The name of the model that generates this summary.
     * Format:
     * projects/{project}/locations/{location}/conversationModels/{conversation_model}
     * 
* * string conversation_model = 6; * * @return The conversationModel. */ public java.lang.String getConversationModel() { java.lang.Object ref = conversationModel_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); conversationModel_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The name of the model that generates this summary.
     * Format:
     * projects/{project}/locations/{location}/conversationModels/{conversation_model}
     * 
* * string conversation_model = 6; * * @return The bytes for conversationModel. */ public com.google.protobuf.ByteString getConversationModelBytes() { java.lang.Object ref = conversationModel_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); conversationModel_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The name of the model that generates this summary.
     * Format:
     * projects/{project}/locations/{location}/conversationModels/{conversation_model}
     * 
* * string conversation_model = 6; * * @param value The conversationModel to set. * @return This builder for chaining. */ public Builder setConversationModel(java.lang.String value) { if (value == null) { throw new NullPointerException(); } conversationModel_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * The name of the model that generates this summary.
     * Format:
     * projects/{project}/locations/{location}/conversationModels/{conversation_model}
     * 
* * string conversation_model = 6; * * @return This builder for chaining. */ public Builder clearConversationModel() { conversationModel_ = getDefaultInstance().getConversationModel(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); return this; } /** * * *
     * The name of the model that generates this summary.
     * Format:
     * projects/{project}/locations/{location}/conversationModels/{conversation_model}
     * 
* * string conversation_model = 6; * * @param value The bytes for conversationModel to set. * @return This builder for chaining. */ public Builder setConversationModelBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); conversationModel_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData) } // @@protoc_insertion_point(class_scope:google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData) private static final com.google.cloud.contactcenterinsights.v1 .ConversationSummarizationSuggestionData DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData(); } public static com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ConversationSummarizationSuggestionData parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy