Interface DistributionPolicyZoneConfigurationOrBuilder (1.47.0)

public interface DistributionPolicyZoneConfigurationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getZone()

public abstract String getZone()

The URL of the zone. The zone must exist in the region where the managed instance group is located.

optional string zone = 3744684;

Returns
TypeDescription
String

The zone.

getZoneBytes()

public abstract ByteString getZoneBytes()

The URL of the zone. The zone must exist in the region where the managed instance group is located.

optional string zone = 3744684;

Returns
TypeDescription
ByteString

The bytes for zone.

hasZone()

public abstract boolean hasZone()

The URL of the zone. The zone must exist in the region where the managed instance group is located.

optional string zone = 3744684;

Returns
TypeDescription
boolean

Whether the zone field is set.