| Modifier and Type | Method and Description |
|---|---|
static OutputStorageConfig.OutputSchema |
OutputStorageConfig.OutputSchema.forNumber(int value) |
OutputStorageConfig.OutputSchema |
OutputStorageConfig.getOutputSchema()
Schema used for writing the findings for Inspect jobs.
|
OutputStorageConfig.OutputSchema |
OutputStorageConfig.Builder.getOutputSchema()
Schema used for writing the findings for Inspect jobs.
|
OutputStorageConfig.OutputSchema |
OutputStorageConfigOrBuilder.getOutputSchema()
Schema used for writing the findings for Inspect jobs.
|
static OutputStorageConfig.OutputSchema |
OutputStorageConfig.OutputSchema.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OutputStorageConfig.OutputSchema |
OutputStorageConfig.OutputSchema.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OutputStorageConfig.OutputSchema |
OutputStorageConfig.OutputSchema.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputStorageConfig.OutputSchema[] |
OutputStorageConfig.OutputSchema.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<OutputStorageConfig.OutputSchema> |
OutputStorageConfig.OutputSchema.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
OutputStorageConfig.Builder |
OutputStorageConfig.Builder.setOutputSchema(OutputStorageConfig.OutputSchema value)
Schema used for writing the findings for Inspect jobs.
|
Copyright © 2022 Google LLC. All rights reserved.