Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::CaseAttachmentService::Rest::ServiceStub.
REST service stub for the CaseAttachmentService 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-08-28 UTC."],[],[],null,["# Google Cloud Support V2BETA API - Class Google::Cloud::Support::V2beta::CaseAttachmentService::Rest::ServiceStub (v0.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.0 (latest)](/ruby/docs/reference/google-cloud-support-v2beta/latest/Google-Cloud-Support-V2beta-CaseAttachmentService-Rest-ServiceStub)\n- [0.1.1](/ruby/docs/reference/google-cloud-support-v2beta/0.1.1/Google-Cloud-Support-V2beta-CaseAttachmentService-Rest-ServiceStub) \nReference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::CaseAttachmentService::Rest::ServiceStub.\n\nREST service stub for the CaseAttachmentService 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### #endpoint\n\n def endpoint() -\u003e String\n\nThe effective endpoint \n**Returns**\n\n- (String)\n\n### #get_attachment\n\n def get_attachment(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Cloud::Support::V2beta::Attachment\n\nBaseline implementation for the get_attachment REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Support::V2beta::GetAttachmentRequest](./Google-Cloud-Support-V2beta-GetAttachmentRequest)) --- 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::Support::V2beta::Attachment](./Google-Cloud-Support-V2beta-Attachment))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Cloud::Support::V2beta::Attachment](./Google-Cloud-Support-V2beta-Attachment)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #list_attachments\n\n def list_attachments(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Cloud::Support::V2beta::ListAttachmentsResponse\n\nBaseline implementation for the list_attachments REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Support::V2beta::ListAttachmentsRequest](./Google-Cloud-Support-V2beta-ListAttachmentsRequest)) --- 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::Support::V2beta::ListAttachmentsResponse](./Google-Cloud-Support-V2beta-ListAttachmentsResponse))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Cloud::Support::V2beta::ListAttachmentsResponse](./Google-Cloud-Support-V2beta-ListAttachmentsResponse)) --- 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)"]]