Show / Hide Table of Contents

Class ServicesResource.GetRequest

Returns the service configuration and enabled state for a given service.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<GoogleApiServiceusageV1Service>
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>
ServicesResource.GetRequest
Implements
IClientServiceRequest<GoogleApiServiceusageV1Service>
IClientServiceRequest
Inherited Members
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.Xgafv
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.AccessToken
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.Alt
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.Callback
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.Fields
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.Key
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.OauthToken
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.PrettyPrint
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.QuotaUser
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.UploadType
ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>.UploadProtocol
ClientServiceRequest<GoogleApiServiceusageV1Service>.Execute()
ClientServiceRequest<GoogleApiServiceusageV1Service>.ExecuteAsStream()
ClientServiceRequest<GoogleApiServiceusageV1Service>.ExecuteAsync()
ClientServiceRequest<GoogleApiServiceusageV1Service>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleApiServiceusageV1Service>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleApiServiceusageV1Service>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleApiServiceusageV1Service>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<GoogleApiServiceusageV1Service>.GenerateRequestUri()
ClientServiceRequest<GoogleApiServiceusageV1Service>.GetBody()
ClientServiceRequest<GoogleApiServiceusageV1Service>.GetDefaultETagAction(String)
ClientServiceRequest<GoogleApiServiceusageV1Service>.ETagAction
ClientServiceRequest<GoogleApiServiceusageV1Service>.ModifyRequest
ClientServiceRequest<GoogleApiServiceusageV1Service>.ValidateParameters
ClientServiceRequest<GoogleApiServiceusageV1Service>.RequestParameters
ClientServiceRequest<GoogleApiServiceusageV1Service>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceUsage.v1
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class GetRequest : ServiceUsageBaseServiceRequest<GoogleApiServiceusageV1Service>, IClientServiceRequest<GoogleApiServiceusageV1Service>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
System.String name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ServiceUsage.v1.Data.GoogleApiServiceusageV1Service>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ServiceUsage.v1.Data.GoogleApiServiceusageV1Service>.MethodName

Name

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.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ServiceUsage.v1.Data.GoogleApiServiceusageV1Service>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ServiceUsage.v1.ServiceUsageBaseServiceRequest<Google.Apis.ServiceUsage.v1.Data.GoogleApiServiceusageV1Service>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top