Stackdriver Logging V2 Client - Class UpdateViewRequest (1.29.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\Logging\V2\LogView

Required. The updated 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"

Returns
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getView

Required. The updated view.

Returns
TypeDescription
Google\Cloud\Logging\V2\LogView|null

hasView

clearView

setView

Required. The updated view.

Parameter
NameDescription
var Google\Cloud\Logging\V2\LogView
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this