Chronicle V1 API - Module Google::Cloud::Chronicle::V1::NativeDashboardService::Paths (v0.6.0)

Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::NativeDashboardService::Paths.

Path helper methods for the NativeDashboardService API.

Methods

#dashboard_chart_path

def dashboard_chart_path(project:, location:, instance:, chart:) -> ::String

Create a fully-qualified DashboardChart resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/dashboardCharts/{chart}

Parameters
  • project (String)
  • location (String)
  • instance (String)
  • chart (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#dashboard_query_path

def dashboard_query_path(project:, location:, instance:, query:) -> ::String

Create a fully-qualified DashboardQuery resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/dashboardQueries/{query}

Parameters
  • project (String)
  • location (String)
  • instance (String)
  • query (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#instance_path

def instance_path(project:, location:, instance:) -> ::String

Create a fully-qualified Instance resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}

Parameters
  • project (String)
  • location (String)
  • instance (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#native_dashboard_path

def native_dashboard_path(project:, location:, instance:, dashboard:) -> ::String

Create a fully-qualified NativeDashboard resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}

Parameters
  • project (String)
  • location (String)
  • instance (String)
  • dashboard (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)