public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class GetServiceRequest.
Request for GetService.
Implements
IMessageGetServiceRequest, IEquatableGetServiceRequest, IDeepCloneableGetServiceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
GetServiceRequest()
public GetServiceRequest()
GetServiceRequest(GetServiceRequest)
public GetServiceRequest(GetServiceRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetServiceRequest |
Properties
Name
public string Name { get; set; }
Required. Fully qualified name of the Service to fetch.
Expected format:
projects/{project}/locations/{location}/applications/{application}/services/{service}
.
Property Value | |
---|---|
Type | Description |
string |
ServiceName
public ServiceName ServiceName { get; set; }
ServiceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |