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