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
Methods
__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"
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
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"
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getView
Required. The updated view.
Generated from protobuf field .google.logging.v2.LogView view = 2 [(.google.api.field_behavior) = REQUIRED];
hasView
clearView
setView
Required. The updated view.
Generated from protobuf field .google.logging.v2.LogView view = 2 [(.google.api.field_behavior) = REQUIRED];
$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
Generated from protobuf field .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];
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
Generated from protobuf field .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = OPTIONAL];
var
Google\Protobuf\FieldMask
$this

