/
var
/
www
/
qr4y.com
/
server
/
delivery
/
node_modules
/
google-gax
/
build
/
src
/
/var/www/qr4y.com/server/delivery/node_modules/google-gax/build/src
mkdir
upload
Name
Size
Mode
Actions
bundlingCalls/
-
0755
rm
longRunningCalls/
-
0755
rm
normalCalls/
-
0755
rm
paginationCalls/
-
0755
rm
streamingCalls/
-
0755
rm
apiCaller.d.ts
1746
0644
edit
dl
rm
apiCaller.js
1037
0644
edit
dl
rm
apiCaller.js.map
322
0644
edit
dl
rm
apitypes.d.ts
2872
0644
edit
dl
rm
apitypes.js
709
0644
edit
dl
rm
apitypes.js.map
134
0644
edit
dl
rm
call.d.ts
1957
0644
edit
dl
rm
call.js
3885
0644
edit
dl
rm
call.js.map
2110
0644
edit
dl
rm
clientInterface.d.ts
1722
0644
edit
dl
rm
clientInterface.js
908
0644
edit
dl
rm
clientInterface.js.map
333
0644
edit
dl
rm
createApiCall.d.ts
1762
0644
edit
dl
rm
createApiCall.js
4352
0644
edit
dl
rm
createApiCall.js.map
1811
0644
edit
dl
rm
descriptor.d.ts
1073
0644
edit
dl
rm
descriptor.js
1572
0644
edit
dl
rm
descriptor.js.map
285
0644
edit
dl
rm
fallback.d.ts
6544
0644
edit
dl
rm
fallback.js
13673
0644
edit
dl
rm
fallback.js.map
6254
0644
edit
dl
rm
fallbackProto.d.ts
946
0644
edit
dl
rm
fallbackProto.js
2266
0644
edit
dl
rm
fallbackProto.js.map
1429
0644
edit
dl
rm
fallbackRest.d.ts
946
0644
edit
dl
rm
fallbackRest.js
3355
0644
edit
dl
rm
fallbackRest.js.map
2153
0644
edit
dl
rm
fallbackServiceStub.d.ts
1575
0644
edit
dl
rm
fallbackServiceStub.js
5257
0644
edit
dl
rm
fallbackServiceStub.js.map
3037
0644
edit
dl
rm
featureDetection.d.ts
856
0644
edit
dl
rm
featureDetection.js
2106
0644
edit
dl
rm
featureDetection.js.map
914
0644
edit
dl
rm
gax.d.ts
14958
0644
edit
dl
rm
gax.js
22090
0644
edit
dl
rm
gax.js.map
8298
0644
edit
dl
rm
googleError.d.ts
2211
0644
edit
dl
rm
googleError.js
7216
0644
edit
dl
rm
googleError.js.map
4504
0644
edit
dl
rm
grpc.d.ts
8930
0644
edit
dl
rm
grpc.js
20671
0644
edit
dl
rm
grpc.js.map
11442
0644
edit
dl
rm
iamService.d.ts
5961
0644
edit
dl
rm
iamService.js
9252
0644
edit
dl
rm
iamService.js.map
6100
0644
edit
dl
rm
iam_policy_service_client_config.json
1063
0644
edit
dl
rm
index.d.ts
3101
0644
edit
dl
rm
index.js
6687
0644
edit
dl
rm
index.js.map
1680
0644
edit
dl
rm
locationService.d.ts
7382
0644
edit
dl
rm
locationService.js
17280
0644
edit
dl
rm
locationService.js.map
7154
0644
edit
dl
rm
locations_client_config.json
933
0644
edit
dl
rm
operationsClient.d.ts
16266
0644
edit
dl
rm
operationsClient.js
19699
0644
edit
dl
rm
operationsClient.js.map
5566
0644
edit
dl
rm
operations_client_config.json
1249
0644
edit
dl
rm
pathTemplate.d.ts
1966
0644
edit
dl
rm
pathTemplate.js
9933
0644
edit
dl
rm
pathTemplate.js.map
6595
0644
edit
dl
rm
protosList.json
4921
0644
edit
dl
rm
routingHeader.d.ts
1124
0644
edit
dl
rm
routingHeader.js
1317
0644
edit
dl
rm
routingHeader.js.map
283
0644
edit
dl
rm
status.d.ts
1153
0644
edit
dl
rm
status.js
3229
0644
edit
dl
rm
status.js.map
1570
0644
edit
dl
rm
streamArrayParser.d.ts
2145
0644
edit
dl
rm
streamArrayParser.js
6212
0644
edit
dl
rm
streamArrayParser.js.map
3262
0644
edit
dl
rm
transcoding.d.ts
2592
0644
edit
dl
rm
transcoding.js
12095
0644
edit
dl
rm
transcoding.js.map
9467
0644
edit
dl
rm
util.d.ts
987
0644
edit
dl
rm
util.js
1984
0644
edit
dl
rm
util.js.map
1064
0644
edit
dl
rm
warnings.d.ts
682
0644
edit
dl
rm
warnings.js
1376
0644
edit
dl
rm
warnings.js.map
629
0644
edit
dl
rm
Edit:
/var/www/qr4y.com/server/delivery/node_modules/google-gax/build/src/grpc.d.ts
(8930B)
/** * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /// <reference types="node" /> import * as grpcProtoLoader from '@grpc/proto-loader'; import { GoogleAuth, GoogleAuthOptions } from 'google-auth-library'; import * as grpc from '@grpc/grpc-js'; import { OutgoingHttpHeaders } from 'http'; import * as protobuf from 'protobufjs'; import * as gax from './gax'; import { ClientOptions } from '@grpc/grpc-js/build/src/client'; export interface GrpcClientOptions extends GoogleAuthOptions { auth?: GoogleAuth; grpc?: GrpcModule; } export interface MetadataValue { equals: Function; } export interface Metadata { new (): Metadata; set: (key: {}, value?: {} | null) => void; clone: () => Metadata; value: MetadataValue; get: (key: {}) => {}; } export declare type GrpcModule = typeof grpc; export interface ClientStubOptions { protocol?: string; servicePath?: string; port?: number; sslCreds?: grpc.ChannelCredentials; [index: string]: string | number | undefined | {}; cert?: string; key?: string; } export declare class ClientStub extends grpc.Client { [name: string]: Function; } export declare class GrpcClient { auth: GoogleAuth; grpc: GrpcModule; grpcVersion: string; fallback: boolean | 'rest' | 'proto'; private static protoCache; /** * Key for proto cache map. We are doing our best to make sure we respect * the options, so if the same proto file is loaded with different set of * options, the cache won't be used. Since some of the options are * Functions (e.g. `enums: String` - see below in `loadProto()`), * they will be omitted from the cache key. If the cache breaks anything * for you, use the `ignoreCache` parameter of `loadProto()` to disable it. */ private static protoCacheKey; /** * In rare cases users might need to deallocate all memory consumed by loaded protos. * This method will delete the proto cache content. */ static clearProtoCache(): void; /** * A class which keeps the context of gRPC and auth for the gRPC. * * @param {Object=} options - The optional parameters. It will be directly * passed to google-auth-library library, so parameters like keyFile or * credentials will be valid. * @param {Object=} options.auth - An instance of google-auth-library. * When specified, this auth instance will be used instead of creating * a new one. * @param {Object=} options.grpc - When specified, this will be used * for the 'grpc' module in this context. By default, it will load the grpc * module in the standard way. * @constructor */ constructor(options?: GrpcClientOptions); /** * Creates a gRPC credentials. It asks the auth data if necessary. * @private * @param {Object} opts - options values for configuring credentials. * @param {Object=} opts.sslCreds - when specified, this is used instead * of default channel credentials. * @return {Promise} The promise which will be resolved to the gRPC credential. */ _getCredentials(opts: ClientStubOptions): Promise<grpc.ChannelCredentials>; private static defaultOptions; /** * Loads the gRPC service from the proto file(s) at the given path and with the * given options. Caches the loaded protos so the subsequent loads don't do * any disk reads. * @param filename The path to the proto file(s). * @param options Options for loading the proto file. * @param ignoreCache Defaults to `false`. Set it to `true` if the caching logic * incorrectly decides that the options object is the same, or if you want to * re-read the protos from disk for any other reason. */ loadFromProto(filename: string | string[], options: grpcProtoLoader.Options, ignoreCache?: boolean): grpc.GrpcObject; /** * Load gRPC proto service from a filename looking in googleapis common protos * when necessary. Caches the loaded protos so the subsequent loads don't do * any disk reads. * @param {String} protoPath - The directory to search for the protofile. * @param {String|String[]} filename - The filename(s) of the proto(s) to be loaded. * If omitted, protoPath will be treated as a file path to load. * @param ignoreCache Defaults to `false`. Set it to `true` if the caching logic * incorrectly decides that the options object is the same, or if you want to * re-read the protos from disk for any other reason. * @return {Object<string, *>} The gRPC loaded result (the toplevel namespace * object). */ loadProto(protoPath: string, filename?: string | string[], ignoreCache?: boolean): grpc.GrpcObject; static _resolveFile(protoPath: string, filename: string): string; loadProtoJSON(json: protobuf.INamespace, ignoreCache?: boolean): grpc.GrpcObject; metadataBuilder(headers: OutgoingHttpHeaders): (abTests?: {} | undefined, moreHeaders?: OutgoingHttpHeaders | undefined) => grpc.Metadata; /** * A wrapper of {@link constructSettings} function under the gRPC context. * * Most of parameters are common among constructSettings, please take a look. * @param {string} serviceName - The fullly-qualified name of the service. * @param {Object} clientConfig - A dictionary of the client config. * @param {Object} configOverrides - A dictionary of overriding configs. * @param {Object} headers - A dictionary of additional HTTP header name to * its value. * @return {Object} A mapping of method names to CallSettings. */ constructSettings(serviceName: string, clientConfig: gax.ClientConfig, configOverrides: gax.ClientConfig, headers: OutgoingHttpHeaders): any; /** * Creates a gRPC stub with current gRPC and auth. * @param {function} CreateStub - The constructor function of the stub. * @param {Object} options - The optional arguments to customize * gRPC connection. This options will be passed to the constructor of * gRPC client too. * @param {string} options.servicePath - The name of the server of the service. * @param {number} options.port - The port of the service. * @param {grpcTypes.ClientCredentials=} options.sslCreds - The credentials to be used * to set up gRPC connection. * @param {string} defaultServicePath - The default service path. * @return {Promise} A promise which resolves to a gRPC stub instance. */ createStub(CreateStub: typeof ClientStub, options: ClientStubOptions, customServicePath?: boolean): Promise<ClientStub>; /** * Detect mTLS client certificate based on logic described in * https://google.aip.dev/auth/4114. * * @param {object} [options] - The configuration object. * @returns {Promise} Resolves array of strings representing cert and key. */ _detectClientCertificate(opts?: ClientOptions): Promise<any[]>; /** * Return service path, taking into account mTLS logic. * See: https://google.aip.dev/auth/4114 * * @param {string|undefined} servicePath - The path of the service. * @param {string|undefined} customServicePath - Did the user provide a custom service URL. * @param {boolean} hasCertificate - Was a certificate found. * @returns {string} The DNS address for this service. */ _mtlsServicePath(servicePath: string | undefined, customServicePath: boolean | undefined, hasCertificate: boolean): string | undefined; /** * Creates a 'bytelength' function for a given proto message class. * * See {@link BundleDescriptor} about the meaning of the return value. * * @param {function} message - a constructor function that is generated by * protobuf.js. Assumes 'encoder' field in the message. * @return {function(Object):number} - a function to compute the byte length * for an object. */ static createByteLengthFunction(message: { encode: (obj: {}) => { finish: () => Array<{}>; }; }): (obj: {}) => number; } export declare class GoogleProtoFilesRoot extends protobuf.Root { constructor(...args: Array<{}>); resolvePath(originPath: string, includePath: string): string; static _findIncludePath(originPath: string, includePath: string): string; }
Save
cmd:
run