public sealed class ListLogTypeSchemasRequest : IMessage<ListLogTypeSchemasRequest>, IEquatable<ListLogTypeSchemasRequest>, IDeepCloneable<ListLogTypeSchemasRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Chronicle v1 API class ListLogTypeSchemasRequest.
ListLogTypeSchemas request message. Note that feed schemas do not contain customer data, so are not scoped to a particular customer.
Implements
IMessageListLogTypeSchemasRequest, IEquatableListLogTypeSchemasRequest, IDeepCloneableListLogTypeSchemasRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListLogTypeSchemasRequest()
public ListLogTypeSchemasRequest()ListLogTypeSchemasRequest(ListLogTypeSchemasRequest)
public ListLogTypeSchemasRequest(ListLogTypeSchemasRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLogTypeSchemasRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of LogTypeSchemas to return. The service may return fewer than this value. If unspecified, at most 5000 LogTypeSchemas will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A page token, received from a previous ListLogTypeSchemas 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 LogTypeSchemas. Format: Format: projects/{project}/locations/{location}/instances/{instance}/feedSourceTypeSchemas/{feed_source_type}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsFeedSourceTypeSchemaName
public FeedSourceTypeSchemaName ParentAsFeedSourceTypeSchemaName { get; set; }FeedSourceTypeSchemaName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
FeedSourceTypeSchemaName |
|