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