public sealed class GetBackendBucketRequest : IMessage<GetBackendBucketRequest>, IEquatable<GetBackendBucketRequest>, IDeepCloneable<GetBackendBucketRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetBackendBucketRequest.
A request message for BackendBuckets.Get. See the method description for details.
Implements
IMessageGetBackendBucketRequest, IEquatableGetBackendBucketRequest, IDeepCloneableGetBackendBucketRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetBackendBucketRequest()
public GetBackendBucketRequest()
GetBackendBucketRequest(GetBackendBucketRequest)
public GetBackendBucketRequest(GetBackendBucketRequest other)
Parameter | |
---|---|
Name | Description |
other | GetBackendBucketRequest |
Properties
BackendBucket
public string BackendBucket { get; set; }
Name of the BackendBucket resource to return.
Property Value | |
---|---|
Type | Description |
string |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |