Interface LocationOrBuilder (0.9.0)

public interface LocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocationName()

public abstract String getLocationName()

Location impacted by the event. Example: "us-central1"

string location_name = 1;

Returns
Type Description
String

The locationName.

getLocationNameBytes()

public abstract ByteString getLocationNameBytes()

Location impacted by the event. Example: "us-central1"

string location_name = 1;

Returns
Type Description
ByteString

The bytes for locationName.