public final class ReconcileTagsMetadata extends com.google.protobuf.GeneratedMessageV3 implements ReconcileTagsMetadataOrBuilder
[Long-running operation][google.longrunning.Operation] metadata message returned by the [ReconcileTags][google.cloud.datacatalog.v1.DataCatalog.ReconcileTags].Protobuf type
google.cloud.datacatalog.v1.ReconcileTagsMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
ReconcileTagsMetadata.Builder
[Long-running operation][google.longrunning.Operation]
metadata message returned by the
[ReconcileTags][google.cloud.datacatalog.v1.DataCatalog.ReconcileTags].
|
static class |
ReconcileTagsMetadata.ReconciliationState
Enum holding possible states of the reconciliation operation.
|
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 |
ERRORS_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsErrors(String key)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
boolean |
equals(Object obj) |
static ReconcileTagsMetadata |
getDefaultInstance() |
ReconcileTagsMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Map<String,com.google.rpc.Status> |
getErrors()
Deprecated.
|
int |
getErrorsCount()
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
Map<String,com.google.rpc.Status> |
getErrorsMap()
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
com.google.rpc.Status |
getErrorsOrDefault(String key,
com.google.rpc.Status defaultValue)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
com.google.rpc.Status |
getErrorsOrThrow(String key)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
com.google.protobuf.Parser<ReconcileTagsMetadata> |
getParserForType() |
int |
getSerializedSize() |
ReconcileTagsMetadata.ReconciliationState |
getState()
State of the reconciliation operation.
|
int |
getStateValue()
State of the reconciliation operation.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static ReconcileTagsMetadata.Builder |
newBuilder() |
static ReconcileTagsMetadata.Builder |
newBuilder(ReconcileTagsMetadata prototype) |
ReconcileTagsMetadata.Builder |
newBuilderForType() |
protected ReconcileTagsMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ReconcileTagsMetadata |
parseDelimitedFrom(InputStream input) |
static ReconcileTagsMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsMetadata |
parseFrom(byte[] data) |
static ReconcileTagsMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsMetadata |
parseFrom(ByteBuffer data) |
static ReconcileTagsMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static ReconcileTagsMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReconcileTagsMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReconcileTagsMetadata |
parseFrom(InputStream input) |
static ReconcileTagsMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ReconcileTagsMetadata> |
parser() |
ReconcileTagsMetadata.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, 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 STATE_FIELD_NUMBER
public static final int ERRORS_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.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getStateValue()
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;getStateValue in interface ReconcileTagsMetadataOrBuilderpublic ReconcileTagsMetadata.ReconciliationState getState()
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;getState in interface ReconcileTagsMetadataOrBuilderpublic int getErrorsCount()
ReconcileTagsMetadataOrBuilderMaps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;getErrorsCount in interface ReconcileTagsMetadataOrBuilderpublic boolean containsErrors(String key)
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;containsErrors in interface ReconcileTagsMetadataOrBuilder@Deprecated public Map<String,com.google.rpc.Status> getErrors()
getErrorsMap() instead.getErrors in interface ReconcileTagsMetadataOrBuilderpublic Map<String,com.google.rpc.Status> getErrorsMap()
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;getErrorsMap in interface ReconcileTagsMetadataOrBuilderpublic com.google.rpc.Status getErrorsOrDefault(String key, com.google.rpc.Status defaultValue)
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;getErrorsOrDefault in interface ReconcileTagsMetadataOrBuilderpublic com.google.rpc.Status getErrorsOrThrow(String key)
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;getErrorsOrThrow in interface ReconcileTagsMetadataOrBuilderpublic 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 ReconcileTagsMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReconcileTagsMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static ReconcileTagsMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReconcileTagsMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ReconcileTagsMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReconcileTagsMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ReconcileTagsMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ReconcileTagsMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ReconcileTagsMetadata.Builder newBuilder()
public static ReconcileTagsMetadata.Builder newBuilder(ReconcileTagsMetadata prototype)
public ReconcileTagsMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ReconcileTagsMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ReconcileTagsMetadata getDefaultInstance()
public static com.google.protobuf.Parser<ReconcileTagsMetadata> parser()
public com.google.protobuf.Parser<ReconcileTagsMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ReconcileTagsMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.