Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EnvironmentsResource.UserWorkloadsSecretsResource.GetRequest

Gets an existing user workloads Secret. Values of the "data" field in the response are cleared. This method is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the Secret to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}"

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudComposerBaseServiceRequest<UserWorkloadsSecret>.InitParameters()

Implements

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