public sealed class ListFeedSourceTypeSchemasResponse : IMessage<ListFeedSourceTypeSchemasResponse>, IEquatable<ListFeedSourceTypeSchemasResponse>, IDeepCloneable<ListFeedSourceTypeSchemasResponse>, IBufferMessage, IMessage, IPageResponse<FeedSourceTypeSchema>, IEnumerable<FeedSourceTypeSchema>, IEnumerableReference documentation and code samples for the Chronicle v1 API class ListFeedSourceTypeSchemasResponse.
ListFeedSourceTypeSchemas response message.
Implements
IMessageListFeedSourceTypeSchemasResponse, IEquatableListFeedSourceTypeSchemasResponse, IDeepCloneableListFeedSourceTypeSchemasResponse, IBufferMessage, IMessage, IPageResponseFeedSourceTypeSchema, IEnumerableFeedSourceTypeSchema, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListFeedSourceTypeSchemasResponse()
public ListFeedSourceTypeSchemasResponse()ListFeedSourceTypeSchemasResponse(ListFeedSourceTypeSchemasResponse)
public ListFeedSourceTypeSchemasResponse(ListFeedSourceTypeSchemasResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeedSourceTypeSchemasResponse |
Properties
FeedSourceTypeSchemas
public RepeatedField<FeedSourceTypeSchema> FeedSourceTypeSchemas { get; }Schemas describing each FeedSourceType.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeedSourceTypeSchema |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<FeedSourceTypeSchema> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFeedSourceTypeSchema |
|