Class: Google::Cloud::Logging::V2::GetViewRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the policy:

"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 resource name of the policy:

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



610
611
612
613
# File 'proto_docs/google/logging/v2/logging_config.rb', line 610

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