Package com.google.cloud.asset.v1
Interface AnalyzerOrgPolicyConstraintOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalyzerOrgPolicyConstraint
,AnalyzerOrgPolicyConstraint.Builder
public interface AnalyzerOrgPolicyConstraintOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyzerOrgPolicyConstraint.ConstraintDefinitionCase
getConstraintDefinitionCase()
AnalyzerOrgPolicyConstraint.CustomConstraint
getCustomConstraint()
The definition of the custom constraint.AnalyzerOrgPolicyConstraint.CustomConstraintOrBuilder
getCustomConstraintOrBuilder()
The definition of the custom constraint.AnalyzerOrgPolicyConstraint.Constraint
getGoogleDefinedConstraint()
The definition of the canned constraint defined by Google.AnalyzerOrgPolicyConstraint.ConstraintOrBuilder
getGoogleDefinedConstraintOrBuilder()
The definition of the canned constraint defined by Google.boolean
hasCustomConstraint()
The definition of the custom constraint.boolean
hasGoogleDefinedConstraint()
The definition of the canned constraint defined by Google.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGoogleDefinedConstraint
boolean hasGoogleDefinedConstraint()
The definition of the canned constraint defined by Google.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.Constraint google_defined_constraint = 1;
- Returns:
- Whether the googleDefinedConstraint field is set.
-
getGoogleDefinedConstraint
AnalyzerOrgPolicyConstraint.Constraint getGoogleDefinedConstraint()
The definition of the canned constraint defined by Google.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.Constraint google_defined_constraint = 1;
- Returns:
- The googleDefinedConstraint.
-
getGoogleDefinedConstraintOrBuilder
AnalyzerOrgPolicyConstraint.ConstraintOrBuilder getGoogleDefinedConstraintOrBuilder()
The definition of the canned constraint defined by Google.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.Constraint google_defined_constraint = 1;
-
hasCustomConstraint
boolean hasCustomConstraint()
The definition of the custom constraint.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint custom_constraint = 2;
- Returns:
- Whether the customConstraint field is set.
-
getCustomConstraint
AnalyzerOrgPolicyConstraint.CustomConstraint getCustomConstraint()
The definition of the custom constraint.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint custom_constraint = 2;
- Returns:
- The customConstraint.
-
getCustomConstraintOrBuilder
AnalyzerOrgPolicyConstraint.CustomConstraintOrBuilder getCustomConstraintOrBuilder()
The definition of the custom constraint.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint custom_constraint = 2;
-
getConstraintDefinitionCase
AnalyzerOrgPolicyConstraint.ConstraintDefinitionCase getConstraintDefinitionCase()
-
-