Chronicle v1 API - Class ListNativeDashboardsRequest (1.0.0-beta05)

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

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

Request message to list dashboards.

Inheritance

object > ListNativeDashboardsRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListNativeDashboardsRequest()

public ListNativeDashboardsRequest()

ListNativeDashboardsRequest(ListNativeDashboardsRequest)

public ListNativeDashboardsRequest(ListNativeDashboardsRequest other)
Parameter
Name Description
other ListNativeDashboardsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of dashboards to return. The service may return fewer than this value.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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

When paginating, all other parameters provided to ListDashboards must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent owning this dashboard collection. 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

View

public NativeDashboardView View { get; set; }

Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.

Property Value
Type Description
NativeDashboardView