Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::BatchGetDashboardChartsRequest.
Request message to get dashboard charts in batch.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#names
def names() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. The names of the dashboard charts to get.
#names=
def names=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. The names of the dashboard charts to get.
Returns
- (::Array<::String>) — Required. The names of the dashboard charts to get.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource shared by all dashboard charts being
retrieved. Format:
projects/{project}/locations/{location}/instances/{instance} If this is
set, the parent of all of the dashboard charts specified in
namesmust match this field.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource shared by all dashboard charts being
retrieved. Format:
projects/{project}/locations/{location}/instances/{instance} If this is
set, the parent of all of the dashboard charts specified in
namesmust match this field.
Returns
-
(::String) — Required. The parent resource shared by all dashboard charts being
retrieved. Format:
projects/{project}/locations/{location}/instances/{instance} If this is
set, the parent of all of the dashboard charts specified in
namesmust match this field.