Show / Hide Table of Contents

Class IamResource.TroubleshootErrorRequest

Checks the access request associated with the error identifier and explains why the access is denied by IAM policies.

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

Constructors

TroubleshootErrorRequest(IClientService, GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorRequest)

Constructs a new TroubleshootError request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes TroubleshootError parameter list.

Declaration
protected override void InitParameters()
Overrides
PolicyTroubleshooterBaseServiceRequest<GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorResponse>.InitParameters()

Implements

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