public interface EventImpactOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocation()
public abstract Location getLocation()Location impacted by the event.
.google.cloud.servicehealth.v1.Location location = 2;
| Returns | |
|---|---|
| Type | Description |
Location |
The location. |
getLocationOrBuilder()
public abstract LocationOrBuilder getLocationOrBuilder()Location impacted by the event.
.google.cloud.servicehealth.v1.Location location = 2;
| Returns | |
|---|---|
| Type | Description |
LocationOrBuilder |
|
getProduct()
public abstract Product getProduct()Google Cloud product impacted by the event.
.google.cloud.servicehealth.v1.Product product = 1;
| Returns | |
|---|---|
| Type | Description |
Product |
The product. |
getProductOrBuilder()
public abstract ProductOrBuilder getProductOrBuilder()Google Cloud product impacted by the event.
.google.cloud.servicehealth.v1.Product product = 1;
| Returns | |
|---|---|
| Type | Description |
ProductOrBuilder |
|
hasLocation()
public abstract boolean hasLocation()Location impacted by the event.
.google.cloud.servicehealth.v1.Location location = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the product field is set. |