public interface ParameterSubstitutionRuleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAttributeSubstitutionRule()
public abstract AttributeSubstitutionRule getAttributeSubstitutionRule()
Attribute substitution rule.
.google.cloud.cloudsecuritycompliance.v1.AttributeSubstitutionRule attribute_substitution_rule = 2;
Returns | |
---|---|
Type | Description |
AttributeSubstitutionRule |
The attributeSubstitutionRule. |
getAttributeSubstitutionRuleOrBuilder()
public abstract AttributeSubstitutionRuleOrBuilder getAttributeSubstitutionRuleOrBuilder()
Attribute substitution rule.
.google.cloud.cloudsecuritycompliance.v1.AttributeSubstitutionRule attribute_substitution_rule = 2;
Returns | |
---|---|
Type | Description |
AttributeSubstitutionRuleOrBuilder |
getPlaceholderSubstitutionRule()
public abstract PlaceholderSubstitutionRule getPlaceholderSubstitutionRule()
Placeholder substitution rule.
.google.cloud.cloudsecuritycompliance.v1.PlaceholderSubstitutionRule placeholder_substitution_rule = 1;
Returns | |
---|---|
Type | Description |
PlaceholderSubstitutionRule |
The placeholderSubstitutionRule. |
getPlaceholderSubstitutionRuleOrBuilder()
public abstract PlaceholderSubstitutionRuleOrBuilder getPlaceholderSubstitutionRuleOrBuilder()
Placeholder substitution rule.
.google.cloud.cloudsecuritycompliance.v1.PlaceholderSubstitutionRule placeholder_substitution_rule = 1;
Returns | |
---|---|
Type | Description |
PlaceholderSubstitutionRuleOrBuilder |
getSubstitutionTypeCase()
public abstract ParameterSubstitutionRule.SubstitutionTypeCase getSubstitutionTypeCase()
Returns | |
---|---|
Type | Description |
ParameterSubstitutionRule.SubstitutionTypeCase |
hasAttributeSubstitutionRule()
public abstract boolean hasAttributeSubstitutionRule()
Attribute substitution rule.
.google.cloud.cloudsecuritycompliance.v1.AttributeSubstitutionRule attribute_substitution_rule = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the attributeSubstitutionRule field is set. |
hasPlaceholderSubstitutionRule()
public abstract boolean hasPlaceholderSubstitutionRule()
Placeholder substitution rule.
.google.cloud.cloudsecuritycompliance.v1.PlaceholderSubstitutionRule placeholder_substitution_rule = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the placeholderSubstitutionRule field is set. |