Interface ReconcileTagsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReconcileTagsRequest, ReconcileTagsRequest.Builder

@Generated public interface ReconcileTagsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If set to `true`, deletes entry tags related to a tag template not listed in the tags source from an entry.
    Required.
    com.google.protobuf.ByteString
    Required.
    getTags(int index)
    A list of tags to apply to an entry.
    int
    A list of tags to apply to an entry.
    A list of tags to apply to an entry.
    getTagsOrBuilder(int index)
    A list of tags to apply to an entry.
    List<? extends TagOrBuilder>
    A list of tags to apply to an entry.
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getParent

      String 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) = { ... }
      Returns:
      The parent.
    • getParentBytes

      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) = { ... }
      Returns:
      The bytes for parent.
    • getTagTemplate

      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) = { ... }
      Returns:
      The tagTemplate.
    • getTagTemplateBytes

      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) = { ... }
      Returns:
      The bytes for tagTemplate.
    • getForceDeleteMissing

      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;
      Returns:
      The forceDeleteMissing.
    • getTagsList

      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;
    • getTags

      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;
    • getTagsCount

      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;
    • getTagsOrBuilderList

      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;
    • getTagsOrBuilder

      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;