Reference documentation and code samples for the Stackdriver Logging V2 Client class DeleteLogRequest.
The parameters to DeleteLog.
Generated from protobuf message google.logging.v2.DeleteLogRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ log_name |
string
Required. The resource name of the log to delete: * |
getLogName
Required. The resource name of the log to delete:
projects/[PROJECT_ID]/logs/[LOG_ID]organizations/[ORGANIZATION_ID]/logs/[LOG_ID]billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]folders/[FOLDER_ID]/logs/[LOG_ID][LOG_ID]must be URL-encoded. For example,"projects/my-project-id/logs/syslog","organizations/123/logs/cloudaudit.googleapis.com%2Factivity".
For more information about log names, see LogEntry.
Generated from protobuf field string log_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
| Returns | |
|---|---|
| Type | Description |
string |
|
setLogName
Required. The resource name of the log to delete:
projects/[PROJECT_ID]/logs/[LOG_ID]organizations/[ORGANIZATION_ID]/logs/[LOG_ID]billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]folders/[FOLDER_ID]/logs/[LOG_ID][LOG_ID]must be URL-encoded. For example,"projects/my-project-id/logs/syslog","organizations/123/logs/cloudaudit.googleapis.com%2Factivity".
For more information about log names, see LogEntry.
Generated from protobuf field string log_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|