Interface MachinePreferencesOrBuilder

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

    public interface MachinePreferencesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getAllowedMachineSeriesList

        List<MachineSeries> getAllowedMachineSeriesList()
         Compute Engine machine series to consider for insights and recommendations.
         If empty, no restriction is applied on the machine series.
         
        repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;
      • getAllowedMachineSeries

        MachineSeries getAllowedMachineSeries​(int index)
         Compute Engine machine series to consider for insights and recommendations.
         If empty, no restriction is applied on the machine series.
         
        repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;
      • getAllowedMachineSeriesCount

        int getAllowedMachineSeriesCount()
         Compute Engine machine series to consider for insights and recommendations.
         If empty, no restriction is applied on the machine series.
         
        repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;
      • getAllowedMachineSeriesOrBuilderList

        List<? extends MachineSeriesOrBuilder> getAllowedMachineSeriesOrBuilderList()
         Compute Engine machine series to consider for insights and recommendations.
         If empty, no restriction is applied on the machine series.
         
        repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;
      • getAllowedMachineSeriesOrBuilder

        MachineSeriesOrBuilder getAllowedMachineSeriesOrBuilder​(int index)
         Compute Engine machine series to consider for insights and recommendations.
         If empty, no restriction is applied on the machine series.
         
        repeated .google.cloud.migrationcenter.v1.MachineSeries allowed_machine_series = 1;