Class GetServiceRequest (1.0.0-beta02)

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

Request message for obtaining a Service by its full name.

Inheritance

Object > GetServiceRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

GetServiceRequest()

public GetServiceRequest()

GetServiceRequest(GetServiceRequest)

public GetServiceRequest(GetServiceRequest other)
Parameter
NameDescription
otherGetServiceRequest

Properties

Name

public string Name { get; set; }

Required. The full name of the Service. Format: projects/{projectnumber}/locations/{location}/services/{service}

Property Value
TypeDescription
String

ServiceName

public ServiceName ServiceName { get; set; }

ServiceName-typed view over the Name resource name property.

Property Value
TypeDescription
ServiceName