public static interface CustomConfig.CustomOutputSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomConfig.CustomOutputSpec.Property |
getProperties(int index)
A list of custom output properties to add to the finding.
|
int |
getPropertiesCount()
A list of custom output properties to add to the finding.
|
List<CustomConfig.CustomOutputSpec.Property> |
getPropertiesList()
A list of custom output properties to add to the finding.
|
CustomConfig.CustomOutputSpec.PropertyOrBuilder |
getPropertiesOrBuilder(int index)
A list of custom output properties to add to the finding.
|
List<? extends CustomConfig.CustomOutputSpec.PropertyOrBuilder> |
getPropertiesOrBuilderList()
A list of custom output properties to add to the finding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CustomConfig.CustomOutputSpec.Property> getPropertiesList()
A list of custom output properties to add to the finding.
repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
CustomConfig.CustomOutputSpec.Property getProperties(int index)
A list of custom output properties to add to the finding.
repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
int getPropertiesCount()
A list of custom output properties to add to the finding.
repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
List<? extends CustomConfig.CustomOutputSpec.PropertyOrBuilder> getPropertiesOrBuilderList()
A list of custom output properties to add to the finding.
repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
CustomConfig.CustomOutputSpec.PropertyOrBuilder getPropertiesOrBuilder(int index)
A list of custom output properties to add to the finding.
repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
Copyright © 2024 Google LLC. All rights reserved.