Class: Google::Cloud::Logging::V2::UpdateViewRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The full resource name of the view to update

"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 full resource name of the view to update

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



454
455
456
457
# File 'proto_docs/google/logging/v2/logging_config.rb', line 454

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

#update_mask::Google::Protobuf::FieldMask

Returns Optional. Field mask that specifies the fields in view that need an update. A field will be overwritten if, and only if, it is in the update mask. name and output only fields cannot be updated.

For a detailed FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask

Example: updateMask=filter.

Returns:



454
455
456
457
# File 'proto_docs/google/logging/v2/logging_config.rb', line 454

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

#view::Google::Cloud::Logging::V2::LogView

Returns Required. The updated view.

Returns:



454
455
456
457
# File 'proto_docs/google/logging/v2/logging_config.rb', line 454

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