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

For example:

"projects/my-project/locations/global/buckets/my-bucket/views/my-view".

Returns:

  • (::String)

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

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

    For example:

    "projects/my-project/locations/global/buckets/my-bucket/views/my-view"



624
625
626
627
# File 'proto_docs/google/logging/v2/logging_config.rb', line 624

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