Interface CustomConfig.CustomOutputSpecOrBuilder (2.49.0)

public static interface CustomConfig.CustomOutputSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProperties(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomConfig.CustomOutputSpec.Property

getPropertiesCount()

public abstract int getPropertiesCount()

A list of custom output properties to add to the finding.

repeated .google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property properties = 1;

Returns
TypeDescription
int

getPropertiesList()

public abstract 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;

Returns
TypeDescription
List<Property>

getPropertiesOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomConfig.CustomOutputSpec.PropertyOrBuilder

getPropertiesOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.PropertyOrBuilder>