Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.TagsResource.ListRequest

Lists tags assigned to an Entry. The columns in the response are lowercased.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of tags to return. Default is 10. Maximum limit is 1000.

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

PageToken

Pagination token that specifies the next page to return. If empty, the first page is returned.

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

Parent

Required. The name of the Data Catalog resource to list the tags of. The resource can be an Entry or an EntryGroup (without /entries/{entries} at the end).

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1ListTagsResponse>.InitParameters()

Implements

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