public sealed class DeleteBucketRequest : IMessage<DeleteBucketRequest>, IEquatable<DeleteBucketRequest>, IDeepCloneable<DeleteBucketRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteBucketRequest.
The parameters to DeleteBucket
.
Implements
IMessageDeleteBucketRequest, IEquatableDeleteBucketRequest, IDeepCloneableDeleteBucketRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
DeleteBucketRequest()
public DeleteBucketRequest()
DeleteBucketRequest(DeleteBucketRequest)
public DeleteBucketRequest(DeleteBucketRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteBucketRequest |
Properties
LogBucketName
public LogBucketName LogBucketName { get; set; }
LogBucketName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
LogBucketName |
Name
public string Name { get; set; }
Required. The full resource name of the bucket to delete.
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
For example:
"projects/my-project/locations/global/buckets/my-bucket"
Property Value | |
---|---|
Type | Description |
string |