Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthProvidersResource.QueryWorkloadsRequest

Queries what all workloads are using a given auth_provider.

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

Constructors

QueryWorkloadsRequest(IClientService, string)

Constructs a new QueryWorkloads request.

Declaration
public QueryWorkloadsRequest(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<QueryWorkloadsResponse>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the auth_provider to query. Format: projects/{project}/locations/{location}/authProviders/{auth_provider}

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

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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

PageToken

Optional. A token, which can be sent as page_token to retrieve the next page. When paginating, all other parameters provided to QueryWorkloads must match the call that provided the page token. If this field is omitted, the first page is returned.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes QueryWorkloads parameter list.

Declaration
protected override void InitParameters()
Overrides
AgentIdentityBaseServiceRequest<QueryWorkloadsResponse>.InitParameters()

Implements

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