Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ExportNativeDashboardsRequest.
Request message to export list of dashboard.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#names
def names() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. The resource names of the dashboards to export.
#names=
def names=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. The resource names of the dashboards to export.
Returns
- (::Array<::String>) — Required. The resource names of the dashboards to export.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource that the dashboards to be exported belong to. Format: projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource that the dashboards to be exported belong to. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
- (::String) — Required. The parent resource that the dashboards to be exported belong to. Format: projects/{project}/locations/{location}/instances/{instance}