Show / Hide Table of Contents

Class ProjectsResource.GetOnboardingStateRequest

Retrieve the OnboardingState of a resource.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<OnboardingState>
SecurityCommandCenterBaseServiceRequest<OnboardingState>
ProjectsResource.GetOnboardingStateRequest
Implements
IClientServiceRequest<OnboardingState>
IClientServiceRequest
Inherited Members
SecurityCommandCenterBaseServiceRequest<OnboardingState>.Xgafv
SecurityCommandCenterBaseServiceRequest<OnboardingState>.AccessToken
SecurityCommandCenterBaseServiceRequest<OnboardingState>.Alt
SecurityCommandCenterBaseServiceRequest<OnboardingState>.Callback
SecurityCommandCenterBaseServiceRequest<OnboardingState>.Fields
SecurityCommandCenterBaseServiceRequest<OnboardingState>.Key
SecurityCommandCenterBaseServiceRequest<OnboardingState>.OauthToken
SecurityCommandCenterBaseServiceRequest<OnboardingState>.PrettyPrint
SecurityCommandCenterBaseServiceRequest<OnboardingState>.QuotaUser
SecurityCommandCenterBaseServiceRequest<OnboardingState>.UploadType
SecurityCommandCenterBaseServiceRequest<OnboardingState>.UploadProtocol
ClientServiceRequest<OnboardingState>.Execute()
ClientServiceRequest<OnboardingState>.ExecuteAsStream()
ClientServiceRequest<OnboardingState>.ExecuteAsync()
ClientServiceRequest<OnboardingState>.ExecuteAsync(CancellationToken)
ClientServiceRequest<OnboardingState>.ExecuteAsStreamAsync()
ClientServiceRequest<OnboardingState>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<OnboardingState>.CreateRequest(bool?)
ClientServiceRequest<OnboardingState>.GenerateRequestUri()
ClientServiceRequest<OnboardingState>.GetBody()
ClientServiceRequest<OnboardingState>.GetDefaultETagAction(string)
ClientServiceRequest<OnboardingState>.ETagAction
ClientServiceRequest<OnboardingState>.ModifyRequest
ClientServiceRequest<OnboardingState>.ValidateParameters
ClientServiceRequest<OnboardingState>.RequestParameters
ClientServiceRequest<OnboardingState>.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.SecurityCommandCenter.v1beta2
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class ProjectsResource.GetOnboardingStateRequest : SecurityCommandCenterBaseServiceRequest<OnboardingState>, IClientServiceRequest<OnboardingState>, IClientServiceRequest

Constructors

GetOnboardingStateRequest(IClientService, string)

Constructs a new GetOnboardingState request.

Declaration
public GetOnboardingStateRequest(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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SecurityCommandCenter.v1beta2.Data.OnboardingState>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SecurityCommandCenter.v1beta2.Data.OnboardingState>.MethodName

Name

Required. The name of the OnboardingState to retrieve. Formats: * organizations/{organization}/onboardingState * folders/{folder}/onboardingState * projects/{project}/onboardingState

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SecurityCommandCenter.v1beta2.Data.OnboardingState>.RestPath

Methods

InitParameters()

Initializes GetOnboardingState parameter list.

Declaration
protected override void InitParameters()
Overrides
SecurityCommandCenterBaseServiceRequest<OnboardingState>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX