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