Reference documentation and code samples for the Stackdriver Logging V2 Client class UpdateViewRequest.
The parameters to UpdateView
.
Generated from protobuf message google.logging.v2.UpdateViewRequest
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The full resource name of the view to update "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"
↳ view
↳ update_mask
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
For example: updateMask=filter
getName
Required. The full resource name of the view to update
"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"
string
setName
Required. The full resource name of the view to update
"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"
var
string
$this
getView
Required. The updated view.
hasView
clearView
setView
Required. The updated view.
$this
getUpdateMask
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
For example: updateMask=filter
hasUpdateMask
clearUpdateMask
setUpdateMask
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
For example: updateMask=filter
$this