Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateDocumentRequest.
Request message for DocumentService.CreateDocument method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document
def document() -> ::Google::Cloud::DiscoveryEngine::V1beta::Document
- (::Google::Cloud::DiscoveryEngine::V1beta::Document) — Required. The Document to create.
#document=
def document=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Document
- value (::Google::Cloud::DiscoveryEngine::V1beta::Document) — Required. The Document to create.
- (::Google::Cloud::DiscoveryEngine::V1beta::Document) — Required. The Document to create.
#document_id
def document_id() -> ::String
-
(::String) — Required. The ID to use for the
Document, which becomes the
final component of the
Document.name.
If the caller does not have permission to create the Document, regardless of whether or not it exists, a
PERMISSION_DENIED
error is returned.This field must be unique among all Documents with the same parent. Otherwise, an
ALREADY_EXISTS
error is returned.This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an
INVALID_ARGUMENT
error is returned.
#document_id=
def document_id=(value) -> ::String
-
value (::String) — Required. The ID to use for the
Document, which becomes the
final component of the
Document.name.
If the caller does not have permission to create the Document, regardless of whether or not it exists, a
PERMISSION_DENIED
error is returned.This field must be unique among all Documents with the same parent. Otherwise, an
ALREADY_EXISTS
error is returned.This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an
INVALID_ARGUMENT
error is returned.
-
(::String) — Required. The ID to use for the
Document, which becomes the
final component of the
Document.name.
If the caller does not have permission to create the Document, regardless of whether or not it exists, a
PERMISSION_DENIED
error is returned.This field must be unique among all Documents with the same parent. Otherwise, an
ALREADY_EXISTS
error is returned.This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an
INVALID_ARGUMENT
error is returned.
#parent
def parent() -> ::String
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
.
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
.