public interface AutomationEventDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPayload()
public abstract Automation getPayload()
Optional. The Automation event payload. Unset for deletion events.
.google.events.cloud.deploy.v1.Automation payload = 1;
Returns | |
---|---|
Type | Description |
Automation |
The payload. |
getPayloadOrBuilder()
public abstract AutomationOrBuilder getPayloadOrBuilder()
Optional. The Automation event payload. Unset for deletion events.
.google.events.cloud.deploy.v1.Automation payload = 1;
Returns | |
---|---|
Type | Description |
AutomationOrBuilder |
hasPayload()
public abstract boolean hasPayload()
Optional. The Automation event payload. Unset for deletion events.
.google.events.cloud.deploy.v1.Automation payload = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the payload field is set. |