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