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.
Parameters | |
---|---|
Name | Description |
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: |
↳ view |
Google\Cloud\Logging\V2\LogView
Required. The updated view. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. Field mask that specifies the fields in |
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"
Returns | |
---|---|
Type | Description |
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"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
Required. The updated view.
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogView|null |
hasView
clearView
setView
Required. The updated view.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Logging\V2\LogView
|
Returns | |
---|---|
Type | Description |
$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
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
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
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |