Class ImportConversationDataOperationMetadata

  • All Implemented Interfaces:
    ImportConversationDataOperationMetadataOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class ImportConversationDataOperationMetadata
    extends com.google.protobuf.GeneratedMessageV3
    implements ImportConversationDataOperationMetadataOrBuilder
     Metadata for a
     [ConversationDatasets.ImportConversationData][google.cloud.dialogflow.v2.ConversationDatasets.ImportConversationData]
     operation.
     
    Protobuf type google.cloud.dialogflow.v2.ImportConversationDataOperationMetadata
    See Also:
    Serialized Form
    • Field Detail

      • CONVERSATION_DATASET_FIELD_NUMBER

        public static final int CONVERSATION_DATASET_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PARTIAL_FAILURES_FIELD_NUMBER

        public static final int PARTIAL_FAILURES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CREATE_TIME_FIELD_NUMBER

        public static final int CREATE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • getConversationDataset

        public String getConversationDataset()
         The resource name of the imported conversation dataset. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationDatasets/<Conversation Dataset Id>`
         
        string conversation_dataset = 1 [(.google.api.resource_reference) = { ... }
        Specified by:
        getConversationDataset in interface ImportConversationDataOperationMetadataOrBuilder
        Returns:
        The conversationDataset.
      • getConversationDatasetBytes

        public com.google.protobuf.ByteString getConversationDatasetBytes()
         The resource name of the imported conversation dataset. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationDatasets/<Conversation Dataset Id>`
         
        string conversation_dataset = 1 [(.google.api.resource_reference) = { ... }
        Specified by:
        getConversationDatasetBytes in interface ImportConversationDataOperationMetadataOrBuilder
        Returns:
        The bytes for conversationDataset.
      • getPartialFailures

        public com.google.rpc.Status getPartialFailures​(int index)
         Partial failures are failures that don't fail the whole long running
         operation, e.g. single files that couldn't be read.
         
        repeated .google.rpc.Status partial_failures = 2;
        Specified by:
        getPartialFailures in interface ImportConversationDataOperationMetadataOrBuilder
      • getPartialFailuresOrBuilder

        public com.google.rpc.StatusOrBuilder getPartialFailuresOrBuilder​(int index)
         Partial failures are failures that don't fail the whole long running
         operation, e.g. single files that couldn't be read.
         
        repeated .google.rpc.Status partial_failures = 2;
        Specified by:
        getPartialFailuresOrBuilder in interface ImportConversationDataOperationMetadataOrBuilder
      • hasCreateTime

        public boolean hasCreateTime()
         Timestamp when import conversation data request was created. The time is
         measured on server side.
         
        .google.protobuf.Timestamp create_time = 3;
        Specified by:
        hasCreateTime in interface ImportConversationDataOperationMetadataOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Timestamp when import conversation data request was created. The time is
         measured on server side.
         
        .google.protobuf.Timestamp create_time = 3;
        Specified by:
        getCreateTime in interface ImportConversationDataOperationMetadataOrBuilder
        Returns:
        The createTime.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static ImportConversationDataOperationMetadata parseFrom​(ByteBuffer data,
                                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ImportConversationDataOperationMetadata parseFrom​(com.google.protobuf.ByteString data)
                                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ImportConversationDataOperationMetadata parseFrom​(com.google.protobuf.ByteString data,
                                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ImportConversationDataOperationMetadata parseFrom​(byte[] data)
                                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ImportConversationDataOperationMetadata parseFrom​(byte[] data,
                                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public ImportConversationDataOperationMetadata.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected ImportConversationDataOperationMetadata.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<ImportConversationDataOperationMetadata> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public ImportConversationDataOperationMetadata getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder