Chronicle V1 API - Class Google::Cloud::Chronicle::V1::EntityService::Rest::ServiceStub (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::EntityService::Rest::ServiceStub.
REST service stub for the EntityService service.
Service stub contains baseline method implementations
including transcoding, making the REST call, and deserialing the response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Chronicle V1 API - Class Google::Cloud::Chronicle::V1::EntityService::Rest::ServiceStub (v0.1.0)\n\nReference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::EntityService::Rest::ServiceStub.\n\nREST service stub for the EntityService service.\nService stub contains baseline method implementations\nincluding transcoding, making the REST call, and deserialing the response. \n\nInherits\n--------\n\n- Object\n\nMethods\n-------\n\n### #create_watchlist\n\n def create_watchlist(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Cloud::Chronicle::V1::Watchlist\n\nBaseline implementation for the create_watchlist REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Chronicle::V1::CreateWatchlistRequest](./Google-Cloud-Chronicle-V1-CreateWatchlistRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Cloud::Chronicle::V1::Watchlist](./Google-Cloud-Chronicle-V1-Watchlist))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::Watchlist](./Google-Cloud-Chronicle-V1-Watchlist)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #delete_watchlist\n\n def delete_watchlist(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Protobuf::Empty\n\nBaseline implementation for the delete_watchlist REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Chronicle::V1::DeleteWatchlistRequest](./Google-Cloud-Chronicle-V1-DeleteWatchlistRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Protobuf::Empty](./Google-Protobuf-Empty))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Protobuf::Empty](./Google-Protobuf-Empty)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #endpoint\n\n def endpoint() -\u003e String\n\nThe effective endpoint \n**Returns**\n\n- (String)\n\n### #get_watchlist\n\n def get_watchlist(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Cloud::Chronicle::V1::Watchlist\n\nBaseline implementation for the get_watchlist REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Chronicle::V1::GetWatchlistRequest](./Google-Cloud-Chronicle-V1-GetWatchlistRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Cloud::Chronicle::V1::Watchlist](./Google-Cloud-Chronicle-V1-Watchlist))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::Watchlist](./Google-Cloud-Chronicle-V1-Watchlist)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #list_watchlists\n\n def list_watchlists(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Cloud::Chronicle::V1::ListWatchlistsResponse\n\nBaseline implementation for the list_watchlists REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Chronicle::V1::ListWatchlistsRequest](./Google-Cloud-Chronicle-V1-ListWatchlistsRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Cloud::Chronicle::V1::ListWatchlistsResponse](./Google-Cloud-Chronicle-V1-ListWatchlistsResponse))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::ListWatchlistsResponse](./Google-Cloud-Chronicle-V1-ListWatchlistsResponse)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #logger\n\n def logger(stub: false) -\u003e Logger\n\nThe logger used for request/response debug logging. \n**Returns**\n\n- (Logger)\n\n### #universe_domain\n\n def universe_domain() -\u003e String\n\nThe effective universe domain \n**Returns**\n\n- (String)\n\n### #update_watchlist\n\n def update_watchlist(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Cloud::Chronicle::V1::Watchlist\n\nBaseline implementation for the update_watchlist REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Chronicle::V1::UpdateWatchlistRequest](./Google-Cloud-Chronicle-V1-UpdateWatchlistRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Cloud::Chronicle::V1::Watchlist](./Google-Cloud-Chronicle-V1-Watchlist))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::Watchlist](./Google-Cloud-Chronicle-V1-Watchlist)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)"]]