Show / Hide Table of Contents

Class PoliciesResource.GetRequest

Gets a policy.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the policy to retrieve. Format: policies/{attachment_point}/denypolicies/{policy_id} Use the URL-encoded full resource name, which means that the forward-slash character, /, must be written as %2F. For example, policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies/my-policy. For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric 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<GoogleIamV2betaPolicy>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
IamBaseServiceRequest<GoogleIamV2betaPolicy>.InitParameters()

Implements

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