public interface MachinePreferencesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MachineSeries |
getAllowedMachineSeries(int index)
Compute Engine machine series to consider for insights and recommendations.
|
int |
getAllowedMachineSeriesCount()
Compute Engine machine series to consider for insights and recommendations.
|
List<MachineSeries> |
getAllowedMachineSeriesList()
Compute Engine machine series to consider for insights and recommendations.
|
MachineSeriesOrBuilder |
getAllowedMachineSeriesOrBuilder(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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
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;
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;
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;
Copyright © 2024 Google LLC. All rights reserved.