Show / Hide Table of Contents

Class EffectiveTagsResource.ListRequest

Return a list of effective tags for the given Google Cloud resource, as specified in parent.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of effective tags to return in the response. The server allows a maximum of 300 effective tags to return in a single page. If unspecified, the server will use 100 as the default.

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

PageToken

Optional. A pagination token returned from a previous call to ListEffectiveTags that indicates from where this listing should continue.

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

Parent

Required. The full resource name of a resource for which you want to list the effective tags. E.g. "//cloudresourcemanager.googleapis.com/projects/123"

Declaration
[RequestParameter("parent", RequestParameterType.Query)]
public virtual string Parent { 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<ListEffectiveTagsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudResourceManagerBaseServiceRequest<ListEffectiveTagsResponse>.InitParameters()

Implements

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