public final class ReconcileTagsRequest extends com.google.protobuf.GeneratedMessageV3 implements ReconcileTagsRequestOrBuilder
Request message for [ReconcileTags][google.cloud.datacatalog.v1.DataCatalog.ReconcileTags].Protobuf type
google.cloud.datacatalog.v1.ReconcileTagsRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ReconcileTagsRequest.Builder
Request message for
[ReconcileTags][google.cloud.datacatalog.v1.DataCatalog.ReconcileTags].
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
FORCE_DELETE_MISSING_FIELD_NUMBER |
static int |
PARENT_FIELD_NUMBER |
static int |
TAG_TEMPLATE_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ReconcileTagsRequest |
getDefaultInstance() |
ReconcileTagsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<ReconcileTagsRequest> |
getParserForType() |
int |
getSerializedSize() |
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.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ReconcileTagsRequest.Builder |
newBuilder() |
static ReconcileTagsRequest.Builder |
newBuilder(ReconcileTagsRequest prototype) |
ReconcileTagsRequest.Builder |
newBuilderForType() |
protected ReconcileTagsRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ReconcileTagsRequest |
parseDelimitedFrom(InputStream input) |
static ReconcileTagsRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsRequest |
parseFrom(byte[] data) |
static ReconcileTagsRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsRequest |
parseFrom(ByteBuffer data) |
static ReconcileTagsRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ReconcileTagsRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReconcileTagsRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsRequest |
parseFrom(InputStream input) |
static ReconcileTagsRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ReconcileTagsRequest> |
parser() |
ReconcileTagsRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PARENT_FIELD_NUMBER
public static final int TAG_TEMPLATE_FIELD_NUMBER
public static final int FORCE_DELETE_MISSING_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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) = { ... }
getParent in interface ReconcileTagsRequestOrBuilderpublic 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) = { ... }
getParentBytes in interface ReconcileTagsRequestOrBuilderpublic 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) = { ... }
getTagTemplate in interface ReconcileTagsRequestOrBuilderpublic 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) = { ... }
getTagTemplateBytes in interface ReconcileTagsRequestOrBuilderpublic 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;getForceDeleteMissing in interface ReconcileTagsRequestOrBuilderpublic 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;getTagsList in interface ReconcileTagsRequestOrBuilderpublic 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;getTagsOrBuilderList in interface ReconcileTagsRequestOrBuilderpublic 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;getTagsCount in interface ReconcileTagsRequestOrBuilderpublic 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;getTags in interface ReconcileTagsRequestOrBuilderpublic 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;getTagsOrBuilder in interface ReconcileTagsRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ReconcileTagsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static ReconcileTagsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReconcileTagsRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ReconcileTagsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReconcileTagsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ReconcileTagsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ReconcileTagsRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ReconcileTagsRequest.Builder newBuilder()
public static ReconcileTagsRequest.Builder newBuilder(ReconcileTagsRequest prototype)
public ReconcileTagsRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ReconcileTagsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ReconcileTagsRequest getDefaultInstance()
public static com.google.protobuf.Parser<ReconcileTagsRequest> parser()
public com.google.protobuf.Parser<ReconcileTagsRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ReconcileTagsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.