Google Cloud Logging v2 API - Class UndeleteBucketRequest (4.3.0)

public sealed class UndeleteBucketRequest : IMessage<UndeleteBucketRequest>, IEquatable<UndeleteBucketRequest>, IDeepCloneable<UndeleteBucketRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Logging v2 API class UndeleteBucketRequest.

The parameters to UndeleteBucket.

Inheritance

object > UndeleteBucketRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

UndeleteBucketRequest()

public UndeleteBucketRequest()

UndeleteBucketRequest(UndeleteBucketRequest)

public UndeleteBucketRequest(UndeleteBucketRequest other)
Parameter
NameDescription
otherUndeleteBucketRequest

Properties

LogBucketName

public LogBucketName LogBucketName { get; set; }

LogBucketName-typed view over the Name resource name property.

Property Value
TypeDescription
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]"

For example:

"projects/my-project/locations/global/buckets/my-bucket"

Property Value
TypeDescription
string