public static final class Entity.CompatibilityStatus.Compatibility.Builder extends GeneratedMessageV3.Builder<Entity.CompatibilityStatus.Compatibility.Builder> implements Entity.CompatibilityStatus.CompatibilityOrBuilder
Provides compatibility information for a specific metadata store.
Protobuf type google.cloud.dataplex.v1.Entity.CompatibilityStatus.Compatibility
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Entity.CompatibilityStatus.Compatibility.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Entity.CompatibilityStatus.Compatibility build()
buildPartial()
public Entity.CompatibilityStatus.Compatibility buildPartial()
clear()
public Entity.CompatibilityStatus.Compatibility.Builder clear()
Overrides
clearCompatible()
public Entity.CompatibilityStatus.Compatibility.Builder clearCompatible()
Output only. Whether the entity is compatible and can be represented in
the metadata store.
bool compatible = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearField(Descriptors.FieldDescriptor field)
public Entity.CompatibilityStatus.Compatibility.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Entity.CompatibilityStatus.Compatibility.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearReason()
public Entity.CompatibilityStatus.Compatibility.Builder clearReason()
Output only. Provides additional detail if the entity is incompatible
with the metadata store.
string reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clone()
public Entity.CompatibilityStatus.Compatibility.Builder clone()
Overrides
getCompatible()
public boolean getCompatible()
Output only. Whether the entity is compatible and can be represented in
the metadata store.
bool compatible = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
The compatible.
|
getDefaultInstanceForType()
public Entity.CompatibilityStatus.Compatibility getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getReason()
public String getReason()
Output only. Provides additional detail if the entity is incompatible
with the metadata store.
string reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The reason.
|
getReasonBytes()
public ByteString getReasonBytes()
Output only. Provides additional detail if the entity is incompatible
with the metadata store.
string reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for reason.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Entity.CompatibilityStatus.Compatibility other)
public Entity.CompatibilityStatus.Compatibility.Builder mergeFrom(Entity.CompatibilityStatus.Compatibility other)
public Entity.CompatibilityStatus.Compatibility.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Entity.CompatibilityStatus.Compatibility.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Entity.CompatibilityStatus.Compatibility.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setCompatible(boolean value)
public Entity.CompatibilityStatus.Compatibility.Builder setCompatible(boolean value)
Output only. Whether the entity is compatible and can be represented in
the metadata store.
bool compatible = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
boolean
The compatible to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public Entity.CompatibilityStatus.Compatibility.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setReason(String value)
public Entity.CompatibilityStatus.Compatibility.Builder setReason(String value)
Output only. Provides additional detail if the entity is incompatible
with the metadata store.
string reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
String
The reason to set.
|
setReasonBytes(ByteString value)
public Entity.CompatibilityStatus.Compatibility.Builder setReasonBytes(ByteString value)
Output only. Provides additional detail if the entity is incompatible
with the metadata store.
string reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
ByteString
The bytes for reason to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Entity.CompatibilityStatus.Compatibility.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Entity.CompatibilityStatus.Compatibility.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides