Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EnvironmentsResource.UserWorkloadsSecretsResource.ListRequest

Lists user workloads Secrets. This method is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of Secrets to return.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The next_page_token value returned from a previous List request, if any.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. List Secrets in the given environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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