Interface RequestConfig

Package

@google-cloud/spanner!

Properties

client

client: string;
Property Value
TypeDescription
string

gaxOpts

gaxOpts?: CallOptions;
Property Value
TypeDescription
CallOptions

headers

headers: {
        [k: string]: string;
    };
Property Value
TypeDescription
{ [k: string]: string; }

method

method: string;
Property Value
TypeDescription
string

reqOpts

reqOpts: any;
Property Value
TypeDescription
any