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