Interface ZoneMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ZoneMetadata, ZoneMetadata.Builder

    public interface ZoneMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Quota getQuota​(int index)
      Quota for resources in this zone.
      int getQuotaCount()
      Quota for resources in this zone.
      List<Quota> getQuotaList()
      Quota for resources in this zone.
      QuotaOrBuilder getQuotaOrBuilder​(int index)
      Quota for resources in this zone.
      List<? extends QuotaOrBuilder> getQuotaOrBuilderList()
      Quota for resources in this 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

      • getQuotaList

        List<Quota> getQuotaList()
         Quota for resources in this zone.
         
        repeated .google.cloud.edgecontainer.v1.Quota quota = 1;
      • getQuota

        Quota getQuota​(int index)
         Quota for resources in this zone.
         
        repeated .google.cloud.edgecontainer.v1.Quota quota = 1;
      • getQuotaCount

        int getQuotaCount()
         Quota for resources in this zone.
         
        repeated .google.cloud.edgecontainer.v1.Quota quota = 1;
      • getQuotaOrBuilderList

        List<? extends QuotaOrBuilder> getQuotaOrBuilderList()
         Quota for resources in this zone.
         
        repeated .google.cloud.edgecontainer.v1.Quota quota = 1;
      • getQuotaOrBuilder

        QuotaOrBuilder getQuotaOrBuilder​(int index)
         Quota for resources in this zone.
         
        repeated .google.cloud.edgecontainer.v1.Quota quota = 1;