public static interface CustomConfig.CustomOutputSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getProperties(int index)
public abstract CustomConfig.CustomOutputSpec.Property getProperties(int index)
Optional. A list of custom output properties to add to the finding.
repeated .google.cloud.securityposture.v1.CustomConfig.CustomOutputSpec.Property properties = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
CustomConfig.CustomOutputSpec.Property |
getPropertiesCount()
public abstract int getPropertiesCount()
Optional. A list of custom output properties to add to the finding.
repeated .google.cloud.securityposture.v1.CustomConfig.CustomOutputSpec.Property properties = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getPropertiesList()
public abstract List<CustomConfig.CustomOutputSpec.Property> getPropertiesList()
Optional. A list of custom output properties to add to the finding.
repeated .google.cloud.securityposture.v1.CustomConfig.CustomOutputSpec.Property properties = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Property> |
getPropertiesOrBuilder(int index)
public abstract CustomConfig.CustomOutputSpec.PropertyOrBuilder getPropertiesOrBuilder(int index)
Optional. A list of custom output properties to add to the finding.
repeated .google.cloud.securityposture.v1.CustomConfig.CustomOutputSpec.Property properties = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
CustomConfig.CustomOutputSpec.PropertyOrBuilder |
getPropertiesOrBuilderList()
public abstract List<? extends CustomConfig.CustomOutputSpec.PropertyOrBuilder> getPropertiesOrBuilderList()
Optional. A list of custom output properties to add to the finding.
repeated .google.cloud.securityposture.v1.CustomConfig.CustomOutputSpec.Property properties = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.securityposture.v1.CustomConfig.CustomOutputSpec.PropertyOrBuilder> |