public interface ReconcileTagsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForceDeleteMissing()
If set to `true`, deletes entry tags related to a tag template
not listed in the tags source from an entry.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Tag |
getTags(int index)
A list of tags to apply to an entry.
|
int |
getTagsCount()
A list of tags to apply to an entry.
|
List<Tag> |
getTagsList()
A list of tags to apply to an entry.
|
TagOrBuilder |
getTagsOrBuilder(int index)
A list of tags to apply to an entry.
|
List<? extends TagOrBuilder> |
getTagsOrBuilderList()
A list of tags to apply to an entry.
|
String |
getTagTemplate()
Required.
|
com.google.protobuf.ByteString |
getTagTemplateBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Name of [Entry][google.cloud.datacatalog.v1.Entry] to be tagged.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Name of [Entry][google.cloud.datacatalog.v1.Entry] to be tagged.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getTagTemplate()
Required. The name of the tag template, which is used for reconciliation.
string tag_template = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getTagTemplateBytes()
Required. The name of the tag template, which is used for reconciliation.
string tag_template = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean getForceDeleteMissing()
If set to `true`, deletes entry tags related to a tag template not listed in the tags source from an entry. If set to `false`, unlisted tags are retained.
bool force_delete_missing = 3;List<Tag> getTagsList()
A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the `ReconcileTagsRequest`. The sole entry and each of its columns must be mentioned at most once.
repeated .google.cloud.datacatalog.v1.Tag tags = 4;Tag getTags(int index)
A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the `ReconcileTagsRequest`. The sole entry and each of its columns must be mentioned at most once.
repeated .google.cloud.datacatalog.v1.Tag tags = 4;int getTagsCount()
A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the `ReconcileTagsRequest`. The sole entry and each of its columns must be mentioned at most once.
repeated .google.cloud.datacatalog.v1.Tag tags = 4;List<? extends TagOrBuilder> getTagsOrBuilderList()
A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the `ReconcileTagsRequest`. The sole entry and each of its columns must be mentioned at most once.
repeated .google.cloud.datacatalog.v1.Tag tags = 4;TagOrBuilder getTagsOrBuilder(int index)
A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the `ReconcileTagsRequest`. The sole entry and each of its columns must be mentioned at most once.
repeated .google.cloud.datacatalog.v1.Tag tags = 4;Copyright © 2023 Google LLC. All rights reserved.