Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ListNativeDashboardsRequest.
Request message to list dashboards.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. The maximum number of dashboards to return. The service may return fewer than this value.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. The maximum number of dashboards to return. The service may return fewer than this value.
- (::Integer) — Optional. The maximum number of dashboards to return. The service may return fewer than this value.
#page_token
def page_token() -> ::String-
(::String) — Optional. A page token, received from a previous
ListDashboardscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDashboardsmust match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String-
value (::String) — Optional. A page token, received from a previous
ListDashboardscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDashboardsmust match the call that provided the page token.
-
(::String) — Optional. A page token, received from a previous
ListDashboardscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListDashboardsmust match the call that provided the page token.
#parent
def parent() -> ::String- (::String) — Required. The parent owning this dashboard collection. Format: projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String- value (::String) — Required. The parent owning this dashboard collection. Format: projects/{project}/locations/{location}/instances/{instance}
- (::String) — Required. The parent owning this dashboard collection. Format: projects/{project}/locations/{location}/instances/{instance}
#view
def view() -> ::Google::Cloud::Chronicle::V1::NativeDashboardView- (::Google::Cloud::Chronicle::V1::NativeDashboardView) — Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.
#view=
def view=(value) -> ::Google::Cloud::Chronicle::V1::NativeDashboardView- value (::Google::Cloud::Chronicle::V1::NativeDashboardView) — Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.
- (::Google::Cloud::Chronicle::V1::NativeDashboardView) — Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.