Class IngestConversationsMetadata.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<IngestConversationsMetadata.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<IngestConversationsMetadata.Builder>
      • getDefaultInstanceForType

        public IngestConversationsMetadata getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public IngestConversationsMetadata build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public IngestConversationsMetadata buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<IngestConversationsMetadata.Builder>
      • mergeFrom

        public IngestConversationsMetadata.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<IngestConversationsMetadata.Builder>
        Throws:
        IOException
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The time the operation was created.
         
        .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface IngestConversationsMetadataOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The time the operation was created.
         
        .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface IngestConversationsMetadataOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public IngestConversationsMetadata.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time the operation was created.
         
        .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public IngestConversationsMetadata.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time the operation was created.
         
        .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public IngestConversationsMetadata.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time the operation was created.
         
        .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public IngestConversationsMetadata.Builder clearCreateTime()
         Output only. The time the operation was created.
         
        .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The time the operation was created.
         
        .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The time the operation was created.
         
        .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface IngestConversationsMetadataOrBuilder
      • hasEndTime

        public boolean hasEndTime()
         Output only. The time the operation finished running.
         
        .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasEndTime in interface IngestConversationsMetadataOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public com.google.protobuf.Timestamp getEndTime()
         Output only. The time the operation finished running.
         
        .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTime in interface IngestConversationsMetadataOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public IngestConversationsMetadata.Builder setEndTime​(com.google.protobuf.Timestamp value)
         Output only. The time the operation finished running.
         
        .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setEndTime

        public IngestConversationsMetadata.Builder setEndTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time the operation finished running.
         
        .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeEndTime

        public IngestConversationsMetadata.Builder mergeEndTime​(com.google.protobuf.Timestamp value)
         Output only. The time the operation finished running.
         
        .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearEndTime

        public IngestConversationsMetadata.Builder clearEndTime()
         Output only. The time the operation finished running.
         
        .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEndTimeBuilder

        public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
         Output only. The time the operation finished running.
         
        .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEndTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
         Output only. The time the operation finished running.
         
        .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTimeOrBuilder in interface IngestConversationsMetadataOrBuilder
      • hasRequest

        public boolean hasRequest()
         Output only. The original request for ingest.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasRequest in interface IngestConversationsMetadataOrBuilder
        Returns:
        Whether the request field is set.
      • clearRequest

        public IngestConversationsMetadata.Builder clearRequest()
         Output only. The original request for ingest.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRequestBuilder

        public IngestConversationsRequest.Builder getRequestBuilder()
         Output only. The original request for ingest.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsList

        public List<com.google.rpc.Status> getPartialErrorsList()
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPartialErrorsList in interface IngestConversationsMetadataOrBuilder
      • getPartialErrorsCount

        public int getPartialErrorsCount()
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPartialErrorsCount in interface IngestConversationsMetadataOrBuilder
      • getPartialErrors

        public com.google.rpc.Status getPartialErrors​(int index)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPartialErrors in interface IngestConversationsMetadataOrBuilder
      • setPartialErrors

        public IngestConversationsMetadata.Builder setPartialErrors​(int index,
                                                                    com.google.rpc.Status value)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setPartialErrors

        public IngestConversationsMetadata.Builder setPartialErrors​(int index,
                                                                    com.google.rpc.Status.Builder builderForValue)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPartialErrors

        public IngestConversationsMetadata.Builder addPartialErrors​(com.google.rpc.Status value)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPartialErrors

        public IngestConversationsMetadata.Builder addPartialErrors​(int index,
                                                                    com.google.rpc.Status value)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPartialErrors

        public IngestConversationsMetadata.Builder addPartialErrors​(com.google.rpc.Status.Builder builderForValue)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPartialErrors

        public IngestConversationsMetadata.Builder addPartialErrors​(int index,
                                                                    com.google.rpc.Status.Builder builderForValue)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllPartialErrors

        public IngestConversationsMetadata.Builder addAllPartialErrors​(Iterable<? extends com.google.rpc.Status> values)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearPartialErrors

        public IngestConversationsMetadata.Builder clearPartialErrors()
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removePartialErrors

        public IngestConversationsMetadata.Builder removePartialErrors​(int index)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsBuilder

        public com.google.rpc.Status.Builder getPartialErrorsBuilder​(int index)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsOrBuilder

        public com.google.rpc.StatusOrBuilder getPartialErrorsOrBuilder​(int index)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPartialErrorsOrBuilder in interface IngestConversationsMetadataOrBuilder
      • getPartialErrorsOrBuilderList

        public List<? extends com.google.rpc.StatusOrBuilder> getPartialErrorsOrBuilderList()
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPartialErrorsOrBuilderList in interface IngestConversationsMetadataOrBuilder
      • addPartialErrorsBuilder

        public com.google.rpc.Status.Builder addPartialErrorsBuilder()
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPartialErrorsBuilder

        public com.google.rpc.Status.Builder addPartialErrorsBuilder​(int index)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsBuilderList

        public List<com.google.rpc.Status.Builder> getPartialErrorsBuilderList()
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasIngestConversationsStats

        public boolean hasIngestConversationsStats()
         Output only. Statistics for IngestConversations operation.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasIngestConversationsStats in interface IngestConversationsMetadataOrBuilder
        Returns:
        Whether the ingestConversationsStats field is set.
      • clearIngestConversationsStats

        public IngestConversationsMetadata.Builder clearIngestConversationsStats()
         Output only. Statistics for IngestConversations operation.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getIngestConversationsStatsBuilder

        public IngestConversationsMetadata.IngestConversationsStats.Builder getIngestConversationsStatsBuilder()
         Output only. Statistics for IngestConversations operation.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUnknownFields

        public final IngestConversationsMetadata.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IngestConversationsMetadata.Builder>