Class: Google::Logging::V2::DeleteSinkRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb

Overview

The parameters to +DeleteSink+.

Instance Attribute Summary collapse

Instance Attribute Details

#sink_nameString

Returns Required. The resource name of the sink to delete, including the parent resource and the sink identifier:

"projects/[PROJECT_ID]/sinks/[SINK_ID]"
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"

It is an error if the sink does not exist.

Returns:

  • (String)

    Required. The resource name of the sink to delete, including the parent resource and the sink identifier:

    "projects/[PROJECT_ID]/sinks/[SINK_ID]"
    "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
    

    It is an error if the sink does not exist.



183
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 183

class DeleteSinkRequest; end