Interface ClusterEventDataOrBuilder (0.15.0)

public interface ClusterEventDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPayload()

public abstract Cluster getPayload()

Optional. The Cluster event payload. Unset for deletion events.

optional .google.events.cloud.visionai.v1.Cluster payload = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the payload field is set.