public static final class DiscoveryEvent.ActionDetails.Builder extends GeneratedMessage.Builder<DiscoveryEvent.ActionDetails.Builder> implements DiscoveryEvent.ActionDetailsOrBuilderDetails about the action.
Protobuf type google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DiscoveryEvent.ActionDetails.BuilderImplements
DiscoveryEvent.ActionDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DiscoveryEvent.ActionDetails build()| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
buildPartial()
public DiscoveryEvent.ActionDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
clear()
public DiscoveryEvent.ActionDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
|
clearIssue()
public DiscoveryEvent.ActionDetails.Builder clearIssue()The human readable issue associated with the action.
string issue = 2;
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
This builder for chaining. |
clearType()
public DiscoveryEvent.ActionDetails.Builder clearType()The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
string type = 1;
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DiscoveryEvent.ActionDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIssue()
public String getIssue()The human readable issue associated with the action.
string issue = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The issue. |
getIssueBytes()
public ByteString getIssueBytes()The human readable issue associated with the action.
string issue = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for issue. |
getType()
public String getType()The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
string type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
string type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DiscoveryEvent.ActionDetails other)
public DiscoveryEvent.ActionDetails.Builder mergeFrom(DiscoveryEvent.ActionDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryEvent.ActionDetails |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DiscoveryEvent.ActionDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DiscoveryEvent.ActionDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
|
setIssue(String value)
public DiscoveryEvent.ActionDetails.Builder setIssue(String value)The human readable issue associated with the action.
string issue = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe issue to set. |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
This builder for chaining. |
setIssueBytes(ByteString value)
public DiscoveryEvent.ActionDetails.Builder setIssueBytes(ByteString value)The human readable issue associated with the action.
string issue = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for issue to set. |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
This builder for chaining. |
setType(String value)
public DiscoveryEvent.ActionDetails.Builder setType(String value)The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
string type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe type to set. |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
public DiscoveryEvent.ActionDetails.Builder setTypeBytes(ByteString value)The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
string type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
This builder for chaining. |