Uses of Interface
com.google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.PropertyOrBuilder
-
Packages that use CustomConfig.CustomOutputSpec.PropertyOrBuilder Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of CustomConfig.CustomOutputSpec.PropertyOrBuilder in com.google.cloud.securitycenter.v1
Classes in com.google.cloud.securitycenter.v1 that implement CustomConfig.CustomOutputSpec.PropertyOrBuilder Modifier and Type Class Description static class
CustomConfig.CustomOutputSpec.Property
An individual name-value pair that defines a custom source property.static class
CustomConfig.CustomOutputSpec.Property.Builder
An individual name-value pair that defines a custom source property.Methods in com.google.cloud.securitycenter.v1 that return CustomConfig.CustomOutputSpec.PropertyOrBuilder Modifier and Type Method Description CustomConfig.CustomOutputSpec.PropertyOrBuilder
CustomConfig.CustomOutputSpec.Builder. getPropertiesOrBuilder(int index)
A list of custom output properties to add to the finding.CustomConfig.CustomOutputSpec.PropertyOrBuilder
CustomConfig.CustomOutputSpec. getPropertiesOrBuilder(int index)
A list of custom output properties to add to the finding.CustomConfig.CustomOutputSpec.PropertyOrBuilder
CustomConfig.CustomOutputSpecOrBuilder. getPropertiesOrBuilder(int index)
A list of custom output properties to add to the finding.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type CustomConfig.CustomOutputSpec.PropertyOrBuilder Modifier and Type Method Description List<? extends CustomConfig.CustomOutputSpec.PropertyOrBuilder>
CustomConfig.CustomOutputSpec.Builder. getPropertiesOrBuilderList()
A list of custom output properties to add to the finding.List<? extends CustomConfig.CustomOutputSpec.PropertyOrBuilder>
CustomConfig.CustomOutputSpec. getPropertiesOrBuilderList()
A list of custom output properties to add to the finding.List<? extends CustomConfig.CustomOutputSpec.PropertyOrBuilder>
CustomConfig.CustomOutputSpecOrBuilder. getPropertiesOrBuilderList()
A list of custom output properties to add to the finding.
-