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

Example: "projects/my-logging-project/locations/my-location/buckets/my-bucket".

Returns:

  • (::String)

    Required. The bucket in which to create the view

    "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
    

    Example: "projects/my-logging-project/locations/my-location/buckets/my-bucket"



427
428
429
430
# File 'proto_docs/google/logging/v2/logging_config.rb', line 427

class CreateViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#view::Google::Cloud::Logging::V2::LogView

Returns Required. The new view.

Returns:



427
428
429
430
# File 'proto_docs/google/logging/v2/logging_config.rb', line 427

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.



427
428
429
430
# File 'proto_docs/google/logging/v2/logging_config.rb', line 427

class CreateViewRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end