public sealed class UndeleteBucketRequest : IMessage<UndeleteBucketRequest>, IEquatable<UndeleteBucketRequest>, IDeepCloneable<UndeleteBucketRequest>, IBufferMessage, IMessage
The parameters to UndeleteBucket
.
Implements
IMessage<UndeleteBucketRequest>, IEquatable<UndeleteBucketRequest>, IDeepCloneable<UndeleteBucketRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
UndeleteBucketRequest()
public UndeleteBucketRequest()
UndeleteBucketRequest(UndeleteBucketRequest)
public UndeleteBucketRequest(UndeleteBucketRequest other)
Parameter | |
---|---|
Name | Description |
other | UndeleteBucketRequest |
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 undelete.
"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]"
Example:
"projects/my-project-id/locations/my-location/buckets/my-bucket-id"
.
Property Value | |
---|---|
Type | Description |
String |