Reference documentation and code samples for the Stackdriver Logging V2 Client class CreateViewRequest.
The parameters to CreateView
.
Generated from protobuf message google.logging.v2.CreateViewRequest
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The bucket in which to create the view |
↳ view_id |
string
Required. A client-assigned identifier such as |
↳ view |
Google\Cloud\Logging\V2\LogView
Required. The new view. |
getParent
Required. The bucket in which to create the view
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
For example:
"projects/my-project/locations/global/buckets/my-bucket"
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The bucket in which to create the view
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
For example:
"projects/my-project/locations/global/buckets/my-bucket"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getViewId
Required. A client-assigned identifier such as "my-view"
. Identifiers are
limited to 100 characters and can include only letters, digits,
underscores, hyphens, and periods.
Returns | |
---|---|
Type | Description |
string |
setViewId
Required. A client-assigned identifier such as "my-view"
. Identifiers are
limited to 100 characters and can include only letters, digits,
underscores, hyphens, and periods.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
Required. The new view.
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogView|null |
hasView
clearView
setView
Required. The new view.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Logging\V2\LogView
|
Returns | |
---|---|
Type | Description |
$this |