Chronicle v1 API - Class ListFeedSourceTypeSchemasRequest (1.1.0)

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

Reference documentation and code samples for the Chronicle v1 API class ListFeedSourceTypeSchemasRequest.

ListFeedSourceTypeSchemas request message. Note that Feed schemas do not contain customer data, so are not scoped to a particular customer.

Inheritance

object > ListFeedSourceTypeSchemasRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListFeedSourceTypeSchemasRequest()

public ListFeedSourceTypeSchemasRequest()

ListFeedSourceTypeSchemasRequest(ListFeedSourceTypeSchemasRequest)

public ListFeedSourceTypeSchemasRequest(ListFeedSourceTypeSchemasRequest other)
Parameter
Name Description
other ListFeedSourceTypeSchemasRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of FeedSourceTypeSchemas to return. The service may return fewer than this value. If unspecified all FeedSourceTypeSchemas will be returned, meaning one FeedSourceTypeSchema for each FeedDetails.FeedSourceType. The maximum value is 100; values above 100 will be coerced to 100.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListFeedSourceTypeSchemas call. Provide this to retrieve the subsequent page.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of FeedSourceTypeSchemas. Format: projects/{project}/locations/{location}/instances/{instance}

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
InstanceName