Show / Hide Table of Contents

Class AccessPoliciesResource.AuthorizedOrgsDescsResource.GetRequest

Gets an authorized orgs desc based on the resource name.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<AuthorizedOrgsDesc>
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>
AccessPoliciesResource.AuthorizedOrgsDescsResource.GetRequest
Implements
IClientServiceRequest<AuthorizedOrgsDesc>
IClientServiceRequest
Inherited Members
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.Xgafv
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.AccessToken
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.Alt
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.Callback
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.Fields
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.Key
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.OauthToken
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.PrettyPrint
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.QuotaUser
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.UploadType
AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>.UploadProtocol
ClientServiceRequest<AuthorizedOrgsDesc>.Execute()
ClientServiceRequest<AuthorizedOrgsDesc>.ExecuteAsStream()
ClientServiceRequest<AuthorizedOrgsDesc>.ExecuteAsync()
ClientServiceRequest<AuthorizedOrgsDesc>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AuthorizedOrgsDesc>.ExecuteAsStreamAsync()
ClientServiceRequest<AuthorizedOrgsDesc>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AuthorizedOrgsDesc>.CreateRequest(bool?)
ClientServiceRequest<AuthorizedOrgsDesc>.GenerateRequestUri()
ClientServiceRequest<AuthorizedOrgsDesc>.GetBody()
ClientServiceRequest<AuthorizedOrgsDesc>.GetDefaultETagAction(string)
ClientServiceRequest<AuthorizedOrgsDesc>.ETagAction
ClientServiceRequest<AuthorizedOrgsDesc>.ModifyRequest
ClientServiceRequest<AuthorizedOrgsDesc>.ValidateParameters
ClientServiceRequest<AuthorizedOrgsDesc>.ApiVersion
ClientServiceRequest<AuthorizedOrgsDesc>.RequestParameters
ClientServiceRequest<AuthorizedOrgsDesc>.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 AccessPoliciesResource.AuthorizedOrgsDescsResource.GetRequest : AccessContextManagerBaseServiceRequest<AuthorizedOrgsDesc>, IClientServiceRequest<AuthorizedOrgsDesc>, 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<AuthorizedOrgsDesc>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. Resource name for the Authorized Orgs Desc. Format: accessPolicies/{policy_id}/authorizedOrgsDescs/{authorized_orgs_descs_id}

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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