Interface EventImpactOrBuilder (0.6.0)

public interface EventImpactOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract Location getLocation()

Location impacted by the event.

.google.cloud.servicehealth.v1.Location location = 2;

Returns
TypeDescription
Location

The location.

getLocationOrBuilder()

public abstract LocationOrBuilder getLocationOrBuilder()

Location impacted by the event.

.google.cloud.servicehealth.v1.Location location = 2;

Returns
TypeDescription
LocationOrBuilder

getProduct()

public abstract Product getProduct()

Google Cloud product impacted by the event.

.google.cloud.servicehealth.v1.Product product = 1;

Returns
TypeDescription
Product

The product.

getProductOrBuilder()

public abstract ProductOrBuilder getProductOrBuilder()

Google Cloud product impacted by the event.

.google.cloud.servicehealth.v1.Product product = 1;

Returns
TypeDescription
ProductOrBuilder

hasLocation()

public abstract boolean hasLocation()

Location impacted by the event.

.google.cloud.servicehealth.v1.Location location = 2;

Returns
TypeDescription
boolean

Whether the location field is set.

hasProduct()

public abstract boolean hasProduct()

Google Cloud product impacted by the event.

.google.cloud.servicehealth.v1.Product product = 1;

Returns
TypeDescription
boolean

Whether the product field is set.