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
Namespace
Google \ Cloud \ Logging \ V2Methods
__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.
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
logName |
string
Required. The resource name of the log to delete:
For more information about log names, see LogEntry. Please see Google\Cloud\Logging\V2\LoggingServiceV2Client::logName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\DeleteLogRequest |