Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ParamValue.
The possible parameter value types.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bool_value
def bool_value() -> ::Boolean-
(::Boolean) — A boolean value.
Note: The following fields are mutually exclusive:
bool_value,string_value,string_list_value,number_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bool_value=
def bool_value=(value) -> ::Boolean-
value (::Boolean) — A boolean value.
Note: The following fields are mutually exclusive:
bool_value,string_value,string_list_value,number_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — A boolean value.
Note: The following fields are mutually exclusive:
bool_value,string_value,string_list_value,number_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#number_value
def number_value() -> ::Float-
(::Float) — A double value.
Note: The following fields are mutually exclusive:
number_value,string_value,bool_value,string_list_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#number_value=
def number_value=(value) -> ::Float-
value (::Float) — A double value.
Note: The following fields are mutually exclusive:
number_value,string_value,bool_value,string_list_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Float) — A double value.
Note: The following fields are mutually exclusive:
number_value,string_value,bool_value,string_list_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#oneof_value
def oneof_value() -> ::Google::Cloud::CloudSecurityCompliance::V1::Parameter-
(::Google::Cloud::CloudSecurityCompliance::V1::Parameter) — Sub-parameter values.
Note: The following fields are mutually exclusive:
oneof_value,string_value,bool_value,string_list_value,number_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#oneof_value=
def oneof_value=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::Parameter-
value (::Google::Cloud::CloudSecurityCompliance::V1::Parameter) — Sub-parameter values.
Note: The following fields are mutually exclusive:
oneof_value,string_value,bool_value,string_list_value,number_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::CloudSecurityCompliance::V1::Parameter) — Sub-parameter values.
Note: The following fields are mutually exclusive:
oneof_value,string_value,bool_value,string_list_value,number_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_list_value
def string_list_value() -> ::Google::Cloud::CloudSecurityCompliance::V1::StringList-
(::Google::Cloud::CloudSecurityCompliance::V1::StringList) — A repeated string.
Note: The following fields are mutually exclusive:
string_list_value,string_value,bool_value,number_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_list_value=
def string_list_value=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::StringList-
value (::Google::Cloud::CloudSecurityCompliance::V1::StringList) — A repeated string.
Note: The following fields are mutually exclusive:
string_list_value,string_value,bool_value,number_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::CloudSecurityCompliance::V1::StringList) — A repeated string.
Note: The following fields are mutually exclusive:
string_list_value,string_value,bool_value,number_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_value
def string_value() -> ::String-
(::String) — A string value.
Note: The following fields are mutually exclusive:
string_value,bool_value,string_list_value,number_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_value=
def string_value=(value) -> ::String-
value (::String) — A string value.
Note: The following fields are mutually exclusive:
string_value,bool_value,string_list_value,number_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — A string value.
Note: The following fields are mutually exclusive:
string_value,bool_value,string_list_value,number_value,oneof_value. If a field in that set is populated, all other fields in the set will automatically be cleared.