public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class GetServiceRequest.
Request message for the GetService
method.
Implements
IMessageGetServiceRequest, IEquatableGetServiceRequest, IDeepCloneableGetServiceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceUsage.V1Assembly
Google.Cloud.ServiceUsage.V1.dll
Constructors
GetServiceRequest()
public GetServiceRequest()
GetServiceRequest(GetServiceRequest)
public GetServiceRequest(GetServiceRequest other)
Parameter | |
---|---|
Name | Description |
other | GetServiceRequest |
Properties
Name
public string Name { get; set; }
Name of the consumer and service to get the ConsumerState
for.
An example name would be:
projects/123/services/serviceusage.googleapis.com
where 123
is the
project number.
Property Value | |
---|---|
Type | Description |
string |