public static final class ReconcileTagsMetadata.Builder extends GeneratedMessage.Builder<ReconcileTagsMetadata.Builder> implements ReconcileTagsMetadataOrBuilder
Long-running operation
metadata message returned by the
ReconcileTags.
Protobuf type google.cloud.datacatalog.v1.ReconcileTagsMetadata
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ReconcileTagsMetadata build()
public ReconcileTagsMetadata buildPartial()
public ReconcileTagsMetadata.Builder clear()
Overrides
public ReconcileTagsMetadata.Builder clearErrors()
public ReconcileTagsMetadata.Builder clearState()
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;
public boolean containsErrors(String key)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation status.
map<string, .google.rpc.Status> errors = 2;
| Parameter |
| Name |
Description |
key |
String
|
public ReconcileTagsMetadata getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Map<String,Status> getErrors()
| Returns |
| Type |
Description |
Map<String,com.google.rpc.Status> |
|
public int getErrorsCount()
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation status.
map<string, .google.rpc.Status> errors = 2;
| Returns |
| Type |
Description |
int |
|
public Map<String,Status> getErrorsMap()
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation status.
map<string, .google.rpc.Status> errors = 2;
| Returns |
| Type |
Description |
Map<String,com.google.rpc.Status> |
|
public Status getErrorsOrDefault(String key, Status defaultValue)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation status.
map<string, .google.rpc.Status> errors = 2;
| Parameters |
| Name |
Description |
key |
String
|
defaultValue |
com.google.rpc.Status
|
| Returns |
| Type |
Description |
com.google.rpc.Status |
|
public Status getErrorsOrThrow(String key)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation status.
map<string, .google.rpc.Status> errors = 2;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
com.google.rpc.Status |
|
public Map<String,Status> getMutableErrors()
Use alternate mutation accessors instead.
| Returns |
| Type |
Description |
Map<String,com.google.rpc.Status> |
|
public ReconcileTagsMetadata.ReconciliationState getState()
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;
public int getStateValue()
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for state.
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
public final boolean isInitialized()
Overrides
public ReconcileTagsMetadata.Builder mergeFrom(ReconcileTagsMetadata other)
public ReconcileTagsMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ReconcileTagsMetadata.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public ReconcileTagsMetadata.Builder putAllErrors(Map<String,Status> values)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation status.
map<string, .google.rpc.Status> errors = 2;
| Parameter |
| Name |
Description |
values |
Map<String,com.google.rpc.Status>
|
public ReconcileTagsMetadata.Builder putErrors(String key, Status value)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation status.
map<string, .google.rpc.Status> errors = 2;
| Parameters |
| Name |
Description |
key |
String
|
value |
com.google.rpc.Status
|
public Status.Builder putErrorsBuilderIfAbsent(String key)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation status.
map<string, .google.rpc.Status> errors = 2;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
com.google.rpc.Status.Builder |
|
public ReconcileTagsMetadata.Builder removeErrors(String key)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation status.
map<string, .google.rpc.Status> errors = 2;
| Parameter |
| Name |
Description |
key |
String
|
public ReconcileTagsMetadata.Builder setState(ReconcileTagsMetadata.ReconciliationState value)
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;
public ReconcileTagsMetadata.Builder setStateValue(int value)
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;
| Parameter |
| Name |
Description |
value |
int
The enum numeric value on the wire for state to set.
|