Class GetBackendBucketRequest (1.1.0)

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

A request message for BackendBuckets.Get. See the method description for details.

Inheritance

Object > GetBackendBucketRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetBackendBucketRequest()

public GetBackendBucketRequest()

GetBackendBucketRequest(GetBackendBucketRequest)

public GetBackendBucketRequest(GetBackendBucketRequest other)
Parameter
NameDescription
otherGetBackendBucketRequest

Properties

BackendBucket

public string BackendBucket { get; set; }

Name of the BackendBucket resource to return.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String