Class Google::Cloud::Logging::V2::UpdateViewRequest (v0.5.6)

The parameters to UpdateView.

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

#name=

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

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

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — 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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — 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
  • (::Google::Protobuf::FieldMask) — 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.

#view

def view() -> ::Google::Cloud::Logging::V2::LogView
Returns

#view=

def view=(value) -> ::Google::Cloud::Logging::V2::LogView
Parameter
Returns