Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MonitoringConfig
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MonitoringConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/identitytoolkit_v2/classes.rb,
lib/google/apis/identitytoolkit_v2/representations.rb,
lib/google/apis/identitytoolkit_v2/representations.rb
Overview
Configuration related to monitoring project activity.
Instance Attribute Summary collapse
-
#request_logging ⇒ Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RequestLogging
Configuration for logging requests made to this project to Stackdriver Logging Corresponds to the JSON property
requestLogging
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2MonitoringConfig
constructor
A new instance of GoogleCloudIdentitytoolkitAdminV2MonitoringConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2MonitoringConfig
Returns a new instance of GoogleCloudIdentitytoolkitAdminV2MonitoringConfig.
1034 1035 1036 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1034 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_logging ⇒ Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RequestLogging
Configuration for logging requests made to this project to Stackdriver Logging
Corresponds to the JSON property requestLogging
1032 1033 1034 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1032 def request_logging @request_logging end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1039 1040 1041 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1039 def update!(**args) @request_logging = args[:request_logging] if args.key?(:request_logging) end |