Class ProjectsResource.LocationsResource.TaxonomiesResource.PolicyTagsResource.ListRequest
Lists all policy tags in a taxonomy.
Inheritance
object
ProjectsResource.LocationsResource.TaxonomiesResource.PolicyTagsResource.ListRequest
Implements
Inherited Members
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.TaxonomiesResource.PolicyTagsResource.ListRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse>, IClientServiceRequest<GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse>, 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.GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse>.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.GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse>.MethodName
PageSize
The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
The next_page_token value returned from a previous List request, if any. If not set, defaults to an empty string.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. Resource name of the taxonomy to list the policy tags of.
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.GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.DataCatalog.v1beta1.DataCatalogBaseServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse>.InitParameters()