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.
data
array
Optional. Data for populating the Message object.
↳ log_name
string
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
.
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 .
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 .
var
string
$this
static::build
logName
string
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 . Please see LoggingServiceV2Client::logName() for help formatting this field.