Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::DashboardChartService::Paths.
Path helper methods for the DashboardChartService 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)
#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)