Compute Engine v1 API - Class GetBackendServiceRequest (2.15.0)

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

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

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

Inheritance

object > GetBackendServiceRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetBackendServiceRequest()

public GetBackendServiceRequest()

GetBackendServiceRequest(GetBackendServiceRequest)

public GetBackendServiceRequest(GetBackendServiceRequest other)
Parameter
NameDescription
otherGetBackendServiceRequest

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