Class ProjectsResource.LocationsResource.NotebooksResource.ListRecentlyViewedRequest
Lists the notebooks ordered by last view time.
Inheritance
ProjectsResource.LocationsResource.NotebooksResource.ListRecentlyViewedRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.NotebooksResource.ListRecentlyViewedRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse>, IClientServiceRequest<GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse>, IClientServiceRequest
Constructors
ListRecentlyViewedRequest(IClientService, string)
Constructs a new ListRecentlyViewed request.
Declaration
public ListRecentlyViewedRequest(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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
PageSize
Optional. Maximum number of Notebooks to return. If unspecified, defaults to "500". The maximum allowed value is "500". If this field is negative, will use the default value.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Optional. The page token, provide this to retrieve the subsequent page.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. The parent branch resource name, such as projects/{project}/locations/{location}.
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
Methods
InitParameters()
Initializes ListRecentlyViewed parameter list.
Declaration
protected override void InitParameters()