Chronicle v1 API - Class ListLogTypeSchemasResponse (1.1.0)

public sealed class ListLogTypeSchemasResponse : IMessage<ListLogTypeSchemasResponse>, IEquatable<ListLogTypeSchemasResponse>, IDeepCloneable<ListLogTypeSchemasResponse>, IBufferMessage, IMessage, IPageResponse<LogTypeSchema>, IEnumerable<LogTypeSchema>, IEnumerable

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

ListLogTypeSchemas response message.

Inheritance

object > ListLogTypeSchemasResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListLogTypeSchemasResponse()

public ListLogTypeSchemasResponse()

ListLogTypeSchemasResponse(ListLogTypeSchemasResponse)

public ListLogTypeSchemasResponse(ListLogTypeSchemasResponse other)
Parameter
Name Description
other ListLogTypeSchemasResponse

Properties

LogTypeSchemas

public RepeatedField<LogTypeSchema> LogTypeSchemas { get; }

LogTypeSchemas.

Property Value
Type Description
RepeatedFieldLogTypeSchema

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<LogTypeSchema> GetEnumerator()

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

Returns
Type Description
IEnumeratorLogTypeSchema