Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlobalResource.PolicyOrchestratorsResource.GetRequest

Retrieves an existing policy orchestrator, parented by a project.

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

MethodName

Gets the method name.

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

Name

Required. The resource name.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
OSConfigBaseServiceRequest<GoogleCloudOsconfigV2betaPolicyOrchestrator>.InitParameters()

Implements

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