Interface DistributionPolicyZoneConfigurationOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.