Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::NativeDashboardService::Rest::ServiceStub.
REST service stub for the NativeDashboardService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#add_chart
def add_chart(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::AddChartResponseBaseline implementation for the add_chart REST call
- request_pb (::Google::Cloud::Chronicle::V1::AddChartRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::AddChartResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::AddChartResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_native_dashboard
def create_native_dashboard(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::NativeDashboardBaseline implementation for the create_native_dashboard REST call
- request_pb (::Google::Cloud::Chronicle::V1::CreateNativeDashboardRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::NativeDashboard)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::NativeDashboard) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_native_dashboard
def delete_native_dashboard(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::EmptyBaseline implementation for the delete_native_dashboard REST call
- request_pb (::Google::Cloud::Chronicle::V1::DeleteNativeDashboardRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#duplicate_chart
def duplicate_chart(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DuplicateChartResponseBaseline implementation for the duplicate_chart REST call
- request_pb (::Google::Cloud::Chronicle::V1::DuplicateChartRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DuplicateChartResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DuplicateChartResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#duplicate_native_dashboard
def duplicate_native_dashboard(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::NativeDashboardBaseline implementation for the duplicate_native_dashboard REST call
- request_pb (::Google::Cloud::Chronicle::V1::DuplicateNativeDashboardRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::NativeDashboard)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::NativeDashboard) — A result object deserialized from the server's reply
- (::ArgumentError)
#edit_chart
def edit_chart(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::EditChartResponseBaseline implementation for the edit_chart REST call
- request_pb (::Google::Cloud::Chronicle::V1::EditChartRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::EditChartResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::EditChartResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
#export_native_dashboards
def export_native_dashboards(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::ExportNativeDashboardsResponseBaseline implementation for the export_native_dashboards REST call
- request_pb (::Google::Cloud::Chronicle::V1::ExportNativeDashboardsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::ExportNativeDashboardsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ExportNativeDashboardsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_native_dashboard
def get_native_dashboard(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::NativeDashboardBaseline implementation for the get_native_dashboard REST call
- request_pb (::Google::Cloud::Chronicle::V1::GetNativeDashboardRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::NativeDashboard)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::NativeDashboard) — A result object deserialized from the server's reply
- (::ArgumentError)
#import_native_dashboards
def import_native_dashboards(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::ImportNativeDashboardsResponseBaseline implementation for the import_native_dashboards REST call
- request_pb (::Google::Cloud::Chronicle::V1::ImportNativeDashboardsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::ImportNativeDashboardsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ImportNativeDashboardsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_native_dashboards
def list_native_dashboards(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::ListNativeDashboardsResponseBaseline implementation for the list_native_dashboards REST call
- request_pb (::Google::Cloud::Chronicle::V1::ListNativeDashboardsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::ListNativeDashboardsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ListNativeDashboardsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#remove_chart
def remove_chart(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::NativeDashboardBaseline implementation for the remove_chart REST call
- request_pb (::Google::Cloud::Chronicle::V1::RemoveChartRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::NativeDashboard)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::NativeDashboard) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)
#update_native_dashboard
def update_native_dashboard(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::NativeDashboardBaseline implementation for the update_native_dashboard REST call
- request_pb (::Google::Cloud::Chronicle::V1::UpdateNativeDashboardRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::NativeDashboard)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::NativeDashboard) — A result object deserialized from the server's reply
- (::ArgumentError)