Compute Engine v1 API - Class GetRegionBackendServiceRequest (2.12.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetRegionBackendServiceRequest.

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