赵家璧与《中国新文学大系》

百度 1955年8月24日,中央统战部《关于目前印度尼西亚、缅甸、印度华侨工作的若干意见》强调,为了更进一步巩固与扩大华侨统一战线,必须高举爱国主义的旗帜,继续对华侨进行爱国主义教育,使华侨关心和拥护祖国社会主义建设。
public sealed class ListMetadataSchemasResponse : IMessage<ListMetadataSchemasResponse>, IEquatable<ListMetadataSchemasResponse>, IDeepCloneable<ListMetadataSchemasResponse>, IBufferMessage, IMessage, IPageResponse<MetadataSchema>, IEnumerable<MetadataSchema>, IEnumerable

Response message for [MetadataService.ListMetadataSchemas][google.cloud.aiplatform.v1.MetadataService.ListMetadataSchemas].

Inheritance

Object > ListMetadataSchemasResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListMetadataSchemasResponse()

public ListMetadataSchemasResponse()

ListMetadataSchemasResponse(ListMetadataSchemasResponse)

public ListMetadataSchemasResponse(ListMetadataSchemasResponse other)
Parameter
Name Description
other ListMetadataSchemasResponse

Properties

MetadataSchemas

public RepeatedField<MetadataSchema> MetadataSchemas { get; }

The MetadataSchemas found for the MetadataStore.

Property Value
Type Description
RepeatedField<MetadataSchema>

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1.ListMetadataSchemasRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.

Property Value
Type Description
String

Methods

GetEnumerator()

public IEnumerator<MetadataSchema> GetEnumerator()

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

Returns
Type Description
IEnumerator<MetadataSchema>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
IEnumerator