Class: Google::Logging::V2::GetSinkRequest

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

Overview

The parameters to +GetSink+.

Instance Attribute Summary collapse

Instance Attribute Details

#sink_nameString

Returns Required. The resource name of the sink:

"projects/[PROJECT_ID]/sinks/[SINK_ID]"
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
"folders/[FOLDER_ID]/sinks/[SINK_ID]"

Example: +"projects/my-project-id/sinks/my-sink-id"+.

Returns:

  • (String)

    Required. The resource name of the sink:

    "projects/[PROJECT_ID]/sinks/[SINK_ID]"
    "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
    "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
    "folders/[FOLDER_ID]/sinks/[SINK_ID]"
    

    Example: +"projects/my-project-id/sinks/my-sink-id"+.



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

class GetSinkRequest; end