public static final class DiscoveryEvent.ActionDetails extends GeneratedMessage implements DiscoveryEvent.ActionDetailsOrBuilderDetails about the action.
Protobuf type google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DiscoveryEvent.ActionDetailsImplements
DiscoveryEvent.ActionDetailsOrBuilderStatic Fields
ISSUE_FIELD_NUMBER
public static final int ISSUE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DiscoveryEvent.ActionDetails getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DiscoveryEvent.ActionDetails.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
|
newBuilder(DiscoveryEvent.ActionDetails prototype)
public static DiscoveryEvent.ActionDetails.Builder newBuilder(DiscoveryEvent.ActionDetails prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DiscoveryEvent.ActionDetails |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
|
parseDelimitedFrom(InputStream input)
public static DiscoveryEvent.ActionDetails parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent.ActionDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DiscoveryEvent.ActionDetails parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent.ActionDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DiscoveryEvent.ActionDetails parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent.ActionDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DiscoveryEvent.ActionDetails parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent.ActionDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DiscoveryEvent.ActionDetails parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent.ActionDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DiscoveryEvent.ActionDetails parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryEvent.ActionDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DiscoveryEvent.ActionDetails> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ActionDetails> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public DiscoveryEvent.ActionDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails |
|
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. |
getParserForType()
public Parser<DiscoveryEvent.ActionDetails> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ActionDetails> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DiscoveryEvent.ActionDetails.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DiscoveryEvent.ActionDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
|
toBuilder()
public DiscoveryEvent.ActionDetails.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DiscoveryEvent.ActionDetails.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|