Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.TagsResource.ListRequest

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

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1ListTagsResponse>.MethodName

PageSize

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

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

PageToken

Token that specifies which page is requested. 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 could be an Entry or an EntryGroup. Examples: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1ListTagsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DataCatalog.v1beta1.DataCatalogBaseServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1ListTagsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX