Class: Google::Cloud::Logging::V2::DeleteLogRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::DeleteLogRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging.rb
Overview
The parameters to DeleteLog.
Instance Attribute Summary collapse
-
#log_name ⇒ ::String
Required.
Instance Attribute Details
#log_name ⇒ ::String
Returns 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.
40 41 42 43 |
# File 'proto_docs/google/logging/v2/logging.rb', line 40 class DeleteLogRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |