Interface ProcessorType.LocationInfoOrBuilder (2.7.2)

public static interface ProcessorType.LocationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocationId()

public abstract String getLocationId()

The location id, currently must be one of [us, eu].

string location_id = 1;

Returns
TypeDescription
String

The locationId.

getLocationIdBytes()

public abstract ByteString getLocationIdBytes()

The location id, currently must be one of [us, eu].

string location_id = 1;

Returns
TypeDescription
ByteString

The bytes for locationId.