Class: Google::Cloud::Logging::V2::DeleteViewRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The full resource name of the view to delete:

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

Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view-id".

Returns:

  • (::String)

    Required. The full resource name of the view to delete:

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

    Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view-id".



482
483
484
485
# File 'proto_docs/google/logging/v2/logging_config.rb', line 482

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