Cloud Logging V2 API - Class Google::Cloud::Logging::V2::DeleteViewRequest (v0.13.0)

Reference documentation and code samples for the Cloud Logging V2 API class Google::Cloud::Logging::V2::DeleteViewRequest.

The parameters to DeleteView.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
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"

#name=

def name=(value) -> ::String
Parameter
  • value (::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"

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"