Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::NativeDashboardService::Paths.
Path helper methods for the NativeDashboardService API.
Included In
Methods
#dashboard_chart_path
def dashboard_chart_path(project:, location:, instance:, chart:) -> ::StringCreate a fully-qualified DashboardChart resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/dashboardCharts/{chart}
- project (String)
- location (String)
- instance (String)
- chart (String)
- (::String)
- (::ArgumentError)
#dashboard_query_path
def dashboard_query_path(project:, location:, instance:, query:) -> ::StringCreate a fully-qualified DashboardQuery resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/dashboardQueries/{query}
- project (String)
- location (String)
- instance (String)
- query (String)
- (::String)
- (::ArgumentError)
#instance_path
def instance_path(project:, location:, instance:) -> ::StringCreate a fully-qualified Instance resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}
- project (String)
- location (String)
- instance (String)
- (::String)
- (::ArgumentError)
#native_dashboard_path
def native_dashboard_path(project:, location:, instance:, dashboard:) -> ::StringCreate a fully-qualified NativeDashboard resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
- project (String)
- location (String)
- instance (String)
- dashboard (String)
- (::String)
- (::ArgumentError)