Send feedback
Class PolicyDocumentCondition (2.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.19.0 keyboard_arrow_down
Define a condition for a policy document.
Constructors
PolicyDocumentCondition()
PolicyDocumentCondition(std::vector< std::string >)
Parameter Name Description elements
std::vector< std::string >
Functions
static ExactMatch(std::string const &, std::string const &)
Creates an exact match condition, in the list form syntax.
Parameters Name Description field
std::string const &
value
std::string const &
Returns Type Description std::vector< std::string >
static ExactMatchObject(std::string const &, std::string const &)
Creates an exact match condition, but in object form syntax.
Parameters Name Description field
std::string const &
value
std::string const &
Returns Type Description std::vector< std::string >
static StartsWith(std::string const &, std::string const &)
Creates an exact match condition, in the list form syntax.
Parameters Name Description field
std::string const &
value
std::string const &
Returns Type Description std::vector< std::string >
static ContentLengthRange(std::int32_t, std::int32_t)
Creates an exact match condition, in the list form syntax.
Parameters Name Description min_range
std::int32_t
max_range
std::int32_t
Returns Type Description std::vector< std::string >
elements() const
Returns Type Description std::vector< std::string > const &
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-09 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-09 UTC."],[],[]]