Interface CustomConfig.CustomOutputSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomConfig.CustomOutputSpec
,CustomConfig.CustomOutputSpec.Builder
- Enclosing class:
- CustomConfig
public static interface CustomConfig.CustomOutputSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPropertiesList
List<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;
-
getProperties
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;
-
getPropertiesCount
int getPropertiesCount()
A list of custom output properties to add to the finding.
repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;
-
getPropertiesOrBuilderList
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;
-
getPropertiesOrBuilder
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;
-
-