The parameters to UpdateView
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::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
-
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"
.
-
(::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
-
(::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.FieldMaskExample:
updateMask=filter
.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
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.FieldMaskExample:
updateMask=filter
.
-
(::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.FieldMaskExample:
updateMask=filter
.
#view
def view() -> ::Google::Cloud::Logging::V2::LogView
- (::Google::Cloud::Logging::V2::LogView) — Required. The updated view.
#view=
def view=(value) -> ::Google::Cloud::Logging::V2::LogView
- value (::Google::Cloud::Logging::V2::LogView) — Required. The updated view.
- (::Google::Cloud::Logging::V2::LogView) — Required. The updated view.