This service lets you manage document schema.
Equality
Instances of this class created via copy-construction or copy-assignment always compare equal. Instances created with equal std::shared_ptr<*Connection>
objects compare equal. Objects that compare equal share the same underlying resources.
Performance
Creating a new instance of this class is a relatively expensive operation, new objects establish new connections to the service. In contrast, copy-construction, move-construction, and the corresponding assignment operations are relatively efficient as the copies share all underlying resources.
Thread Safety
Concurrent access to different instances of this class, even if they compare equal, is guaranteed to work. Two or more threads operating on the same instance of this class is not guaranteed to work. Since copy-construction and move-construction is a relatively efficient operation, consider using such a copy when using this class from multiple threads.
Constructors
DocumentSchemaServiceClient(DocumentSchemaServiceClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
DocumentSchemaServiceClient const &
|
DocumentSchemaServiceClient(DocumentSchemaServiceClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
DocumentSchemaServiceClient &&
|
DocumentSchemaServiceClient(std::shared_ptr< DocumentSchemaServiceConnection >, Options)
Parameters | |
---|---|
Name | Description |
connection |
std::shared_ptr< DocumentSchemaServiceConnection >
|
opts |
Options
|
Operators
operator=(DocumentSchemaServiceClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
DocumentSchemaServiceClient const &
|
Returns | |
---|---|
Type | Description |
DocumentSchemaServiceClient & |
operator=(DocumentSchemaServiceClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
DocumentSchemaServiceClient &&
|
Returns | |
---|---|
Type | Description |
DocumentSchemaServiceClient & |
Functions
CreateDocumentSchema(std::string const &, google::cloud::contentwarehouse::v1::DocumentSchema const &, Options)
Creates a document schema.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent name. |
document_schema |
google::cloud::contentwarehouse::v1::DocumentSchema const &
Required. The document schema to create. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::contentwarehouse::v1::DocumentSchema > |
the result of the RPC. The response message type (google.cloud.contentwarehouse.v1.DocumentSchema) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateDocumentSchema(google::cloud::contentwarehouse::v1::CreateDocumentSchemaRequest const &, Options)
Creates a document schema.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::contentwarehouse::v1::CreateDocumentSchemaRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::contentwarehouse::v1::DocumentSchema > |
the result of the RPC. The response message type (google.cloud.contentwarehouse.v1.DocumentSchema) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
UpdateDocumentSchema(std::string const &, google::cloud::contentwarehouse::v1::DocumentSchema const &, Options)
Updates a Document Schema.
Returns INVALID_ARGUMENT if the name of the Document Schema is non-empty and does not equal the existing name. Supports only appending new properties, adding new ENUM possible values, and updating the EnumTypeOptions.validation_check_disabled flag for ENUM possible values. Updating existing properties will result into INVALID_ARGUMENT.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The name of the document schema to update. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}. |
document_schema |
google::cloud::contentwarehouse::v1::DocumentSchema const &
Required. The document schema to update with. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::contentwarehouse::v1::DocumentSchema > |
the result of the RPC. The response message type (google.cloud.contentwarehouse.v1.DocumentSchema) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
UpdateDocumentSchema(google::cloud::contentwarehouse::v1::UpdateDocumentSchemaRequest const &, Options)
Updates a Document Schema.
Returns INVALID_ARGUMENT if the name of the Document Schema is non-empty and does not equal the existing name. Supports only appending new properties, adding new ENUM possible values, and updating the EnumTypeOptions.validation_check_disabled flag for ENUM possible values. Updating existing properties will result into INVALID_ARGUMENT.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::contentwarehouse::v1::UpdateDocumentSchemaRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::contentwarehouse::v1::DocumentSchema > |
the result of the RPC. The response message type (google.cloud.contentwarehouse.v1.DocumentSchema) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetDocumentSchema(std::string const &, Options)
Gets a document schema.
Returns NOT_FOUND if the document schema does not exist.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The name of the document schema to retrieve. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::contentwarehouse::v1::DocumentSchema > |
the result of the RPC. The response message type (google.cloud.contentwarehouse.v1.DocumentSchema) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetDocumentSchema(google::cloud::contentwarehouse::v1::GetDocumentSchemaRequest const &, Options)
Gets a document schema.
Returns NOT_FOUND if the document schema does not exist.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::contentwarehouse::v1::GetDocumentSchemaRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::contentwarehouse::v1::DocumentSchema > |
the result of the RPC. The response message type (google.cloud.contentwarehouse.v1.DocumentSchema) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
DeleteDocumentSchema(std::string const &, Options)
Deletes a document schema.
Returns NOT_FOUND if the document schema does not exist. Returns BAD_REQUEST if the document schema has documents depending on it.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The name of the document schema to delete. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
Status |
a |
DeleteDocumentSchema(google::cloud::contentwarehouse::v1::DeleteDocumentSchemaRequest const &, Options)
Deletes a document schema.
Returns NOT_FOUND if the document schema does not exist. Returns BAD_REQUEST if the document schema has documents depending on it.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::contentwarehouse::v1::DeleteDocumentSchemaRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
Status |
a |
ListDocumentSchemas(std::string const &, Options)
Lists document schemas.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent, which owns this collection of document schemas. Format: projects/{project_number}/locations/{location}. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::contentwarehouse::v1::DocumentSchema > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListDocumentSchemas(google::cloud::contentwarehouse::v1::ListDocumentSchemasRequest, Options)
Lists document schemas.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::contentwarehouse::v1::ListDocumentSchemasRequest
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::contentwarehouse::v1::DocumentSchema > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetOperation(std::string const &, Options)
Gets the latest state of a long-running operation.
Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
The name of the operation resource. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
the result of the RPC. The response message type (google.longrunning.Operation) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetOperation(google::longrunning::GetOperationRequest const &, Options)
Gets the latest state of a long-running operation.
Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters | |
---|---|
Name | Description |
request |
google::longrunning::GetOperationRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
the result of the RPC. The response message type (google.longrunning.Operation) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |