Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ReconcileTagsResponse.
Long-running operation response message returned by ReconcileTags.
Generated from protobuf message google.cloud.datacatalog.v1.ReconcileTagsResponse
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ created_tags_count |
int|string
Number of tags created in the request. |
↳ updated_tags_count |
int|string
Number of tags updated in the request. |
↳ deleted_tags_count |
int|string
Number of tags deleted in the request. |
getCreatedTagsCount
Number of tags created in the request.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setCreatedTagsCount
Number of tags created in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdatedTagsCount
Number of tags updated in the request.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setUpdatedTagsCount
Number of tags updated in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeletedTagsCount
Number of tags deleted in the request.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setDeletedTagsCount
Number of tags deleted in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|