Package com.google.cloud.compute.v1
Interface DistributionPolicyZoneConfigurationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistributionPolicyZoneConfiguration
,DistributionPolicyZoneConfiguration.Builder
public interface DistributionPolicyZoneConfigurationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getZone()
The URL of the zone.com.google.protobuf.ByteString
getZoneBytes()
The URL of the zone.boolean
hasZone()
The URL of the zone.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasZone
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:
- Whether the zone field is set.
-
getZone
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:
- The zone.
-
getZoneBytes
com.google.protobuf.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:
- The bytes for zone.
-
-