public static final class Entity.CompatibilityStatus.Compatibility.Builder extends GeneratedMessage.Builder<Entity.CompatibilityStatus.Compatibility.Builder> implements Entity.CompatibilityStatus.CompatibilityOrBuilderProvides compatibility information for a specific metadata store.
Protobuf type google.cloud.dataplex.v1.Entity.CompatibilityStatus.Compatibility
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Entity.CompatibilityStatus.Compatibility.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Entity.CompatibilityStatus.Compatibility build()| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility |
|
buildPartial()
public Entity.CompatibilityStatus.Compatibility buildPartial()| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility |
|
clear()
public Entity.CompatibilityStatus.Compatibility.Builder clear()| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility.Builder |
|
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];
| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility.Builder |
This builder for chaining. |
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];
| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility.Builder |
This builder for chaining. |
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()| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Entity.CompatibilityStatus.Compatibility other)
public Entity.CompatibilityStatus.Compatibility.Builder mergeFrom(Entity.CompatibilityStatus.Compatibility other)| Parameter | |
|---|---|
| Name | Description |
other |
Entity.CompatibilityStatus.Compatibility |
| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Entity.CompatibilityStatus.Compatibility.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Entity.CompatibilityStatus.Compatibility.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility.Builder |
|
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 |
booleanThe compatible to set. |
| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility.Builder |
This builder for chaining. |
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 |
StringThe reason to set. |
| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility.Builder |
This builder for chaining. |
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 |
ByteStringThe bytes for reason to set. |
| Returns | |
|---|---|
| Type | Description |
Entity.CompatibilityStatus.Compatibility.Builder |
This builder for chaining. |