Class GetRegionBackendServiceRequest (1.4.0)

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

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

Inheritance

Object > GetRegionBackendServiceRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionBackendServiceRequest()

public GetRegionBackendServiceRequest()

GetRegionBackendServiceRequest(GetRegionBackendServiceRequest)

public GetRegionBackendServiceRequest(GetRegionBackendServiceRequest other)
Parameter
NameDescription
otherGetRegionBackendServiceRequest

Properties

BackendService

public string BackendService { get; set; }

Name of the BackendService resource to return.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Region

public string Region { get; set; }

Name of the region scoping this request.

Property Value
TypeDescription
String