public static final class ReconcileTagsMetadata.Builder extends GeneratedMessageV3.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.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ReconcileTagsMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ReconcileTagsMetadata build()
public ReconcileTagsMetadata buildPartial()
public ReconcileTagsMetadata.Builder clear()
Overrides
public ReconcileTagsMetadata.Builder clearErrors()
public ReconcileTagsMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ReconcileTagsMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ReconcileTagsMetadata.Builder clearState()
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;
public ReconcileTagsMetadata.Builder clone()
Overrides
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.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 final ReconcileTagsMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ReconcileTagsMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
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.
|
public final ReconcileTagsMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides