Interface InstancesSetMinCpuPlatformRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMinCpuPlatform()
      Minimum cpu/platform this instance should be started at.
      com.google.protobuf.ByteString getMinCpuPlatformBytes()
      Minimum cpu/platform this instance should be started at.
      boolean hasMinCpuPlatform()
      Minimum cpu/platform this instance should be started at.
      • 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

      • hasMinCpuPlatform

        boolean hasMinCpuPlatform()
         Minimum cpu/platform this instance should be started at.
         
        optional string min_cpu_platform = 242912759;
        Returns:
        Whether the minCpuPlatform field is set.
      • getMinCpuPlatform

        String getMinCpuPlatform()
         Minimum cpu/platform this instance should be started at.
         
        optional string min_cpu_platform = 242912759;
        Returns:
        The minCpuPlatform.
      • getMinCpuPlatformBytes

        com.google.protobuf.ByteString getMinCpuPlatformBytes()
         Minimum cpu/platform this instance should be started at.
         
        optional string min_cpu_platform = 242912759;
        Returns:
        The bytes for minCpuPlatform.