public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1 API class GetServiceRequest.
Request message for [DataprocMetastore.GetService][google.cloud.metastore.v1.DataprocMetastore.GetService].
Implements
IMessageGetServiceRequest, IEquatableGetServiceRequest, IDeepCloneableGetServiceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.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. The relative resource name of the metastore service to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}.
| 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 |
|