Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlossariesResource.ListRequest

Lists Glossary resources in a project and location.

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

Filter

Optional. Filter expression that filters Glossaries listed in the response. Filters on proto fields of Glossary are supported. Examples of using a filter are: - display_name="my-glossary" - categoryCount=1 - termCount=0

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Optional. Order by expression that orders Glossaries listed in the response. Order by fields are: name or create_time for the result. If not specified, the ordering is undefined.

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

PageSize

Optional. The maximum number of Glossaries to return. The service may return fewer than this value. If unspecified, at most 50 Glossaries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

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

PageToken

Optional. A page token, received from a previous ListGlossaries call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListGlossaries must match the call that provided the page token.

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

Parent

Required. The parent, which has this collection of Glossaries. Format: projects/{project_id_or_number}/locations/{location_id} where location_id refers to a GCP region.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListGlossariesResponse>.InitParameters()

Implements

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