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

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

Returns:

  • (::String)

    Required. The resource name of the policy:

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



468
469
470
471
# File 'proto_docs/google/logging/v2/logging_config.rb', line 468

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