Class GetBackendServiceRequest (1.2.0)

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

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