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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MachineSeriesgetAllowedMachineSeries(int index)Compute Engine machine series to consider for insights and recommendations.intgetAllowedMachineSeriesCount()Compute Engine machine series to consider for insights and recommendations.List<MachineSeries>getAllowedMachineSeriesList()Compute Engine machine series to consider for insights and recommendations.MachineSeriesOrBuildergetAllowedMachineSeriesOrBuilder(int index)Compute Engine machine series to consider for insights and recommendations.List<? extends MachineSeriesOrBuilder>getAllowedMachineSeriesOrBuilderList()Compute Engine machine series to consider for insights and recommendations.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-