Show / Hide Table of Contents

Class FoldersResource.LocationsResource.GlobalResource.PolicyOrchestratorsResource.GetRequest

Retrieves an existing policy orchestrator, parented by a folder.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudOsconfigV2PolicyOrchestrator>.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<GoogleCloudOsconfigV2PolicyOrchestrator>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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