public static interface ReportSummary.SoleTenantFindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocatedAssetCount()
Count of assets which are allocated
|
String |
getAllocatedRegions(int index)
Set of regions in which the assets are allocated
|
com.google.protobuf.ByteString |
getAllocatedRegionsBytes(int index)
Set of regions in which the assets are allocated
|
int |
getAllocatedRegionsCount()
Set of regions in which the assets are allocated
|
List<String> |
getAllocatedRegionsList()
Set of regions in which the assets are allocated
|
ReportSummary.SoleTenantNodeAllocation |
getNodeAllocations(int index)
Set of per-nodetype allocation records
|
int |
getNodeAllocationsCount()
Set of per-nodetype allocation records
|
List<ReportSummary.SoleTenantNodeAllocation> |
getNodeAllocationsList()
Set of per-nodetype allocation records
|
ReportSummary.SoleTenantNodeAllocationOrBuilder |
getNodeAllocationsOrBuilder(int index)
Set of per-nodetype allocation records
|
List<? extends ReportSummary.SoleTenantNodeAllocationOrBuilder> |
getNodeAllocationsOrBuilderList()
Set of per-nodetype allocation records
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAllocatedRegionsList()
Set of regions in which the assets are allocated
repeated string allocated_regions = 1;int getAllocatedRegionsCount()
Set of regions in which the assets are allocated
repeated string allocated_regions = 1;String getAllocatedRegions(int index)
Set of regions in which the assets are allocated
repeated string allocated_regions = 1;index - The index of the element to return.com.google.protobuf.ByteString getAllocatedRegionsBytes(int index)
Set of regions in which the assets are allocated
repeated string allocated_regions = 1;index - The index of the value to return.long getAllocatedAssetCount()
Count of assets which are allocated
int64 allocated_asset_count = 2;List<ReportSummary.SoleTenantNodeAllocation> getNodeAllocationsList()
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.SoleTenantNodeAllocation node_allocations = 3;
ReportSummary.SoleTenantNodeAllocation getNodeAllocations(int index)
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.SoleTenantNodeAllocation node_allocations = 3;
int getNodeAllocationsCount()
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.SoleTenantNodeAllocation node_allocations = 3;
List<? extends ReportSummary.SoleTenantNodeAllocationOrBuilder> getNodeAllocationsOrBuilderList()
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.SoleTenantNodeAllocation node_allocations = 3;
ReportSummary.SoleTenantNodeAllocationOrBuilder getNodeAllocationsOrBuilder(int index)
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.SoleTenantNodeAllocation node_allocations = 3;
Copyright © 2024 Google LLC. All rights reserved.