Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UnitsResource.GetRequest

Retrieve a single unit.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Unit>
SaaSServiceManagementBaseServiceRequest<Unit>
ProjectsResource.LocationsResource.UnitsResource.GetRequest
Implements
IClientServiceRequest<Unit>
IClientServiceRequest
Inherited Members
SaaSServiceManagementBaseServiceRequest<Unit>.Xgafv
SaaSServiceManagementBaseServiceRequest<Unit>.AccessToken
SaaSServiceManagementBaseServiceRequest<Unit>.Alt
SaaSServiceManagementBaseServiceRequest<Unit>.Callback
SaaSServiceManagementBaseServiceRequest<Unit>.Fields
SaaSServiceManagementBaseServiceRequest<Unit>.Key
SaaSServiceManagementBaseServiceRequest<Unit>.OauthToken
SaaSServiceManagementBaseServiceRequest<Unit>.PrettyPrint
SaaSServiceManagementBaseServiceRequest<Unit>.QuotaUser
SaaSServiceManagementBaseServiceRequest<Unit>.UploadType
SaaSServiceManagementBaseServiceRequest<Unit>.UploadProtocol
ClientServiceRequest<Unit>.Execute()
ClientServiceRequest<Unit>.ExecuteAsStream()
ClientServiceRequest<Unit>.ExecuteAsync()
ClientServiceRequest<Unit>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Unit>.ExecuteAsStreamAsync()
ClientServiceRequest<Unit>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Unit>.CreateRequest(bool?)
ClientServiceRequest<Unit>.GenerateRequestUri()
ClientServiceRequest<Unit>.GetBody()
ClientServiceRequest<Unit>.GetDefaultETagAction(string)
ClientServiceRequest<Unit>.ETagAction
ClientServiceRequest<Unit>.ModifyRequest
ClientServiceRequest<Unit>.ValidateParameters
ClientServiceRequest<Unit>.ApiVersion
ClientServiceRequest<Unit>.RequestParameters
ClientServiceRequest<Unit>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SaaSServiceManagement.v1beta1
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.UnitsResource.GetRequest : SaaSServiceManagementBaseServiceRequest<Unit>, IClientServiceRequest<Unit>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

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

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Unit>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Unit>.MethodName

Name

Required. The resource name of the resource within a service.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Unit>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
SaaSServiceManagementBaseServiceRequest<Unit>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX