Class: Google::Cloud::Logging::V2::CreateViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::CreateViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The parameters to CreateView
.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Logging::V2::LogView
Required.
-
#view_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The bucket in which to create the view
`"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"`
For example:
"projects/my-project/locations/global/buckets/my-bucket"
.
477 478 479 480 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 477 class CreateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Logging::V2::LogView
Returns Required. The new view.
477 478 479 480 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 477 class CreateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view_id ⇒ ::String
Returns Required. The id to use for this view.
477 478 479 480 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 477 class CreateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |