Interface AnalyzerOrgPolicyConstraintOrBuilder

    • 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.