Output only. The last update timestamp of the view.
↳ filter
string
Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: - originating project/folder/organization/billing account. - resource type - log id For example: SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
getName
The resource name of the view.
For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
Returns
Type
Description
string
setName
The resource name of the view.
For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Stackdriver Logging V2 Client - Class LogView (1.32.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.32.3 (latest)](/php/docs/reference/cloud-logging/latest/V2.LogView)\n- [1.32.2](/php/docs/reference/cloud-logging/1.32.2/V2.LogView)\n- [1.31.3](/php/docs/reference/cloud-logging/1.31.3/V2.LogView)\n- [1.30.3](/php/docs/reference/cloud-logging/1.30.3/V2.LogView)\n- [1.29.0](/php/docs/reference/cloud-logging/1.29.0/V2.LogView)\n- [1.28.5](/php/docs/reference/cloud-logging/1.28.5/V2.LogView)\n- [1.27.1](/php/docs/reference/cloud-logging/1.27.1/V2.LogView)\n- [1.26.0](/php/docs/reference/cloud-logging/1.26.0/V2.LogView)\n- [1.25.5](/php/docs/reference/cloud-logging/1.25.5/V2.LogView)\n- [1.24.10](/php/docs/reference/cloud-logging/1.24.10/V2.LogView) \nReference documentation and code samples for the Stackdriver Logging V2 Client class LogView.\n\nDescribes a view over log entries in a bucket.\n\nGenerated from protobuf message `google.logging.v2.LogView`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Logging \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nThe resource name of the view.\n\nFor example:\n`projects/my-project/locations/global/buckets/my-bucket/views/my-view`\n\n### setName\n\nThe resource name of the view.\n\nFor example:\n`projects/my-project/locations/global/buckets/my-bucket/views/my-view`\n\n### getDescription\n\nDescribes this view.\n\n### setDescription\n\nDescribes this view.\n\n### getCreateTime\n\nOutput only. The creation timestamp of the view.\n\n### hasCreateTime\n\n### clearCreateTime\n\n### setCreateTime\n\nOutput only. The creation timestamp of the view.\n\n### getUpdateTime\n\nOutput only. The last update timestamp of the view.\n\n### hasUpdateTime\n\n### clearUpdateTime\n\n### setUpdateTime\n\nOutput only. The last update timestamp of the view.\n\n### getFilter\n\nFilter that restricts which log entries in a bucket are visible in this\nview.\n\nFilters are restricted to be a logical AND of ==/!= of any of the\nfollowing:\n\n- originating project/folder/organization/billing account.\n- resource type\n- log id For example: SOURCE(\"projects/myproject\") AND resource.type = \"gce_instance\" AND LOG_ID(\"stdout\")\n\n### setFilter\n\nFilter that restricts which log entries in a bucket are visible in this\nview.\n\nFilters are restricted to be a logical AND of ==/!= of any of the\nfollowing:\n\n- originating project/folder/organization/billing account.\n- resource type\n- log id For example: SOURCE(\"projects/myproject\") AND resource.type = \"gce_instance\" AND LOG_ID(\"stdout\")"]]