DeleteLogRequest
class DeleteLogRequest extends Message
The parameters to DeleteLog.
Protobuf type Google\Logging\V2\DeleteLogRequest
Methods
No description
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/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
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/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
Details
at line 34
__construct()
at line 54
string
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/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
For more information about log names, see [LogEntry][google.logging.v2.LogEntry].
Generated from protobuf field string log_name = 1;
at line 74
setLogName(string $var)
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/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
For more information about log names, see [LogEntry][google.logging.v2.LogEntry].
Generated from protobuf field string log_name = 1;