Interface AzureDiskTemplateOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getSizeGib()
      Optional.
      • 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

      • getSizeGib

        int getSizeGib()
         Optional. The size of the disk, in GiBs.
        
         When unspecified, a default value is provided. See the specific reference
         in the parent resource.
         
        int32 size_gib = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The sizeGib.