Discovery Engine v1beta API - Class ListSchemasRequest (1.0.0-beta10)

public sealed class ListSchemasRequest : IMessage<ListSchemasRequest>, IEquatable<ListSchemasRequest>, IDeepCloneable<ListSchemasRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Discovery Engine v1beta API class ListSchemasRequest.

Request message for [SchemaService.ListSchemas][google.cloud.discoveryengine.v1beta.SchemaService.ListSchemas] method.

Inheritance

object > ListSchemasRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListSchemasRequest()

public ListSchemasRequest()

ListSchemasRequest(ListSchemasRequest)

public ListSchemasRequest(ListSchemasRequest other)
Parameter
NameDescription
otherListSchemasRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of [Schema][google.cloud.discoveryengine.v1beta.Schema]s to return. The service may return fewer than this value.

If unspecified, at most 100 [Schema][google.cloud.discoveryengine.v1beta.Schema]s will be returned.

The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous [SchemaService.ListSchemas][google.cloud.discoveryengine.v1beta.SchemaService.ListSchemas] call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to [SchemaService.ListSchemas][google.cloud.discoveryengine.v1beta.SchemaService.ListSchemas] must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

Property Value
TypeDescription
string

ParentAsDataStoreName

public DataStoreName ParentAsDataStoreName { get; set; }

DataStoreName-typed view over the Parent resource name property.

Property Value
TypeDescription
DataStoreName