| Modifier and Type | Method and Description |
|---|---|
static PersistentDiskType |
PersistentDiskType.forNumber(int value) |
PersistentDiskType |
ReportSummary.ComputeEngineFindingOrBuilder.getAllocatedDiskTypes(int index)
Set of disk types allocated to assets.
|
PersistentDiskType |
ReportSummary.ComputeEngineFinding.getAllocatedDiskTypes(int index)
Set of disk types allocated to assets.
|
PersistentDiskType |
ReportSummary.ComputeEngineFinding.Builder.getAllocatedDiskTypes(int index)
Set of disk types allocated to assets.
|
PersistentDiskType |
ComputeStorageDescriptor.getType()
Disk type backing the storage.
|
PersistentDiskType |
ComputeStorageDescriptor.Builder.getType()
Disk type backing the storage.
|
PersistentDiskType |
ComputeStorageDescriptorOrBuilder.getType()
Disk type backing the storage.
|
static PersistentDiskType |
PersistentDiskType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PersistentDiskType |
PersistentDiskType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PersistentDiskType |
PersistentDiskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistentDiskType[] |
PersistentDiskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersistentDiskType> |
ReportSummary.ComputeEngineFindingOrBuilder.getAllocatedDiskTypesList()
Set of disk types allocated to assets.
|
List<PersistentDiskType> |
ReportSummary.ComputeEngineFinding.getAllocatedDiskTypesList()
Set of disk types allocated to assets.
|
List<PersistentDiskType> |
ReportSummary.ComputeEngineFinding.Builder.getAllocatedDiskTypesList()
Set of disk types allocated to assets.
|
static com.google.protobuf.Internal.EnumLiteMap<PersistentDiskType> |
PersistentDiskType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ReportSummary.ComputeEngineFinding.Builder |
ReportSummary.ComputeEngineFinding.Builder.addAllocatedDiskTypes(PersistentDiskType value)
Set of disk types allocated to assets.
|
ReportSummary.ComputeEngineFinding.Builder |
ReportSummary.ComputeEngineFinding.Builder.setAllocatedDiskTypes(int index,
PersistentDiskType value)
Set of disk types allocated to assets.
|
ComputeStorageDescriptor.Builder |
ComputeStorageDescriptor.Builder.setType(PersistentDiskType value)
Disk type backing the storage.
|
| Modifier and Type | Method and Description |
|---|---|
ReportSummary.ComputeEngineFinding.Builder |
ReportSummary.ComputeEngineFinding.Builder.addAllAllocatedDiskTypes(Iterable<? extends PersistentDiskType> values)
Set of disk types allocated to assets.
|
Copyright © 2024 Google LLC. All rights reserved.