Discovery Engine v1beta API - Class ListSchemasResponse (1.0.0-beta12)

public sealed class ListSchemasResponse : IMessage<ListSchemasResponse>, IEquatable<ListSchemasResponse>, IDeepCloneable<ListSchemasResponse>, IBufferMessage, IMessage, IPageResponse<Schema>, IEnumerable<Schema>, IEnumerable

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

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

Inheritance

object > ListSchemasResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListSchemasResponse()

public ListSchemasResponse()

ListSchemasResponse(ListSchemasResponse)

public ListSchemasResponse(ListSchemasResponse other)
Parameter
NameDescription
otherListSchemasResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as [ListSchemasRequest.page_token][google.cloud.discoveryengine.v1beta.ListSchemasRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Schemas

public RepeatedField<Schema> Schemas { get; }

The [Schema][google.cloud.discoveryengine.v1beta.Schema]s.

Property Value
TypeDescription
RepeatedFieldSchema

Methods

GetEnumerator()

public IEnumerator<Schema> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorSchema