Show / Hide Table of Contents

Class RolesResource.QueryGrantableRolesRequest

Lists roles that can be granted on a Google Cloud resource. A role is grantable if the IAM policy for the resource can contain bindings to the role.

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

Constructors

QueryGrantableRolesRequest(IClientService, QueryGrantableRolesRequest)

Constructs a new QueryGrantableRoles request.

Declaration
public QueryGrantableRolesRequest(IClientService service, QueryGrantableRolesRequest body)
Parameters
Type Name Description
IClientService service
QueryGrantableRolesRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<QueryGrantableRolesResponse>.GetBody()

InitParameters()

Initializes QueryGrantableRoles parameter list.

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

Implements

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