Show / Hide Table of Contents

Class ServicesResource.GetRequest

Returns a VPC-SC supported service based on the service name.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SupportedService>
AccessContextManagerBaseServiceRequest<SupportedService>
ServicesResource.GetRequest
Implements
IClientServiceRequest<SupportedService>
IClientServiceRequest
Inherited Members
AccessContextManagerBaseServiceRequest<SupportedService>.Xgafv
AccessContextManagerBaseServiceRequest<SupportedService>.AccessToken
AccessContextManagerBaseServiceRequest<SupportedService>.Alt
AccessContextManagerBaseServiceRequest<SupportedService>.Callback
AccessContextManagerBaseServiceRequest<SupportedService>.Fields
AccessContextManagerBaseServiceRequest<SupportedService>.Key
AccessContextManagerBaseServiceRequest<SupportedService>.OauthToken
AccessContextManagerBaseServiceRequest<SupportedService>.PrettyPrint
AccessContextManagerBaseServiceRequest<SupportedService>.QuotaUser
AccessContextManagerBaseServiceRequest<SupportedService>.UploadType
AccessContextManagerBaseServiceRequest<SupportedService>.UploadProtocol
ClientServiceRequest<SupportedService>.Execute()
ClientServiceRequest<SupportedService>.ExecuteAsStream()
ClientServiceRequest<SupportedService>.ExecuteAsync()
ClientServiceRequest<SupportedService>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SupportedService>.ExecuteAsStreamAsync()
ClientServiceRequest<SupportedService>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SupportedService>.CreateRequest(bool?)
ClientServiceRequest<SupportedService>.GenerateRequestUri()
ClientServiceRequest<SupportedService>.GetBody()
ClientServiceRequest<SupportedService>.GetDefaultETagAction(string)
ClientServiceRequest<SupportedService>.ETagAction
ClientServiceRequest<SupportedService>.ModifyRequest
ClientServiceRequest<SupportedService>.ValidateParameters
ClientServiceRequest<SupportedService>.ApiVersion
ClientServiceRequest<SupportedService>.RequestParameters
ClientServiceRequest<SupportedService>.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.AccessContextManager.v1
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class ServicesResource.GetRequest : AccessContextManagerBaseServiceRequest<SupportedService>, IClientServiceRequest<SupportedService>, 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<SupportedService>.HttpMethod

MethodName

Gets the method name.

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

Name

The name of the service to get information about. The names must be in the same format as used in defining a service perimeter, for example, storage.googleapis.com.

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<SupportedService>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
AccessContextManagerBaseServiceRequest<SupportedService>.InitParameters()

Implements

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