Class MockAsyncConnection (2.23.0-rc)

Functions

options() const

The options used to configure this connection, with any defaults applied.

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Returns
TypeDescription
Options

InsertObject(InsertObjectParams)

Insert a new object.

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
p InsertObjectParams
Returns
TypeDescription
future< StatusOr< storage::ObjectMetadata > >

ReadObject(ReadObjectParams)

Asynchronously create a stream to read object contents.

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
p ReadObjectParams
Returns
TypeDescription
future< StatusOr< std::unique_ptr< AsyncReaderConnection > > >

ReadObjectRange(ReadObjectParams)

Read a range from an object returning all the contents.

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
p ReadObjectParams
Returns
TypeDescription
future< StatusOr< ReadPayload > >

StartUnbufferedUpload(UploadParams)

Start (or resume) an upload configured for persistent sources.

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
p UploadParams
Returns
TypeDescription
future< StatusOr< std::unique_ptr< storage_experimental::AsyncWriterConnection > > >

StartBufferedUpload(UploadParams)

Start (or resume) an upload configured for streaming sources.

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
p UploadParams
Returns
TypeDescription
future< StatusOr< std::unique_ptr< storage_experimental::AsyncWriterConnection > > >

ComposeObject(ComposeObjectParams)

Create a new object by composing (concatenating) the contents of existing objects.

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
p ComposeObjectParams
Returns
TypeDescription
future< StatusOr< storage::ObjectMetadata > >

DeleteObject(DeleteObjectParams)

Delete an object.

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
p DeleteObjectParams
Returns
TypeDescription
future< Status >

RewriteObject(RewriteObjectParams)

Start an object rewrite.

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
p RewriteObjectParams
Returns
TypeDescription
std::shared_ptr< AsyncRewriterConnection >