Uses of Class
com.google.cloud.datacatalog.v1.ReconcileTagsRequest.Builder
-
Uses of ReconcileTagsRequest.Builder in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return ReconcileTagsRequest.BuilderModifier and TypeMethodDescriptionReconcileTagsRequest.Builder.addAllTags(Iterable<? extends Tag> values) A list of tags to apply to an entry.A list of tags to apply to an entry.ReconcileTagsRequest.Builder.addTags(int index, Tag.Builder builderForValue) A list of tags to apply to an entry.A list of tags to apply to an entry.ReconcileTagsRequest.Builder.addTags(Tag.Builder builderForValue) A list of tags to apply to an entry.ReconcileTagsRequest.Builder.clear()ReconcileTagsRequest.Builder.clearForceDeleteMissing()If set to `true`, deletes entry tags related to a tag template not listed in the tags source from an entry.ReconcileTagsRequest.Builder.clearParent()Required.ReconcileTagsRequest.Builder.clearTags()A list of tags to apply to an entry.ReconcileTagsRequest.Builder.clearTagTemplate()Required.ReconcileTagsRequest.Builder.mergeFrom(ReconcileTagsRequest other) ReconcileTagsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReconcileTagsRequest.Builder.mergeFrom(com.google.protobuf.Message other) static ReconcileTagsRequest.BuilderReconcileTagsRequest.newBuilder()static ReconcileTagsRequest.BuilderReconcileTagsRequest.newBuilder(ReconcileTagsRequest prototype) ReconcileTagsRequest.newBuilderForType()protected ReconcileTagsRequest.BuilderReconcileTagsRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ReconcileTagsRequest.Builder.removeTags(int index) A list of tags to apply to an entry.ReconcileTagsRequest.Builder.setForceDeleteMissing(boolean value) If set to `true`, deletes entry tags related to a tag template not listed in the tags source from an entry.Required.ReconcileTagsRequest.Builder.setParentBytes(com.google.protobuf.ByteString value) Required.A list of tags to apply to an entry.ReconcileTagsRequest.Builder.setTags(int index, Tag.Builder builderForValue) A list of tags to apply to an entry.ReconcileTagsRequest.Builder.setTagTemplate(String value) Required.ReconcileTagsRequest.Builder.setTagTemplateBytes(com.google.protobuf.ByteString value) Required.ReconcileTagsRequest.toBuilder()