public interface DataAttributeEventDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPayload()
public abstract DataAttribute getPayload()Optional. The DataAttribute event payload. Unset for deletion events.
optional .google.events.cloud.dataplex.v1.DataAttribute payload = 1;
| Returns | |
|---|---|
| Type | Description |
DataAttribute |
The payload. |
getPayloadOrBuilder()
public abstract DataAttributeOrBuilder getPayloadOrBuilder()Optional. The DataAttribute event payload. Unset for deletion events.
optional .google.events.cloud.dataplex.v1.DataAttribute payload = 1;
| Returns | |
|---|---|
| Type | Description |
DataAttributeOrBuilder |
|
hasPayload()
public abstract boolean hasPayload()Optional. The DataAttribute event payload. Unset for deletion events.
optional .google.events.cloud.dataplex.v1.DataAttribute payload = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the payload field is set. |