Class: Google::Cloud::Logging::V2::CreateViewRequest

Inherits:
Object
  • Object
show all
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

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

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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