diff --git a/handwritten/bigquery-storage/.OwlBot.yaml b/handwritten/bigquery-storage/.OwlBot.yaml deleted file mode 100644 index 7dc2a309c91f..000000000000 --- a/handwritten/bigquery-storage/.OwlBot.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2025 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. - -deep-copy-regex: - - source: /google/cloud/bigquery/storage/google-cloud-bigquery-storage-nodejs - dest: /owl-bot-staging/google-cloud-bigquery-storage - -api-name: storage \ No newline at end of file diff --git a/handwritten/bigquery-storage/.prettierignore b/handwritten/bigquery-storage/.prettierignore deleted file mode 100644 index 9340ad9b86d3..000000000000 --- a/handwritten/bigquery-storage/.prettierignore +++ /dev/null @@ -1,6 +0,0 @@ -**/node_modules -**/coverage -test/fixtures -build/ -docs/ -protos/ diff --git a/handwritten/bigquery-storage/.prettierrc.js b/handwritten/bigquery-storage/.prettierrc.js deleted file mode 100644 index d2eddc2ed894..000000000000 --- a/handwritten/bigquery-storage/.prettierrc.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2026 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 -// -// https://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. - -module.exports = { - ...require('gts/.prettierrc.json') -} diff --git a/handwritten/bigquery-storage/owlbot.py b/handwritten/bigquery-storage/owlbot.py deleted file mode 100644 index 3738dd2f5ad2..000000000000 --- a/handwritten/bigquery-storage/owlbot.py +++ /dev/null @@ -1,19 +0,0 @@ -# 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. -"""This script is used to synthesize generated parts of this library.""" -import synthtool.languages.node_mono_repo as node - -node.owlbot_main(relative_dir="handwritten/bigquery-storage", - templates_excludes=['src/index.ts', 'README.md'] - ) diff --git a/handwritten/bigquery-storage/package.json b/handwritten/bigquery-storage/package.json index 74c80b676bc0..6d305c2fa072 100644 --- a/handwritten/bigquery-storage/package.json +++ b/handwritten/bigquery-storage/package.json @@ -10,19 +10,17 @@ "license": "Apache-2.0", "author": "Google LLC", "files": [ - "build/src", - "build/protos" + "build/src" ], "main": "build/src/index.js", "scripts": { "clean": "gts clean", - "compile": "tsc -p . && cp -r protos build/", - "compile-protos": "compileProtos src", + "compile": "tsc -p .", "docs": "jsdoc -c .jsdoc.js", "fix": "gts fix", "prelint": "cd samples; npm link ../; npm install", "lint": "gts check", - "prepare": "npm run compile-protos && npm run compile", + "prepare": "npm run compile", "system-test": "c8 mocha build/system-test", "test": "c8 mocha build/test", "samples-test": "cd samples/ && npm link ../ && npm test && cd ../", @@ -37,7 +35,8 @@ "google-auth-library": "^10.0.0", "google-gax": "^5.0.0", "long": "^5.2.0", - "protobufjs": "^7.5.5" + "protobufjs": "^7.5.5", + "@google-cloud/bigquery-storage-api": "^0.2.0" }, "peerDependencies": { "protobufjs": "~7.5.5" diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/annotations.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/annotations.proto deleted file mode 100644 index 5ea5016dfd49..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/annotations.proto +++ /dev/null @@ -1,28 +0,0 @@ -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1; - -import "google/protobuf/descriptor.proto"; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb"; -option java_package = "com.google.cloud.bigquery.storage.v1"; -option java_multiple_files = true; -option java_outer_classname = "AnnotationsProto"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1"; - -extend google.protobuf.FieldOptions { - // Setting the column_name extension allows users to reference - // bigquery column independently of the field name in the protocol buffer - // message. - // - // The intended use of this annotation is to reference a destination column - // named using characters unavailable for protobuf field names (e.g. unicode - // characters). - // - // More details about BigQuery naming limitations can be found here: - // https://cloud.google.com/bigquery/docs/schemas#column_names - // - // This extension is currently experimental. - optional string column_name = 454943157; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/arrow.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/arrow.proto deleted file mode 100644 index 0132aab1935b..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/arrow.proto +++ /dev/null @@ -1,89 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "ArrowProto"; -option java_package = "com.google.cloud.bigquery.storage.v1"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1"; - -// Arrow schema as specified in -// https://arrow.apache.org/docs/python/api/datatypes.html -// and serialized to bytes using IPC: -// https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc -// -// See code samples on how this message can be deserialized. -message ArrowSchema { - // IPC serialized Arrow schema. - bytes serialized_schema = 1; -} - -// Arrow RecordBatch. -message ArrowRecordBatch { - // IPC-serialized Arrow RecordBatch. - bytes serialized_record_batch = 1; - - // [Deprecated] The count of rows in `serialized_record_batch`. - // Please use the format-independent ReadRowsResponse.row_count instead. - int64 row_count = 2 [deprecated = true]; -} - -// Contains options specific to Arrow Serialization. -message ArrowSerializationOptions { - // Compression codec's supported by Arrow. - enum CompressionCodec { - // If unspecified no compression will be used. - COMPRESSION_UNSPECIFIED = 0; - - // LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md) - LZ4_FRAME = 1; - - // Zstandard compression. - ZSTD = 2; - } - - // The precision of the timestamp value in the Avro message. This precision - // will **only** be applied to the column(s) with the `TIMESTAMP_PICOS` type. - enum PicosTimestampPrecision { - // Unspecified timestamp precision. The default precision is microseconds. - PICOS_TIMESTAMP_PRECISION_UNSPECIFIED = 0; - - // Timestamp values returned by Read API will be truncated to microsecond - // level precision. The value will be encoded as Arrow TIMESTAMP type in a - // 64 bit integer. - TIMESTAMP_PRECISION_MICROS = 1; - - // Timestamp values returned by Read API will be truncated to nanosecond - // level precision. The value will be encoded as Arrow TIMESTAMP type in a - // 64 bit integer. - TIMESTAMP_PRECISION_NANOS = 2; - - // Read API will return full precision picosecond value. The value will be - // encoded as a string which conforms to ISO 8601 format. - TIMESTAMP_PRECISION_PICOS = 3; - } - - // The compression codec to use for Arrow buffers in serialized record - // batches. - CompressionCodec buffer_compression = 2; - - // Optional. Set timestamp precision option. If not set, the default precision - // is microseconds. - PicosTimestampPrecision picos_timestamp_precision = 3; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/avro.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/avro.proto deleted file mode 100644 index 6082fa58d86e..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/avro.proto +++ /dev/null @@ -1,81 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "AvroProto"; -option java_package = "com.google.cloud.bigquery.storage.v1"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1"; - -// Avro schema. -message AvroSchema { - // Json serialized schema, as described at - // https://avro.apache.org/docs/1.8.1/spec.html. - string schema = 1; -} - -// Avro rows. -message AvroRows { - // Binary serialized rows in a block. - bytes serialized_binary_rows = 1; - - // [Deprecated] The count of rows in the returning block. - // Please use the format-independent ReadRowsResponse.row_count instead. - int64 row_count = 2 [deprecated = true]; -} - -// Contains options specific to Avro Serialization. -message AvroSerializationOptions { - // The precision of the timestamp value in the Avro message. This precision - // will **only** be applied to the column(s) with the `TIMESTAMP_PICOS` type. - enum PicosTimestampPrecision { - // Unspecified timestamp precision. The default precision is microseconds. - PICOS_TIMESTAMP_PRECISION_UNSPECIFIED = 0; - - // Timestamp values returned by Read API will be truncated to microsecond - // level precision. The value will be encoded as Avro TIMESTAMP type in a - // 64 bit integer. - TIMESTAMP_PRECISION_MICROS = 1; - - // Timestamp values returned by Read API will be truncated to nanosecond - // level precision. The value will be encoded as Avro TIMESTAMP type in a - // 64 bit integer. - TIMESTAMP_PRECISION_NANOS = 2; - - // Read API will return full precision picosecond value. The value will be - // encoded as a string which conforms to ISO 8601 format. - TIMESTAMP_PRECISION_PICOS = 3; - } - - // Enable displayName attribute in Avro schema. - // - // The Avro specification requires field names to be alphanumeric. By - // default, in cases when column names do not conform to these requirements - // (e.g. non-ascii unicode codepoints) and Avro is requested as an output - // format, the CreateReadSession call will fail. - // - // Setting this field to true, populates avro field names with a placeholder - // value and populates a "displayName" attribute for every avro field with the - // original column name. - bool enable_display_name_attribute = 1; - - // Optional. Set timestamp precision option. If not set, the default precision - // is microseconds. - PicosTimestampPrecision picos_timestamp_precision = 2; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/protobuf.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/protobuf.proto deleted file mode 100644 index 2713e057839f..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/protobuf.proto +++ /dev/null @@ -1,48 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1; - -import "google/protobuf/descriptor.proto"; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "ProtoBufProto"; -option java_package = "com.google.cloud.bigquery.storage.v1"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1"; - -// ProtoSchema describes the schema of the serialized protocol buffer data rows. -message ProtoSchema { - // Descriptor for input message. The provided descriptor must be self - // contained, such that data rows sent can be fully decoded using only the - // single descriptor. For data rows that are compositions of multiple - // independent messages, this means the descriptor may need to be transformed - // to only use nested types: - // https://developers.google.com/protocol-buffers/docs/proto#nested - // - // For additional information for how proto types and values map onto BigQuery - // see: https://cloud.google.com/bigquery/docs/write-api#data_type_conversions - google.protobuf.DescriptorProto proto_descriptor = 1; -} - -message ProtoRows { - // A sequence of rows serialized as a Protocol Buffer. - // - // See https://developers.google.com/protocol-buffers/docs/overview for more - // information on deserializing this field. - repeated bytes serialized_rows = 1; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/storage.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/storage.proto deleted file mode 100644 index dc0ae7f9f4d8..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/storage.proto +++ /dev/null @@ -1,786 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1; - -import "google/api/annotations.proto"; -import "google/api/client.proto"; -import "google/api/field_behavior.proto"; -import "google/api/resource.proto"; -import "google/cloud/bigquery/storage/v1/arrow.proto"; -import "google/cloud/bigquery/storage/v1/avro.proto"; -import "google/cloud/bigquery/storage/v1/protobuf.proto"; -import "google/cloud/bigquery/storage/v1/stream.proto"; -import "google/cloud/bigquery/storage/v1/table.proto"; -import "google/protobuf/timestamp.proto"; -import "google/protobuf/wrappers.proto"; -import "google/rpc/status.proto"; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "StorageProto"; -option java_package = "com.google.cloud.bigquery.storage.v1"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1"; -option (google.api.resource_definition) = { - type: "bigquery.googleapis.com/Table" - pattern: "projects/{project}/datasets/{dataset}/tables/{table}" -}; - -// BigQuery Read API. -// -// The Read API can be used to read data from BigQuery. -service BigQueryRead { - option (google.api.default_host) = "bigquerystorage.googleapis.com"; - option (google.api.oauth_scopes) = - "https://www.googleapis.com/auth/bigquery," - "https://www.googleapis.com/auth/cloud-platform"; - - // Creates a new read session. A read session divides the contents of a - // BigQuery table into one or more streams, which can then be used to read - // data from the table. The read session also specifies properties of the - // data to be read, such as a list of columns or a push-down filter describing - // the rows to be returned. - // - // A particular row can be read by at most one stream. When the caller has - // reached the end of each stream in the session, then all the data in the - // table has been read. - // - // Data is assigned to each stream such that roughly the same number of - // rows can be read from each stream. Because the server-side unit for - // assigning data is collections of rows, the API does not guarantee that - // each stream will return the same number or rows. Additionally, the - // limits are enforced based on the number of pre-filtered rows, so some - // filters can lead to lopsided assignments. - // - // Read sessions automatically expire 6 hours after they are created and do - // not require manual clean-up by the caller. - rpc CreateReadSession(CreateReadSessionRequest) returns (ReadSession) { - option (google.api.http) = { - post: "/v1/{read_session.table=projects/*/datasets/*/tables/*}" - body: "*" - }; - option (google.api.method_signature) = - "parent,read_session,max_stream_count"; - } - - // Reads rows from the stream in the format prescribed by the ReadSession. - // Each response contains one or more table rows, up to a maximum of 128 MB - // per response; read requests which attempt to read individual rows larger - // than 128 MB will fail. - // - // Each request also returns a set of stream statistics reflecting the current - // state of the stream. - rpc ReadRows(ReadRowsRequest) returns (stream ReadRowsResponse) { - option (google.api.http) = { - get: "/v1/{read_stream=projects/*/locations/*/sessions/*/streams/*}" - }; - option (google.api.method_signature) = "read_stream,offset"; - } - - // Splits a given `ReadStream` into two `ReadStream` objects. These - // `ReadStream` objects are referred to as the primary and the residual - // streams of the split. The original `ReadStream` can still be read from in - // the same manner as before. Both of the returned `ReadStream` objects can - // also be read from, and the rows returned by both child streams will be - // the same as the rows read from the original stream. - // - // Moreover, the two child streams will be allocated back-to-back in the - // original `ReadStream`. Concretely, it is guaranteed that for streams - // original, primary, and residual, that original[0-j] = primary[0-j] and - // original[j-n] = residual[0-m] once the streams have been read to - // completion. - rpc SplitReadStream(SplitReadStreamRequest) - returns (SplitReadStreamResponse) { - option (google.api.http) = { - get: "/v1/{name=projects/*/locations/*/sessions/*/streams/*}" - }; - } -} - -// BigQuery Write API. -// -// The Write API can be used to write data to BigQuery. -// -// For supplementary information about the Write API, see: -// https://cloud.google.com/bigquery/docs/write-api -service BigQueryWrite { - option (google.api.default_host) = "bigquerystorage.googleapis.com"; - option (google.api.oauth_scopes) = - "https://www.googleapis.com/auth/bigquery," - "https://www.googleapis.com/auth/bigquery.insertdata," - "https://www.googleapis.com/auth/cloud-platform"; - - // Creates a write stream to the given table. - // Additionally, every table has a special stream named '_default' - // to which data can be written. This stream doesn't need to be created using - // CreateWriteStream. It is a stream that can be used simultaneously by any - // number of clients. Data written to this stream is considered committed as - // soon as an acknowledgement is received. - rpc CreateWriteStream(CreateWriteStreamRequest) returns (WriteStream) { - option (google.api.http) = { - post: "/v1/{parent=projects/*/datasets/*/tables/*}" - body: "write_stream" - }; - option (google.api.method_signature) = "parent,write_stream"; - } - - // Appends data to the given stream. - // - // If `offset` is specified, the `offset` is checked against the end of - // stream. The server returns `OUT_OF_RANGE` in `AppendRowsResponse` if an - // attempt is made to append to an offset beyond the current end of the stream - // or `ALREADY_EXISTS` if user provides an `offset` that has already been - // written to. User can retry with adjusted offset within the same RPC - // connection. If `offset` is not specified, append happens at the end of the - // stream. - // - // The response contains an optional offset at which the append - // happened. No offset information will be returned for appends to a - // default stream. - // - // Responses are received in the same order in which requests are sent. - // There will be one response for each successful inserted request. Responses - // may optionally embed error information if the originating AppendRequest was - // not successfully processed. - // - // The specifics of when successfully appended data is made visible to the - // table are governed by the type of stream: - // - // * For COMMITTED streams (which includes the default stream), data is - // visible immediately upon successful append. - // - // * For BUFFERED streams, data is made visible via a subsequent `FlushRows` - // rpc which advances a cursor to a newer offset in the stream. - // - // * For PENDING streams, data is not made visible until the stream itself is - // finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly - // committed via the `BatchCommitWriteStreams` rpc. - rpc AppendRows(stream AppendRowsRequest) returns (stream AppendRowsResponse) { - option (google.api.http) = { - post: "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}" - body: "*" - }; - option (google.api.method_signature) = "write_stream"; - } - - // Gets information about a write stream. - rpc GetWriteStream(GetWriteStreamRequest) returns (WriteStream) { - option (google.api.http) = { - post: "/v1/{name=projects/*/datasets/*/tables/*/streams/*}" - body: "*" - }; - option (google.api.method_signature) = "name"; - } - - // Finalize a write stream so that no new data can be appended to the - // stream. Finalize is not supported on the '_default' stream. - rpc FinalizeWriteStream(FinalizeWriteStreamRequest) - returns (FinalizeWriteStreamResponse) { - option (google.api.http) = { - post: "/v1/{name=projects/*/datasets/*/tables/*/streams/*}" - body: "*" - }; - option (google.api.method_signature) = "name"; - } - - // Atomically commits a group of `PENDING` streams that belong to the same - // `parent` table. - // - // Streams must be finalized before commit and cannot be committed multiple - // times. Once a stream is committed, data in the stream becomes available - // for read operations. - rpc BatchCommitWriteStreams(BatchCommitWriteStreamsRequest) - returns (BatchCommitWriteStreamsResponse) { - option (google.api.http) = { - get: "/v1/{parent=projects/*/datasets/*/tables/*}" - }; - option (google.api.method_signature) = "parent"; - } - - // Flushes rows to a BUFFERED stream. - // - // If users are appending rows to BUFFERED stream, flush operation is - // required in order for the rows to become available for reading. A - // Flush operation flushes up to any previously flushed offset in a BUFFERED - // stream, to the offset specified in the request. - // - // Flush is not supported on the _default stream, since it is not BUFFERED. - rpc FlushRows(FlushRowsRequest) returns (FlushRowsResponse) { - option (google.api.http) = { - post: "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}" - body: "*" - }; - option (google.api.method_signature) = "write_stream"; - } -} - -// Request message for `CreateReadSession`. -message CreateReadSessionRequest { - // Required. The request project that owns the session, in the form of - // `projects/{project_id}`. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "cloudresourcemanager.googleapis.com/Project" - } - ]; - - // Required. Session to be created. - ReadSession read_session = 2 [(google.api.field_behavior) = REQUIRED]; - - // Max initial number of streams. If unset or zero, the server will - // provide a value of streams so as to produce reasonable throughput. Must be - // non-negative. The number of streams may be lower than the requested number, - // depending on the amount parallelism that is reasonable for the table. - // There is a default system max limit of 1,000. - // - // This must be greater than or equal to preferred_min_stream_count. - // Typically, clients should either leave this unset to let the system to - // determine an upper bound OR set this a size for the maximum "units of work" - // it can gracefully handle. - int32 max_stream_count = 3; - - // The minimum preferred stream count. This parameter can be used to inform - // the service that there is a desired lower bound on the number of streams. - // This is typically a target parallelism of the client (e.g. a Spark - // cluster with N-workers would set this to a low multiple of N to ensure - // good cluster utilization). - // - // The system will make a best effort to provide at least this number of - // streams, but in some cases might provide less. - int32 preferred_min_stream_count = 4; -} - -// Request message for `ReadRows`. -message ReadRowsRequest { - // Required. Stream to read rows from. - string read_stream = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/ReadStream" - } - ]; - - // The offset requested must be less than the last row read from Read. - // Requesting a larger offset is undefined. If not specified, start reading - // from offset zero. - int64 offset = 2; -} - -// Information on if the current connection is being throttled. -message ThrottleState { - // How much this connection is being throttled. Zero means no throttling, - // 100 means fully throttled. - int32 throttle_percent = 1; -} - -// Estimated stream statistics for a given read Stream. -message StreamStats { - message Progress { - // The fraction of rows assigned to the stream that have been processed by - // the server so far, not including the rows in the current response - // message. - // - // This value, along with `at_response_end`, can be used to interpolate - // the progress made as the rows in the message are being processed using - // the following formula: `at_response_start + (at_response_end - - // at_response_start) * rows_processed_from_response / rows_in_response`. - // - // Note that if a filter is provided, the `at_response_end` value of the - // previous response may not necessarily be equal to the - // `at_response_start` value of the current response. - double at_response_start = 1; - - // Similar to `at_response_start`, except that this value includes the - // rows in the current response. - double at_response_end = 2; - } - - // Represents the progress of the current stream. - Progress progress = 2; -} - -// Response from calling `ReadRows` may include row data, progress and -// throttling information. -message ReadRowsResponse { - // Row data is returned in format specified during session creation. - oneof rows { - // Serialized row data in AVRO format. - AvroRows avro_rows = 3; - - // Serialized row data in Arrow RecordBatch format. - ArrowRecordBatch arrow_record_batch = 4; - } - - // Number of serialized rows in the rows block. - int64 row_count = 6; - - // Statistics for the stream. - StreamStats stats = 2; - - // Throttling state. If unset, the latest response still describes - // the current throttling status. - ThrottleState throttle_state = 5; - - // The schema for the read. If read_options.selected_fields is set, the - // schema may be different from the table schema as it will only contain - // the selected fields. This schema is equivalent to the one returned by - // CreateSession. This field is only populated in the first ReadRowsResponse - // RPC. - oneof schema { - // Output only. Avro schema. - AvroSchema avro_schema = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Arrow schema. - ArrowSchema arrow_schema = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; - } - - // Optional. If the row data in this ReadRowsResponse is compressed, then - // uncompressed byte size is the original size of the uncompressed row data. - // If it is set to a value greater than 0, then decompress into a buffer of - // size uncompressed_byte_size using the compression codec that was requested - // during session creation time and which is specified in - // TableReadOptions.response_compression_codec in ReadSession. - // This value is not set if no response_compression_codec was not requested - // and it is -1 if the requested compression would not have reduced the size - // of this ReadRowsResponse's row data. This attempts to match Apache Arrow's - // behavior described here https://github.com/apache/arrow/issues/15102 where - // the uncompressed length may be set to -1 to indicate that the data that - // follows is not compressed, which can be useful for cases where compression - // does not yield appreciable savings. When uncompressed_byte_size is not - // greater than 0, the client should skip decompression. - optional int64 uncompressed_byte_size = 9 - [(google.api.field_behavior) = OPTIONAL]; -} - -// Request message for `SplitReadStream`. -message SplitReadStreamRequest { - // Required. Name of the stream to split. - string name = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/ReadStream" - } - ]; - - // A value in the range (0.0, 1.0) that specifies the fractional point at - // which the original stream should be split. The actual split point is - // evaluated on pre-filtered rows, so if a filter is provided, then there is - // no guarantee that the division of the rows between the new child streams - // will be proportional to this fractional value. Additionally, because the - // server-side unit for assigning data is collections of rows, this fraction - // will always map to a data storage boundary on the server side. - double fraction = 2; -} - -// Response message for `SplitReadStream`. -message SplitReadStreamResponse { - // Primary stream, which contains the beginning portion of - // |original_stream|. An empty value indicates that the original stream can no - // longer be split. - ReadStream primary_stream = 1; - - // Remainder stream, which contains the tail of |original_stream|. An empty - // value indicates that the original stream can no longer be split. - ReadStream remainder_stream = 2; -} - -// Request message for `CreateWriteStream`. -message CreateWriteStreamRequest { - // Required. Reference to the table to which the stream belongs, in the format - // of `projects/{project}/datasets/{dataset}/tables/{table}`. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. Stream to be created. - WriteStream write_stream = 2 [(google.api.field_behavior) = REQUIRED]; -} - -// Request message for `AppendRows`. -// -// Because AppendRows is a bidirectional streaming RPC, certain parts of the -// AppendRowsRequest need only be specified for the first request before -// switching table destinations. You can also switch table destinations within -// the same connection for the default stream. -// -// The size of a single AppendRowsRequest must be less than 10 MB in size. -// Requests larger than this return an error, typically `INVALID_ARGUMENT`. -message AppendRowsRequest { - // Arrow schema and data. - message ArrowData { - // Optional. Arrow Schema used to serialize the data. - ArrowSchema writer_schema = 1; - - // Required. Serialized row data in Arrow format. - ArrowRecordBatch rows = 2; - } - - // ProtoData contains the data rows and schema when constructing append - // requests. - message ProtoData { - // Optional. The protocol buffer schema used to serialize the data. Provide - // this value whenever: - // - // * You send the first request of an RPC connection. - // - // * You change the input schema. - // - // * You specify a new destination table. - ProtoSchema writer_schema = 1; - - // Required. Serialized row data in protobuf message format. - // Currently, the backend expects the serialized rows to adhere to - // proto2 semantics when appending rows, particularly with respect to - // how default values are encoded. - ProtoRows rows = 2; - } - - // An enum to indicate how to interpret missing values of fields that are - // present in user schema but missing in rows. A missing value can represent a - // NULL or a column default value defined in BigQuery table schema. - enum MissingValueInterpretation { - // Invalid missing value interpretation. Requests with this value will be - // rejected. - MISSING_VALUE_INTERPRETATION_UNSPECIFIED = 0; - - // Missing value is interpreted as NULL. - NULL_VALUE = 1; - - // Missing value is interpreted as column default value if declared in the - // table schema, NULL otherwise. - DEFAULT_VALUE = 2; - } - - // Required. The write_stream identifies the append operation. It must be - // provided in the following scenarios: - // - // * In the first request to an AppendRows connection. - // - // * In all subsequent requests to an AppendRows connection, if you use the - // same connection to write to multiple tables or change the input schema for - // default streams. - // - // For explicitly created write streams, the format is: - // - // * `projects/{project}/datasets/{dataset}/tables/{table}/streams/{id}` - // - // For the special default stream, the format is: - // - // * `projects/{project}/datasets/{dataset}/tables/{table}/streams/_default`. - // - // An example of a possible sequence of requests with write_stream fields - // within a single connection: - // - // * r1: {write_stream: stream_name_1} - // - // * r2: {write_stream: /*omit*/} - // - // * r3: {write_stream: /*omit*/} - // - // * r4: {write_stream: stream_name_2} - // - // * r5: {write_stream: stream_name_2} - // - // The destination changed in request_4, so the write_stream field must be - // populated in all subsequent requests in this stream. - string write_stream = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/WriteStream" - } - ]; - - // If present, the write is only performed if the next append offset is same - // as the provided value. If not present, the write is performed at the - // current end of stream. Specifying a value for this field is not allowed - // when calling AppendRows for the '_default' stream. - google.protobuf.Int64Value offset = 2; - - // Input rows. The `writer_schema` field must be specified at the initial - // request and currently, it will be ignored if specified in following - // requests. Following requests must have data in the same format as the - // initial request. - oneof rows { - // Rows in proto format. - ProtoData proto_rows = 4; - - // Rows in arrow format. - ArrowData arrow_rows = 5; - } - - // Id set by client to annotate its identity. Only initial request setting is - // respected. - string trace_id = 6; - - // A map to indicate how to interpret missing value for some fields. Missing - // values are fields present in user schema but missing in rows. The key is - // the field name. The value is the interpretation of missing values for the - // field. - // - // For example, a map {'foo': NULL_VALUE, 'bar': DEFAULT_VALUE} means all - // missing values in field foo are interpreted as NULL, all missing values in - // field bar are interpreted as the default value of field bar in table - // schema. - // - // If a field is not in this map and has missing values, the missing values - // in this field are interpreted as NULL. - // - // This field only applies to the current request, it won't affect other - // requests on the connection. - // - // Currently, field name can only be top-level column name, can't be a struct - // field path like 'foo.bar'. - map missing_value_interpretations = 7; - - // Optional. Default missing value interpretation for all columns in the - // table. When a value is specified on an `AppendRowsRequest`, it is applied - // to all requests from that point forward, until a subsequent - // `AppendRowsRequest` sets it to a different value. - // `missing_value_interpretation` can override - // `default_missing_value_interpretation`. For example, if you want to write - // `NULL` instead of using default values for some columns, you can set - // `default_missing_value_interpretation` to `DEFAULT_VALUE` and at the same - // time, set `missing_value_interpretations` to `NULL_VALUE` on those columns. - MissingValueInterpretation default_missing_value_interpretation = 8 - [(google.api.field_behavior) = OPTIONAL]; -} - -// Response message for `AppendRows`. -message AppendRowsResponse { - // AppendResult is returned for successful append requests. - message AppendResult { - // The row offset at which the last append occurred. The offset will not be - // set if appending using default streams. - google.protobuf.Int64Value offset = 1; - } - - oneof response { - // Result if the append is successful. - AppendResult append_result = 1; - - // Error returned when problems were encountered. If present, - // it indicates rows were not accepted into the system. - // Users can retry or continue with other append requests within the - // same connection. - // - // Additional information about error signalling: - // - // ALREADY_EXISTS: Happens when an append specified an offset, and the - // backend already has received data at this offset. Typically encountered - // in retry scenarios, and can be ignored. - // - // OUT_OF_RANGE: Returned when the specified offset in the stream is beyond - // the current end of the stream. - // - // INVALID_ARGUMENT: Indicates a malformed request or data. - // - // ABORTED: Request processing is aborted because of prior failures. The - // request can be retried if previous failure is addressed. - // - // INTERNAL: Indicates server side error(s) that can be retried. - google.rpc.Status error = 2; - } - - // If backend detects a schema update, pass it to user so that user can - // use it to input new type of message. It will be empty when no schema - // updates have occurred. - TableSchema updated_schema = 3; - - // If a request failed due to corrupted rows, no rows in the batch will be - // appended. The API will return row level error info, so that the caller can - // remove the bad rows and retry the request. - repeated RowError row_errors = 4; - - // The target of the append operation. Matches the write_stream in the - // corresponding request. - string write_stream = 5; -} - -// Request message for `GetWriteStreamRequest`. -message GetWriteStreamRequest { - // Required. Name of the stream to get, in the form of - // `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - string name = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/WriteStream" - } - ]; - - // Indicates whether to get full or partial view of the WriteStream. If - // not set, view returned will be basic. - WriteStreamView view = 3; -} - -// Request message for `BatchCommitWriteStreams`. -message BatchCommitWriteStreamsRequest { - // Required. Parent table that all the streams should belong to, in the form - // of `projects/{project}/datasets/{dataset}/tables/{table}`. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. The group of streams that will be committed atomically. - repeated string write_streams = 2 [(google.api.field_behavior) = REQUIRED]; -} - -// Response message for `BatchCommitWriteStreams`. -message BatchCommitWriteStreamsResponse { - // The time at which streams were committed in microseconds granularity. - // This field will only exist when there are no stream errors. - // **Note** if this field is not set, it means the commit was not successful. - google.protobuf.Timestamp commit_time = 1; - - // Stream level error if commit failed. Only streams with error will be in - // the list. - // If empty, there is no error and all streams are committed successfully. - // If non empty, certain streams have errors and ZERO stream is committed due - // to atomicity guarantee. - repeated StorageError stream_errors = 2; -} - -// Request message for invoking `FinalizeWriteStream`. -message FinalizeWriteStreamRequest { - // Required. Name of the stream to finalize, in the form of - // `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - string name = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/WriteStream" - } - ]; -} - -// Response message for `FinalizeWriteStream`. -message FinalizeWriteStreamResponse { - // Number of rows in the finalized stream. - int64 row_count = 1; -} - -// Request message for `FlushRows`. -message FlushRowsRequest { - // Required. The stream that is the target of the flush operation. - string write_stream = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/WriteStream" - } - ]; - - // Ending offset of the flush operation. Rows before this offset(including - // this offset) will be flushed. - google.protobuf.Int64Value offset = 2; -} - -// Respond message for `FlushRows`. -message FlushRowsResponse { - // The rows before this offset (including this offset) are flushed. - int64 offset = 1; -} - -// Structured custom BigQuery Storage error message. The error can be attached -// as error details in the returned rpc Status. In particular, the use of error -// codes allows more structured error handling, and reduces the need to evaluate -// unstructured error text strings. -message StorageError { - // Error code for `StorageError`. - enum StorageErrorCode { - // Default error. - STORAGE_ERROR_CODE_UNSPECIFIED = 0; - - // Table is not found in the system. - TABLE_NOT_FOUND = 1; - - // Stream is already committed. - STREAM_ALREADY_COMMITTED = 2; - - // Stream is not found. - STREAM_NOT_FOUND = 3; - - // Invalid Stream type. - // For example, you try to commit a stream that is not pending. - INVALID_STREAM_TYPE = 4; - - // Invalid Stream state. - // For example, you try to commit a stream that is not finalized or is - // garbaged. - INVALID_STREAM_STATE = 5; - - // Stream is finalized. - STREAM_FINALIZED = 6; - - // There is a schema mismatch and it is caused by user schema has extra - // field than bigquery schema. - SCHEMA_MISMATCH_EXTRA_FIELDS = 7; - - // Offset already exists. - OFFSET_ALREADY_EXISTS = 8; - - // Offset out of range. - OFFSET_OUT_OF_RANGE = 9; - - // Customer-managed encryption key (CMEK) not provided for CMEK-enabled - // data. - CMEK_NOT_PROVIDED = 10; - - // Customer-managed encryption key (CMEK) was incorrectly provided. - INVALID_CMEK_PROVIDED = 11; - - // There is an encryption error while using customer-managed encryption key. - CMEK_ENCRYPTION_ERROR = 12; - - // Key Management Service (KMS) service returned an error, which can be - // retried. - KMS_SERVICE_ERROR = 13; - - // Permission denied while using customer-managed encryption key. - KMS_PERMISSION_DENIED = 14; - } - - // BigQuery Storage specific error code. - StorageErrorCode code = 1; - - // Name of the failed entity. - string entity = 2; - - // Message that describes the error. - string error_message = 3; -} - -// The message that presents row level error info in a request. -message RowError { - // Error code for `RowError`. - enum RowErrorCode { - // Default error. - ROW_ERROR_CODE_UNSPECIFIED = 0; - - // One or more fields in the row has errors. - FIELDS_ERROR = 1; - } - - // Index of the malformed row in the request. - int64 index = 1; - - // Structured error reason for a row error. - RowErrorCode code = 2; - - // Description of the issue encountered when processing the row. - string message = 3; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/stream.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/stream.proto deleted file mode 100644 index f0d1dfef5c3e..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/stream.proto +++ /dev/null @@ -1,335 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1; - -import "google/api/field_behavior.proto"; -import "google/api/resource.proto"; -import "google/cloud/bigquery/storage/v1/arrow.proto"; -import "google/cloud/bigquery/storage/v1/avro.proto"; -import "google/cloud/bigquery/storage/v1/table.proto"; -import "google/protobuf/timestamp.proto"; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "StreamProto"; -option java_package = "com.google.cloud.bigquery.storage.v1"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1"; - -// Data format for input or output data. -enum DataFormat { - // Data format is unspecified. - DATA_FORMAT_UNSPECIFIED = 0; - - // Avro is a standard open source row based file format. - // See https://avro.apache.org/ for more details. - AVRO = 1; - - // Arrow is a standard open source column-based message format. - // See https://arrow.apache.org/ for more details. - ARROW = 2; -} - -// Information about the ReadSession. -message ReadSession { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/ReadSession" - pattern: "projects/{project}/locations/{location}/sessions/{session}" - }; - - // Additional attributes when reading a table. - message TableModifiers { - // The snapshot time of the table. If not set, interpreted as now. - google.protobuf.Timestamp snapshot_time = 1; - } - - // Options dictating how we read a table. - message TableReadOptions { - // Specifies which compression codec to attempt on the entire serialized - // response payload (either Arrow record batch or Avro rows). This is - // not to be confused with the Apache Arrow native compression codecs - // specified in ArrowSerializationOptions. For performance reasons, when - // creating a read session requesting Arrow responses, setting both native - // Arrow compression and application-level response compression will not be - // allowed - choose, at most, one kind of compression. - enum ResponseCompressionCodec { - // Default is no compression. - RESPONSE_COMPRESSION_CODEC_UNSPECIFIED = 0; - - // Use raw LZ4 compression. - RESPONSE_COMPRESSION_CODEC_LZ4 = 2; - } - - // Optional. The names of the fields in the table to be returned. If no - // field names are specified, then all fields in the table are returned. - // - // Nested fields -- the child elements of a STRUCT field -- can be selected - // individually using their fully-qualified names, and will be returned as - // record fields containing only the selected nested fields. If a STRUCT - // field is specified in the selected fields list, all of the child elements - // will be returned. - // - // As an example, consider a table with the following schema: - // - // { - // "name": "struct_field", - // "type": "RECORD", - // "mode": "NULLABLE", - // "fields": [ - // { - // "name": "string_field1", - // "type": "STRING", - // . "mode": "NULLABLE" - // }, - // { - // "name": "string_field2", - // "type": "STRING", - // "mode": "NULLABLE" - // } - // ] - // } - // - // Specifying "struct_field" in the selected fields list will result in a - // read session schema with the following logical structure: - // - // struct_field { - // string_field1 - // string_field2 - // } - // - // Specifying "struct_field.string_field1" in the selected fields list will - // result in a read session schema with the following logical structure: - // - // struct_field { - // string_field1 - // } - // - // The order of the fields in the read session schema is derived from the - // table schema and does not correspond to the order in which the fields are - // specified in this list. - repeated string selected_fields = 1; - - // SQL text filtering statement, similar to a WHERE clause in a query. - // Aggregates are not supported. - // - // Examples: "int_field > 5" - // "date_field = CAST('2014-9-27' as DATE)" - // "nullable_field is not NULL" - // "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" - // "numeric_field BETWEEN 1.0 AND 5.0" - // - // Restricted to a maximum length for 1 MB. - string row_restriction = 2; - - oneof output_format_serialization_options { - // Optional. Options specific to the Apache Arrow output format. - ArrowSerializationOptions arrow_serialization_options = 3 - [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Options specific to the Apache Avro output format - AvroSerializationOptions avro_serialization_options = 4 - [(google.api.field_behavior) = OPTIONAL]; - } - - // Optional. Specifies a table sampling percentage. Specifically, the query - // planner will use TABLESAMPLE SYSTEM (sample_percentage PERCENT). The - // sampling percentage is applied at the data block granularity. It will - // randomly choose for each data block whether to read the rows in that data - // block. For more details, see - // https://cloud.google.com/bigquery/docs/table-sampling) - optional double sample_percentage = 5 - [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Set response_compression_codec when creating a read session to - // enable application-level compression of ReadRows responses. - optional ResponseCompressionCodec response_compression_codec = 6 - [(google.api.field_behavior) = OPTIONAL]; - } - - // Output only. Unique identifier for the session, in the form - // `projects/{project_id}/locations/{location}/sessions/{session_id}`. - string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Time at which the session becomes invalid. After this time, - // subsequent requests to read this Session will return errors. The - // expire_time is automatically assigned and currently cannot be specified or - // updated. - google.protobuf.Timestamp expire_time = 2 - [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Immutable. Data format of the output data. DATA_FORMAT_UNSPECIFIED not - // supported. - DataFormat data_format = 3 [(google.api.field_behavior) = IMMUTABLE]; - - // The schema for the read. If read_options.selected_fields is set, the - // schema may be different from the table schema as it will only contain - // the selected fields. - oneof schema { - // Output only. Avro schema. - AvroSchema avro_schema = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Arrow schema. - ArrowSchema arrow_schema = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; - } - - // Immutable. Table that this ReadSession is reading from, in the form - // `projects/{project_id}/datasets/{dataset_id}/tables/{table_id}` - string table = 6 [ - (google.api.field_behavior) = IMMUTABLE, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Optional. Any modifiers which are applied when reading from the specified - // table. - TableModifiers table_modifiers = 7 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Read options for this session (e.g. column selection, filters). - TableReadOptions read_options = 8 [(google.api.field_behavior) = OPTIONAL]; - - // Output only. A list of streams created with the session. - // - // At least one stream is created with the session. In the future, larger - // request_stream_count values *may* result in this list being unpopulated, - // in that case, the user will need to use a List method to get the streams - // instead, which is not yet available. - repeated ReadStream streams = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. An estimate on the number of bytes this session will scan when - // all streams are completely consumed. This estimate is based on - // metadata from the table which might be incomplete or stale. - int64 estimated_total_bytes_scanned = 12 - [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. A pre-projected estimate of the total physical size of files - // (in bytes) that this session will scan when all streams are consumed. This - // estimate is independent of the selected columns and can be based on - // incomplete or stale metadata from the table. This field is only set for - // BigLake tables. - int64 estimated_total_physical_file_size = 15 - [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. An estimate on the number of rows present in this session's - // streams. This estimate is based on metadata from the table which might be - // incomplete or stale. - int64 estimated_row_count = 14 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Optional. ID set by client to annotate a session identity. This does not - // need to be strictly unique, but instead the same ID should be used to group - // logically connected sessions (e.g. All using the same ID for all sessions - // needed to complete a Spark SQL query is reasonable). - // - // Maximum length is 256 bytes. - string trace_id = 13 [(google.api.field_behavior) = OPTIONAL]; -} - -// Information about a single stream that gets data out of the storage system. -// Most of the information about `ReadStream` instances is aggregated, making -// `ReadStream` lightweight. -message ReadStream { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/ReadStream" - pattern: "projects/{project}/locations/{location}/sessions/{session}/streams/{stream}" - }; - - // Output only. Name of the stream, in the form - // `projects/{project_id}/locations/{location}/sessions/{session_id}/streams/{stream_id}`. - string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; -} - -// WriteStreamView is a view enum that controls what details about a write -// stream should be returned. -enum WriteStreamView { - // The default / unset value. - WRITE_STREAM_VIEW_UNSPECIFIED = 0; - - // The BASIC projection returns basic metadata about a write stream. The - // basic view does not include schema information. This is the default view - // returned by GetWriteStream. - BASIC = 1; - - // The FULL projection returns all available write stream metadata, including - // the schema. CreateWriteStream returns the full projection of write stream - // metadata. - FULL = 2; -} - -// Information about a single stream that gets data inside the storage system. -message WriteStream { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/WriteStream" - pattern: "projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}" - }; - - // Type enum of the stream. - enum Type { - // Unknown type. - TYPE_UNSPECIFIED = 0; - - // Data will commit automatically and appear as soon as the write is - // acknowledged. - COMMITTED = 1; - - // Data is invisible until the stream is committed. - PENDING = 2; - - // Data is only visible up to the offset to which it was flushed. - BUFFERED = 3; - } - - // Mode enum of the stream. - enum WriteMode { - // Unknown type. - WRITE_MODE_UNSPECIFIED = 0; - - // Insert new records into the table. - // It is the default value if customers do not specify it. - INSERT = 1; - } - - // Output only. Name of the stream, in the form - // `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Immutable. Type of the stream. - Type type = 2 [(google.api.field_behavior) = IMMUTABLE]; - - // Output only. Create time of the stream. For the _default stream, this is - // the creation_time of the table. - google.protobuf.Timestamp create_time = 3 - [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Commit time of the stream. - // If a stream is of `COMMITTED` type, then it will have a commit_time same as - // `create_time`. If the stream is of `PENDING` type, empty commit_time - // means it is not committed. - google.protobuf.Timestamp commit_time = 4 - [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. The schema of the destination table. It is only returned in - // `CreateWriteStream` response. Caller should generate data that's - // compatible with this schema to send in initial `AppendRowsRequest`. - // The table schema could go out of date during the life time of the stream. - TableSchema table_schema = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Immutable. Mode of the stream. - WriteMode write_mode = 7 [(google.api.field_behavior) = IMMUTABLE]; - - // Output only. The geographic location where the stream's dataset resides. - // See https://cloud.google.com/bigquery/docs/locations for supported - // locations. - string location = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/table.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/table.proto deleted file mode 100644 index 30c30228c27c..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1/table.proto +++ /dev/null @@ -1,200 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1; - -import "google/api/field_behavior.proto"; -import "google/protobuf/wrappers.proto"; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "TableProto"; -option java_package = "com.google.cloud.bigquery.storage.v1"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1"; - -// Schema of a table. This schema is a subset of -// google.cloud.bigquery.v2.TableSchema containing information necessary to -// generate valid message to write to BigQuery. -message TableSchema { - // Describes the fields in a table. - repeated TableFieldSchema fields = 1; -} - -// TableFieldSchema defines a single field/column within a table schema. -message TableFieldSchema { - enum Type { - // Illegal value - TYPE_UNSPECIFIED = 0; - - // 64K, UTF8 - STRING = 1; - - // 64-bit signed - INT64 = 2; - - // 64-bit IEEE floating point - DOUBLE = 3; - - // Aggregate type - STRUCT = 4; - - // 64K, Binary - BYTES = 5; - - // 2-valued - BOOL = 6; - - // 64-bit signed usec since UTC epoch - TIMESTAMP = 7; - - // Civil date - Year, Month, Day - DATE = 8; - - // Civil time - Hour, Minute, Second, Microseconds - TIME = 9; - - // Combination of civil date and civil time - DATETIME = 10; - - // Geography object - GEOGRAPHY = 11; - - // Numeric value - NUMERIC = 12; - - // BigNumeric value - BIGNUMERIC = 13; - - // Interval - INTERVAL = 14; - - // JSON, String - JSON = 15; - - // RANGE - RANGE = 16; - } - - enum Mode { - // Illegal value - MODE_UNSPECIFIED = 0; - - NULLABLE = 1; - - REQUIRED = 2; - - REPEATED = 3; - } - - // Represents the type of a field element. - message FieldElementType { - // Required. The type of a field element. - Type type = 1 [(google.api.field_behavior) = REQUIRED]; - } - - // Required. The field name. The name must contain only letters (a-z, A-Z), - // numbers (0-9), or underscores (_), and must start with a letter or - // underscore. The maximum length is 128 characters. - string name = 1 [(google.api.field_behavior) = REQUIRED]; - - // Required. The field data type. - Type type = 2 [(google.api.field_behavior) = REQUIRED]; - - // Optional. The field mode. The default value is NULLABLE. - Mode mode = 3 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Describes the nested schema fields if the type property is set to - // STRUCT. - repeated TableFieldSchema fields = 4 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. The field description. The maximum length is 1,024 characters. - string description = 6 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Maximum length of values of this field for STRINGS or BYTES. - // - // If max_length is not specified, no maximum length constraint is imposed - // on this field. - // - // If type = "STRING", then max_length represents the maximum UTF-8 - // length of strings in this field. - // - // If type = "BYTES", then max_length represents the maximum number of - // bytes in this field. - // - // It is invalid to set this field if type is not "STRING" or "BYTES". - int64 max_length = 7 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Precision (maximum number of total digits in base 10) and scale - // (maximum number of digits in the fractional part in base 10) constraints - // for values of this field for NUMERIC or BIGNUMERIC. - // - // It is invalid to set precision or scale if type is not "NUMERIC" or - // "BIGNUMERIC". - // - // If precision and scale are not specified, no value range constraint is - // imposed on this field insofar as values are permitted by the type. - // - // Values of this NUMERIC or BIGNUMERIC field must be in this range when: - // - // * Precision (P) and scale (S) are specified: - // [-10^(P-S) + 10^(-S), 10^(P-S) - 10^(-S)] - // * Precision (P) is specified but not scale (and thus scale is - // interpreted to be equal to zero): - // [-10^P + 1, 10^P - 1]. - // - // Acceptable values for precision and scale if both are specified: - // - // * If type = "NUMERIC": - // 1 <= precision - scale <= 29 and 0 <= scale <= 9. - // * If type = "BIGNUMERIC": - // 1 <= precision - scale <= 38 and 0 <= scale <= 38. - // - // Acceptable values for precision if only precision is specified but not - // scale (and thus scale is interpreted to be equal to zero): - // - // * If type = "NUMERIC": 1 <= precision <= 29. - // * If type = "BIGNUMERIC": 1 <= precision <= 38. - // - // If scale is specified but not precision, then it is invalid. - int64 precision = 8 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. See documentation for precision. - int64 scale = 9 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. A SQL expression to specify the [default value] - // (https://cloud.google.com/bigquery/docs/default-values) for this field. - string default_value_expression = 10 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Precision (maximum number of total digits in base 10) for seconds - // of TIMESTAMP type. - // - // Possible values include: - // - // * 6 (Default, for TIMESTAMP type with microsecond precision) - // * 12 (For TIMESTAMP type with picosecond precision) - google.protobuf.Int64Value timestamp_precision = 27 - [(google.api.field_behavior) = OPTIONAL]; - - // Optional. The subtype of the RANGE, if the type of this field is RANGE. If - // the type is RANGE, this field is required. Possible values for the field - // element type of a RANGE include: - // * DATE - // * DATETIME - // * TIMESTAMP - FieldElementType range_element_type = 11 - [(google.api.field_behavior) = OPTIONAL]; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1alpha/metastore_partition.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1alpha/metastore_partition.proto deleted file mode 100644 index 68ba61b6b1d9..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1alpha/metastore_partition.proto +++ /dev/null @@ -1,311 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1alpha; - -import "google/api/annotations.proto"; -import "google/api/client.proto"; -import "google/api/field_behavior.proto"; -import "google/api/resource.proto"; -import "google/cloud/bigquery/storage/v1alpha/partition.proto"; -import "google/protobuf/empty.proto"; -import "google/protobuf/field_mask.proto"; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1Alpha"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1alpha/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "MetastorePartitionServiceProto"; -option java_package = "com.google.cloud.bigquery.storage.v1alpha"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1alpha"; -option (google.api.resource_definition) = { - type: "bigquery.googleapis.com/Table" - pattern: "projects/{project}/datasets/{dataset}/tables/{table}" -}; - -// BigQuery Metastore Partition Service API. -// This service is used for managing metastore partitions in BigQuery -// metastore. The service supports only batch operations for write. -service MetastorePartitionService { - option (google.api.default_host) = "bigquerystorage.googleapis.com"; - option (google.api.oauth_scopes) = - "https://www.googleapis.com/auth/bigquery," - "https://www.googleapis.com/auth/cloud-platform"; - - // Adds metastore partitions to a table. - rpc BatchCreateMetastorePartitions(BatchCreateMetastorePartitionsRequest) - returns (BatchCreateMetastorePartitionsResponse) { - option (google.api.http) = { - post: "/v1alpha/{parent=projects/*/datasets/*/tables/*}/partitions:batchCreate" - body: "*" - }; - } - - // Deletes metastore partitions from a table. - rpc BatchDeleteMetastorePartitions(BatchDeleteMetastorePartitionsRequest) - returns (google.protobuf.Empty) { - option (google.api.http) = { - post: "/v1alpha/{parent=projects/*/datasets/*/tables/*}/partitions:batchDelete" - body: "*" - }; - } - - // Updates metastore partitions in a table. - rpc BatchUpdateMetastorePartitions(BatchUpdateMetastorePartitionsRequest) - returns (BatchUpdateMetastorePartitionsResponse) { - option (google.api.http) = { - post: "/v1alpha/{parent=projects/*/datasets/*/tables/*}/partitions:batchUpdate" - body: "*" - }; - } - - // Gets metastore partitions from a table. - rpc ListMetastorePartitions(ListMetastorePartitionsRequest) - returns (ListMetastorePartitionsResponse) { - option (google.api.http) = { - get: "/v1alpha/{parent=projects/*/locations/*/datasets/*/tables/*}/partitions:list" - }; - option (google.api.method_signature) = "parent"; - } - - // This is a bi-di streaming rpc method that allows the client to send - // a stream of partitions and commit all of them atomically at the end. - // If the commit is successful, the server will return a - // response and close the stream. If the commit fails (due to duplicate - // partitions or other reason), the server will close the stream with an - // error. This method is only available via the gRPC API (not REST). - rpc StreamMetastorePartitions(stream StreamMetastorePartitionsRequest) - returns (stream StreamMetastorePartitionsResponse) {} -} - -// Request message for CreateMetastorePartition. The MetastorePartition is -// uniquely identified by values, which is an ordered list. Hence, there is no -// separate name or partition id field. -message CreateMetastorePartitionRequest { - // Required. Reference to the table to where the metastore partition to be - // added, in the format of - // projects/{project}/databases/{databases}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. The metastore partition to be added. - MetastorePartition metastore_partition = 2 - [(google.api.field_behavior) = REQUIRED]; -} - -// Request message for BatchCreateMetastorePartitions. -message BatchCreateMetastorePartitionsRequest { - // Required. Reference to the table to where the metastore partitions to be - // added, in the format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. Requests to add metastore partitions to the table. - repeated CreateMetastorePartitionRequest requests = 2 - [(google.api.field_behavior) = REQUIRED]; - - // Optional. Mimics the ifNotExists flag in IMetaStoreClient - // add_partitions(..). If the flag is set to false, the server will return - // ALREADY_EXISTS if any partition already exists. If the flag is set to true, - // the server will skip existing partitions and insert only the non-existing - // partitions. A maximum of 900 partitions can be inserted in a batch. - bool skip_existing_partitions = 3 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Optional trace id to be used for debugging. It is expected that - // the client sets the same `trace_id` for all the batches in the same - // operation, so that it is possible to tie together the logs to all the - // batches in the same operation. Limited to 256 characters. This is expected, - // but not required, to be globally unique. - string trace_id = 4 [(google.api.field_behavior) = OPTIONAL]; -} - -// Response message for BatchCreateMetastorePartitions. -message BatchCreateMetastorePartitionsResponse { - // The list of metastore partitions that have been created. - repeated MetastorePartition partitions = 1; -} - -// Request message for BatchDeleteMetastorePartitions. The MetastorePartition is -// uniquely identified by values, which is an ordered list. Hence, there is no -// separate name or partition id field. -message BatchDeleteMetastorePartitionsRequest { - // Required. Reference to the table to which these metastore partitions - // belong, in the format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. The list of metastore partitions (identified by its values) to be - // deleted. A maximum of 900 partitions can be deleted in a batch. - repeated MetastorePartitionValues partition_values = 2 - [(google.api.field_behavior) = REQUIRED]; - - // Optional. Optional trace id to be used for debugging. It is expected that - // the client sets the same `trace_id` for all the batches in the same - // operation, so that it is possible to tie together the logs to all the - // batches in the same operation. This is expected, but not required, to be - // globally unique. - string trace_id = 4 [(google.api.field_behavior) = OPTIONAL]; -} - -// Request message for UpdateMetastorePartition. -message UpdateMetastorePartitionRequest { - // Required. The metastore partition to be updated. - MetastorePartition metastore_partition = 1 - [(google.api.field_behavior) = REQUIRED]; - - // Optional. The list of fields to update. - google.protobuf.FieldMask update_mask = 2 - [(google.api.field_behavior) = OPTIONAL]; -} - -// Request message for BatchUpdateMetastorePartitions. -message BatchUpdateMetastorePartitionsRequest { - // Required. Reference to the table to which these metastore partitions - // belong, in the format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. Requests to update metastore partitions in the table. - repeated UpdateMetastorePartitionRequest requests = 2 - [(google.api.field_behavior) = REQUIRED]; - - // Optional. Optional trace id to be used for debugging. It is expected that - // the client sets the same `trace_id` for all the batches in the same - // operation, so that it is possible to tie together the logs to all the - // batches in the same operation. This is expected, but not required, to be - // globally unique. - string trace_id = 4 [(google.api.field_behavior) = OPTIONAL]; -} - -// Response message for BatchUpdateMetastorePartitions. -message BatchUpdateMetastorePartitionsResponse { - // The list of metastore partitions that have been updated. - // A maximum of 900 partitions can be updated in a batch. - repeated MetastorePartition partitions = 1; -} - -// Request message for ListMetastorePartitions. -message ListMetastorePartitionsRequest { - // Required. Reference to the table to which these metastore partitions - // belong, in the format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Optional. SQL text filtering statement, similar to a WHERE clause in a - // query. Only supports single-row expressions. Aggregate functions are not - // supported. - // - // Examples: "int_field > 5" - // "date_field = CAST('2014-9-27' as DATE)" - // "nullable_field is not NULL" - // "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" - // "numeric_field BETWEEN 1.0 AND 5.0" - // Restricted to a maximum length for 1 MB. - string filter = 2 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Optional trace id to be used for debugging. It is expected that - // the client sets the same `trace_id` for all the batches in the same - // operation, so that it is possible to tie together the logs to all the - // batches in the same operation. Limited to 256 characters. This is expected, - // but not required, to be globally unique. - string trace_id = 3 [(google.api.field_behavior) = OPTIONAL]; -} - -// Response message for ListMetastorePartitions. -message ListMetastorePartitionsResponse { - // The response depends on the number of metastore partitions to be returned; - // it can be a list of partitions or a list of - // [ReadStream]((https://cloud.google.com/bigquery/docs/reference/storage/rpc/google.cloud.bigquery.storage.v1#readstream)) - // objects. For the second situation, the BigQuery [Read API - // ReadRows](https://cloud.google.com/bigquery/docs/reference/storage#read_from_a_session_stream) - // method must be used to stream the data and convert it into a list of - // partitions. - oneof response { - // The list of partitions. - MetastorePartitionList partitions = 1; - - // The list of streams. - StreamList streams = 2; - } -} - -// The top-level message sent by the client to the -// [Partitions.StreamMetastorePartitions][] method. -// Follows the default gRPC streaming maximum size of 4 MB. -message StreamMetastorePartitionsRequest { - // Required. Reference to the table to where the partition to be added, in the - // format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Optional. A list of metastore partitions to be added to the table. - repeated MetastorePartition metastore_partitions = 2 - [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Mimics the ifNotExists flag in IMetaStoreClient - // add_partitions(..). If the flag is set to false, the server will return - // ALREADY_EXISTS on commit if any partition already exists. If the flag is - // set to true: - // 1) the server will skip existing partitions - // insert only the non-existing partitions as part of the commit. - // 2) The client must set the `skip_existing_partitions` field to true for - // all requests in the stream. - bool skip_existing_partitions = 3 [(google.api.field_behavior) = OPTIONAL]; -} - -// This is the response message sent by the server -// to the client for the [Partitions.StreamMetastorePartitions][] method when -// the commit is successful. Server will close the stream after sending this -// message. -message StreamMetastorePartitionsResponse { - // Total count of partitions streamed by the client during the lifetime of the - // stream. This is only set in the final response message before closing the - // stream. - int64 total_partitions_streamed_count = 2; - - // Total count of partitions inserted by the server during the lifetime of the - // stream. This is only set in the final response message before closing the - // stream. - int64 total_partitions_inserted_count = 3; -} - -// Structured custom error message for batch size too large error. -// The error can be attached as error details in the returned rpc Status for -// more structured error handling in the client. -message BatchSizeTooLargeError { - // The maximum number of items that are supported in a single batch. This is - // returned as a hint to the client to adjust the batch size. - int64 max_batch_size = 1; - - // Optional. The error message that is returned to the client. - string error_message = 2 [(google.api.field_behavior) = OPTIONAL]; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1alpha/partition.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1alpha/partition.proto deleted file mode 100644 index 7e9c332db6f2..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1alpha/partition.proto +++ /dev/null @@ -1,140 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1alpha; - -import "google/api/field_behavior.proto"; -import "google/api/resource.proto"; -import "google/protobuf/timestamp.proto"; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1Alpha"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1alpha/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "MetastorePartitionProto"; -option java_package = "com.google.cloud.bigquery.storage.v1alpha"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1alpha"; - -// Schema description of a metastore partition column. -message FieldSchema { - // Required. The name of the column. - // The maximum length of the name is 1024 characters - string name = 1 [(google.api.field_behavior) = REQUIRED]; - - // Required. The type of the metastore partition column. Maximum allowed - // length is 1024 characters. - string type = 2 [(google.api.field_behavior) = REQUIRED]; -} - -// Contains information about the physical storage of the data in the metastore -// partition. -message StorageDescriptor { - // Optional. The physical location of the metastore partition - // (e.g. `gs://spark-dataproc-data/pangea-data/case_sensitive/` or - // `gs://spark-dataproc-data/pangea-data/*`). - string location_uri = 1 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Specifies the fully qualified class name of the InputFormat - // (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). - // The maximum length is 128 characters. - string input_format = 2 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Specifies the fully qualified class name of the OutputFormat - // (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). - // The maximum length is 128 characters. - string output_format = 3 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Serializer and deserializer information. - SerDeInfo serde_info = 4 [(google.api.field_behavior) = OPTIONAL]; -} - -// Serializer and deserializer information. -message SerDeInfo { - // Optional. Name of the SerDe. - // The maximum length is 256 characters. - string name = 1 [(google.api.field_behavior) = OPTIONAL]; - - // Required. Specifies a fully-qualified class name of the serialization - // library that is responsible for the translation of data between table - // representation and the underlying low-level input and output format - // structures. The maximum length is 256 characters. - string serialization_library = 2 [(google.api.field_behavior) = REQUIRED]; - - // Optional. Key-value pairs that define the initialization parameters for the - // serialization library. - // Maximum size 10 Kib. - map parameters = 3 [(google.api.field_behavior) = OPTIONAL]; -} - -// Information about a Hive partition. -message MetastorePartition { - // Required. Represents the values of the partition keys, where each value - // corresponds to a specific partition key in the order in which the keys are - // defined. Each value is limited to 1024 characters. - repeated string values = 1 [(google.api.field_behavior) = REQUIRED]; - - // Output only. The creation time of the partition. - google.protobuf.Timestamp create_time = 2 - [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Optional. Contains information about the physical storage of the data in - // the partition. - StorageDescriptor storage_descriptor = 3 - [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Additional parameters or metadata associated with the partition. - // Maximum size 10 KiB. - map parameters = 4 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. List of columns. - repeated FieldSchema fields = 5 [(google.api.field_behavior) = OPTIONAL]; -} - -// List of metastore partitions. -message MetastorePartitionList { - // Required. List of partitions. - repeated MetastorePartition partitions = 1 - [(google.api.field_behavior) = REQUIRED]; -} - -// Information about a single stream that is used to read partitions. -message ReadStream { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/ReadStream" - pattern: "projects/{project}/locations/{location}/sessions/{session}/streams/{stream}" - plural: "readStreams" - singular: "readStream" - }; - - // Output only. Identifier. Name of the stream, in the form - // `projects/{project_id}/locations/{location}/sessions/{session_id}/streams/{stream_id}`. - string name = 1 [ - (google.api.field_behavior) = OUTPUT_ONLY, - (google.api.field_behavior) = IDENTIFIER - ]; -} - -// List of streams. -message StreamList { - // Output only. List of streams. - repeated ReadStream streams = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; -} - -// Represents the values of a metastore partition. -message MetastorePartitionValues { - // Required. The values of the partition keys, where each value corresponds to - // a specific partition key in the order in which the keys are defined. - repeated string values = 1 [(google.api.field_behavior) = REQUIRED]; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta/metastore_partition.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta/metastore_partition.proto deleted file mode 100644 index 75cd43fb7c5a..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta/metastore_partition.proto +++ /dev/null @@ -1,313 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta; - -import "google/api/annotations.proto"; -import "google/api/client.proto"; -import "google/api/field_behavior.proto"; -import "google/api/resource.proto"; -import "google/cloud/bigquery/storage/v1beta/partition.proto"; -import "google/protobuf/empty.proto"; -import "google/protobuf/field_mask.proto"; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1Beta"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "MetastorePartitionServiceProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1beta"; -option (google.api.resource_definition) = { - type: "bigquery.googleapis.com/Table" - pattern: "projects/{project}/datasets/{dataset}/tables/{table}" -}; - -// BigQuery Metastore Partition Service API. -// This service is used for managing metastore partitions in BigQuery -// metastore. The service supports only batch operations for write. -service MetastorePartitionService { - option (google.api.default_host) = "bigquerystorage.googleapis.com"; - option (google.api.oauth_scopes) = - "https://www.googleapis.com/auth/bigquery," - "https://www.googleapis.com/auth/cloud-platform"; - - // Adds metastore partitions to a table. - rpc BatchCreateMetastorePartitions(BatchCreateMetastorePartitionsRequest) - returns (BatchCreateMetastorePartitionsResponse) { - option (google.api.http) = { - post: "/v1beta/{parent=projects/*/datasets/*/tables/*}/partitions:batchCreate" - body: "*" - }; - } - - // Deletes metastore partitions from a table. - rpc BatchDeleteMetastorePartitions(BatchDeleteMetastorePartitionsRequest) - returns (google.protobuf.Empty) { - option (google.api.http) = { - post: "/v1beta/{parent=projects/*/datasets/*/tables/*}/partitions:batchDelete" - body: "*" - }; - } - - // Updates metastore partitions in a table. - rpc BatchUpdateMetastorePartitions(BatchUpdateMetastorePartitionsRequest) - returns (BatchUpdateMetastorePartitionsResponse) { - option (google.api.http) = { - post: "/v1beta/{parent=projects/*/datasets/*/tables/*}/partitions:batchUpdate" - body: "*" - }; - } - - // Gets metastore partitions from a table. - rpc ListMetastorePartitions(ListMetastorePartitionsRequest) - returns (ListMetastorePartitionsResponse) { - option (google.api.http) = { - get: "/v1beta/{parent=projects/*/locations/*/datasets/*/tables/*}/partitions:list" - }; - option (google.api.method_signature) = "parent"; - } - - // This is a bi-di streaming rpc method that allows the client to send - // a stream of partitions and commit all of them atomically at the end. - // If the commit is successful, the server will return a - // response and close the stream. If the commit fails (due to duplicate - // partitions or other reason), the server will close the stream with an - // error. This method is only available via the gRPC API (not REST). - rpc StreamMetastorePartitions(stream StreamMetastorePartitionsRequest) - returns (stream StreamMetastorePartitionsResponse) {} -} - -// Request message for CreateMetastorePartition. The MetastorePartition is -// uniquely identified by values, which is an ordered list. Hence, there is no -// separate name or partition id field. -message CreateMetastorePartitionRequest { - // Required. Reference to the table to where the metastore partition to be - // added, in the format of - // projects/{project}/databases/{databases}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. The metastore partition to be added. - MetastorePartition metastore_partition = 2 - [(google.api.field_behavior) = REQUIRED]; -} - -// Request message for BatchCreateMetastorePartitions. -message BatchCreateMetastorePartitionsRequest { - // Required. Reference to the table to where the metastore partitions to be - // added, in the format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. Requests to add metastore partitions to the table. - repeated CreateMetastorePartitionRequest requests = 2 - [(google.api.field_behavior) = REQUIRED]; - - // Optional. Mimics the ifNotExists flag in IMetaStoreClient - // add_partitions(..). If the flag is set to false, the server will return - // ALREADY_EXISTS if any partition already exists. If the flag is set to true, - // the server will skip existing partitions and insert only the non-existing - // partitions. A maximum of 900 partitions can be inserted in a batch. - bool skip_existing_partitions = 3 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Optional trace id to be used for debugging. It is expected that - // the client sets the same `trace_id` for all the batches in the same - // operation, so that it is possible to tie together the logs to all the - // batches in the same operation. Limited to 256 characters. This is expected, - // but not required, to be globally unique. - string trace_id = 4 [(google.api.field_behavior) = OPTIONAL]; -} - -// Response message for BatchCreateMetastorePartitions. -message BatchCreateMetastorePartitionsResponse { - // The list of metastore partitions that have been created. - repeated MetastorePartition partitions = 1; -} - -// Request message for BatchDeleteMetastorePartitions. The MetastorePartition is -// uniquely identified by values, which is an ordered list. Hence, there is no -// separate name or partition id field. -message BatchDeleteMetastorePartitionsRequest { - // Required. Reference to the table to which these metastore partitions - // belong, in the format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. The list of metastore partitions (identified by its values) to be - // deleted. A maximum of 900 partitions can be deleted in a batch. - repeated MetastorePartitionValues partition_values = 2 - [(google.api.field_behavior) = REQUIRED]; - - // Optional. Optional trace id to be used for debugging. It is expected that - // the client sets the same `trace_id` for all the batches in the same - // operation, so that it is possible to tie together the logs to all the - // batches in the same operation. This is expected, but not required, to be - // globally unique. - string trace_id = 4 [(google.api.field_behavior) = OPTIONAL]; -} - -// Request message for UpdateMetastorePartition. -message UpdateMetastorePartitionRequest { - // Required. The metastore partition to be updated. - MetastorePartition metastore_partition = 1 - [(google.api.field_behavior) = REQUIRED]; - - // Optional. The list of fields to update. - google.protobuf.FieldMask update_mask = 2 - [(google.api.field_behavior) = OPTIONAL]; -} - -// Request message for BatchUpdateMetastorePartitions. -message BatchUpdateMetastorePartitionsRequest { - // Required. Reference to the table to which these metastore partitions - // belong, in the format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. Requests to update metastore partitions in the table. - repeated UpdateMetastorePartitionRequest requests = 2 - [(google.api.field_behavior) = REQUIRED]; - - // Optional. Optional trace id to be used for debugging. It is expected that - // the client sets the same `trace_id` for all the batches in the same - // operation, so that it is possible to tie together the logs to all the - // batches in the same operation. This is expected, but not required, to be - // globally unique. - string trace_id = 4 [(google.api.field_behavior) = OPTIONAL]; -} - -// Response message for BatchUpdateMetastorePartitions. -message BatchUpdateMetastorePartitionsResponse { - // The list of metastore partitions that have been updated. - // A maximum of 900 partitions can be updated in a batch. - repeated MetastorePartition partitions = 1; -} - -// Request message for ListMetastorePartitions. -message ListMetastorePartitionsRequest { - // Required. Reference to the table to which these metastore partitions - // belong, in the format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Optional. SQL text filtering statement, similar to a WHERE clause in a - // query. Only supports single-row expressions. Aggregate functions are not - // supported. - // - // Examples: - // * "int_field > 5" - // * "date_field = CAST('2014-9-27' as DATE)" - // * "nullable_field is not NULL" - // * "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" - // * "numeric_field BETWEEN 1.0 AND 5.0" - // - // Restricted to a maximum length of 1 MB. - string filter = 2 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Optional trace id to be used for debugging. It is expected that - // the client sets the same `trace_id` for all the batches in the same - // operation, so that it is possible to tie together the logs to all the - // batches in the same operation. Limited to 256 characters. This is expected, - // but not required, to be globally unique. - string trace_id = 3 [(google.api.field_behavior) = OPTIONAL]; -} - -// Response message for ListMetastorePartitions. -message ListMetastorePartitionsResponse { - // The response depends on the number of metastore partitions to be returned; - // it can be a list of partitions or a list of - // [ReadStream]((https://cloud.google.com/bigquery/docs/reference/storage/rpc/google.cloud.bigquery.storage.v1#readstream)) - // objects. For the second situation, the BigQuery [Read API - // ReadRows](https://cloud.google.com/bigquery/docs/reference/storage#read_from_a_session_stream) - // method must be used to stream the data and convert it into a list of - // partitions. - oneof response { - // The list of partitions. - MetastorePartitionList partitions = 1; - - // The list of streams. - StreamList streams = 2; - } -} - -// The top-level message sent by the client to the -// [Partitions.StreamMetastorePartitions][] method. -// Follows the default gRPC streaming maximum size of 4 MB. -message StreamMetastorePartitionsRequest { - // Required. Reference to the table to where the partition to be added, in the - // format of - // projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Optional. A list of metastore partitions to be added to the table. - repeated MetastorePartition metastore_partitions = 2 - [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Mimics the ifNotExists flag in IMetaStoreClient - // add_partitions(..). If the flag is set to false, the server will return - // ALREADY_EXISTS on commit if any partition already exists. If the flag is - // set to true: - // 1) the server will skip existing partitions - // insert only the non-existing partitions as part of the commit. - // 2) The client must set the `skip_existing_partitions` field to true for - // all requests in the stream. - bool skip_existing_partitions = 3 [(google.api.field_behavior) = OPTIONAL]; -} - -// This is the response message sent by the server -// to the client for the [Partitions.StreamMetastorePartitions][] method when -// the commit is successful. Server will close the stream after sending this -// message. -message StreamMetastorePartitionsResponse { - // Total count of partitions streamed by the client during the lifetime of the - // stream. This is only set in the final response message before closing the - // stream. - int64 total_partitions_streamed_count = 2; - - // Total count of partitions inserted by the server during the lifetime of the - // stream. This is only set in the final response message before closing the - // stream. - int64 total_partitions_inserted_count = 3; -} - -// Structured custom error message for batch size too large error. -// The error can be attached as error details in the returned rpc Status for -// more structured error handling in the client. -message BatchSizeTooLargeError { - // The maximum number of items that are supported in a single batch. This is - // returned as a hint to the client to adjust the batch size. - int64 max_batch_size = 1; - - // Optional. The error message that is returned to the client. - string error_message = 2 [(google.api.field_behavior) = OPTIONAL]; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta/partition.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta/partition.proto deleted file mode 100644 index a4bf07547391..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta/partition.proto +++ /dev/null @@ -1,140 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta; - -import "google/api/field_behavior.proto"; -import "google/api/resource.proto"; -import "google/protobuf/timestamp.proto"; - -option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1Beta"; -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "MetastorePartitionProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta"; -option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1beta"; - -// Schema description of a metastore partition column. -message FieldSchema { - // Required. The name of the column. - // The maximum length of the name is 1024 characters - string name = 1 [(google.api.field_behavior) = REQUIRED]; - - // Required. The type of the metastore partition column. Maximum allowed - // length is 1024 characters. - string type = 2 [(google.api.field_behavior) = REQUIRED]; -} - -// Contains information about the physical storage of the data in the metastore -// partition. -message StorageDescriptor { - // Optional. The physical location of the metastore partition - // (e.g. `gs://spark-dataproc-data/pangea-data/case_sensitive/` or - // `gs://spark-dataproc-data/pangea-data/*`). - string location_uri = 1 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Specifies the fully qualified class name of the InputFormat - // (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). - // The maximum length is 128 characters. - string input_format = 2 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Specifies the fully qualified class name of the OutputFormat - // (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). - // The maximum length is 128 characters. - string output_format = 3 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Serializer and deserializer information. - SerDeInfo serde_info = 4 [(google.api.field_behavior) = OPTIONAL]; -} - -// Serializer and deserializer information. -message SerDeInfo { - // Optional. Name of the SerDe. - // The maximum length is 256 characters. - string name = 1 [(google.api.field_behavior) = OPTIONAL]; - - // Required. Specifies a fully-qualified class name of the serialization - // library that is responsible for the translation of data between table - // representation and the underlying low-level input and output format - // structures. The maximum length is 256 characters. - string serialization_library = 2 [(google.api.field_behavior) = REQUIRED]; - - // Optional. Key-value pairs that define the initialization parameters for the - // serialization library. - // Maximum size 10 Kib. - map parameters = 3 [(google.api.field_behavior) = OPTIONAL]; -} - -// Information about a Hive partition. -message MetastorePartition { - // Required. Represents the values of the partition keys, where each value - // corresponds to a specific partition key in the order in which the keys are - // defined. Each value is limited to 1024 characters. - repeated string values = 1 [(google.api.field_behavior) = REQUIRED]; - - // Output only. The creation time of the partition. - google.protobuf.Timestamp create_time = 2 - [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Optional. Contains information about the physical storage of the data in - // the partition. - StorageDescriptor storage_descriptor = 3 - [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Additional parameters or metadata associated with the partition. - // Maximum size 10 KiB. - map parameters = 4 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. List of columns. - repeated FieldSchema fields = 5 [(google.api.field_behavior) = OPTIONAL]; -} - -// List of metastore partitions. -message MetastorePartitionList { - // Required. List of partitions. - repeated MetastorePartition partitions = 1 - [(google.api.field_behavior) = REQUIRED]; -} - -// Information about a single stream that is used to read partitions. -message ReadStream { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/ReadStream" - pattern: "projects/{project}/locations/{location}/sessions/{session}/streams/{stream}" - plural: "readStreams" - singular: "readStream" - }; - - // Output only. Identifier. Name of the stream, in the form - // `projects/{project_id}/locations/{location}/sessions/{session_id}/streams/{stream_id}`. - string name = 1 [ - (google.api.field_behavior) = OUTPUT_ONLY, - (google.api.field_behavior) = IDENTIFIER - ]; -} - -// List of streams. -message StreamList { - // Output only. List of streams. - repeated ReadStream streams = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; -} - -// Represents the values of a metastore partition. -message MetastorePartitionValues { - // Required. The values of the partition keys, where each value corresponds to - // a specific partition key in the order in which the keys are defined. - repeated string values = 1 [(google.api.field_behavior) = REQUIRED]; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/arrow.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/arrow.proto deleted file mode 100644 index 378975cf079e..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/arrow.proto +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta1; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb;storagepb"; -option java_outer_classname = "ArrowProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta1"; - -// Arrow schema. -message ArrowSchema { - // IPC serialized Arrow schema. - bytes serialized_schema = 1; -} - -// Arrow RecordBatch. -message ArrowRecordBatch { - // IPC serialized Arrow RecordBatch. - bytes serialized_record_batch = 1; - - // The count of rows in the returning block. - int64 row_count = 2; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/avro.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/avro.proto deleted file mode 100644 index ccb76f2db7e3..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/avro.proto +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta1; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb;storagepb"; -option java_outer_classname = "AvroProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta1"; - -// Avro schema. -message AvroSchema { - // Json serialized schema, as described at - // https://avro.apache.org/docs/1.8.1/spec.html - string schema = 1; -} - -// Avro rows. -message AvroRows { - // Binary serialized rows in a block. - bytes serialized_binary_rows = 1; - - // The count of rows in the returning block. - int64 row_count = 2; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/read_options.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/read_options.proto deleted file mode 100644 index 0fe7d2b3049d..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/read_options.proto +++ /dev/null @@ -1,84 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta1; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb;storagepb"; -option java_package = "com.google.cloud.bigquery.storage.v1beta1"; - -// Options dictating how we read a table. -message TableReadOptions { - // Optional. The names of the fields in the table to be returned. If no - // field names are specified, then all fields in the table are returned. - // - // Nested fields -- the child elements of a STRUCT field -- can be selected - // individually using their fully-qualified names, and will be returned as - // record fields containing only the selected nested fields. If a STRUCT - // field is specified in the selected fields list, all of the child elements - // will be returned. - // - // As an example, consider a table with the following schema: - // - // { - // "name": "struct_field", - // "type": "RECORD", - // "mode": "NULLABLE", - // "fields": [ - // { - // "name": "string_field1", - // "type": "STRING", - // . "mode": "NULLABLE" - // }, - // { - // "name": "string_field2", - // "type": "STRING", - // "mode": "NULLABLE" - // } - // ] - // } - // - // Specifying "struct_field" in the selected fields list will result in a - // read session schema with the following logical structure: - // - // struct_field { - // string_field1 - // string_field2 - // } - // - // Specifying "struct_field.string_field1" in the selected fields list will - // result in a read session schema with the following logical structure: - // - // struct_field { - // string_field1 - // } - // - // The order of the fields in the read session schema is derived from the - // table schema and does not correspond to the order in which the fields are - // specified in this list. - repeated string selected_fields = 1; - - // Optional. SQL text filtering statement, similar to a WHERE clause in - // a SQL query. Aggregates are not supported. - // - // Examples: "int_field > 5" - // "date_field = CAST('2014-9-27' as DATE)" - // "nullable_field is not NULL" - // "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" - // "numeric_field BETWEEN 1.0 AND 5.0" - // - // Restricted to a maximum length for 1 MB. - string row_restriction = 2; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/storage.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/storage.proto deleted file mode 100644 index 5cd150e38ddd..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/storage.proto +++ /dev/null @@ -1,429 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta1; - -import "google/api/annotations.proto"; -import "google/api/client.proto"; -import "google/api/field_behavior.proto"; -import "google/api/resource.proto"; -import "google/cloud/bigquery/storage/v1beta1/arrow.proto"; -import "google/cloud/bigquery/storage/v1beta1/avro.proto"; -import "google/cloud/bigquery/storage/v1beta1/read_options.proto"; -import "google/cloud/bigquery/storage/v1beta1/table_reference.proto"; -import "google/protobuf/empty.proto"; -import "google/protobuf/timestamp.proto"; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb;storagepb"; -option java_package = "com.google.cloud.bigquery.storage.v1beta1"; - -// BigQuery storage API. -// -// The BigQuery storage API can be used to read data stored in BigQuery. -// -// The v1beta1 API is not yet officially deprecated, and will go through a full -// deprecation cycle (https://cloud.google.com/products#product-launch-stages) -// before the service is turned down. However, new code should use the v1 API -// going forward. -service BigQueryStorage { - option (google.api.default_host) = "bigquerystorage.googleapis.com"; - option (google.api.oauth_scopes) = - "https://www.googleapis.com/auth/bigquery," - "https://www.googleapis.com/auth/cloud-platform"; - - // Creates a new read session. A read session divides the contents of a - // BigQuery table into one or more streams, which can then be used to read - // data from the table. The read session also specifies properties of the - // data to be read, such as a list of columns or a push-down filter describing - // the rows to be returned. - // - // A particular row can be read by at most one stream. When the caller has - // reached the end of each stream in the session, then all the data in the - // table has been read. - // - // Read sessions automatically expire 6 hours after they are created and do - // not require manual clean-up by the caller. - rpc CreateReadSession(CreateReadSessionRequest) returns (ReadSession) { - option (google.api.http) = { - post: "/v1beta1/{table_reference.project_id=projects/*}" - body: "*" - additional_bindings { - post: "/v1beta1/{table_reference.dataset_id=projects/*/datasets/*}" - body: "*" - } - }; - option (google.api.method_signature) = - "table_reference,parent,requested_streams"; - } - - // Reads rows from the table in the format prescribed by the read session. - // Each response contains one or more table rows, up to a maximum of 10 MiB - // per response; read requests which attempt to read individual rows larger - // than this will fail. - // - // Each request also returns a set of stream statistics reflecting the - // estimated total number of rows in the read stream. This number is computed - // based on the total table size and the number of active streams in the read - // session, and may change as other streams continue to read data. - rpc ReadRows(ReadRowsRequest) returns (stream ReadRowsResponse) { - option (google.api.http) = { - get: "/v1beta1/{read_position.stream.name=projects/*/streams/*}" - }; - option (google.api.method_signature) = "read_position"; - } - - // Creates additional streams for a ReadSession. This API can be used to - // dynamically adjust the parallelism of a batch processing task upwards by - // adding additional workers. - rpc BatchCreateReadSessionStreams(BatchCreateReadSessionStreamsRequest) - returns (BatchCreateReadSessionStreamsResponse) { - option (google.api.http) = { - post: "/v1beta1/{session.name=projects/*/sessions/*}" - body: "*" - }; - option (google.api.method_signature) = "session,requested_streams"; - } - - // Causes a single stream in a ReadSession to gracefully stop. This - // API can be used to dynamically adjust the parallelism of a batch processing - // task downwards without losing data. - // - // This API does not delete the stream -- it remains visible in the - // ReadSession, and any data processed by the stream is not released to other - // streams. However, no additional data will be assigned to the stream once - // this call completes. Callers must continue reading data on the stream until - // the end of the stream is reached so that data which has already been - // assigned to the stream will be processed. - // - // This method will return an error if there are no other live streams - // in the Session, or if SplitReadStream() has been called on the given - // Stream. - rpc FinalizeStream(FinalizeStreamRequest) returns (google.protobuf.Empty) { - option (google.api.http) = { - post: "/v1beta1/{stream.name=projects/*/streams/*}" - body: "*" - }; - option (google.api.method_signature) = "stream"; - } - - // Splits a given read stream into two Streams. These streams are referred to - // as the primary and the residual of the split. The original stream can still - // be read from in the same manner as before. Both of the returned streams can - // also be read from, and the total rows return by both child streams will be - // the same as the rows read from the original stream. - // - // Moreover, the two child streams will be allocated back to back in the - // original Stream. Concretely, it is guaranteed that for streams Original, - // Primary, and Residual, that Original[0-j] = Primary[0-j] and - // Original[j-n] = Residual[0-m] once the streams have been read to - // completion. - // - // This method is guaranteed to be idempotent. - rpc SplitReadStream(SplitReadStreamRequest) - returns (SplitReadStreamResponse) { - option (google.api.http) = { - get: "/v1beta1/{original_stream.name=projects/*/streams/*}" - }; - option (google.api.method_signature) = "original_stream"; - } -} - -// Information about a single data stream within a read session. -message Stream { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/Stream" - pattern: "projects/{project}/locations/{location}/streams/{stream}" - }; - - // Name of the stream, in the form - // `projects/{project_id}/locations/{location}/streams/{stream_id}`. - string name = 1; -} - -// Expresses a point within a given stream using an offset position. -message StreamPosition { - // Identifier for a given Stream. - Stream stream = 1; - - // Position in the stream. - int64 offset = 2; -} - -// Information returned from a `CreateReadSession` request. -message ReadSession { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/ReadSession" - pattern: "projects/{project}/locations/{location}/sessions/{session}" - }; - - // Unique identifier for the session, in the form - // `projects/{project_id}/locations/{location}/sessions/{session_id}`. - string name = 1; - - // Time at which the session becomes invalid. After this time, subsequent - // requests to read this Session will return errors. - google.protobuf.Timestamp expire_time = 2; - - // The schema for the read. If read_options.selected_fields is set, the - // schema may be different from the table schema as it will only contain - // the selected fields. - oneof schema { - // Avro schema. - AvroSchema avro_schema = 5; - - // Arrow schema. - ArrowSchema arrow_schema = 6; - } - - // Streams associated with this session. - repeated Stream streams = 4; - - // Table that this ReadSession is reading from. - TableReference table_reference = 7; - - // Any modifiers which are applied when reading from the specified table. - TableModifiers table_modifiers = 8; - - // The strategy to use for distributing data among the streams. - ShardingStrategy sharding_strategy = 9; -} - -// Data format for input or output data. -enum DataFormat { - // Data format is unspecified. - DATA_FORMAT_UNSPECIFIED = 0; - - // Avro is a standard open source row based file format. - // See https://avro.apache.org/ for more details. - AVRO = 1; - - // Arrow is a standard open source column-based message format. - // See https://arrow.apache.org/ for more details. - ARROW = 3; -} - -// Strategy for distributing data among multiple streams in a read session. -enum ShardingStrategy { - // Same as LIQUID. - SHARDING_STRATEGY_UNSPECIFIED = 0; - - // Assigns data to each stream based on the client's read rate. The faster the - // client reads from a stream, the more data is assigned to the stream. In - // this strategy, it's possible to read all data from a single stream even if - // there are other streams present. - LIQUID = 1; - - // Assigns data to each stream such that roughly the same number of rows can - // be read from each stream. Because the server-side unit for assigning data - // is collections of rows, the API does not guarantee that each stream will - // return the same number or rows. Additionally, the limits are enforced based - // on the number of pre-filtering rows, so some filters can lead to lopsided - // assignments. - BALANCED = 2; -} - -// Creates a new read session, which may include additional options such as -// requested parallelism, projection filters and constraints. -message CreateReadSessionRequest { - // Required. Reference to the table to read. - TableReference table_reference = 1 [(google.api.field_behavior) = REQUIRED]; - - // Required. String of the form `projects/{project_id}` indicating the - // project this ReadSession is associated with. This is the project that will - // be billed for usage. - string parent = 6 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "cloudresourcemanager.googleapis.com/Project" - } - ]; - - // Any modifiers to the Table (e.g. snapshot timestamp). - TableModifiers table_modifiers = 2; - - // Initial number of streams. If unset or 0, we will - // provide a value of streams so as to produce reasonable throughput. Must be - // non-negative. The number of streams may be lower than the requested number, - // depending on the amount parallelism that is reasonable for the table and - // the maximum amount of parallelism allowed by the system. - // - // Streams must be read starting from offset 0. - int32 requested_streams = 3; - - // Read options for this session (e.g. column selection, filters). - TableReadOptions read_options = 4; - - // Data output format. Currently default to Avro. - // DATA_FORMAT_UNSPECIFIED not supported. - DataFormat format = 5; - - // The strategy to use for distributing data among multiple streams. Currently - // defaults to liquid sharding. - ShardingStrategy sharding_strategy = 7; -} - -// Requesting row data via `ReadRows` must provide Stream position information. -message ReadRowsRequest { - // Required. Identifier of the position in the stream to start reading from. - // The offset requested must be less than the last row read from ReadRows. - // Requesting a larger offset is undefined. - StreamPosition read_position = 1 [(google.api.field_behavior) = REQUIRED]; -} - -// Progress information for a given Stream. -message StreamStatus { - // Number of estimated rows in the current stream. May change over time as - // different readers in the stream progress at rates which are relatively fast - // or slow. - int64 estimated_row_count = 1; - - // A value in the range [0.0, 1.0] that represents the fraction of rows - // assigned to this stream that have been processed by the server. In the - // presence of read filters, the server may process more rows than it returns, - // so this value reflects progress through the pre-filtering rows. - // - // This value is only populated for sessions created through the BALANCED - // sharding strategy. - float fraction_consumed = 2; - - // Represents the progress of the current stream. - Progress progress = 4; - - // Whether this stream can be split. For sessions that use the LIQUID sharding - // strategy, this value is always false. For BALANCED sessions, this value is - // false when enough data have been read such that no more splits are possible - // at that point or beyond. For small tables or streams that are the result of - // a chain of splits, this value may never be true. - bool is_splittable = 3; -} - -message Progress { - // The fraction of rows assigned to the stream that have been processed by the - // server so far, not including the rows in the current response message. - // - // This value, along with `at_response_end`, can be used to interpolate the - // progress made as the rows in the message are being processed using the - // following formula: `at_response_start + (at_response_end - - // at_response_start) * rows_processed_from_response / rows_in_response`. - // - // Note that if a filter is provided, the `at_response_end` value of the - // previous response may not necessarily be equal to the `at_response_start` - // value of the current response. - float at_response_start = 1; - - // Similar to `at_response_start`, except that this value includes the rows in - // the current response. - float at_response_end = 2; -} - -// Information on if the current connection is being throttled. -message ThrottleStatus { - // How much this connection is being throttled. - // 0 is no throttling, 100 is completely throttled. - int32 throttle_percent = 1; -} - -// Response from calling `ReadRows` may include row data, progress and -// throttling information. -message ReadRowsResponse { - // Row data is returned in format specified during session creation. - oneof rows { - // Serialized row data in AVRO format. - AvroRows avro_rows = 3; - - // Serialized row data in Arrow RecordBatch format. - ArrowRecordBatch arrow_record_batch = 4; - } - - // Number of serialized rows in the rows block. This value is recorded here, - // in addition to the row_count values in the output-specific messages in - // `rows`, so that code which needs to record progress through the stream can - // do so in an output format-independent way. - int64 row_count = 6; - - // Estimated stream statistics. - StreamStatus status = 2; - - // Throttling status. If unset, the latest response still describes - // the current throttling status. - ThrottleStatus throttle_status = 5; - - // The schema for the read. If read_options.selected_fields is set, the - // schema may be different from the table schema as it will only contain - // the selected fields. This schema is equivalent to the one returned by - // CreateSession. This field is only populated in the first ReadRowsResponse - // RPC. - oneof schema { - // Output only. Avro schema. - AvroSchema avro_schema = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Arrow schema. - ArrowSchema arrow_schema = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; - } -} - -// Information needed to request additional streams for an established read -// session. -message BatchCreateReadSessionStreamsRequest { - // Required. Must be a non-expired session obtained from a call to - // CreateReadSession. Only the name field needs to be set. - ReadSession session = 1 [(google.api.field_behavior) = REQUIRED]; - - // Required. Number of new streams requested. Must be positive. - // Number of added streams may be less than this, see CreateReadSessionRequest - // for more information. - int32 requested_streams = 2 [(google.api.field_behavior) = REQUIRED]; -} - -// The response from `BatchCreateReadSessionStreams` returns the stream -// identifiers for the newly created streams. -message BatchCreateReadSessionStreamsResponse { - // Newly added streams. - repeated Stream streams = 1; -} - -// Request information for invoking `FinalizeStream`. -message FinalizeStreamRequest { - // Required. Stream to finalize. - Stream stream = 2 [(google.api.field_behavior) = REQUIRED]; -} - -// Request information for `SplitReadStream`. -message SplitReadStreamRequest { - // Required. Stream to split. - Stream original_stream = 1 [(google.api.field_behavior) = REQUIRED]; - - // A value in the range (0.0, 1.0) that specifies the fractional point at - // which the original stream should be split. The actual split point is - // evaluated on pre-filtered rows, so if a filter is provided, then there is - // no guarantee that the division of the rows between the new child streams - // will be proportional to this fractional value. Additionally, because the - // server-side unit for assigning data is collections of rows, this fraction - // will always map to to a data storage boundary on the server side. - float fraction = 2; -} - -// Response from `SplitReadStream`. -message SplitReadStreamResponse { - // Primary stream, which contains the beginning portion of - // |original_stream|. An empty value indicates that the original stream can no - // longer be split. - Stream primary_stream = 1; - - // Remainder stream, which contains the tail of |original_stream|. An empty - // value indicates that the original stream can no longer be split. - Stream remainder_stream = 2; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/table_reference.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/table_reference.proto deleted file mode 100644 index 99cd5d099c56..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta1/table_reference.proto +++ /dev/null @@ -1,41 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta1; - -import "google/protobuf/timestamp.proto"; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb;storagepb"; -option java_outer_classname = "TableReferenceProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta1"; - -// Table reference that includes just the 3 strings needed to identify a table. -message TableReference { - // The assigned project ID of the project. - string project_id = 1; - - // The ID of the dataset in the above project. - string dataset_id = 2; - - // The ID of the table in the above dataset. - string table_id = 3; -} - -// All fields in this message optional. -message TableModifiers { - // The snapshot time of the table. If not set, interpreted as now. - google.protobuf.Timestamp snapshot_time = 1; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/arrow.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/arrow.proto deleted file mode 100644 index 7d17d559e244..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/arrow.proto +++ /dev/null @@ -1,57 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta2; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta2/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "ArrowProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta2"; - -// Arrow schema as specified in -// https://arrow.apache.org/docs/python/api/datatypes.html -// and serialized to bytes using IPC: -// https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc -// -// See code samples on how this message can be deserialized. -message ArrowSchema { - // IPC serialized Arrow schema. - bytes serialized_schema = 1; -} - -// Arrow RecordBatch. -message ArrowRecordBatch { - // IPC-serialized Arrow RecordBatch. - bytes serialized_record_batch = 1; -} - -// Contains options specific to Arrow Serialization. -message ArrowSerializationOptions { - // The IPC format to use when serializing Arrow streams. - enum Format { - // If unspecied the IPC format as of 0.15 release will be used. - FORMAT_UNSPECIFIED = 0; - - // Use the legacy IPC message format as of Apache Arrow Release 0.14. - ARROW_0_14 = 1; - - // Use the message format as of Apache Arrow Release 0.15. - ARROW_0_15 = 2; - } - - // The Arrow IPC format to use. - Format format = 1; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/avro.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/avro.proto deleted file mode 100644 index bd48a5cd0d80..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/avro.proto +++ /dev/null @@ -1,35 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta2; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta2/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "AvroProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta2"; - -// Avro schema. -message AvroSchema { - // Json serialized schema, as described at - // https://avro.apache.org/docs/1.8.1/spec.html. - string schema = 1; -} - -// Avro rows. -message AvroRows { - // Binary serialized rows in a block. - bytes serialized_binary_rows = 1; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/protobuf.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/protobuf.proto deleted file mode 100644 index cdc77e7e6618..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/protobuf.proto +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta2; - -import "google/protobuf/descriptor.proto"; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta2/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "ProtoBufProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta2"; - -// ProtoSchema describes the schema of the serialized protocol buffer data rows. -message ProtoSchema { - // Descriptor for input message. The descriptor has to be self contained, - // including all the nested types, excepted for proto buffer well known types - // (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf). - google.protobuf.DescriptorProto proto_descriptor = 1; -} - -message ProtoRows { - // A sequence of rows serialized as a Protocol Buffer. - // - // See https://developers.google.com/protocol-buffers/docs/overview for more - // information on deserializing this field. - repeated bytes serialized_rows = 1; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/storage.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/storage.proto deleted file mode 100644 index 35fb37a8202c..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/storage.proto +++ /dev/null @@ -1,577 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta2; - -import "google/api/annotations.proto"; -import "google/api/client.proto"; -import "google/api/field_behavior.proto"; -import "google/api/resource.proto"; -import "google/cloud/bigquery/storage/v1beta2/arrow.proto"; -import "google/cloud/bigquery/storage/v1beta2/avro.proto"; -import "google/cloud/bigquery/storage/v1beta2/protobuf.proto"; -import "google/cloud/bigquery/storage/v1beta2/stream.proto"; -import "google/cloud/bigquery/storage/v1beta2/table.proto"; -import "google/protobuf/timestamp.proto"; -import "google/protobuf/wrappers.proto"; -import "google/rpc/status.proto"; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta2/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "StorageProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta2"; - -// BigQuery Read API. -// -// The Read API can be used to read data from BigQuery. -// -// New code should use the v1 Read API going forward, if they don't use Write -// API at the same time. -service BigQueryRead { - option (google.api.default_host) = "bigquerystorage.googleapis.com"; - option (google.api.oauth_scopes) = - "https://www.googleapis.com/auth/bigquery," - "https://www.googleapis.com/auth/cloud-platform"; - - // Creates a new read session. A read session divides the contents of a - // BigQuery table into one or more streams, which can then be used to read - // data from the table. The read session also specifies properties of the - // data to be read, such as a list of columns or a push-down filter describing - // the rows to be returned. - // - // A particular row can be read by at most one stream. When the caller has - // reached the end of each stream in the session, then all the data in the - // table has been read. - // - // Data is assigned to each stream such that roughly the same number of - // rows can be read from each stream. Because the server-side unit for - // assigning data is collections of rows, the API does not guarantee that - // each stream will return the same number or rows. Additionally, the - // limits are enforced based on the number of pre-filtered rows, so some - // filters can lead to lopsided assignments. - // - // Read sessions automatically expire 6 hours after they are created and do - // not require manual clean-up by the caller. - rpc CreateReadSession(CreateReadSessionRequest) returns (ReadSession) { - option (google.api.http) = { - post: "/v1beta2/{read_session.table=projects/*/datasets/*/tables/*}" - body: "*" - }; - option (google.api.method_signature) = - "parent,read_session,max_stream_count"; - } - - // Reads rows from the stream in the format prescribed by the ReadSession. - // Each response contains one or more table rows, up to a maximum of 100 MiB - // per response; read requests which attempt to read individual rows larger - // than 100 MiB will fail. - // - // Each request also returns a set of stream statistics reflecting the current - // state of the stream. - rpc ReadRows(ReadRowsRequest) returns (stream ReadRowsResponse) { - option (google.api.http) = { - get: "/v1beta2/{read_stream=projects/*/locations/*/sessions/*/streams/*}" - }; - option (google.api.method_signature) = "read_stream,offset"; - } - - // Splits a given `ReadStream` into two `ReadStream` objects. These - // `ReadStream` objects are referred to as the primary and the residual - // streams of the split. The original `ReadStream` can still be read from in - // the same manner as before. Both of the returned `ReadStream` objects can - // also be read from, and the rows returned by both child streams will be - // the same as the rows read from the original stream. - // - // Moreover, the two child streams will be allocated back-to-back in the - // original `ReadStream`. Concretely, it is guaranteed that for streams - // original, primary, and residual, that original[0-j] = primary[0-j] and - // original[j-n] = residual[0-m] once the streams have been read to - // completion. - rpc SplitReadStream(SplitReadStreamRequest) - returns (SplitReadStreamResponse) { - option (google.api.http) = { - get: "/v1beta2/{name=projects/*/locations/*/sessions/*/streams/*}" - }; - } -} - -// BigQuery Write API. -// -// The Write API can be used to write data to BigQuery. -// -// -// The [google.cloud.bigquery.storage.v1 -// API](/bigquery/docs/reference/storage/rpc/google.cloud.bigquery.storage.v1) -// should be used instead of the v1beta2 API for BigQueryWrite operations. -service BigQueryWrite { - option deprecated = true; - option (google.api.default_host) = "bigquerystorage.googleapis.com"; - option (google.api.oauth_scopes) = - "https://www.googleapis.com/auth/bigquery," - "https://www.googleapis.com/auth/bigquery.insertdata," - "https://www.googleapis.com/auth/cloud-platform"; - - // Creates a write stream to the given table. - // Additionally, every table has a special COMMITTED stream named '_default' - // to which data can be written. This stream doesn't need to be created using - // CreateWriteStream. It is a stream that can be used simultaneously by any - // number of clients. Data written to this stream is considered committed as - // soon as an acknowledgement is received. - rpc CreateWriteStream(CreateWriteStreamRequest) returns (WriteStream) { - option deprecated = true; - option (google.api.http) = { - post: "/v1beta2/{parent=projects/*/datasets/*/tables/*}" - body: "write_stream" - }; - option (google.api.method_signature) = "parent,write_stream"; - } - - // Appends data to the given stream. - // - // If `offset` is specified, the `offset` is checked against the end of - // stream. The server returns `OUT_OF_RANGE` in `AppendRowsResponse` if an - // attempt is made to append to an offset beyond the current end of the stream - // or `ALREADY_EXISTS` if user provids an `offset` that has already been - // written to. User can retry with adjusted offset within the same RPC - // stream. If `offset` is not specified, append happens at the end of the - // stream. - // - // The response contains the offset at which the append happened. Responses - // are received in the same order in which requests are sent. There will be - // one response for each successful request. If the `offset` is not set in - // response, it means append didn't happen due to some errors. If one request - // fails, all the subsequent requests will also fail until a success request - // is made again. - // - // If the stream is of `PENDING` type, data will only be available for read - // operations after the stream is committed. - rpc AppendRows(stream AppendRowsRequest) returns (stream AppendRowsResponse) { - option deprecated = true; - option (google.api.http) = { - post: "/v1beta2/{write_stream=projects/*/datasets/*/tables/*/streams/*}" - body: "*" - }; - option (google.api.method_signature) = "write_stream"; - } - - // Gets a write stream. - rpc GetWriteStream(GetWriteStreamRequest) returns (WriteStream) { - option deprecated = true; - option (google.api.http) = { - post: "/v1beta2/{name=projects/*/datasets/*/tables/*/streams/*}" - body: "*" - }; - option (google.api.method_signature) = "name"; - } - - // Finalize a write stream so that no new data can be appended to the - // stream. Finalize is not supported on the '_default' stream. - rpc FinalizeWriteStream(FinalizeWriteStreamRequest) - returns (FinalizeWriteStreamResponse) { - option deprecated = true; - option (google.api.http) = { - post: "/v1beta2/{name=projects/*/datasets/*/tables/*/streams/*}" - body: "*" - }; - option (google.api.method_signature) = "name"; - } - - // Atomically commits a group of `PENDING` streams that belong to the same - // `parent` table. - // Streams must be finalized before commit and cannot be committed multiple - // times. Once a stream is committed, data in the stream becomes available - // for read operations. - rpc BatchCommitWriteStreams(BatchCommitWriteStreamsRequest) - returns (BatchCommitWriteStreamsResponse) { - option deprecated = true; - option (google.api.http) = { - get: "/v1beta2/{parent=projects/*/datasets/*/tables/*}" - }; - option (google.api.method_signature) = "parent"; - } - - // Flushes rows to a BUFFERED stream. - // If users are appending rows to BUFFERED stream, flush operation is - // required in order for the rows to become available for reading. A - // Flush operation flushes up to any previously flushed offset in a BUFFERED - // stream, to the offset specified in the request. - // Flush is not supported on the _default stream, since it is not BUFFERED. - rpc FlushRows(FlushRowsRequest) returns (FlushRowsResponse) { - option deprecated = true; - option (google.api.http) = { - post: "/v1beta2/{write_stream=projects/*/datasets/*/tables/*/streams/*}" - body: "*" - }; - option (google.api.method_signature) = "write_stream"; - } -} - -// Request message for `CreateReadSession`. -message CreateReadSessionRequest { - // Required. The request project that owns the session, in the form of - // `projects/{project_id}`. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "cloudresourcemanager.googleapis.com/Project" - } - ]; - - // Required. Session to be created. - ReadSession read_session = 2 [(google.api.field_behavior) = REQUIRED]; - - // Max initial number of streams. If unset or zero, the server will - // provide a value of streams so as to produce reasonable throughput. Must be - // non-negative. The number of streams may be lower than the requested number, - // depending on the amount parallelism that is reasonable for the table. Error - // will be returned if the max count is greater than the current system - // max limit of 1,000. - // - // Streams must be read starting from offset 0. - int32 max_stream_count = 3; -} - -// Request message for `ReadRows`. -message ReadRowsRequest { - // Required. Stream to read rows from. - string read_stream = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/ReadStream" - } - ]; - - // The offset requested must be less than the last row read from Read. - // Requesting a larger offset is undefined. If not specified, start reading - // from offset zero. - int64 offset = 2; -} - -// Information on if the current connection is being throttled. -message ThrottleState { - // How much this connection is being throttled. Zero means no throttling, - // 100 means fully throttled. - int32 throttle_percent = 1; -} - -// Estimated stream statistics for a given Stream. -message StreamStats { - message Progress { - // The fraction of rows assigned to the stream that have been processed by - // the server so far, not including the rows in the current response - // message. - // - // This value, along with `at_response_end`, can be used to interpolate - // the progress made as the rows in the message are being processed using - // the following formula: `at_response_start + (at_response_end - - // at_response_start) * rows_processed_from_response / rows_in_response`. - // - // Note that if a filter is provided, the `at_response_end` value of the - // previous response may not necessarily be equal to the - // `at_response_start` value of the current response. - double at_response_start = 1; - - // Similar to `at_response_start`, except that this value includes the - // rows in the current response. - double at_response_end = 2; - } - - // Represents the progress of the current stream. - Progress progress = 2; -} - -// Response from calling `ReadRows` may include row data, progress and -// throttling information. -message ReadRowsResponse { - // Row data is returned in format specified during session creation. - oneof rows { - // Serialized row data in AVRO format. - AvroRows avro_rows = 3; - - // Serialized row data in Arrow RecordBatch format. - ArrowRecordBatch arrow_record_batch = 4; - } - - // Number of serialized rows in the rows block. - int64 row_count = 6; - - // Statistics for the stream. - StreamStats stats = 2; - - // Throttling state. If unset, the latest response still describes - // the current throttling status. - ThrottleState throttle_state = 5; - - // The schema for the read. If read_options.selected_fields is set, the - // schema may be different from the table schema as it will only contain - // the selected fields. This schema is equivalent to the one returned by - // CreateSession. This field is only populated in the first ReadRowsResponse - // RPC. - oneof schema { - // Output only. Avro schema. - AvroSchema avro_schema = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Arrow schema. - ArrowSchema arrow_schema = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; - } -} - -// Request message for `SplitReadStream`. -message SplitReadStreamRequest { - // Required. Name of the stream to split. - string name = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/ReadStream" - } - ]; - - // A value in the range (0.0, 1.0) that specifies the fractional point at - // which the original stream should be split. The actual split point is - // evaluated on pre-filtered rows, so if a filter is provided, then there is - // no guarantee that the division of the rows between the new child streams - // will be proportional to this fractional value. Additionally, because the - // server-side unit for assigning data is collections of rows, this fraction - // will always map to a data storage boundary on the server side. - double fraction = 2; -} - -message SplitReadStreamResponse { - // Primary stream, which contains the beginning portion of - // |original_stream|. An empty value indicates that the original stream can no - // longer be split. - ReadStream primary_stream = 1; - - // Remainder stream, which contains the tail of |original_stream|. An empty - // value indicates that the original stream can no longer be split. - ReadStream remainder_stream = 2; -} - -// Request message for `CreateWriteStream`. -message CreateWriteStreamRequest { - // Required. Reference to the table to which the stream belongs, in the format - // of `projects/{project}/datasets/{dataset}/tables/{table}`. - string parent = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { type: "bigquery.googleapis.com/Table" } - ]; - - // Required. Stream to be created. - WriteStream write_stream = 2 [(google.api.field_behavior) = REQUIRED]; -} - -// Request message for `AppendRows`. -message AppendRowsRequest { - // Proto schema and data. - message ProtoData { - // Proto schema used to serialize the data. - ProtoSchema writer_schema = 1; - - // Serialized row data in protobuf message format. - ProtoRows rows = 2; - } - - // Required. The stream that is the target of the append operation. This value - // must be specified for the initial request. If subsequent requests specify - // the stream name, it must equal to the value provided in the first request. - // To write to the _default stream, populate this field with a string in the - // format `projects/{project}/datasets/{dataset}/tables/{table}/_default`. - string write_stream = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/WriteStream" - } - ]; - - // If present, the write is only performed if the next append offset is same - // as the provided value. If not present, the write is performed at the - // current end of stream. Specifying a value for this field is not allowed - // when calling AppendRows for the '_default' stream. - google.protobuf.Int64Value offset = 2; - - // Input rows. The `writer_schema` field must be specified at the initial - // request and currently, it will be ignored if specified in following - // requests. Following requests must have data in the same format as the - // initial request. - oneof rows { - // Rows in proto format. - ProtoData proto_rows = 4; - } - - // Id set by client to annotate its identity. Only initial request setting is - // respected. - string trace_id = 6; -} - -// Response message for `AppendRows`. -message AppendRowsResponse { - // AppendResult is returned for successful append requests. - message AppendResult { - // The row offset at which the last append occurred. The offset will not be - // set if appending using default streams. - google.protobuf.Int64Value offset = 1; - } - - oneof response { - // Result if the append is successful. - AppendResult append_result = 1; - - // Error returned when problems were encountered. If present, - // it indicates rows were not accepted into the system. - // Users can retry or continue with other append requests within the - // same connection. - // - // Additional information about error signalling: - // - // ALREADY_EXISTS: Happens when an append specified an offset, and the - // backend already has received data at this offset. Typically encountered - // in retry scenarios, and can be ignored. - // - // OUT_OF_RANGE: Returned when the specified offset in the stream is beyond - // the current end of the stream. - // - // INVALID_ARGUMENT: Indicates a malformed request or data. - // - // ABORTED: Request processing is aborted because of prior failures. The - // request can be retried if previous failure is addressed. - // - // INTERNAL: Indicates server side error(s) that can be retried. - google.rpc.Status error = 2; - } - - // If backend detects a schema update, pass it to user so that user can - // use it to input new type of message. It will be empty when no schema - // updates have occurred. - TableSchema updated_schema = 3; -} - -// Request message for `GetWriteStreamRequest`. -message GetWriteStreamRequest { - // Required. Name of the stream to get, in the form of - // `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - string name = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/WriteStream" - } - ]; -} - -// Request message for `BatchCommitWriteStreams`. -message BatchCommitWriteStreamsRequest { - // Required. Parent table that all the streams should belong to, in the form - // of `projects/{project}/datasets/{dataset}/tables/{table}`. - string parent = 1 [(google.api.field_behavior) = REQUIRED]; - - // Required. The group of streams that will be committed atomically. - repeated string write_streams = 2 [(google.api.field_behavior) = REQUIRED]; -} - -// Response message for `BatchCommitWriteStreams`. -message BatchCommitWriteStreamsResponse { - // The time at which streams were committed in microseconds granularity. - // This field will only exist when there are no stream errors. - // **Note** if this field is not set, it means the commit was not successful. - google.protobuf.Timestamp commit_time = 1; - - // Stream level error if commit failed. Only streams with error will be in - // the list. - // If empty, there is no error and all streams are committed successfully. - // If non empty, certain streams have errors and ZERO stream is committed due - // to atomicity guarantee. - repeated StorageError stream_errors = 2; -} - -// Request message for invoking `FinalizeWriteStream`. -message FinalizeWriteStreamRequest { - // Required. Name of the stream to finalize, in the form of - // `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - string name = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/WriteStream" - } - ]; -} - -// Response message for `FinalizeWriteStream`. -message FinalizeWriteStreamResponse { - // Number of rows in the finalized stream. - int64 row_count = 1; -} - -// Request message for `FlushRows`. -message FlushRowsRequest { - // Required. The stream that is the target of the flush operation. - string write_stream = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "bigquerystorage.googleapis.com/WriteStream" - } - ]; - - // Ending offset of the flush operation. Rows before this offset(including - // this offset) will be flushed. - google.protobuf.Int64Value offset = 2; -} - -// Respond message for `FlushRows`. -message FlushRowsResponse { - // The rows before this offset (including this offset) are flushed. - int64 offset = 1; -} - -// Structured custom BigQuery Storage error message. The error can be attached -// as error details in the returned rpc Status. In particular, the use of error -// codes allows more structured error handling, and reduces the need to evaluate -// unstructured error text strings. -message StorageError { - // Error code for `StorageError`. - enum StorageErrorCode { - // Default error. - STORAGE_ERROR_CODE_UNSPECIFIED = 0; - - // Table is not found in the system. - TABLE_NOT_FOUND = 1; - - // Stream is already committed. - STREAM_ALREADY_COMMITTED = 2; - - // Stream is not found. - STREAM_NOT_FOUND = 3; - - // Invalid Stream type. - // For example, you try to commit a stream that is not pending. - INVALID_STREAM_TYPE = 4; - - // Invalid Stream state. - // For example, you try to commit a stream that is not finalized or is - // garbaged. - INVALID_STREAM_STATE = 5; - - // Stream is finalized. - STREAM_FINALIZED = 6; - } - - // BigQuery Storage specific error code. - StorageErrorCode code = 1; - - // Name of the failed entity. - string entity = 2; - - // Message that describes the error. - string error_message = 3; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/stream.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/stream.proto deleted file mode 100644 index c2d6d7b6a93a..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/stream.proto +++ /dev/null @@ -1,191 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta2; - -import "google/api/field_behavior.proto"; -import "google/api/resource.proto"; -import "google/cloud/bigquery/storage/v1beta2/arrow.proto"; -import "google/cloud/bigquery/storage/v1beta2/avro.proto"; -import "google/cloud/bigquery/storage/v1beta2/table.proto"; -import "google/protobuf/timestamp.proto"; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta2/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "StreamProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta2"; -option (google.api.resource_definition) = { - type: "bigquery.googleapis.com/Table" - pattern: "projects/{project}/datasets/{dataset}/tables/{table}" -}; - -// Data format for input or output data. -enum DataFormat { - DATA_FORMAT_UNSPECIFIED = 0; - - // Avro is a standard open source row based file format. - // See https://avro.apache.org/ for more details. - AVRO = 1; - - // Arrow is a standard open source column-based message format. - // See https://arrow.apache.org/ for more details. - ARROW = 2; -} - -// Information about the ReadSession. -message ReadSession { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/ReadSession" - pattern: "projects/{project}/locations/{location}/sessions/{session}" - }; - - // Additional attributes when reading a table. - message TableModifiers { - // The snapshot time of the table. If not set, interpreted as now. - google.protobuf.Timestamp snapshot_time = 1; - } - - // Options dictating how we read a table. - message TableReadOptions { - // Names of the fields in the table that should be read. If empty, all - // fields will be read. If the specified field is a nested field, all - // the sub-fields in the field will be selected. The output field order is - // unrelated to the order of fields in selected_fields. - repeated string selected_fields = 1; - - // SQL text filtering statement, similar to a WHERE clause in a query. - // Aggregates are not supported. - // - // Examples: "int_field > 5" - // "date_field = CAST('2014-9-27' as DATE)" - // "nullable_field is not NULL" - // "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" - // "numeric_field BETWEEN 1.0 AND 5.0" - // - // Restricted to a maximum length for 1 MB. - string row_restriction = 2; - - // Optional. Options specific to the Apache Arrow output format. - ArrowSerializationOptions arrow_serialization_options = 3 [(google.api.field_behavior) = OPTIONAL]; - } - - // Output only. Unique identifier for the session, in the form - // `projects/{project_id}/locations/{location}/sessions/{session_id}`. - string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Time at which the session becomes invalid. After this time, subsequent - // requests to read this Session will return errors. The expire_time is - // automatically assigned and currently cannot be specified or updated. - google.protobuf.Timestamp expire_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Immutable. Data format of the output data. - DataFormat data_format = 3 [(google.api.field_behavior) = IMMUTABLE]; - - // The schema for the read. If read_options.selected_fields is set, the - // schema may be different from the table schema as it will only contain - // the selected fields. - oneof schema { - // Output only. Avro schema. - AvroSchema avro_schema = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Arrow schema. - ArrowSchema arrow_schema = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; - } - - // Immutable. Table that this ReadSession is reading from, in the form - // `projects/{project_id}/datasets/{dataset_id}/tables/{table_id} - string table = 6 [ - (google.api.field_behavior) = IMMUTABLE, - (google.api.resource_reference) = { - type: "bigquery.googleapis.com/Table" - } - ]; - - // Optional. Any modifiers which are applied when reading from the specified table. - TableModifiers table_modifiers = 7 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Read options for this session (e.g. column selection, filters). - TableReadOptions read_options = 8 [(google.api.field_behavior) = OPTIONAL]; - - // Output only. A list of streams created with the session. - // - // At least one stream is created with the session. In the future, larger - // request_stream_count values *may* result in this list being unpopulated, - // in that case, the user will need to use a List method to get the streams - // instead, which is not yet available. - repeated ReadStream streams = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; -} - -// Information about a single stream that gets data out of the storage system. -// Most of the information about `ReadStream` instances is aggregated, making -// `ReadStream` lightweight. -message ReadStream { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/ReadStream" - pattern: "projects/{project}/locations/{location}/sessions/{session}/streams/{stream}" - }; - - // Output only. Name of the stream, in the form - // `projects/{project_id}/locations/{location}/sessions/{session_id}/streams/{stream_id}`. - string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; -} - -// Information about a single stream that gets data inside the storage system. -message WriteStream { - option (google.api.resource) = { - type: "bigquerystorage.googleapis.com/WriteStream" - pattern: "projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}" - }; - - // Type enum of the stream. - enum Type { - // Unknown type. - TYPE_UNSPECIFIED = 0; - - // Data will commit automatically and appear as soon as the write is - // acknowledged. - COMMITTED = 1; - - // Data is invisible until the stream is committed. - PENDING = 2; - - // Data is only visible up to the offset to which it was flushed. - BUFFERED = 3; - } - - // Output only. Name of the stream, in the form - // `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Immutable. Type of the stream. - Type type = 2 [(google.api.field_behavior) = IMMUTABLE]; - - // Output only. Create time of the stream. For the _default stream, this is the - // creation_time of the table. - google.protobuf.Timestamp create_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Commit time of the stream. - // If a stream is of `COMMITTED` type, then it will have a commit_time same as - // `create_time`. If the stream is of `PENDING` type, commit_time being empty - // means it is not committed. - google.protobuf.Timestamp commit_time = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. The schema of the destination table. It is only returned in - // `CreateWriteStream` response. Caller should generate data that's - // compatible with this schema to send in initial `AppendRowsRequest`. - // The table schema could go out of date during the life time of the stream. - TableSchema table_schema = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; -} diff --git a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/table.proto b/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/table.proto deleted file mode 100644 index 3dd27cf0f344..000000000000 --- a/handwritten/bigquery-storage/protos/google/cloud/bigquery/storage/v1beta2/table.proto +++ /dev/null @@ -1,111 +0,0 @@ -// Copyright 2025 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. - -syntax = "proto3"; - -package google.cloud.bigquery.storage.v1beta2; - -import "google/api/field_behavior.proto"; - -option go_package = "cloud.google.com/go/bigquery/storage/apiv1beta2/storagepb;storagepb"; -option java_multiple_files = true; -option java_outer_classname = "TableProto"; -option java_package = "com.google.cloud.bigquery.storage.v1beta2"; - -// Schema of a table -message TableSchema { - // Describes the fields in a table. - repeated TableFieldSchema fields = 1; -} - -// A field in TableSchema -message TableFieldSchema { - enum Type { - // Illegal value - TYPE_UNSPECIFIED = 0; - - // 64K, UTF8 - STRING = 1; - - // 64-bit signed - INT64 = 2; - - // 64-bit IEEE floating point - DOUBLE = 3; - - // Aggregate type - STRUCT = 4; - - // 64K, Binary - BYTES = 5; - - // 2-valued - BOOL = 6; - - // 64-bit signed usec since UTC epoch - TIMESTAMP = 7; - - // Civil date - Year, Month, Day - DATE = 8; - - // Civil time - Hour, Minute, Second, Microseconds - TIME = 9; - - // Combination of civil date and civil time - DATETIME = 10; - - // Geography object - GEOGRAPHY = 11; - - // Numeric value - NUMERIC = 12; - - // BigNumeric value - BIGNUMERIC = 13; - - // Interval - INTERVAL = 14; - - // JSON, String - JSON = 15; - } - - enum Mode { - // Illegal value - MODE_UNSPECIFIED = 0; - - NULLABLE = 1; - - REQUIRED = 2; - - REPEATED = 3; - } - - // Required. The field name. The name must contain only letters (a-z, A-Z), - // numbers (0-9), or underscores (_), and must start with a letter or - // underscore. The maximum length is 128 characters. - string name = 1 [(google.api.field_behavior) = REQUIRED]; - - // Required. The field data type. - Type type = 2 [(google.api.field_behavior) = REQUIRED]; - - // Optional. The field mode. The default value is NULLABLE. - Mode mode = 3 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. Describes the nested schema fields if the type property is set to STRUCT. - repeated TableFieldSchema fields = 4 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. The field description. The maximum length is 1,024 characters. - string description = 6 [(google.api.field_behavior) = OPTIONAL]; -} diff --git a/handwritten/bigquery-storage/protos/protos.d.ts b/handwritten/bigquery-storage/protos/protos.d.ts deleted file mode 100644 index 78d959e8a7b5..000000000000 --- a/handwritten/bigquery-storage/protos/protos.d.ts +++ /dev/null @@ -1,23724 +0,0 @@ -// Copyright 2026 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. - -import type {protobuf as $protobuf} from "google-gax"; -import Long = require("long"); -/** Namespace google. */ -export namespace google { - - /** Namespace cloud. */ - namespace cloud { - - /** Namespace bigquery. */ - namespace bigquery { - - /** Namespace storage. */ - namespace storage { - - /** Namespace v1. */ - namespace v1 { - - /** Properties of an ArrowSchema. */ - interface IArrowSchema { - - /** ArrowSchema serializedSchema */ - serializedSchema?: (Uint8Array|Buffer|string|null); - } - - /** Represents an ArrowSchema. */ - class ArrowSchema implements IArrowSchema { - - /** - * Constructs a new ArrowSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IArrowSchema); - - /** ArrowSchema serializedSchema. */ - public serializedSchema: (Uint8Array|Buffer|string); - - /** - * Creates a new ArrowSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns ArrowSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IArrowSchema): google.cloud.bigquery.storage.v1.ArrowSchema; - - /** - * Encodes the specified ArrowSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowSchema.verify|verify} messages. - * @param message ArrowSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IArrowSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ArrowSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowSchema.verify|verify} messages. - * @param message ArrowSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IArrowSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ArrowSchema; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ArrowSchema; - - /** - * Verifies an ArrowSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ArrowSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ArrowSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ArrowSchema; - - /** - * Creates a plain object from an ArrowSchema message. Also converts values to other types if specified. - * @param message ArrowSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ArrowSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ArrowSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ArrowSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an ArrowRecordBatch. */ - interface IArrowRecordBatch { - - /** ArrowRecordBatch serializedRecordBatch */ - serializedRecordBatch?: (Uint8Array|Buffer|string|null); - - /** ArrowRecordBatch rowCount */ - rowCount?: (number|Long|string|null); - } - - /** Represents an ArrowRecordBatch. */ - class ArrowRecordBatch implements IArrowRecordBatch { - - /** - * Constructs a new ArrowRecordBatch. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IArrowRecordBatch); - - /** ArrowRecordBatch serializedRecordBatch. */ - public serializedRecordBatch: (Uint8Array|Buffer|string); - - /** ArrowRecordBatch rowCount. */ - public rowCount: (number|Long|string); - - /** - * Creates a new ArrowRecordBatch instance using the specified properties. - * @param [properties] Properties to set - * @returns ArrowRecordBatch instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IArrowRecordBatch): google.cloud.bigquery.storage.v1.ArrowRecordBatch; - - /** - * Encodes the specified ArrowRecordBatch message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowRecordBatch.verify|verify} messages. - * @param message ArrowRecordBatch message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IArrowRecordBatch, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ArrowRecordBatch message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowRecordBatch.verify|verify} messages. - * @param message ArrowRecordBatch message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IArrowRecordBatch, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ArrowRecordBatch; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ArrowRecordBatch; - - /** - * Verifies an ArrowRecordBatch message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ArrowRecordBatch message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ArrowRecordBatch - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ArrowRecordBatch; - - /** - * Creates a plain object from an ArrowRecordBatch message. Also converts values to other types if specified. - * @param message ArrowRecordBatch - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ArrowRecordBatch, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ArrowRecordBatch to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ArrowRecordBatch - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an ArrowSerializationOptions. */ - interface IArrowSerializationOptions { - - /** ArrowSerializationOptions bufferCompression */ - bufferCompression?: (google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec|keyof typeof google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec|null); - - /** ArrowSerializationOptions picosTimestampPrecision */ - picosTimestampPrecision?: (google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision|keyof typeof google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision|null); - } - - /** Represents an ArrowSerializationOptions. */ - class ArrowSerializationOptions implements IArrowSerializationOptions { - - /** - * Constructs a new ArrowSerializationOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IArrowSerializationOptions); - - /** ArrowSerializationOptions bufferCompression. */ - public bufferCompression: (google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec|keyof typeof google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec); - - /** ArrowSerializationOptions picosTimestampPrecision. */ - public picosTimestampPrecision: (google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision|keyof typeof google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision); - - /** - * Creates a new ArrowSerializationOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns ArrowSerializationOptions instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IArrowSerializationOptions): google.cloud.bigquery.storage.v1.ArrowSerializationOptions; - - /** - * Encodes the specified ArrowSerializationOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowSerializationOptions.verify|verify} messages. - * @param message ArrowSerializationOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IArrowSerializationOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ArrowSerializationOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowSerializationOptions.verify|verify} messages. - * @param message ArrowSerializationOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IArrowSerializationOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ArrowSerializationOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ArrowSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ArrowSerializationOptions; - - /** - * Decodes an ArrowSerializationOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ArrowSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ArrowSerializationOptions; - - /** - * Verifies an ArrowSerializationOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ArrowSerializationOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ArrowSerializationOptions - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ArrowSerializationOptions; - - /** - * Creates a plain object from an ArrowSerializationOptions message. Also converts values to other types if specified. - * @param message ArrowSerializationOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ArrowSerializationOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ArrowSerializationOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ArrowSerializationOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace ArrowSerializationOptions { - - /** CompressionCodec enum. */ - enum CompressionCodec { - COMPRESSION_UNSPECIFIED = 0, - LZ4_FRAME = 1, - ZSTD = 2 - } - - /** PicosTimestampPrecision enum. */ - enum PicosTimestampPrecision { - PICOS_TIMESTAMP_PRECISION_UNSPECIFIED = 0, - TIMESTAMP_PRECISION_MICROS = 1, - TIMESTAMP_PRECISION_NANOS = 2, - TIMESTAMP_PRECISION_PICOS = 3 - } - } - - /** Properties of an AvroSchema. */ - interface IAvroSchema { - - /** AvroSchema schema */ - schema?: (string|null); - } - - /** Represents an AvroSchema. */ - class AvroSchema implements IAvroSchema { - - /** - * Constructs a new AvroSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IAvroSchema); - - /** AvroSchema schema. */ - public schema: string; - - /** - * Creates a new AvroSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns AvroSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IAvroSchema): google.cloud.bigquery.storage.v1.AvroSchema; - - /** - * Encodes the specified AvroSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroSchema.verify|verify} messages. - * @param message AvroSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IAvroSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AvroSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroSchema.verify|verify} messages. - * @param message AvroSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IAvroSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AvroSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.AvroSchema; - - /** - * Decodes an AvroSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.AvroSchema; - - /** - * Verifies an AvroSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AvroSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AvroSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.AvroSchema; - - /** - * Creates a plain object from an AvroSchema message. Also converts values to other types if specified. - * @param message AvroSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.AvroSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AvroSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AvroSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an AvroRows. */ - interface IAvroRows { - - /** AvroRows serializedBinaryRows */ - serializedBinaryRows?: (Uint8Array|Buffer|string|null); - - /** AvroRows rowCount */ - rowCount?: (number|Long|string|null); - } - - /** Represents an AvroRows. */ - class AvroRows implements IAvroRows { - - /** - * Constructs a new AvroRows. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IAvroRows); - - /** AvroRows serializedBinaryRows. */ - public serializedBinaryRows: (Uint8Array|Buffer|string); - - /** AvroRows rowCount. */ - public rowCount: (number|Long|string); - - /** - * Creates a new AvroRows instance using the specified properties. - * @param [properties] Properties to set - * @returns AvroRows instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IAvroRows): google.cloud.bigquery.storage.v1.AvroRows; - - /** - * Encodes the specified AvroRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroRows.verify|verify} messages. - * @param message AvroRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IAvroRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AvroRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroRows.verify|verify} messages. - * @param message AvroRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IAvroRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AvroRows message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.AvroRows; - - /** - * Decodes an AvroRows message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.AvroRows; - - /** - * Verifies an AvroRows message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AvroRows message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AvroRows - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.AvroRows; - - /** - * Creates a plain object from an AvroRows message. Also converts values to other types if specified. - * @param message AvroRows - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.AvroRows, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AvroRows to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AvroRows - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an AvroSerializationOptions. */ - interface IAvroSerializationOptions { - - /** AvroSerializationOptions enableDisplayNameAttribute */ - enableDisplayNameAttribute?: (boolean|null); - - /** AvroSerializationOptions picosTimestampPrecision */ - picosTimestampPrecision?: (google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision|keyof typeof google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision|null); - } - - /** Represents an AvroSerializationOptions. */ - class AvroSerializationOptions implements IAvroSerializationOptions { - - /** - * Constructs a new AvroSerializationOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IAvroSerializationOptions); - - /** AvroSerializationOptions enableDisplayNameAttribute. */ - public enableDisplayNameAttribute: boolean; - - /** AvroSerializationOptions picosTimestampPrecision. */ - public picosTimestampPrecision: (google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision|keyof typeof google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision); - - /** - * Creates a new AvroSerializationOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns AvroSerializationOptions instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IAvroSerializationOptions): google.cloud.bigquery.storage.v1.AvroSerializationOptions; - - /** - * Encodes the specified AvroSerializationOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroSerializationOptions.verify|verify} messages. - * @param message AvroSerializationOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IAvroSerializationOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AvroSerializationOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroSerializationOptions.verify|verify} messages. - * @param message AvroSerializationOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IAvroSerializationOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AvroSerializationOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AvroSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.AvroSerializationOptions; - - /** - * Decodes an AvroSerializationOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AvroSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.AvroSerializationOptions; - - /** - * Verifies an AvroSerializationOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AvroSerializationOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AvroSerializationOptions - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.AvroSerializationOptions; - - /** - * Creates a plain object from an AvroSerializationOptions message. Also converts values to other types if specified. - * @param message AvroSerializationOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.AvroSerializationOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AvroSerializationOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AvroSerializationOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace AvroSerializationOptions { - - /** PicosTimestampPrecision enum. */ - enum PicosTimestampPrecision { - PICOS_TIMESTAMP_PRECISION_UNSPECIFIED = 0, - TIMESTAMP_PRECISION_MICROS = 1, - TIMESTAMP_PRECISION_NANOS = 2, - TIMESTAMP_PRECISION_PICOS = 3 - } - } - - /** Properties of a ProtoSchema. */ - interface IProtoSchema { - - /** ProtoSchema protoDescriptor */ - protoDescriptor?: (google.protobuf.IDescriptorProto|null); - } - - /** Represents a ProtoSchema. */ - class ProtoSchema implements IProtoSchema { - - /** - * Constructs a new ProtoSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IProtoSchema); - - /** ProtoSchema protoDescriptor. */ - public protoDescriptor?: (google.protobuf.IDescriptorProto|null); - - /** - * Creates a new ProtoSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns ProtoSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IProtoSchema): google.cloud.bigquery.storage.v1.ProtoSchema; - - /** - * Encodes the specified ProtoSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ProtoSchema.verify|verify} messages. - * @param message ProtoSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IProtoSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ProtoSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ProtoSchema.verify|verify} messages. - * @param message ProtoSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IProtoSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ProtoSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ProtoSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ProtoSchema; - - /** - * Decodes a ProtoSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ProtoSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ProtoSchema; - - /** - * Verifies a ProtoSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ProtoSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ProtoSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ProtoSchema; - - /** - * Creates a plain object from a ProtoSchema message. Also converts values to other types if specified. - * @param message ProtoSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ProtoSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ProtoSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ProtoSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ProtoRows. */ - interface IProtoRows { - - /** ProtoRows serializedRows */ - serializedRows?: (Uint8Array[]|null); - } - - /** Represents a ProtoRows. */ - class ProtoRows implements IProtoRows { - - /** - * Constructs a new ProtoRows. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IProtoRows); - - /** ProtoRows serializedRows. */ - public serializedRows: Uint8Array[]; - - /** - * Creates a new ProtoRows instance using the specified properties. - * @param [properties] Properties to set - * @returns ProtoRows instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IProtoRows): google.cloud.bigquery.storage.v1.ProtoRows; - - /** - * Encodes the specified ProtoRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ProtoRows.verify|verify} messages. - * @param message ProtoRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IProtoRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ProtoRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ProtoRows.verify|verify} messages. - * @param message ProtoRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IProtoRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ProtoRows message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ProtoRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ProtoRows; - - /** - * Decodes a ProtoRows message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ProtoRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ProtoRows; - - /** - * Verifies a ProtoRows message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ProtoRows message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ProtoRows - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ProtoRows; - - /** - * Creates a plain object from a ProtoRows message. Also converts values to other types if specified. - * @param message ProtoRows - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ProtoRows, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ProtoRows to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ProtoRows - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Represents a BigQueryRead */ - class BigQueryRead extends $protobuf.rpc.Service { - - /** - * Constructs a new BigQueryRead service. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - */ - constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean); - - /** - * Creates new BigQueryRead service using the specified rpc implementation. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - * @returns RPC service. Useful where requests and/or responses are streamed. - */ - public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): BigQueryRead; - - /** - * Calls CreateReadSession. - * @param request CreateReadSessionRequest message or plain object - * @param callback Node-style callback called with the error, if any, and ReadSession - */ - public createReadSession(request: google.cloud.bigquery.storage.v1.ICreateReadSessionRequest, callback: google.cloud.bigquery.storage.v1.BigQueryRead.CreateReadSessionCallback): void; - - /** - * Calls CreateReadSession. - * @param request CreateReadSessionRequest message or plain object - * @returns Promise - */ - public createReadSession(request: google.cloud.bigquery.storage.v1.ICreateReadSessionRequest): Promise; - - /** - * Calls ReadRows. - * @param request ReadRowsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and ReadRowsResponse - */ - public readRows(request: google.cloud.bigquery.storage.v1.IReadRowsRequest, callback: google.cloud.bigquery.storage.v1.BigQueryRead.ReadRowsCallback): void; - - /** - * Calls ReadRows. - * @param request ReadRowsRequest message or plain object - * @returns Promise - */ - public readRows(request: google.cloud.bigquery.storage.v1.IReadRowsRequest): Promise; - - /** - * Calls SplitReadStream. - * @param request SplitReadStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and SplitReadStreamResponse - */ - public splitReadStream(request: google.cloud.bigquery.storage.v1.ISplitReadStreamRequest, callback: google.cloud.bigquery.storage.v1.BigQueryRead.SplitReadStreamCallback): void; - - /** - * Calls SplitReadStream. - * @param request SplitReadStreamRequest message or plain object - * @returns Promise - */ - public splitReadStream(request: google.cloud.bigquery.storage.v1.ISplitReadStreamRequest): Promise; - } - - namespace BigQueryRead { - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryRead|createReadSession}. - * @param error Error, if any - * @param [response] ReadSession - */ - type CreateReadSessionCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1.ReadSession) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryRead|readRows}. - * @param error Error, if any - * @param [response] ReadRowsResponse - */ - type ReadRowsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1.ReadRowsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryRead|splitReadStream}. - * @param error Error, if any - * @param [response] SplitReadStreamResponse - */ - type SplitReadStreamCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1.SplitReadStreamResponse) => void; - } - - /** Represents a BigQueryWrite */ - class BigQueryWrite extends $protobuf.rpc.Service { - - /** - * Constructs a new BigQueryWrite service. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - */ - constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean); - - /** - * Creates new BigQueryWrite service using the specified rpc implementation. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - * @returns RPC service. Useful where requests and/or responses are streamed. - */ - public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): BigQueryWrite; - - /** - * Calls CreateWriteStream. - * @param request CreateWriteStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and WriteStream - */ - public createWriteStream(request: google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest, callback: google.cloud.bigquery.storage.v1.BigQueryWrite.CreateWriteStreamCallback): void; - - /** - * Calls CreateWriteStream. - * @param request CreateWriteStreamRequest message or plain object - * @returns Promise - */ - public createWriteStream(request: google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest): Promise; - - /** - * Calls AppendRows. - * @param request AppendRowsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and AppendRowsResponse - */ - public appendRows(request: google.cloud.bigquery.storage.v1.IAppendRowsRequest, callback: google.cloud.bigquery.storage.v1.BigQueryWrite.AppendRowsCallback): void; - - /** - * Calls AppendRows. - * @param request AppendRowsRequest message or plain object - * @returns Promise - */ - public appendRows(request: google.cloud.bigquery.storage.v1.IAppendRowsRequest): Promise; - - /** - * Calls GetWriteStream. - * @param request GetWriteStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and WriteStream - */ - public getWriteStream(request: google.cloud.bigquery.storage.v1.IGetWriteStreamRequest, callback: google.cloud.bigquery.storage.v1.BigQueryWrite.GetWriteStreamCallback): void; - - /** - * Calls GetWriteStream. - * @param request GetWriteStreamRequest message or plain object - * @returns Promise - */ - public getWriteStream(request: google.cloud.bigquery.storage.v1.IGetWriteStreamRequest): Promise; - - /** - * Calls FinalizeWriteStream. - * @param request FinalizeWriteStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and FinalizeWriteStreamResponse - */ - public finalizeWriteStream(request: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest, callback: google.cloud.bigquery.storage.v1.BigQueryWrite.FinalizeWriteStreamCallback): void; - - /** - * Calls FinalizeWriteStream. - * @param request FinalizeWriteStreamRequest message or plain object - * @returns Promise - */ - public finalizeWriteStream(request: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest): Promise; - - /** - * Calls BatchCommitWriteStreams. - * @param request BatchCommitWriteStreamsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and BatchCommitWriteStreamsResponse - */ - public batchCommitWriteStreams(request: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest, callback: google.cloud.bigquery.storage.v1.BigQueryWrite.BatchCommitWriteStreamsCallback): void; - - /** - * Calls BatchCommitWriteStreams. - * @param request BatchCommitWriteStreamsRequest message or plain object - * @returns Promise - */ - public batchCommitWriteStreams(request: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest): Promise; - - /** - * Calls FlushRows. - * @param request FlushRowsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and FlushRowsResponse - */ - public flushRows(request: google.cloud.bigquery.storage.v1.IFlushRowsRequest, callback: google.cloud.bigquery.storage.v1.BigQueryWrite.FlushRowsCallback): void; - - /** - * Calls FlushRows. - * @param request FlushRowsRequest message or plain object - * @returns Promise - */ - public flushRows(request: google.cloud.bigquery.storage.v1.IFlushRowsRequest): Promise; - } - - namespace BigQueryWrite { - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|createWriteStream}. - * @param error Error, if any - * @param [response] WriteStream - */ - type CreateWriteStreamCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1.WriteStream) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|appendRows}. - * @param error Error, if any - * @param [response] AppendRowsResponse - */ - type AppendRowsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1.AppendRowsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|getWriteStream}. - * @param error Error, if any - * @param [response] WriteStream - */ - type GetWriteStreamCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1.WriteStream) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|finalizeWriteStream}. - * @param error Error, if any - * @param [response] FinalizeWriteStreamResponse - */ - type FinalizeWriteStreamCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|batchCommitWriteStreams}. - * @param error Error, if any - * @param [response] BatchCommitWriteStreamsResponse - */ - type BatchCommitWriteStreamsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|flushRows}. - * @param error Error, if any - * @param [response] FlushRowsResponse - */ - type FlushRowsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1.FlushRowsResponse) => void; - } - - /** Properties of a CreateReadSessionRequest. */ - interface ICreateReadSessionRequest { - - /** CreateReadSessionRequest parent */ - parent?: (string|null); - - /** CreateReadSessionRequest readSession */ - readSession?: (google.cloud.bigquery.storage.v1.IReadSession|null); - - /** CreateReadSessionRequest maxStreamCount */ - maxStreamCount?: (number|null); - - /** CreateReadSessionRequest preferredMinStreamCount */ - preferredMinStreamCount?: (number|null); - } - - /** Represents a CreateReadSessionRequest. */ - class CreateReadSessionRequest implements ICreateReadSessionRequest { - - /** - * Constructs a new CreateReadSessionRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.ICreateReadSessionRequest); - - /** CreateReadSessionRequest parent. */ - public parent: string; - - /** CreateReadSessionRequest readSession. */ - public readSession?: (google.cloud.bigquery.storage.v1.IReadSession|null); - - /** CreateReadSessionRequest maxStreamCount. */ - public maxStreamCount: number; - - /** CreateReadSessionRequest preferredMinStreamCount. */ - public preferredMinStreamCount: number; - - /** - * Creates a new CreateReadSessionRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns CreateReadSessionRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.ICreateReadSessionRequest): google.cloud.bigquery.storage.v1.CreateReadSessionRequest; - - /** - * Encodes the specified CreateReadSessionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.CreateReadSessionRequest.verify|verify} messages. - * @param message CreateReadSessionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.ICreateReadSessionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CreateReadSessionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.CreateReadSessionRequest.verify|verify} messages. - * @param message CreateReadSessionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ICreateReadSessionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.CreateReadSessionRequest; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.CreateReadSessionRequest; - - /** - * Verifies a CreateReadSessionRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CreateReadSessionRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CreateReadSessionRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.CreateReadSessionRequest; - - /** - * Creates a plain object from a CreateReadSessionRequest message. Also converts values to other types if specified. - * @param message CreateReadSessionRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.CreateReadSessionRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CreateReadSessionRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CreateReadSessionRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ReadRowsRequest. */ - interface IReadRowsRequest { - - /** ReadRowsRequest readStream */ - readStream?: (string|null); - - /** ReadRowsRequest offset */ - offset?: (number|Long|string|null); - } - - /** Represents a ReadRowsRequest. */ - class ReadRowsRequest implements IReadRowsRequest { - - /** - * Constructs a new ReadRowsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IReadRowsRequest); - - /** ReadRowsRequest readStream. */ - public readStream: string; - - /** ReadRowsRequest offset. */ - public offset: (number|Long|string); - - /** - * Creates a new ReadRowsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadRowsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IReadRowsRequest): google.cloud.bigquery.storage.v1.ReadRowsRequest; - - /** - * Encodes the specified ReadRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadRowsRequest.verify|verify} messages. - * @param message ReadRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IReadRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadRowsRequest.verify|verify} messages. - * @param message ReadRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IReadRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ReadRowsRequest; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ReadRowsRequest; - - /** - * Verifies a ReadRowsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadRowsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadRowsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ReadRowsRequest; - - /** - * Creates a plain object from a ReadRowsRequest message. Also converts values to other types if specified. - * @param message ReadRowsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ReadRowsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadRowsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadRowsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ThrottleState. */ - interface IThrottleState { - - /** ThrottleState throttlePercent */ - throttlePercent?: (number|null); - } - - /** Represents a ThrottleState. */ - class ThrottleState implements IThrottleState { - - /** - * Constructs a new ThrottleState. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IThrottleState); - - /** ThrottleState throttlePercent. */ - public throttlePercent: number; - - /** - * Creates a new ThrottleState instance using the specified properties. - * @param [properties] Properties to set - * @returns ThrottleState instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IThrottleState): google.cloud.bigquery.storage.v1.ThrottleState; - - /** - * Encodes the specified ThrottleState message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ThrottleState.verify|verify} messages. - * @param message ThrottleState message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IThrottleState, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ThrottleState message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ThrottleState.verify|verify} messages. - * @param message ThrottleState message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IThrottleState, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ThrottleState message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ThrottleState - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ThrottleState; - - /** - * Decodes a ThrottleState message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ThrottleState - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ThrottleState; - - /** - * Verifies a ThrottleState message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ThrottleState message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ThrottleState - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ThrottleState; - - /** - * Creates a plain object from a ThrottleState message. Also converts values to other types if specified. - * @param message ThrottleState - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ThrottleState, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ThrottleState to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ThrottleState - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamStats. */ - interface IStreamStats { - - /** StreamStats progress */ - progress?: (google.cloud.bigquery.storage.v1.StreamStats.IProgress|null); - } - - /** Represents a StreamStats. */ - class StreamStats implements IStreamStats { - - /** - * Constructs a new StreamStats. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IStreamStats); - - /** StreamStats progress. */ - public progress?: (google.cloud.bigquery.storage.v1.StreamStats.IProgress|null); - - /** - * Creates a new StreamStats instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamStats instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IStreamStats): google.cloud.bigquery.storage.v1.StreamStats; - - /** - * Encodes the specified StreamStats message. Does not implicitly {@link google.cloud.bigquery.storage.v1.StreamStats.verify|verify} messages. - * @param message StreamStats message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IStreamStats, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamStats message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.StreamStats.verify|verify} messages. - * @param message StreamStats message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IStreamStats, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamStats message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamStats - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.StreamStats; - - /** - * Decodes a StreamStats message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamStats - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.StreamStats; - - /** - * Verifies a StreamStats message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamStats message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamStats - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.StreamStats; - - /** - * Creates a plain object from a StreamStats message. Also converts values to other types if specified. - * @param message StreamStats - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.StreamStats, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamStats to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamStats - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace StreamStats { - - /** Properties of a Progress. */ - interface IProgress { - - /** Progress atResponseStart */ - atResponseStart?: (number|null); - - /** Progress atResponseEnd */ - atResponseEnd?: (number|null); - } - - /** Represents a Progress. */ - class Progress implements IProgress { - - /** - * Constructs a new Progress. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.StreamStats.IProgress); - - /** Progress atResponseStart. */ - public atResponseStart: number; - - /** Progress atResponseEnd. */ - public atResponseEnd: number; - - /** - * Creates a new Progress instance using the specified properties. - * @param [properties] Properties to set - * @returns Progress instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.StreamStats.IProgress): google.cloud.bigquery.storage.v1.StreamStats.Progress; - - /** - * Encodes the specified Progress message. Does not implicitly {@link google.cloud.bigquery.storage.v1.StreamStats.Progress.verify|verify} messages. - * @param message Progress message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.StreamStats.IProgress, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Progress message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.StreamStats.Progress.verify|verify} messages. - * @param message Progress message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.StreamStats.IProgress, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Progress message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.StreamStats.Progress; - - /** - * Decodes a Progress message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.StreamStats.Progress; - - /** - * Verifies a Progress message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Progress message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Progress - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.StreamStats.Progress; - - /** - * Creates a plain object from a Progress message. Also converts values to other types if specified. - * @param message Progress - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.StreamStats.Progress, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Progress to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Progress - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of a ReadRowsResponse. */ - interface IReadRowsResponse { - - /** ReadRowsResponse avroRows */ - avroRows?: (google.cloud.bigquery.storage.v1.IAvroRows|null); - - /** ReadRowsResponse arrowRecordBatch */ - arrowRecordBatch?: (google.cloud.bigquery.storage.v1.IArrowRecordBatch|null); - - /** ReadRowsResponse rowCount */ - rowCount?: (number|Long|string|null); - - /** ReadRowsResponse stats */ - stats?: (google.cloud.bigquery.storage.v1.IStreamStats|null); - - /** ReadRowsResponse throttleState */ - throttleState?: (google.cloud.bigquery.storage.v1.IThrottleState|null); - - /** ReadRowsResponse avroSchema */ - avroSchema?: (google.cloud.bigquery.storage.v1.IAvroSchema|null); - - /** ReadRowsResponse arrowSchema */ - arrowSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null); - - /** ReadRowsResponse uncompressedByteSize */ - uncompressedByteSize?: (number|Long|string|null); - } - - /** Represents a ReadRowsResponse. */ - class ReadRowsResponse implements IReadRowsResponse { - - /** - * Constructs a new ReadRowsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IReadRowsResponse); - - /** ReadRowsResponse avroRows. */ - public avroRows?: (google.cloud.bigquery.storage.v1.IAvroRows|null); - - /** ReadRowsResponse arrowRecordBatch. */ - public arrowRecordBatch?: (google.cloud.bigquery.storage.v1.IArrowRecordBatch|null); - - /** ReadRowsResponse rowCount. */ - public rowCount: (number|Long|string); - - /** ReadRowsResponse stats. */ - public stats?: (google.cloud.bigquery.storage.v1.IStreamStats|null); - - /** ReadRowsResponse throttleState. */ - public throttleState?: (google.cloud.bigquery.storage.v1.IThrottleState|null); - - /** ReadRowsResponse avroSchema. */ - public avroSchema?: (google.cloud.bigquery.storage.v1.IAvroSchema|null); - - /** ReadRowsResponse arrowSchema. */ - public arrowSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null); - - /** ReadRowsResponse uncompressedByteSize. */ - public uncompressedByteSize?: (number|Long|string|null); - - /** ReadRowsResponse rows. */ - public rows?: ("avroRows"|"arrowRecordBatch"); - - /** ReadRowsResponse schema. */ - public schema?: ("avroSchema"|"arrowSchema"); - - /** - * Creates a new ReadRowsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadRowsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IReadRowsResponse): google.cloud.bigquery.storage.v1.ReadRowsResponse; - - /** - * Encodes the specified ReadRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadRowsResponse.verify|verify} messages. - * @param message ReadRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IReadRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadRowsResponse.verify|verify} messages. - * @param message ReadRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IReadRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ReadRowsResponse; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ReadRowsResponse; - - /** - * Verifies a ReadRowsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadRowsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadRowsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ReadRowsResponse; - - /** - * Creates a plain object from a ReadRowsResponse message. Also converts values to other types if specified. - * @param message ReadRowsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ReadRowsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadRowsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadRowsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a SplitReadStreamRequest. */ - interface ISplitReadStreamRequest { - - /** SplitReadStreamRequest name */ - name?: (string|null); - - /** SplitReadStreamRequest fraction */ - fraction?: (number|null); - } - - /** Represents a SplitReadStreamRequest. */ - class SplitReadStreamRequest implements ISplitReadStreamRequest { - - /** - * Constructs a new SplitReadStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.ISplitReadStreamRequest); - - /** SplitReadStreamRequest name. */ - public name: string; - - /** SplitReadStreamRequest fraction. */ - public fraction: number; - - /** - * Creates a new SplitReadStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns SplitReadStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.ISplitReadStreamRequest): google.cloud.bigquery.storage.v1.SplitReadStreamRequest; - - /** - * Encodes the specified SplitReadStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.SplitReadStreamRequest.verify|verify} messages. - * @param message SplitReadStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.ISplitReadStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SplitReadStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.SplitReadStreamRequest.verify|verify} messages. - * @param message SplitReadStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ISplitReadStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.SplitReadStreamRequest; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.SplitReadStreamRequest; - - /** - * Verifies a SplitReadStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SplitReadStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SplitReadStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.SplitReadStreamRequest; - - /** - * Creates a plain object from a SplitReadStreamRequest message. Also converts values to other types if specified. - * @param message SplitReadStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.SplitReadStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SplitReadStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SplitReadStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a SplitReadStreamResponse. */ - interface ISplitReadStreamResponse { - - /** SplitReadStreamResponse primaryStream */ - primaryStream?: (google.cloud.bigquery.storage.v1.IReadStream|null); - - /** SplitReadStreamResponse remainderStream */ - remainderStream?: (google.cloud.bigquery.storage.v1.IReadStream|null); - } - - /** Represents a SplitReadStreamResponse. */ - class SplitReadStreamResponse implements ISplitReadStreamResponse { - - /** - * Constructs a new SplitReadStreamResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.ISplitReadStreamResponse); - - /** SplitReadStreamResponse primaryStream. */ - public primaryStream?: (google.cloud.bigquery.storage.v1.IReadStream|null); - - /** SplitReadStreamResponse remainderStream. */ - public remainderStream?: (google.cloud.bigquery.storage.v1.IReadStream|null); - - /** - * Creates a new SplitReadStreamResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns SplitReadStreamResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.ISplitReadStreamResponse): google.cloud.bigquery.storage.v1.SplitReadStreamResponse; - - /** - * Encodes the specified SplitReadStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.SplitReadStreamResponse.verify|verify} messages. - * @param message SplitReadStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SplitReadStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.SplitReadStreamResponse.verify|verify} messages. - * @param message SplitReadStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.SplitReadStreamResponse; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.SplitReadStreamResponse; - - /** - * Verifies a SplitReadStreamResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SplitReadStreamResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SplitReadStreamResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.SplitReadStreamResponse; - - /** - * Creates a plain object from a SplitReadStreamResponse message. Also converts values to other types if specified. - * @param message SplitReadStreamResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.SplitReadStreamResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SplitReadStreamResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SplitReadStreamResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a CreateWriteStreamRequest. */ - interface ICreateWriteStreamRequest { - - /** CreateWriteStreamRequest parent */ - parent?: (string|null); - - /** CreateWriteStreamRequest writeStream */ - writeStream?: (google.cloud.bigquery.storage.v1.IWriteStream|null); - } - - /** Represents a CreateWriteStreamRequest. */ - class CreateWriteStreamRequest implements ICreateWriteStreamRequest { - - /** - * Constructs a new CreateWriteStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest); - - /** CreateWriteStreamRequest parent. */ - public parent: string; - - /** CreateWriteStreamRequest writeStream. */ - public writeStream?: (google.cloud.bigquery.storage.v1.IWriteStream|null); - - /** - * Creates a new CreateWriteStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns CreateWriteStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest): google.cloud.bigquery.storage.v1.CreateWriteStreamRequest; - - /** - * Encodes the specified CreateWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.CreateWriteStreamRequest.verify|verify} messages. - * @param message CreateWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CreateWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.CreateWriteStreamRequest.verify|verify} messages. - * @param message CreateWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CreateWriteStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CreateWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.CreateWriteStreamRequest; - - /** - * Decodes a CreateWriteStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CreateWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.CreateWriteStreamRequest; - - /** - * Verifies a CreateWriteStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CreateWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CreateWriteStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.CreateWriteStreamRequest; - - /** - * Creates a plain object from a CreateWriteStreamRequest message. Also converts values to other types if specified. - * @param message CreateWriteStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.CreateWriteStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CreateWriteStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CreateWriteStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an AppendRowsRequest. */ - interface IAppendRowsRequest { - - /** AppendRowsRequest writeStream */ - writeStream?: (string|null); - - /** AppendRowsRequest offset */ - offset?: (google.protobuf.IInt64Value|null); - - /** AppendRowsRequest protoRows */ - protoRows?: (google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData|null); - - /** AppendRowsRequest arrowRows */ - arrowRows?: (google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData|null); - - /** AppendRowsRequest traceId */ - traceId?: (string|null); - - /** AppendRowsRequest missingValueInterpretations */ - missingValueInterpretations?: ({ [k: string]: google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation }|null); - - /** AppendRowsRequest defaultMissingValueInterpretation */ - defaultMissingValueInterpretation?: (google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation|keyof typeof google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation|null); - } - - /** Represents an AppendRowsRequest. */ - class AppendRowsRequest implements IAppendRowsRequest { - - /** - * Constructs a new AppendRowsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IAppendRowsRequest); - - /** AppendRowsRequest writeStream. */ - public writeStream: string; - - /** AppendRowsRequest offset. */ - public offset?: (google.protobuf.IInt64Value|null); - - /** AppendRowsRequest protoRows. */ - public protoRows?: (google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData|null); - - /** AppendRowsRequest arrowRows. */ - public arrowRows?: (google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData|null); - - /** AppendRowsRequest traceId. */ - public traceId: string; - - /** AppendRowsRequest missingValueInterpretations. */ - public missingValueInterpretations: { [k: string]: google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation }; - - /** AppendRowsRequest defaultMissingValueInterpretation. */ - public defaultMissingValueInterpretation: (google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation|keyof typeof google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation); - - /** AppendRowsRequest rows. */ - public rows?: ("protoRows"|"arrowRows"); - - /** - * Creates a new AppendRowsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns AppendRowsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IAppendRowsRequest): google.cloud.bigquery.storage.v1.AppendRowsRequest; - - /** - * Encodes the specified AppendRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.verify|verify} messages. - * @param message AppendRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IAppendRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AppendRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.verify|verify} messages. - * @param message AppendRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IAppendRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AppendRowsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AppendRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.AppendRowsRequest; - - /** - * Decodes an AppendRowsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AppendRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.AppendRowsRequest; - - /** - * Verifies an AppendRowsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AppendRowsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AppendRowsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.AppendRowsRequest; - - /** - * Creates a plain object from an AppendRowsRequest message. Also converts values to other types if specified. - * @param message AppendRowsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.AppendRowsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AppendRowsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AppendRowsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace AppendRowsRequest { - - /** Properties of an ArrowData. */ - interface IArrowData { - - /** ArrowData writerSchema */ - writerSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null); - - /** ArrowData rows */ - rows?: (google.cloud.bigquery.storage.v1.IArrowRecordBatch|null); - } - - /** Represents an ArrowData. */ - class ArrowData implements IArrowData { - - /** - * Constructs a new ArrowData. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData); - - /** ArrowData writerSchema. */ - public writerSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null); - - /** ArrowData rows. */ - public rows?: (google.cloud.bigquery.storage.v1.IArrowRecordBatch|null); - - /** - * Creates a new ArrowData instance using the specified properties. - * @param [properties] Properties to set - * @returns ArrowData instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData): google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData; - - /** - * Encodes the specified ArrowData message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.verify|verify} messages. - * @param message ArrowData message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ArrowData message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.verify|verify} messages. - * @param message ArrowData message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ArrowData message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ArrowData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData; - - /** - * Decodes an ArrowData message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ArrowData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData; - - /** - * Verifies an ArrowData message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ArrowData message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ArrowData - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData; - - /** - * Creates a plain object from an ArrowData message. Also converts values to other types if specified. - * @param message ArrowData - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ArrowData to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ArrowData - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ProtoData. */ - interface IProtoData { - - /** ProtoData writerSchema */ - writerSchema?: (google.cloud.bigquery.storage.v1.IProtoSchema|null); - - /** ProtoData rows */ - rows?: (google.cloud.bigquery.storage.v1.IProtoRows|null); - } - - /** Represents a ProtoData. */ - class ProtoData implements IProtoData { - - /** - * Constructs a new ProtoData. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData); - - /** ProtoData writerSchema. */ - public writerSchema?: (google.cloud.bigquery.storage.v1.IProtoSchema|null); - - /** ProtoData rows. */ - public rows?: (google.cloud.bigquery.storage.v1.IProtoRows|null); - - /** - * Creates a new ProtoData instance using the specified properties. - * @param [properties] Properties to set - * @returns ProtoData instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData): google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData; - - /** - * Encodes the specified ProtoData message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.verify|verify} messages. - * @param message ProtoData message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ProtoData message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.verify|verify} messages. - * @param message ProtoData message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ProtoData message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ProtoData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData; - - /** - * Decodes a ProtoData message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ProtoData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData; - - /** - * Verifies a ProtoData message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ProtoData message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ProtoData - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData; - - /** - * Creates a plain object from a ProtoData message. Also converts values to other types if specified. - * @param message ProtoData - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ProtoData to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ProtoData - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** MissingValueInterpretation enum. */ - enum MissingValueInterpretation { - MISSING_VALUE_INTERPRETATION_UNSPECIFIED = 0, - NULL_VALUE = 1, - DEFAULT_VALUE = 2 - } - } - - /** Properties of an AppendRowsResponse. */ - interface IAppendRowsResponse { - - /** AppendRowsResponse appendResult */ - appendResult?: (google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult|null); - - /** AppendRowsResponse error */ - error?: (google.rpc.IStatus|null); - - /** AppendRowsResponse updatedSchema */ - updatedSchema?: (google.cloud.bigquery.storage.v1.ITableSchema|null); - - /** AppendRowsResponse rowErrors */ - rowErrors?: (google.cloud.bigquery.storage.v1.IRowError[]|null); - - /** AppendRowsResponse writeStream */ - writeStream?: (string|null); - } - - /** Represents an AppendRowsResponse. */ - class AppendRowsResponse implements IAppendRowsResponse { - - /** - * Constructs a new AppendRowsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IAppendRowsResponse); - - /** AppendRowsResponse appendResult. */ - public appendResult?: (google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult|null); - - /** AppendRowsResponse error. */ - public error?: (google.rpc.IStatus|null); - - /** AppendRowsResponse updatedSchema. */ - public updatedSchema?: (google.cloud.bigquery.storage.v1.ITableSchema|null); - - /** AppendRowsResponse rowErrors. */ - public rowErrors: google.cloud.bigquery.storage.v1.IRowError[]; - - /** AppendRowsResponse writeStream. */ - public writeStream: string; - - /** AppendRowsResponse response. */ - public response?: ("appendResult"|"error"); - - /** - * Creates a new AppendRowsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns AppendRowsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IAppendRowsResponse): google.cloud.bigquery.storage.v1.AppendRowsResponse; - - /** - * Encodes the specified AppendRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsResponse.verify|verify} messages. - * @param message AppendRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IAppendRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AppendRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsResponse.verify|verify} messages. - * @param message AppendRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IAppendRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AppendRowsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AppendRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.AppendRowsResponse; - - /** - * Decodes an AppendRowsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AppendRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.AppendRowsResponse; - - /** - * Verifies an AppendRowsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AppendRowsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AppendRowsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.AppendRowsResponse; - - /** - * Creates a plain object from an AppendRowsResponse message. Also converts values to other types if specified. - * @param message AppendRowsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.AppendRowsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AppendRowsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AppendRowsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace AppendRowsResponse { - - /** Properties of an AppendResult. */ - interface IAppendResult { - - /** AppendResult offset */ - offset?: (google.protobuf.IInt64Value|null); - } - - /** Represents an AppendResult. */ - class AppendResult implements IAppendResult { - - /** - * Constructs a new AppendResult. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult); - - /** AppendResult offset. */ - public offset?: (google.protobuf.IInt64Value|null); - - /** - * Creates a new AppendResult instance using the specified properties. - * @param [properties] Properties to set - * @returns AppendResult instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult): google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult; - - /** - * Encodes the specified AppendResult message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.verify|verify} messages. - * @param message AppendResult message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AppendResult message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.verify|verify} messages. - * @param message AppendResult message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AppendResult message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AppendResult - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult; - - /** - * Decodes an AppendResult message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AppendResult - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult; - - /** - * Verifies an AppendResult message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AppendResult message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AppendResult - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult; - - /** - * Creates a plain object from an AppendResult message. Also converts values to other types if specified. - * @param message AppendResult - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AppendResult to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AppendResult - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of a GetWriteStreamRequest. */ - interface IGetWriteStreamRequest { - - /** GetWriteStreamRequest name */ - name?: (string|null); - - /** GetWriteStreamRequest view */ - view?: (google.cloud.bigquery.storage.v1.WriteStreamView|keyof typeof google.cloud.bigquery.storage.v1.WriteStreamView|null); - } - - /** Represents a GetWriteStreamRequest. */ - class GetWriteStreamRequest implements IGetWriteStreamRequest { - - /** - * Constructs a new GetWriteStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IGetWriteStreamRequest); - - /** GetWriteStreamRequest name. */ - public name: string; - - /** GetWriteStreamRequest view. */ - public view: (google.cloud.bigquery.storage.v1.WriteStreamView|keyof typeof google.cloud.bigquery.storage.v1.WriteStreamView); - - /** - * Creates a new GetWriteStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns GetWriteStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IGetWriteStreamRequest): google.cloud.bigquery.storage.v1.GetWriteStreamRequest; - - /** - * Encodes the specified GetWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.GetWriteStreamRequest.verify|verify} messages. - * @param message GetWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IGetWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified GetWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.GetWriteStreamRequest.verify|verify} messages. - * @param message GetWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IGetWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a GetWriteStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns GetWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.GetWriteStreamRequest; - - /** - * Decodes a GetWriteStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns GetWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.GetWriteStreamRequest; - - /** - * Verifies a GetWriteStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a GetWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns GetWriteStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.GetWriteStreamRequest; - - /** - * Creates a plain object from a GetWriteStreamRequest message. Also converts values to other types if specified. - * @param message GetWriteStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.GetWriteStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this GetWriteStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for GetWriteStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCommitWriteStreamsRequest. */ - interface IBatchCommitWriteStreamsRequest { - - /** BatchCommitWriteStreamsRequest parent */ - parent?: (string|null); - - /** BatchCommitWriteStreamsRequest writeStreams */ - writeStreams?: (string[]|null); - } - - /** Represents a BatchCommitWriteStreamsRequest. */ - class BatchCommitWriteStreamsRequest implements IBatchCommitWriteStreamsRequest { - - /** - * Constructs a new BatchCommitWriteStreamsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest); - - /** BatchCommitWriteStreamsRequest parent. */ - public parent: string; - - /** BatchCommitWriteStreamsRequest writeStreams. */ - public writeStreams: string[]; - - /** - * Creates a new BatchCommitWriteStreamsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCommitWriteStreamsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest): google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest; - - /** - * Encodes the specified BatchCommitWriteStreamsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest.verify|verify} messages. - * @param message BatchCommitWriteStreamsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCommitWriteStreamsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest.verify|verify} messages. - * @param message BatchCommitWriteStreamsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCommitWriteStreamsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCommitWriteStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest; - - /** - * Decodes a BatchCommitWriteStreamsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCommitWriteStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest; - - /** - * Verifies a BatchCommitWriteStreamsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCommitWriteStreamsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCommitWriteStreamsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest; - - /** - * Creates a plain object from a BatchCommitWriteStreamsRequest message. Also converts values to other types if specified. - * @param message BatchCommitWriteStreamsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCommitWriteStreamsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCommitWriteStreamsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCommitWriteStreamsResponse. */ - interface IBatchCommitWriteStreamsResponse { - - /** BatchCommitWriteStreamsResponse commitTime */ - commitTime?: (google.protobuf.ITimestamp|null); - - /** BatchCommitWriteStreamsResponse streamErrors */ - streamErrors?: (google.cloud.bigquery.storage.v1.IStorageError[]|null); - } - - /** Represents a BatchCommitWriteStreamsResponse. */ - class BatchCommitWriteStreamsResponse implements IBatchCommitWriteStreamsResponse { - - /** - * Constructs a new BatchCommitWriteStreamsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse); - - /** BatchCommitWriteStreamsResponse commitTime. */ - public commitTime?: (google.protobuf.ITimestamp|null); - - /** BatchCommitWriteStreamsResponse streamErrors. */ - public streamErrors: google.cloud.bigquery.storage.v1.IStorageError[]; - - /** - * Creates a new BatchCommitWriteStreamsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCommitWriteStreamsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse): google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse; - - /** - * Encodes the specified BatchCommitWriteStreamsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse.verify|verify} messages. - * @param message BatchCommitWriteStreamsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCommitWriteStreamsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse.verify|verify} messages. - * @param message BatchCommitWriteStreamsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCommitWriteStreamsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCommitWriteStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse; - - /** - * Decodes a BatchCommitWriteStreamsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCommitWriteStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse; - - /** - * Verifies a BatchCommitWriteStreamsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCommitWriteStreamsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCommitWriteStreamsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse; - - /** - * Creates a plain object from a BatchCommitWriteStreamsResponse message. Also converts values to other types if specified. - * @param message BatchCommitWriteStreamsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCommitWriteStreamsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCommitWriteStreamsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FinalizeWriteStreamRequest. */ - interface IFinalizeWriteStreamRequest { - - /** FinalizeWriteStreamRequest name */ - name?: (string|null); - } - - /** Represents a FinalizeWriteStreamRequest. */ - class FinalizeWriteStreamRequest implements IFinalizeWriteStreamRequest { - - /** - * Constructs a new FinalizeWriteStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest); - - /** FinalizeWriteStreamRequest name. */ - public name: string; - - /** - * Creates a new FinalizeWriteStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns FinalizeWriteStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest): google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest; - - /** - * Encodes the specified FinalizeWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest.verify|verify} messages. - * @param message FinalizeWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FinalizeWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest.verify|verify} messages. - * @param message FinalizeWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FinalizeWriteStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FinalizeWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest; - - /** - * Decodes a FinalizeWriteStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FinalizeWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest; - - /** - * Verifies a FinalizeWriteStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FinalizeWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FinalizeWriteStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest; - - /** - * Creates a plain object from a FinalizeWriteStreamRequest message. Also converts values to other types if specified. - * @param message FinalizeWriteStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FinalizeWriteStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FinalizeWriteStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FinalizeWriteStreamResponse. */ - interface IFinalizeWriteStreamResponse { - - /** FinalizeWriteStreamResponse rowCount */ - rowCount?: (number|Long|string|null); - } - - /** Represents a FinalizeWriteStreamResponse. */ - class FinalizeWriteStreamResponse implements IFinalizeWriteStreamResponse { - - /** - * Constructs a new FinalizeWriteStreamResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse); - - /** FinalizeWriteStreamResponse rowCount. */ - public rowCount: (number|Long|string); - - /** - * Creates a new FinalizeWriteStreamResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns FinalizeWriteStreamResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse): google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse; - - /** - * Encodes the specified FinalizeWriteStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse.verify|verify} messages. - * @param message FinalizeWriteStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FinalizeWriteStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse.verify|verify} messages. - * @param message FinalizeWriteStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FinalizeWriteStreamResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FinalizeWriteStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse; - - /** - * Decodes a FinalizeWriteStreamResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FinalizeWriteStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse; - - /** - * Verifies a FinalizeWriteStreamResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FinalizeWriteStreamResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FinalizeWriteStreamResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse; - - /** - * Creates a plain object from a FinalizeWriteStreamResponse message. Also converts values to other types if specified. - * @param message FinalizeWriteStreamResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FinalizeWriteStreamResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FinalizeWriteStreamResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FlushRowsRequest. */ - interface IFlushRowsRequest { - - /** FlushRowsRequest writeStream */ - writeStream?: (string|null); - - /** FlushRowsRequest offset */ - offset?: (google.protobuf.IInt64Value|null); - } - - /** Represents a FlushRowsRequest. */ - class FlushRowsRequest implements IFlushRowsRequest { - - /** - * Constructs a new FlushRowsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IFlushRowsRequest); - - /** FlushRowsRequest writeStream. */ - public writeStream: string; - - /** FlushRowsRequest offset. */ - public offset?: (google.protobuf.IInt64Value|null); - - /** - * Creates a new FlushRowsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns FlushRowsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IFlushRowsRequest): google.cloud.bigquery.storage.v1.FlushRowsRequest; - - /** - * Encodes the specified FlushRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.FlushRowsRequest.verify|verify} messages. - * @param message FlushRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IFlushRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FlushRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.FlushRowsRequest.verify|verify} messages. - * @param message FlushRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IFlushRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FlushRowsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FlushRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.FlushRowsRequest; - - /** - * Decodes a FlushRowsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FlushRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.FlushRowsRequest; - - /** - * Verifies a FlushRowsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FlushRowsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FlushRowsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.FlushRowsRequest; - - /** - * Creates a plain object from a FlushRowsRequest message. Also converts values to other types if specified. - * @param message FlushRowsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.FlushRowsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FlushRowsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FlushRowsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FlushRowsResponse. */ - interface IFlushRowsResponse { - - /** FlushRowsResponse offset */ - offset?: (number|Long|string|null); - } - - /** Represents a FlushRowsResponse. */ - class FlushRowsResponse implements IFlushRowsResponse { - - /** - * Constructs a new FlushRowsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IFlushRowsResponse); - - /** FlushRowsResponse offset. */ - public offset: (number|Long|string); - - /** - * Creates a new FlushRowsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns FlushRowsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IFlushRowsResponse): google.cloud.bigquery.storage.v1.FlushRowsResponse; - - /** - * Encodes the specified FlushRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.FlushRowsResponse.verify|verify} messages. - * @param message FlushRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IFlushRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FlushRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.FlushRowsResponse.verify|verify} messages. - * @param message FlushRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IFlushRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FlushRowsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FlushRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.FlushRowsResponse; - - /** - * Decodes a FlushRowsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FlushRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.FlushRowsResponse; - - /** - * Verifies a FlushRowsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FlushRowsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FlushRowsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.FlushRowsResponse; - - /** - * Creates a plain object from a FlushRowsResponse message. Also converts values to other types if specified. - * @param message FlushRowsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.FlushRowsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FlushRowsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FlushRowsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StorageError. */ - interface IStorageError { - - /** StorageError code */ - code?: (google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode|keyof typeof google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode|null); - - /** StorageError entity */ - entity?: (string|null); - - /** StorageError errorMessage */ - errorMessage?: (string|null); - } - - /** Represents a StorageError. */ - class StorageError implements IStorageError { - - /** - * Constructs a new StorageError. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IStorageError); - - /** StorageError code. */ - public code: (google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode|keyof typeof google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode); - - /** StorageError entity. */ - public entity: string; - - /** StorageError errorMessage. */ - public errorMessage: string; - - /** - * Creates a new StorageError instance using the specified properties. - * @param [properties] Properties to set - * @returns StorageError instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IStorageError): google.cloud.bigquery.storage.v1.StorageError; - - /** - * Encodes the specified StorageError message. Does not implicitly {@link google.cloud.bigquery.storage.v1.StorageError.verify|verify} messages. - * @param message StorageError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IStorageError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StorageError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.StorageError.verify|verify} messages. - * @param message StorageError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IStorageError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StorageError message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StorageError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.StorageError; - - /** - * Decodes a StorageError message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StorageError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.StorageError; - - /** - * Verifies a StorageError message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StorageError message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StorageError - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.StorageError; - - /** - * Creates a plain object from a StorageError message. Also converts values to other types if specified. - * @param message StorageError - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.StorageError, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StorageError to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StorageError - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace StorageError { - - /** StorageErrorCode enum. */ - enum StorageErrorCode { - STORAGE_ERROR_CODE_UNSPECIFIED = 0, - TABLE_NOT_FOUND = 1, - STREAM_ALREADY_COMMITTED = 2, - STREAM_NOT_FOUND = 3, - INVALID_STREAM_TYPE = 4, - INVALID_STREAM_STATE = 5, - STREAM_FINALIZED = 6, - SCHEMA_MISMATCH_EXTRA_FIELDS = 7, - OFFSET_ALREADY_EXISTS = 8, - OFFSET_OUT_OF_RANGE = 9, - CMEK_NOT_PROVIDED = 10, - INVALID_CMEK_PROVIDED = 11, - CMEK_ENCRYPTION_ERROR = 12, - KMS_SERVICE_ERROR = 13, - KMS_PERMISSION_DENIED = 14 - } - } - - /** Properties of a RowError. */ - interface IRowError { - - /** RowError index */ - index?: (number|Long|string|null); - - /** RowError code */ - code?: (google.cloud.bigquery.storage.v1.RowError.RowErrorCode|keyof typeof google.cloud.bigquery.storage.v1.RowError.RowErrorCode|null); - - /** RowError message */ - message?: (string|null); - } - - /** Represents a RowError. */ - class RowError implements IRowError { - - /** - * Constructs a new RowError. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IRowError); - - /** RowError index. */ - public index: (number|Long|string); - - /** RowError code. */ - public code: (google.cloud.bigquery.storage.v1.RowError.RowErrorCode|keyof typeof google.cloud.bigquery.storage.v1.RowError.RowErrorCode); - - /** RowError message. */ - public message: string; - - /** - * Creates a new RowError instance using the specified properties. - * @param [properties] Properties to set - * @returns RowError instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IRowError): google.cloud.bigquery.storage.v1.RowError; - - /** - * Encodes the specified RowError message. Does not implicitly {@link google.cloud.bigquery.storage.v1.RowError.verify|verify} messages. - * @param message RowError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IRowError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified RowError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.RowError.verify|verify} messages. - * @param message RowError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IRowError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a RowError message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns RowError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.RowError; - - /** - * Decodes a RowError message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns RowError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.RowError; - - /** - * Verifies a RowError message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a RowError message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns RowError - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.RowError; - - /** - * Creates a plain object from a RowError message. Also converts values to other types if specified. - * @param message RowError - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.RowError, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this RowError to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for RowError - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace RowError { - - /** RowErrorCode enum. */ - enum RowErrorCode { - ROW_ERROR_CODE_UNSPECIFIED = 0, - FIELDS_ERROR = 1 - } - } - - /** DataFormat enum. */ - enum DataFormat { - DATA_FORMAT_UNSPECIFIED = 0, - AVRO = 1, - ARROW = 2 - } - - /** Properties of a ReadSession. */ - interface IReadSession { - - /** ReadSession name */ - name?: (string|null); - - /** ReadSession expireTime */ - expireTime?: (google.protobuf.ITimestamp|null); - - /** ReadSession dataFormat */ - dataFormat?: (google.cloud.bigquery.storage.v1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1.DataFormat|null); - - /** ReadSession avroSchema */ - avroSchema?: (google.cloud.bigquery.storage.v1.IAvroSchema|null); - - /** ReadSession arrowSchema */ - arrowSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null); - - /** ReadSession table */ - table?: (string|null); - - /** ReadSession tableModifiers */ - tableModifiers?: (google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers|null); - - /** ReadSession readOptions */ - readOptions?: (google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions|null); - - /** ReadSession streams */ - streams?: (google.cloud.bigquery.storage.v1.IReadStream[]|null); - - /** ReadSession estimatedTotalBytesScanned */ - estimatedTotalBytesScanned?: (number|Long|string|null); - - /** ReadSession estimatedTotalPhysicalFileSize */ - estimatedTotalPhysicalFileSize?: (number|Long|string|null); - - /** ReadSession estimatedRowCount */ - estimatedRowCount?: (number|Long|string|null); - - /** ReadSession traceId */ - traceId?: (string|null); - } - - /** Represents a ReadSession. */ - class ReadSession implements IReadSession { - - /** - * Constructs a new ReadSession. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IReadSession); - - /** ReadSession name. */ - public name: string; - - /** ReadSession expireTime. */ - public expireTime?: (google.protobuf.ITimestamp|null); - - /** ReadSession dataFormat. */ - public dataFormat: (google.cloud.bigquery.storage.v1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1.DataFormat); - - /** ReadSession avroSchema. */ - public avroSchema?: (google.cloud.bigquery.storage.v1.IAvroSchema|null); - - /** ReadSession arrowSchema. */ - public arrowSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null); - - /** ReadSession table. */ - public table: string; - - /** ReadSession tableModifiers. */ - public tableModifiers?: (google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers|null); - - /** ReadSession readOptions. */ - public readOptions?: (google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions|null); - - /** ReadSession streams. */ - public streams: google.cloud.bigquery.storage.v1.IReadStream[]; - - /** ReadSession estimatedTotalBytesScanned. */ - public estimatedTotalBytesScanned: (number|Long|string); - - /** ReadSession estimatedTotalPhysicalFileSize. */ - public estimatedTotalPhysicalFileSize: (number|Long|string); - - /** ReadSession estimatedRowCount. */ - public estimatedRowCount: (number|Long|string); - - /** ReadSession traceId. */ - public traceId: string; - - /** ReadSession schema. */ - public schema?: ("avroSchema"|"arrowSchema"); - - /** - * Creates a new ReadSession instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadSession instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IReadSession): google.cloud.bigquery.storage.v1.ReadSession; - - /** - * Encodes the specified ReadSession message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.verify|verify} messages. - * @param message ReadSession message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IReadSession, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadSession message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.verify|verify} messages. - * @param message ReadSession message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IReadSession, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadSession message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ReadSession; - - /** - * Decodes a ReadSession message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ReadSession; - - /** - * Verifies a ReadSession message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadSession message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadSession - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ReadSession; - - /** - * Creates a plain object from a ReadSession message. Also converts values to other types if specified. - * @param message ReadSession - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ReadSession, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadSession to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadSession - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace ReadSession { - - /** Properties of a TableModifiers. */ - interface ITableModifiers { - - /** TableModifiers snapshotTime */ - snapshotTime?: (google.protobuf.ITimestamp|null); - } - - /** Represents a TableModifiers. */ - class TableModifiers implements ITableModifiers { - - /** - * Constructs a new TableModifiers. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers); - - /** TableModifiers snapshotTime. */ - public snapshotTime?: (google.protobuf.ITimestamp|null); - - /** - * Creates a new TableModifiers instance using the specified properties. - * @param [properties] Properties to set - * @returns TableModifiers instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers): google.cloud.bigquery.storage.v1.ReadSession.TableModifiers; - - /** - * Encodes the specified TableModifiers message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.verify|verify} messages. - * @param message TableModifiers message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableModifiers message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.verify|verify} messages. - * @param message TableModifiers message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableModifiers message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ReadSession.TableModifiers; - - /** - * Decodes a TableModifiers message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ReadSession.TableModifiers; - - /** - * Verifies a TableModifiers message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableModifiers message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableModifiers - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ReadSession.TableModifiers; - - /** - * Creates a plain object from a TableModifiers message. Also converts values to other types if specified. - * @param message TableModifiers - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ReadSession.TableModifiers, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableModifiers to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableModifiers - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a TableReadOptions. */ - interface ITableReadOptions { - - /** TableReadOptions selectedFields */ - selectedFields?: (string[]|null); - - /** TableReadOptions rowRestriction */ - rowRestriction?: (string|null); - - /** TableReadOptions arrowSerializationOptions */ - arrowSerializationOptions?: (google.cloud.bigquery.storage.v1.IArrowSerializationOptions|null); - - /** TableReadOptions avroSerializationOptions */ - avroSerializationOptions?: (google.cloud.bigquery.storage.v1.IAvroSerializationOptions|null); - - /** TableReadOptions samplePercentage */ - samplePercentage?: (number|null); - - /** TableReadOptions responseCompressionCodec */ - responseCompressionCodec?: (google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec|keyof typeof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec|null); - } - - /** Represents a TableReadOptions. */ - class TableReadOptions implements ITableReadOptions { - - /** - * Constructs a new TableReadOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions); - - /** TableReadOptions selectedFields. */ - public selectedFields: string[]; - - /** TableReadOptions rowRestriction. */ - public rowRestriction: string; - - /** TableReadOptions arrowSerializationOptions. */ - public arrowSerializationOptions?: (google.cloud.bigquery.storage.v1.IArrowSerializationOptions|null); - - /** TableReadOptions avroSerializationOptions. */ - public avroSerializationOptions?: (google.cloud.bigquery.storage.v1.IAvroSerializationOptions|null); - - /** TableReadOptions samplePercentage. */ - public samplePercentage?: (number|null); - - /** TableReadOptions responseCompressionCodec. */ - public responseCompressionCodec?: (google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec|keyof typeof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec|null); - - /** TableReadOptions outputFormatSerializationOptions. */ - public outputFormatSerializationOptions?: ("arrowSerializationOptions"|"avroSerializationOptions"); - - /** - * Creates a new TableReadOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns TableReadOptions instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions): google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions; - - /** - * Encodes the specified TableReadOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.verify|verify} messages. - * @param message TableReadOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableReadOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.verify|verify} messages. - * @param message TableReadOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions; - - /** - * Verifies a TableReadOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableReadOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableReadOptions - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions; - - /** - * Creates a plain object from a TableReadOptions message. Also converts values to other types if specified. - * @param message TableReadOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableReadOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableReadOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace TableReadOptions { - - /** ResponseCompressionCodec enum. */ - enum ResponseCompressionCodec { - RESPONSE_COMPRESSION_CODEC_UNSPECIFIED = 0, - RESPONSE_COMPRESSION_CODEC_LZ4 = 2 - } - } - } - - /** Properties of a ReadStream. */ - interface IReadStream { - - /** ReadStream name */ - name?: (string|null); - } - - /** Represents a ReadStream. */ - class ReadStream implements IReadStream { - - /** - * Constructs a new ReadStream. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IReadStream); - - /** ReadStream name. */ - public name: string; - - /** - * Creates a new ReadStream instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadStream instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IReadStream): google.cloud.bigquery.storage.v1.ReadStream; - - /** - * Encodes the specified ReadStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadStream.verify|verify} messages. - * @param message ReadStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IReadStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadStream.verify|verify} messages. - * @param message ReadStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IReadStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadStream message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ReadStream; - - /** - * Decodes a ReadStream message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ReadStream; - - /** - * Verifies a ReadStream message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadStream message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadStream - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ReadStream; - - /** - * Creates a plain object from a ReadStream message. Also converts values to other types if specified. - * @param message ReadStream - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.ReadStream, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadStream to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadStream - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** WriteStreamView enum. */ - enum WriteStreamView { - WRITE_STREAM_VIEW_UNSPECIFIED = 0, - BASIC = 1, - FULL = 2 - } - - /** Properties of a WriteStream. */ - interface IWriteStream { - - /** WriteStream name */ - name?: (string|null); - - /** WriteStream type */ - type?: (google.cloud.bigquery.storage.v1.WriteStream.Type|keyof typeof google.cloud.bigquery.storage.v1.WriteStream.Type|null); - - /** WriteStream createTime */ - createTime?: (google.protobuf.ITimestamp|null); - - /** WriteStream commitTime */ - commitTime?: (google.protobuf.ITimestamp|null); - - /** WriteStream tableSchema */ - tableSchema?: (google.cloud.bigquery.storage.v1.ITableSchema|null); - - /** WriteStream writeMode */ - writeMode?: (google.cloud.bigquery.storage.v1.WriteStream.WriteMode|keyof typeof google.cloud.bigquery.storage.v1.WriteStream.WriteMode|null); - - /** WriteStream location */ - location?: (string|null); - } - - /** Represents a WriteStream. */ - class WriteStream implements IWriteStream { - - /** - * Constructs a new WriteStream. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.IWriteStream); - - /** WriteStream name. */ - public name: string; - - /** WriteStream type. */ - public type: (google.cloud.bigquery.storage.v1.WriteStream.Type|keyof typeof google.cloud.bigquery.storage.v1.WriteStream.Type); - - /** WriteStream createTime. */ - public createTime?: (google.protobuf.ITimestamp|null); - - /** WriteStream commitTime. */ - public commitTime?: (google.protobuf.ITimestamp|null); - - /** WriteStream tableSchema. */ - public tableSchema?: (google.cloud.bigquery.storage.v1.ITableSchema|null); - - /** WriteStream writeMode. */ - public writeMode: (google.cloud.bigquery.storage.v1.WriteStream.WriteMode|keyof typeof google.cloud.bigquery.storage.v1.WriteStream.WriteMode); - - /** WriteStream location. */ - public location: string; - - /** - * Creates a new WriteStream instance using the specified properties. - * @param [properties] Properties to set - * @returns WriteStream instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.IWriteStream): google.cloud.bigquery.storage.v1.WriteStream; - - /** - * Encodes the specified WriteStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1.WriteStream.verify|verify} messages. - * @param message WriteStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.IWriteStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified WriteStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.WriteStream.verify|verify} messages. - * @param message WriteStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IWriteStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a WriteStream message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns WriteStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.WriteStream; - - /** - * Decodes a WriteStream message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns WriteStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.WriteStream; - - /** - * Verifies a WriteStream message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a WriteStream message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns WriteStream - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.WriteStream; - - /** - * Creates a plain object from a WriteStream message. Also converts values to other types if specified. - * @param message WriteStream - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.WriteStream, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this WriteStream to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for WriteStream - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace WriteStream { - - /** Type enum. */ - enum Type { - TYPE_UNSPECIFIED = 0, - COMMITTED = 1, - PENDING = 2, - BUFFERED = 3 - } - - /** WriteMode enum. */ - enum WriteMode { - WRITE_MODE_UNSPECIFIED = 0, - INSERT = 1 - } - } - - /** Properties of a TableSchema. */ - interface ITableSchema { - - /** TableSchema fields */ - fields?: (google.cloud.bigquery.storage.v1.ITableFieldSchema[]|null); - } - - /** Represents a TableSchema. */ - class TableSchema implements ITableSchema { - - /** - * Constructs a new TableSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.ITableSchema); - - /** TableSchema fields. */ - public fields: google.cloud.bigquery.storage.v1.ITableFieldSchema[]; - - /** - * Creates a new TableSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns TableSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.ITableSchema): google.cloud.bigquery.storage.v1.TableSchema; - - /** - * Encodes the specified TableSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableSchema.verify|verify} messages. - * @param message TableSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.ITableSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableSchema.verify|verify} messages. - * @param message TableSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ITableSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.TableSchema; - - /** - * Decodes a TableSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.TableSchema; - - /** - * Verifies a TableSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.TableSchema; - - /** - * Creates a plain object from a TableSchema message. Also converts values to other types if specified. - * @param message TableSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.TableSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a TableFieldSchema. */ - interface ITableFieldSchema { - - /** TableFieldSchema name */ - name?: (string|null); - - /** TableFieldSchema type */ - type?: (google.cloud.bigquery.storage.v1.TableFieldSchema.Type|keyof typeof google.cloud.bigquery.storage.v1.TableFieldSchema.Type|null); - - /** TableFieldSchema mode */ - mode?: (google.cloud.bigquery.storage.v1.TableFieldSchema.Mode|keyof typeof google.cloud.bigquery.storage.v1.TableFieldSchema.Mode|null); - - /** TableFieldSchema fields */ - fields?: (google.cloud.bigquery.storage.v1.ITableFieldSchema[]|null); - - /** TableFieldSchema description */ - description?: (string|null); - - /** TableFieldSchema maxLength */ - maxLength?: (number|Long|string|null); - - /** TableFieldSchema precision */ - precision?: (number|Long|string|null); - - /** TableFieldSchema scale */ - scale?: (number|Long|string|null); - - /** TableFieldSchema defaultValueExpression */ - defaultValueExpression?: (string|null); - - /** TableFieldSchema timestampPrecision */ - timestampPrecision?: (google.protobuf.IInt64Value|null); - - /** TableFieldSchema rangeElementType */ - rangeElementType?: (google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType|null); - } - - /** Represents a TableFieldSchema. */ - class TableFieldSchema implements ITableFieldSchema { - - /** - * Constructs a new TableFieldSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.ITableFieldSchema); - - /** TableFieldSchema name. */ - public name: string; - - /** TableFieldSchema type. */ - public type: (google.cloud.bigquery.storage.v1.TableFieldSchema.Type|keyof typeof google.cloud.bigquery.storage.v1.TableFieldSchema.Type); - - /** TableFieldSchema mode. */ - public mode: (google.cloud.bigquery.storage.v1.TableFieldSchema.Mode|keyof typeof google.cloud.bigquery.storage.v1.TableFieldSchema.Mode); - - /** TableFieldSchema fields. */ - public fields: google.cloud.bigquery.storage.v1.ITableFieldSchema[]; - - /** TableFieldSchema description. */ - public description: string; - - /** TableFieldSchema maxLength. */ - public maxLength: (number|Long|string); - - /** TableFieldSchema precision. */ - public precision: (number|Long|string); - - /** TableFieldSchema scale. */ - public scale: (number|Long|string); - - /** TableFieldSchema defaultValueExpression. */ - public defaultValueExpression: string; - - /** TableFieldSchema timestampPrecision. */ - public timestampPrecision?: (google.protobuf.IInt64Value|null); - - /** TableFieldSchema rangeElementType. */ - public rangeElementType?: (google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType|null); - - /** - * Creates a new TableFieldSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns TableFieldSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.ITableFieldSchema): google.cloud.bigquery.storage.v1.TableFieldSchema; - - /** - * Encodes the specified TableFieldSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableFieldSchema.verify|verify} messages. - * @param message TableFieldSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.ITableFieldSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableFieldSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableFieldSchema.verify|verify} messages. - * @param message TableFieldSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.ITableFieldSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableFieldSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableFieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.TableFieldSchema; - - /** - * Decodes a TableFieldSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableFieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.TableFieldSchema; - - /** - * Verifies a TableFieldSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableFieldSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableFieldSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.TableFieldSchema; - - /** - * Creates a plain object from a TableFieldSchema message. Also converts values to other types if specified. - * @param message TableFieldSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.TableFieldSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableFieldSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableFieldSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace TableFieldSchema { - - /** Type enum. */ - enum Type { - TYPE_UNSPECIFIED = 0, - STRING = 1, - INT64 = 2, - DOUBLE = 3, - STRUCT = 4, - BYTES = 5, - BOOL = 6, - TIMESTAMP = 7, - DATE = 8, - TIME = 9, - DATETIME = 10, - GEOGRAPHY = 11, - NUMERIC = 12, - BIGNUMERIC = 13, - INTERVAL = 14, - JSON = 15, - RANGE = 16 - } - - /** Mode enum. */ - enum Mode { - MODE_UNSPECIFIED = 0, - NULLABLE = 1, - REQUIRED = 2, - REPEATED = 3 - } - - /** Properties of a FieldElementType. */ - interface IFieldElementType { - - /** FieldElementType type */ - type?: (google.cloud.bigquery.storage.v1.TableFieldSchema.Type|keyof typeof google.cloud.bigquery.storage.v1.TableFieldSchema.Type|null); - } - - /** Represents a FieldElementType. */ - class FieldElementType implements IFieldElementType { - - /** - * Constructs a new FieldElementType. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType); - - /** FieldElementType type. */ - public type: (google.cloud.bigquery.storage.v1.TableFieldSchema.Type|keyof typeof google.cloud.bigquery.storage.v1.TableFieldSchema.Type); - - /** - * Creates a new FieldElementType instance using the specified properties. - * @param [properties] Properties to set - * @returns FieldElementType instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType): google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType; - - /** - * Encodes the specified FieldElementType message. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType.verify|verify} messages. - * @param message FieldElementType message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FieldElementType message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType.verify|verify} messages. - * @param message FieldElementType message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FieldElementType message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FieldElementType - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType; - - /** - * Decodes a FieldElementType message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FieldElementType - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType; - - /** - * Verifies a FieldElementType message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FieldElementType message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FieldElementType - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType; - - /** - * Creates a plain object from a FieldElementType message. Also converts values to other types if specified. - * @param message FieldElementType - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FieldElementType to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FieldElementType - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - } - - /** Namespace v1alpha. */ - namespace v1alpha { - - /** Represents a MetastorePartitionService */ - class MetastorePartitionService extends $protobuf.rpc.Service { - - /** - * Constructs a new MetastorePartitionService service. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - */ - constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean); - - /** - * Creates new MetastorePartitionService service using the specified rpc implementation. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - * @returns RPC service. Useful where requests and/or responses are streamed. - */ - public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): MetastorePartitionService; - - /** - * Calls BatchCreateMetastorePartitions. - * @param request BatchCreateMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and BatchCreateMetastorePartitionsResponse - */ - public batchCreateMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.BatchCreateMetastorePartitionsCallback): void; - - /** - * Calls BatchCreateMetastorePartitions. - * @param request BatchCreateMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public batchCreateMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest): Promise; - - /** - * Calls BatchDeleteMetastorePartitions. - * @param request BatchDeleteMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and Empty - */ - public batchDeleteMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.BatchDeleteMetastorePartitionsCallback): void; - - /** - * Calls BatchDeleteMetastorePartitions. - * @param request BatchDeleteMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public batchDeleteMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest): Promise; - - /** - * Calls BatchUpdateMetastorePartitions. - * @param request BatchUpdateMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and BatchUpdateMetastorePartitionsResponse - */ - public batchUpdateMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.BatchUpdateMetastorePartitionsCallback): void; - - /** - * Calls BatchUpdateMetastorePartitions. - * @param request BatchUpdateMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public batchUpdateMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest): Promise; - - /** - * Calls ListMetastorePartitions. - * @param request ListMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and ListMetastorePartitionsResponse - */ - public listMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.ListMetastorePartitionsCallback): void; - - /** - * Calls ListMetastorePartitions. - * @param request ListMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public listMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest): Promise; - - /** - * Calls StreamMetastorePartitions. - * @param request StreamMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and StreamMetastorePartitionsResponse - */ - public streamMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.StreamMetastorePartitionsCallback): void; - - /** - * Calls StreamMetastorePartitions. - * @param request StreamMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public streamMetastorePartitions(request: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest): Promise; - } - - namespace MetastorePartitionService { - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|batchCreateMetastorePartitions}. - * @param error Error, if any - * @param [response] BatchCreateMetastorePartitionsResponse - */ - type BatchCreateMetastorePartitionsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|batchDeleteMetastorePartitions}. - * @param error Error, if any - * @param [response] Empty - */ - type BatchDeleteMetastorePartitionsCallback = (error: (Error|null), response?: google.protobuf.Empty) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|batchUpdateMetastorePartitions}. - * @param error Error, if any - * @param [response] BatchUpdateMetastorePartitionsResponse - */ - type BatchUpdateMetastorePartitionsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|listMetastorePartitions}. - * @param error Error, if any - * @param [response] ListMetastorePartitionsResponse - */ - type ListMetastorePartitionsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|streamMetastorePartitions}. - * @param error Error, if any - * @param [response] StreamMetastorePartitionsResponse - */ - type StreamMetastorePartitionsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse) => void; - } - - /** Properties of a CreateMetastorePartitionRequest. */ - interface ICreateMetastorePartitionRequest { - - /** CreateMetastorePartitionRequest parent */ - parent?: (string|null); - - /** CreateMetastorePartitionRequest metastorePartition */ - metastorePartition?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartition|null); - } - - /** Represents a CreateMetastorePartitionRequest. */ - class CreateMetastorePartitionRequest implements ICreateMetastorePartitionRequest { - - /** - * Constructs a new CreateMetastorePartitionRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest); - - /** CreateMetastorePartitionRequest parent. */ - public parent: string; - - /** CreateMetastorePartitionRequest metastorePartition. */ - public metastorePartition?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartition|null); - - /** - * Creates a new CreateMetastorePartitionRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns CreateMetastorePartitionRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest): google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest; - - /** - * Encodes the specified CreateMetastorePartitionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.verify|verify} messages. - * @param message CreateMetastorePartitionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CreateMetastorePartitionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.verify|verify} messages. - * @param message CreateMetastorePartitionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CreateMetastorePartitionRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CreateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest; - - /** - * Decodes a CreateMetastorePartitionRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CreateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest; - - /** - * Verifies a CreateMetastorePartitionRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CreateMetastorePartitionRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CreateMetastorePartitionRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest; - - /** - * Creates a plain object from a CreateMetastorePartitionRequest message. Also converts values to other types if specified. - * @param message CreateMetastorePartitionRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CreateMetastorePartitionRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CreateMetastorePartitionRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCreateMetastorePartitionsRequest. */ - interface IBatchCreateMetastorePartitionsRequest { - - /** BatchCreateMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** BatchCreateMetastorePartitionsRequest requests */ - requests?: (google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest[]|null); - - /** BatchCreateMetastorePartitionsRequest skipExistingPartitions */ - skipExistingPartitions?: (boolean|null); - - /** BatchCreateMetastorePartitionsRequest traceId */ - traceId?: (string|null); - } - - /** Represents a BatchCreateMetastorePartitionsRequest. */ - class BatchCreateMetastorePartitionsRequest implements IBatchCreateMetastorePartitionsRequest { - - /** - * Constructs a new BatchCreateMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest); - - /** BatchCreateMetastorePartitionsRequest parent. */ - public parent: string; - - /** BatchCreateMetastorePartitionsRequest requests. */ - public requests: google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest[]; - - /** BatchCreateMetastorePartitionsRequest skipExistingPartitions. */ - public skipExistingPartitions: boolean; - - /** BatchCreateMetastorePartitionsRequest traceId. */ - public traceId: string; - - /** - * Creates a new BatchCreateMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCreateMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest): google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest; - - /** - * Encodes the specified BatchCreateMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchCreateMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCreateMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchCreateMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCreateMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCreateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest; - - /** - * Decodes a BatchCreateMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCreateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest; - - /** - * Verifies a BatchCreateMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCreateMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCreateMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest; - - /** - * Creates a plain object from a BatchCreateMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message BatchCreateMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCreateMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCreateMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCreateMetastorePartitionsResponse. */ - interface IBatchCreateMetastorePartitionsResponse { - - /** BatchCreateMetastorePartitionsResponse partitions */ - partitions?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartition[]|null); - } - - /** Represents a BatchCreateMetastorePartitionsResponse. */ - class BatchCreateMetastorePartitionsResponse implements IBatchCreateMetastorePartitionsResponse { - - /** - * Constructs a new BatchCreateMetastorePartitionsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse); - - /** BatchCreateMetastorePartitionsResponse partitions. */ - public partitions: google.cloud.bigquery.storage.v1alpha.IMetastorePartition[]; - - /** - * Creates a new BatchCreateMetastorePartitionsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCreateMetastorePartitionsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse): google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse; - - /** - * Encodes the specified BatchCreateMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse.verify|verify} messages. - * @param message BatchCreateMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCreateMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse.verify|verify} messages. - * @param message BatchCreateMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCreateMetastorePartitionsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCreateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse; - - /** - * Decodes a BatchCreateMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCreateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse; - - /** - * Verifies a BatchCreateMetastorePartitionsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCreateMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCreateMetastorePartitionsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse; - - /** - * Creates a plain object from a BatchCreateMetastorePartitionsResponse message. Also converts values to other types if specified. - * @param message BatchCreateMetastorePartitionsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCreateMetastorePartitionsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCreateMetastorePartitionsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchDeleteMetastorePartitionsRequest. */ - interface IBatchDeleteMetastorePartitionsRequest { - - /** BatchDeleteMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** BatchDeleteMetastorePartitionsRequest partitionValues */ - partitionValues?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues[]|null); - - /** BatchDeleteMetastorePartitionsRequest traceId */ - traceId?: (string|null); - } - - /** Represents a BatchDeleteMetastorePartitionsRequest. */ - class BatchDeleteMetastorePartitionsRequest implements IBatchDeleteMetastorePartitionsRequest { - - /** - * Constructs a new BatchDeleteMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest); - - /** BatchDeleteMetastorePartitionsRequest parent. */ - public parent: string; - - /** BatchDeleteMetastorePartitionsRequest partitionValues. */ - public partitionValues: google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues[]; - - /** BatchDeleteMetastorePartitionsRequest traceId. */ - public traceId: string; - - /** - * Creates a new BatchDeleteMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchDeleteMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest): google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest; - - /** - * Encodes the specified BatchDeleteMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchDeleteMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchDeleteMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchDeleteMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchDeleteMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchDeleteMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest; - - /** - * Decodes a BatchDeleteMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchDeleteMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest; - - /** - * Verifies a BatchDeleteMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchDeleteMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchDeleteMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest; - - /** - * Creates a plain object from a BatchDeleteMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message BatchDeleteMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchDeleteMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchDeleteMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an UpdateMetastorePartitionRequest. */ - interface IUpdateMetastorePartitionRequest { - - /** UpdateMetastorePartitionRequest metastorePartition */ - metastorePartition?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartition|null); - - /** UpdateMetastorePartitionRequest updateMask */ - updateMask?: (google.protobuf.IFieldMask|null); - } - - /** Represents an UpdateMetastorePartitionRequest. */ - class UpdateMetastorePartitionRequest implements IUpdateMetastorePartitionRequest { - - /** - * Constructs a new UpdateMetastorePartitionRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest); - - /** UpdateMetastorePartitionRequest metastorePartition. */ - public metastorePartition?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartition|null); - - /** UpdateMetastorePartitionRequest updateMask. */ - public updateMask?: (google.protobuf.IFieldMask|null); - - /** - * Creates a new UpdateMetastorePartitionRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns UpdateMetastorePartitionRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest): google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest; - - /** - * Encodes the specified UpdateMetastorePartitionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.verify|verify} messages. - * @param message UpdateMetastorePartitionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified UpdateMetastorePartitionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.verify|verify} messages. - * @param message UpdateMetastorePartitionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an UpdateMetastorePartitionRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns UpdateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest; - - /** - * Decodes an UpdateMetastorePartitionRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns UpdateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest; - - /** - * Verifies an UpdateMetastorePartitionRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an UpdateMetastorePartitionRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns UpdateMetastorePartitionRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest; - - /** - * Creates a plain object from an UpdateMetastorePartitionRequest message. Also converts values to other types if specified. - * @param message UpdateMetastorePartitionRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this UpdateMetastorePartitionRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for UpdateMetastorePartitionRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchUpdateMetastorePartitionsRequest. */ - interface IBatchUpdateMetastorePartitionsRequest { - - /** BatchUpdateMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** BatchUpdateMetastorePartitionsRequest requests */ - requests?: (google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest[]|null); - - /** BatchUpdateMetastorePartitionsRequest traceId */ - traceId?: (string|null); - } - - /** Represents a BatchUpdateMetastorePartitionsRequest. */ - class BatchUpdateMetastorePartitionsRequest implements IBatchUpdateMetastorePartitionsRequest { - - /** - * Constructs a new BatchUpdateMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest); - - /** BatchUpdateMetastorePartitionsRequest parent. */ - public parent: string; - - /** BatchUpdateMetastorePartitionsRequest requests. */ - public requests: google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest[]; - - /** BatchUpdateMetastorePartitionsRequest traceId. */ - public traceId: string; - - /** - * Creates a new BatchUpdateMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchUpdateMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest): google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchUpdateMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchUpdateMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchUpdateMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchUpdateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest; - - /** - * Decodes a BatchUpdateMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchUpdateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest; - - /** - * Verifies a BatchUpdateMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchUpdateMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchUpdateMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest; - - /** - * Creates a plain object from a BatchUpdateMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message BatchUpdateMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchUpdateMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchUpdateMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchUpdateMetastorePartitionsResponse. */ - interface IBatchUpdateMetastorePartitionsResponse { - - /** BatchUpdateMetastorePartitionsResponse partitions */ - partitions?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartition[]|null); - } - - /** Represents a BatchUpdateMetastorePartitionsResponse. */ - class BatchUpdateMetastorePartitionsResponse implements IBatchUpdateMetastorePartitionsResponse { - - /** - * Constructs a new BatchUpdateMetastorePartitionsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse); - - /** BatchUpdateMetastorePartitionsResponse partitions. */ - public partitions: google.cloud.bigquery.storage.v1alpha.IMetastorePartition[]; - - /** - * Creates a new BatchUpdateMetastorePartitionsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchUpdateMetastorePartitionsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse): google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse.verify|verify} messages. - * @param message BatchUpdateMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse.verify|verify} messages. - * @param message BatchUpdateMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchUpdateMetastorePartitionsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchUpdateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse; - - /** - * Decodes a BatchUpdateMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchUpdateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse; - - /** - * Verifies a BatchUpdateMetastorePartitionsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchUpdateMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchUpdateMetastorePartitionsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse; - - /** - * Creates a plain object from a BatchUpdateMetastorePartitionsResponse message. Also converts values to other types if specified. - * @param message BatchUpdateMetastorePartitionsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchUpdateMetastorePartitionsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchUpdateMetastorePartitionsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ListMetastorePartitionsRequest. */ - interface IListMetastorePartitionsRequest { - - /** ListMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** ListMetastorePartitionsRequest filter */ - filter?: (string|null); - - /** ListMetastorePartitionsRequest traceId */ - traceId?: (string|null); - } - - /** Represents a ListMetastorePartitionsRequest. */ - class ListMetastorePartitionsRequest implements IListMetastorePartitionsRequest { - - /** - * Constructs a new ListMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest); - - /** ListMetastorePartitionsRequest parent. */ - public parent: string; - - /** ListMetastorePartitionsRequest filter. */ - public filter: string; - - /** ListMetastorePartitionsRequest traceId. */ - public traceId: string; - - /** - * Creates a new ListMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns ListMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest): google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest; - - /** - * Encodes the specified ListMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest.verify|verify} messages. - * @param message ListMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ListMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest.verify|verify} messages. - * @param message ListMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ListMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ListMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest; - - /** - * Decodes a ListMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ListMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest; - - /** - * Verifies a ListMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ListMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ListMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest; - - /** - * Creates a plain object from a ListMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message ListMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ListMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ListMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ListMetastorePartitionsResponse. */ - interface IListMetastorePartitionsResponse { - - /** ListMetastorePartitionsResponse partitions */ - partitions?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList|null); - - /** ListMetastorePartitionsResponse streams */ - streams?: (google.cloud.bigquery.storage.v1alpha.IStreamList|null); - } - - /** Represents a ListMetastorePartitionsResponse. */ - class ListMetastorePartitionsResponse implements IListMetastorePartitionsResponse { - - /** - * Constructs a new ListMetastorePartitionsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse); - - /** ListMetastorePartitionsResponse partitions. */ - public partitions?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList|null); - - /** ListMetastorePartitionsResponse streams. */ - public streams?: (google.cloud.bigquery.storage.v1alpha.IStreamList|null); - - /** ListMetastorePartitionsResponse response. */ - public response?: ("partitions"|"streams"); - - /** - * Creates a new ListMetastorePartitionsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns ListMetastorePartitionsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse): google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse; - - /** - * Encodes the specified ListMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse.verify|verify} messages. - * @param message ListMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ListMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse.verify|verify} messages. - * @param message ListMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ListMetastorePartitionsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ListMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse; - - /** - * Decodes a ListMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ListMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse; - - /** - * Verifies a ListMetastorePartitionsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ListMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ListMetastorePartitionsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse; - - /** - * Creates a plain object from a ListMetastorePartitionsResponse message. Also converts values to other types if specified. - * @param message ListMetastorePartitionsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ListMetastorePartitionsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ListMetastorePartitionsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamMetastorePartitionsRequest. */ - interface IStreamMetastorePartitionsRequest { - - /** StreamMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** StreamMetastorePartitionsRequest metastorePartitions */ - metastorePartitions?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartition[]|null); - - /** StreamMetastorePartitionsRequest skipExistingPartitions */ - skipExistingPartitions?: (boolean|null); - } - - /** Represents a StreamMetastorePartitionsRequest. */ - class StreamMetastorePartitionsRequest implements IStreamMetastorePartitionsRequest { - - /** - * Constructs a new StreamMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest); - - /** StreamMetastorePartitionsRequest parent. */ - public parent: string; - - /** StreamMetastorePartitionsRequest metastorePartitions. */ - public metastorePartitions: google.cloud.bigquery.storage.v1alpha.IMetastorePartition[]; - - /** StreamMetastorePartitionsRequest skipExistingPartitions. */ - public skipExistingPartitions: boolean; - - /** - * Creates a new StreamMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest): google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest; - - /** - * Encodes the specified StreamMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest.verify|verify} messages. - * @param message StreamMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest.verify|verify} messages. - * @param message StreamMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest; - - /** - * Decodes a StreamMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest; - - /** - * Verifies a StreamMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest; - - /** - * Creates a plain object from a StreamMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message StreamMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamMetastorePartitionsResponse. */ - interface IStreamMetastorePartitionsResponse { - - /** StreamMetastorePartitionsResponse totalPartitionsStreamedCount */ - totalPartitionsStreamedCount?: (number|Long|string|null); - - /** StreamMetastorePartitionsResponse totalPartitionsInsertedCount */ - totalPartitionsInsertedCount?: (number|Long|string|null); - } - - /** Represents a StreamMetastorePartitionsResponse. */ - class StreamMetastorePartitionsResponse implements IStreamMetastorePartitionsResponse { - - /** - * Constructs a new StreamMetastorePartitionsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsResponse); - - /** StreamMetastorePartitionsResponse totalPartitionsStreamedCount. */ - public totalPartitionsStreamedCount: (number|Long|string); - - /** StreamMetastorePartitionsResponse totalPartitionsInsertedCount. */ - public totalPartitionsInsertedCount: (number|Long|string); - - /** - * Creates a new StreamMetastorePartitionsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamMetastorePartitionsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsResponse): google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse; - - /** - * Encodes the specified StreamMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse.verify|verify} messages. - * @param message StreamMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse.verify|verify} messages. - * @param message StreamMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamMetastorePartitionsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse; - - /** - * Decodes a StreamMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse; - - /** - * Verifies a StreamMetastorePartitionsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamMetastorePartitionsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse; - - /** - * Creates a plain object from a StreamMetastorePartitionsResponse message. Also converts values to other types if specified. - * @param message StreamMetastorePartitionsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamMetastorePartitionsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamMetastorePartitionsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchSizeTooLargeError. */ - interface IBatchSizeTooLargeError { - - /** BatchSizeTooLargeError maxBatchSize */ - maxBatchSize?: (number|Long|string|null); - - /** BatchSizeTooLargeError errorMessage */ - errorMessage?: (string|null); - } - - /** Represents a BatchSizeTooLargeError. */ - class BatchSizeTooLargeError implements IBatchSizeTooLargeError { - - /** - * Constructs a new BatchSizeTooLargeError. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IBatchSizeTooLargeError); - - /** BatchSizeTooLargeError maxBatchSize. */ - public maxBatchSize: (number|Long|string); - - /** BatchSizeTooLargeError errorMessage. */ - public errorMessage: string; - - /** - * Creates a new BatchSizeTooLargeError instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchSizeTooLargeError instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IBatchSizeTooLargeError): google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError; - - /** - * Encodes the specified BatchSizeTooLargeError message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError.verify|verify} messages. - * @param message BatchSizeTooLargeError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IBatchSizeTooLargeError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchSizeTooLargeError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError.verify|verify} messages. - * @param message BatchSizeTooLargeError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IBatchSizeTooLargeError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchSizeTooLargeError message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchSizeTooLargeError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError; - - /** - * Decodes a BatchSizeTooLargeError message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchSizeTooLargeError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError; - - /** - * Verifies a BatchSizeTooLargeError message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchSizeTooLargeError message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchSizeTooLargeError - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError; - - /** - * Creates a plain object from a BatchSizeTooLargeError message. Also converts values to other types if specified. - * @param message BatchSizeTooLargeError - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchSizeTooLargeError to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchSizeTooLargeError - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FieldSchema. */ - interface IFieldSchema { - - /** FieldSchema name */ - name?: (string|null); - - /** FieldSchema type */ - type?: (string|null); - } - - /** Represents a FieldSchema. */ - class FieldSchema implements IFieldSchema { - - /** - * Constructs a new FieldSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IFieldSchema); - - /** FieldSchema name. */ - public name: string; - - /** FieldSchema type. */ - public type: string; - - /** - * Creates a new FieldSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns FieldSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IFieldSchema): google.cloud.bigquery.storage.v1alpha.FieldSchema; - - /** - * Encodes the specified FieldSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.FieldSchema.verify|verify} messages. - * @param message FieldSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IFieldSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FieldSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.FieldSchema.verify|verify} messages. - * @param message FieldSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IFieldSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FieldSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.FieldSchema; - - /** - * Decodes a FieldSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.FieldSchema; - - /** - * Verifies a FieldSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FieldSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FieldSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.FieldSchema; - - /** - * Creates a plain object from a FieldSchema message. Also converts values to other types if specified. - * @param message FieldSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.FieldSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FieldSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FieldSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StorageDescriptor. */ - interface IStorageDescriptor { - - /** StorageDescriptor locationUri */ - locationUri?: (string|null); - - /** StorageDescriptor inputFormat */ - inputFormat?: (string|null); - - /** StorageDescriptor outputFormat */ - outputFormat?: (string|null); - - /** StorageDescriptor serdeInfo */ - serdeInfo?: (google.cloud.bigquery.storage.v1alpha.ISerDeInfo|null); - } - - /** Represents a StorageDescriptor. */ - class StorageDescriptor implements IStorageDescriptor { - - /** - * Constructs a new StorageDescriptor. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IStorageDescriptor); - - /** StorageDescriptor locationUri. */ - public locationUri: string; - - /** StorageDescriptor inputFormat. */ - public inputFormat: string; - - /** StorageDescriptor outputFormat. */ - public outputFormat: string; - - /** StorageDescriptor serdeInfo. */ - public serdeInfo?: (google.cloud.bigquery.storage.v1alpha.ISerDeInfo|null); - - /** - * Creates a new StorageDescriptor instance using the specified properties. - * @param [properties] Properties to set - * @returns StorageDescriptor instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IStorageDescriptor): google.cloud.bigquery.storage.v1alpha.StorageDescriptor; - - /** - * Encodes the specified StorageDescriptor message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StorageDescriptor.verify|verify} messages. - * @param message StorageDescriptor message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IStorageDescriptor, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StorageDescriptor message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StorageDescriptor.verify|verify} messages. - * @param message StorageDescriptor message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IStorageDescriptor, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StorageDescriptor message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StorageDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.StorageDescriptor; - - /** - * Decodes a StorageDescriptor message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StorageDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.StorageDescriptor; - - /** - * Verifies a StorageDescriptor message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StorageDescriptor message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StorageDescriptor - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.StorageDescriptor; - - /** - * Creates a plain object from a StorageDescriptor message. Also converts values to other types if specified. - * @param message StorageDescriptor - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.StorageDescriptor, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StorageDescriptor to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StorageDescriptor - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a SerDeInfo. */ - interface ISerDeInfo { - - /** SerDeInfo name */ - name?: (string|null); - - /** SerDeInfo serializationLibrary */ - serializationLibrary?: (string|null); - - /** SerDeInfo parameters */ - parameters?: ({ [k: string]: string }|null); - } - - /** Represents a SerDeInfo. */ - class SerDeInfo implements ISerDeInfo { - - /** - * Constructs a new SerDeInfo. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.ISerDeInfo); - - /** SerDeInfo name. */ - public name: string; - - /** SerDeInfo serializationLibrary. */ - public serializationLibrary: string; - - /** SerDeInfo parameters. */ - public parameters: { [k: string]: string }; - - /** - * Creates a new SerDeInfo instance using the specified properties. - * @param [properties] Properties to set - * @returns SerDeInfo instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.ISerDeInfo): google.cloud.bigquery.storage.v1alpha.SerDeInfo; - - /** - * Encodes the specified SerDeInfo message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.SerDeInfo.verify|verify} messages. - * @param message SerDeInfo message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.ISerDeInfo, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SerDeInfo message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.SerDeInfo.verify|verify} messages. - * @param message SerDeInfo message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.ISerDeInfo, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SerDeInfo message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SerDeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.SerDeInfo; - - /** - * Decodes a SerDeInfo message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SerDeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.SerDeInfo; - - /** - * Verifies a SerDeInfo message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SerDeInfo message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SerDeInfo - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.SerDeInfo; - - /** - * Creates a plain object from a SerDeInfo message. Also converts values to other types if specified. - * @param message SerDeInfo - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.SerDeInfo, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SerDeInfo to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SerDeInfo - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a MetastorePartition. */ - interface IMetastorePartition { - - /** MetastorePartition values */ - values?: (string[]|null); - - /** MetastorePartition createTime */ - createTime?: (google.protobuf.ITimestamp|null); - - /** MetastorePartition storageDescriptor */ - storageDescriptor?: (google.cloud.bigquery.storage.v1alpha.IStorageDescriptor|null); - - /** MetastorePartition parameters */ - parameters?: ({ [k: string]: string }|null); - - /** MetastorePartition fields */ - fields?: (google.cloud.bigquery.storage.v1alpha.IFieldSchema[]|null); - } - - /** Represents a MetastorePartition. */ - class MetastorePartition implements IMetastorePartition { - - /** - * Constructs a new MetastorePartition. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IMetastorePartition); - - /** MetastorePartition values. */ - public values: string[]; - - /** MetastorePartition createTime. */ - public createTime?: (google.protobuf.ITimestamp|null); - - /** MetastorePartition storageDescriptor. */ - public storageDescriptor?: (google.cloud.bigquery.storage.v1alpha.IStorageDescriptor|null); - - /** MetastorePartition parameters. */ - public parameters: { [k: string]: string }; - - /** MetastorePartition fields. */ - public fields: google.cloud.bigquery.storage.v1alpha.IFieldSchema[]; - - /** - * Creates a new MetastorePartition instance using the specified properties. - * @param [properties] Properties to set - * @returns MetastorePartition instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IMetastorePartition): google.cloud.bigquery.storage.v1alpha.MetastorePartition; - - /** - * Encodes the specified MetastorePartition message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify|verify} messages. - * @param message MetastorePartition message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IMetastorePartition, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MetastorePartition message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify|verify} messages. - * @param message MetastorePartition message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IMetastorePartition, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MetastorePartition message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MetastorePartition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.MetastorePartition; - - /** - * Decodes a MetastorePartition message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MetastorePartition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.MetastorePartition; - - /** - * Verifies a MetastorePartition message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MetastorePartition message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MetastorePartition - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.MetastorePartition; - - /** - * Creates a plain object from a MetastorePartition message. Also converts values to other types if specified. - * @param message MetastorePartition - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.MetastorePartition, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MetastorePartition to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MetastorePartition - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a MetastorePartitionList. */ - interface IMetastorePartitionList { - - /** MetastorePartitionList partitions */ - partitions?: (google.cloud.bigquery.storage.v1alpha.IMetastorePartition[]|null); - } - - /** Represents a MetastorePartitionList. */ - class MetastorePartitionList implements IMetastorePartitionList { - - /** - * Constructs a new MetastorePartitionList. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList); - - /** MetastorePartitionList partitions. */ - public partitions: google.cloud.bigquery.storage.v1alpha.IMetastorePartition[]; - - /** - * Creates a new MetastorePartitionList instance using the specified properties. - * @param [properties] Properties to set - * @returns MetastorePartitionList instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList): google.cloud.bigquery.storage.v1alpha.MetastorePartitionList; - - /** - * Encodes the specified MetastorePartitionList message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.verify|verify} messages. - * @param message MetastorePartitionList message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MetastorePartitionList message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.verify|verify} messages. - * @param message MetastorePartitionList message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MetastorePartitionList message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MetastorePartitionList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.MetastorePartitionList; - - /** - * Decodes a MetastorePartitionList message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MetastorePartitionList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.MetastorePartitionList; - - /** - * Verifies a MetastorePartitionList message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MetastorePartitionList message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MetastorePartitionList - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.MetastorePartitionList; - - /** - * Creates a plain object from a MetastorePartitionList message. Also converts values to other types if specified. - * @param message MetastorePartitionList - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.MetastorePartitionList, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MetastorePartitionList to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MetastorePartitionList - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ReadStream. */ - interface IReadStream { - - /** ReadStream name */ - name?: (string|null); - } - - /** Represents a ReadStream. */ - class ReadStream implements IReadStream { - - /** - * Constructs a new ReadStream. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IReadStream); - - /** ReadStream name. */ - public name: string; - - /** - * Creates a new ReadStream instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadStream instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IReadStream): google.cloud.bigquery.storage.v1alpha.ReadStream; - - /** - * Encodes the specified ReadStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ReadStream.verify|verify} messages. - * @param message ReadStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IReadStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ReadStream.verify|verify} messages. - * @param message ReadStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IReadStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadStream message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.ReadStream; - - /** - * Decodes a ReadStream message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.ReadStream; - - /** - * Verifies a ReadStream message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadStream message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadStream - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.ReadStream; - - /** - * Creates a plain object from a ReadStream message. Also converts values to other types if specified. - * @param message ReadStream - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.ReadStream, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadStream to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadStream - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamList. */ - interface IStreamList { - - /** StreamList streams */ - streams?: (google.cloud.bigquery.storage.v1alpha.IReadStream[]|null); - } - - /** Represents a StreamList. */ - class StreamList implements IStreamList { - - /** - * Constructs a new StreamList. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IStreamList); - - /** StreamList streams. */ - public streams: google.cloud.bigquery.storage.v1alpha.IReadStream[]; - - /** - * Creates a new StreamList instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamList instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IStreamList): google.cloud.bigquery.storage.v1alpha.StreamList; - - /** - * Encodes the specified StreamList message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamList.verify|verify} messages. - * @param message StreamList message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IStreamList, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamList message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamList.verify|verify} messages. - * @param message StreamList message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IStreamList, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamList message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.StreamList; - - /** - * Decodes a StreamList message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.StreamList; - - /** - * Verifies a StreamList message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamList message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamList - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.StreamList; - - /** - * Creates a plain object from a StreamList message. Also converts values to other types if specified. - * @param message StreamList - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.StreamList, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamList to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamList - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a MetastorePartitionValues. */ - interface IMetastorePartitionValues { - - /** MetastorePartitionValues values */ - values?: (string[]|null); - } - - /** Represents a MetastorePartitionValues. */ - class MetastorePartitionValues implements IMetastorePartitionValues { - - /** - * Constructs a new MetastorePartitionValues. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues); - - /** MetastorePartitionValues values. */ - public values: string[]; - - /** - * Creates a new MetastorePartitionValues instance using the specified properties. - * @param [properties] Properties to set - * @returns MetastorePartitionValues instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues): google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues; - - /** - * Encodes the specified MetastorePartitionValues message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.verify|verify} messages. - * @param message MetastorePartitionValues message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MetastorePartitionValues message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.verify|verify} messages. - * @param message MetastorePartitionValues message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MetastorePartitionValues message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MetastorePartitionValues - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues; - - /** - * Decodes a MetastorePartitionValues message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MetastorePartitionValues - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues; - - /** - * Verifies a MetastorePartitionValues message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MetastorePartitionValues message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MetastorePartitionValues - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues; - - /** - * Creates a plain object from a MetastorePartitionValues message. Also converts values to other types if specified. - * @param message MetastorePartitionValues - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MetastorePartitionValues to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MetastorePartitionValues - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Namespace v1beta. */ - namespace v1beta { - - /** Represents a MetastorePartitionService */ - class MetastorePartitionService extends $protobuf.rpc.Service { - - /** - * Constructs a new MetastorePartitionService service. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - */ - constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean); - - /** - * Creates new MetastorePartitionService service using the specified rpc implementation. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - * @returns RPC service. Useful where requests and/or responses are streamed. - */ - public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): MetastorePartitionService; - - /** - * Calls BatchCreateMetastorePartitions. - * @param request BatchCreateMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and BatchCreateMetastorePartitionsResponse - */ - public batchCreateMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1beta.MetastorePartitionService.BatchCreateMetastorePartitionsCallback): void; - - /** - * Calls BatchCreateMetastorePartitions. - * @param request BatchCreateMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public batchCreateMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest): Promise; - - /** - * Calls BatchDeleteMetastorePartitions. - * @param request BatchDeleteMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and Empty - */ - public batchDeleteMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1beta.MetastorePartitionService.BatchDeleteMetastorePartitionsCallback): void; - - /** - * Calls BatchDeleteMetastorePartitions. - * @param request BatchDeleteMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public batchDeleteMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest): Promise; - - /** - * Calls BatchUpdateMetastorePartitions. - * @param request BatchUpdateMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and BatchUpdateMetastorePartitionsResponse - */ - public batchUpdateMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1beta.MetastorePartitionService.BatchUpdateMetastorePartitionsCallback): void; - - /** - * Calls BatchUpdateMetastorePartitions. - * @param request BatchUpdateMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public batchUpdateMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest): Promise; - - /** - * Calls ListMetastorePartitions. - * @param request ListMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and ListMetastorePartitionsResponse - */ - public listMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1beta.MetastorePartitionService.ListMetastorePartitionsCallback): void; - - /** - * Calls ListMetastorePartitions. - * @param request ListMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public listMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest): Promise; - - /** - * Calls StreamMetastorePartitions. - * @param request StreamMetastorePartitionsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and StreamMetastorePartitionsResponse - */ - public streamMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest, callback: google.cloud.bigquery.storage.v1beta.MetastorePartitionService.StreamMetastorePartitionsCallback): void; - - /** - * Calls StreamMetastorePartitions. - * @param request StreamMetastorePartitionsRequest message or plain object - * @returns Promise - */ - public streamMetastorePartitions(request: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest): Promise; - } - - namespace MetastorePartitionService { - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|batchCreateMetastorePartitions}. - * @param error Error, if any - * @param [response] BatchCreateMetastorePartitionsResponse - */ - type BatchCreateMetastorePartitionsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|batchDeleteMetastorePartitions}. - * @param error Error, if any - * @param [response] Empty - */ - type BatchDeleteMetastorePartitionsCallback = (error: (Error|null), response?: google.protobuf.Empty) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|batchUpdateMetastorePartitions}. - * @param error Error, if any - * @param [response] BatchUpdateMetastorePartitionsResponse - */ - type BatchUpdateMetastorePartitionsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|listMetastorePartitions}. - * @param error Error, if any - * @param [response] ListMetastorePartitionsResponse - */ - type ListMetastorePartitionsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|streamMetastorePartitions}. - * @param error Error, if any - * @param [response] StreamMetastorePartitionsResponse - */ - type StreamMetastorePartitionsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse) => void; - } - - /** Properties of a CreateMetastorePartitionRequest. */ - interface ICreateMetastorePartitionRequest { - - /** CreateMetastorePartitionRequest parent */ - parent?: (string|null); - - /** CreateMetastorePartitionRequest metastorePartition */ - metastorePartition?: (google.cloud.bigquery.storage.v1beta.IMetastorePartition|null); - } - - /** Represents a CreateMetastorePartitionRequest. */ - class CreateMetastorePartitionRequest implements ICreateMetastorePartitionRequest { - - /** - * Constructs a new CreateMetastorePartitionRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest); - - /** CreateMetastorePartitionRequest parent. */ - public parent: string; - - /** CreateMetastorePartitionRequest metastorePartition. */ - public metastorePartition?: (google.cloud.bigquery.storage.v1beta.IMetastorePartition|null); - - /** - * Creates a new CreateMetastorePartitionRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns CreateMetastorePartitionRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest): google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest; - - /** - * Encodes the specified CreateMetastorePartitionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.verify|verify} messages. - * @param message CreateMetastorePartitionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CreateMetastorePartitionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.verify|verify} messages. - * @param message CreateMetastorePartitionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CreateMetastorePartitionRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CreateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest; - - /** - * Decodes a CreateMetastorePartitionRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CreateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest; - - /** - * Verifies a CreateMetastorePartitionRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CreateMetastorePartitionRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CreateMetastorePartitionRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest; - - /** - * Creates a plain object from a CreateMetastorePartitionRequest message. Also converts values to other types if specified. - * @param message CreateMetastorePartitionRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CreateMetastorePartitionRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CreateMetastorePartitionRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCreateMetastorePartitionsRequest. */ - interface IBatchCreateMetastorePartitionsRequest { - - /** BatchCreateMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** BatchCreateMetastorePartitionsRequest requests */ - requests?: (google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest[]|null); - - /** BatchCreateMetastorePartitionsRequest skipExistingPartitions */ - skipExistingPartitions?: (boolean|null); - - /** BatchCreateMetastorePartitionsRequest traceId */ - traceId?: (string|null); - } - - /** Represents a BatchCreateMetastorePartitionsRequest. */ - class BatchCreateMetastorePartitionsRequest implements IBatchCreateMetastorePartitionsRequest { - - /** - * Constructs a new BatchCreateMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest); - - /** BatchCreateMetastorePartitionsRequest parent. */ - public parent: string; - - /** BatchCreateMetastorePartitionsRequest requests. */ - public requests: google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest[]; - - /** BatchCreateMetastorePartitionsRequest skipExistingPartitions. */ - public skipExistingPartitions: boolean; - - /** BatchCreateMetastorePartitionsRequest traceId. */ - public traceId: string; - - /** - * Creates a new BatchCreateMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCreateMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest): google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest; - - /** - * Encodes the specified BatchCreateMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchCreateMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCreateMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchCreateMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCreateMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCreateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest; - - /** - * Decodes a BatchCreateMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCreateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest; - - /** - * Verifies a BatchCreateMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCreateMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCreateMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest; - - /** - * Creates a plain object from a BatchCreateMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message BatchCreateMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCreateMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCreateMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCreateMetastorePartitionsResponse. */ - interface IBatchCreateMetastorePartitionsResponse { - - /** BatchCreateMetastorePartitionsResponse partitions */ - partitions?: (google.cloud.bigquery.storage.v1beta.IMetastorePartition[]|null); - } - - /** Represents a BatchCreateMetastorePartitionsResponse. */ - class BatchCreateMetastorePartitionsResponse implements IBatchCreateMetastorePartitionsResponse { - - /** - * Constructs a new BatchCreateMetastorePartitionsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse); - - /** BatchCreateMetastorePartitionsResponse partitions. */ - public partitions: google.cloud.bigquery.storage.v1beta.IMetastorePartition[]; - - /** - * Creates a new BatchCreateMetastorePartitionsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCreateMetastorePartitionsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse): google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse; - - /** - * Encodes the specified BatchCreateMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse.verify|verify} messages. - * @param message BatchCreateMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCreateMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse.verify|verify} messages. - * @param message BatchCreateMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCreateMetastorePartitionsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCreateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse; - - /** - * Decodes a BatchCreateMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCreateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse; - - /** - * Verifies a BatchCreateMetastorePartitionsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCreateMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCreateMetastorePartitionsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse; - - /** - * Creates a plain object from a BatchCreateMetastorePartitionsResponse message. Also converts values to other types if specified. - * @param message BatchCreateMetastorePartitionsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCreateMetastorePartitionsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCreateMetastorePartitionsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchDeleteMetastorePartitionsRequest. */ - interface IBatchDeleteMetastorePartitionsRequest { - - /** BatchDeleteMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** BatchDeleteMetastorePartitionsRequest partitionValues */ - partitionValues?: (google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues[]|null); - - /** BatchDeleteMetastorePartitionsRequest traceId */ - traceId?: (string|null); - } - - /** Represents a BatchDeleteMetastorePartitionsRequest. */ - class BatchDeleteMetastorePartitionsRequest implements IBatchDeleteMetastorePartitionsRequest { - - /** - * Constructs a new BatchDeleteMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest); - - /** BatchDeleteMetastorePartitionsRequest parent. */ - public parent: string; - - /** BatchDeleteMetastorePartitionsRequest partitionValues. */ - public partitionValues: google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues[]; - - /** BatchDeleteMetastorePartitionsRequest traceId. */ - public traceId: string; - - /** - * Creates a new BatchDeleteMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchDeleteMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest): google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest; - - /** - * Encodes the specified BatchDeleteMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchDeleteMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchDeleteMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchDeleteMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchDeleteMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchDeleteMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest; - - /** - * Decodes a BatchDeleteMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchDeleteMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest; - - /** - * Verifies a BatchDeleteMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchDeleteMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchDeleteMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest; - - /** - * Creates a plain object from a BatchDeleteMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message BatchDeleteMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchDeleteMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchDeleteMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an UpdateMetastorePartitionRequest. */ - interface IUpdateMetastorePartitionRequest { - - /** UpdateMetastorePartitionRequest metastorePartition */ - metastorePartition?: (google.cloud.bigquery.storage.v1beta.IMetastorePartition|null); - - /** UpdateMetastorePartitionRequest updateMask */ - updateMask?: (google.protobuf.IFieldMask|null); - } - - /** Represents an UpdateMetastorePartitionRequest. */ - class UpdateMetastorePartitionRequest implements IUpdateMetastorePartitionRequest { - - /** - * Constructs a new UpdateMetastorePartitionRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest); - - /** UpdateMetastorePartitionRequest metastorePartition. */ - public metastorePartition?: (google.cloud.bigquery.storage.v1beta.IMetastorePartition|null); - - /** UpdateMetastorePartitionRequest updateMask. */ - public updateMask?: (google.protobuf.IFieldMask|null); - - /** - * Creates a new UpdateMetastorePartitionRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns UpdateMetastorePartitionRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest): google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest; - - /** - * Encodes the specified UpdateMetastorePartitionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.verify|verify} messages. - * @param message UpdateMetastorePartitionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified UpdateMetastorePartitionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.verify|verify} messages. - * @param message UpdateMetastorePartitionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an UpdateMetastorePartitionRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns UpdateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest; - - /** - * Decodes an UpdateMetastorePartitionRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns UpdateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest; - - /** - * Verifies an UpdateMetastorePartitionRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an UpdateMetastorePartitionRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns UpdateMetastorePartitionRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest; - - /** - * Creates a plain object from an UpdateMetastorePartitionRequest message. Also converts values to other types if specified. - * @param message UpdateMetastorePartitionRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this UpdateMetastorePartitionRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for UpdateMetastorePartitionRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchUpdateMetastorePartitionsRequest. */ - interface IBatchUpdateMetastorePartitionsRequest { - - /** BatchUpdateMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** BatchUpdateMetastorePartitionsRequest requests */ - requests?: (google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest[]|null); - - /** BatchUpdateMetastorePartitionsRequest traceId */ - traceId?: (string|null); - } - - /** Represents a BatchUpdateMetastorePartitionsRequest. */ - class BatchUpdateMetastorePartitionsRequest implements IBatchUpdateMetastorePartitionsRequest { - - /** - * Constructs a new BatchUpdateMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest); - - /** BatchUpdateMetastorePartitionsRequest parent. */ - public parent: string; - - /** BatchUpdateMetastorePartitionsRequest requests. */ - public requests: google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest[]; - - /** BatchUpdateMetastorePartitionsRequest traceId. */ - public traceId: string; - - /** - * Creates a new BatchUpdateMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchUpdateMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest): google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchUpdateMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest.verify|verify} messages. - * @param message BatchUpdateMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchUpdateMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchUpdateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest; - - /** - * Decodes a BatchUpdateMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchUpdateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest; - - /** - * Verifies a BatchUpdateMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchUpdateMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchUpdateMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest; - - /** - * Creates a plain object from a BatchUpdateMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message BatchUpdateMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchUpdateMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchUpdateMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchUpdateMetastorePartitionsResponse. */ - interface IBatchUpdateMetastorePartitionsResponse { - - /** BatchUpdateMetastorePartitionsResponse partitions */ - partitions?: (google.cloud.bigquery.storage.v1beta.IMetastorePartition[]|null); - } - - /** Represents a BatchUpdateMetastorePartitionsResponse. */ - class BatchUpdateMetastorePartitionsResponse implements IBatchUpdateMetastorePartitionsResponse { - - /** - * Constructs a new BatchUpdateMetastorePartitionsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse); - - /** BatchUpdateMetastorePartitionsResponse partitions. */ - public partitions: google.cloud.bigquery.storage.v1beta.IMetastorePartition[]; - - /** - * Creates a new BatchUpdateMetastorePartitionsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchUpdateMetastorePartitionsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse): google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse.verify|verify} messages. - * @param message BatchUpdateMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse.verify|verify} messages. - * @param message BatchUpdateMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchUpdateMetastorePartitionsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchUpdateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse; - - /** - * Decodes a BatchUpdateMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchUpdateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse; - - /** - * Verifies a BatchUpdateMetastorePartitionsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchUpdateMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchUpdateMetastorePartitionsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse; - - /** - * Creates a plain object from a BatchUpdateMetastorePartitionsResponse message. Also converts values to other types if specified. - * @param message BatchUpdateMetastorePartitionsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchUpdateMetastorePartitionsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchUpdateMetastorePartitionsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ListMetastorePartitionsRequest. */ - interface IListMetastorePartitionsRequest { - - /** ListMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** ListMetastorePartitionsRequest filter */ - filter?: (string|null); - - /** ListMetastorePartitionsRequest traceId */ - traceId?: (string|null); - } - - /** Represents a ListMetastorePartitionsRequest. */ - class ListMetastorePartitionsRequest implements IListMetastorePartitionsRequest { - - /** - * Constructs a new ListMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest); - - /** ListMetastorePartitionsRequest parent. */ - public parent: string; - - /** ListMetastorePartitionsRequest filter. */ - public filter: string; - - /** ListMetastorePartitionsRequest traceId. */ - public traceId: string; - - /** - * Creates a new ListMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns ListMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest): google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest; - - /** - * Encodes the specified ListMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest.verify|verify} messages. - * @param message ListMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ListMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest.verify|verify} messages. - * @param message ListMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ListMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ListMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest; - - /** - * Decodes a ListMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ListMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest; - - /** - * Verifies a ListMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ListMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ListMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest; - - /** - * Creates a plain object from a ListMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message ListMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ListMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ListMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ListMetastorePartitionsResponse. */ - interface IListMetastorePartitionsResponse { - - /** ListMetastorePartitionsResponse partitions */ - partitions?: (google.cloud.bigquery.storage.v1beta.IMetastorePartitionList|null); - - /** ListMetastorePartitionsResponse streams */ - streams?: (google.cloud.bigquery.storage.v1beta.IStreamList|null); - } - - /** Represents a ListMetastorePartitionsResponse. */ - class ListMetastorePartitionsResponse implements IListMetastorePartitionsResponse { - - /** - * Constructs a new ListMetastorePartitionsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse); - - /** ListMetastorePartitionsResponse partitions. */ - public partitions?: (google.cloud.bigquery.storage.v1beta.IMetastorePartitionList|null); - - /** ListMetastorePartitionsResponse streams. */ - public streams?: (google.cloud.bigquery.storage.v1beta.IStreamList|null); - - /** ListMetastorePartitionsResponse response. */ - public response?: ("partitions"|"streams"); - - /** - * Creates a new ListMetastorePartitionsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns ListMetastorePartitionsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse): google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse; - - /** - * Encodes the specified ListMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse.verify|verify} messages. - * @param message ListMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ListMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse.verify|verify} messages. - * @param message ListMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ListMetastorePartitionsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ListMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse; - - /** - * Decodes a ListMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ListMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse; - - /** - * Verifies a ListMetastorePartitionsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ListMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ListMetastorePartitionsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse; - - /** - * Creates a plain object from a ListMetastorePartitionsResponse message. Also converts values to other types if specified. - * @param message ListMetastorePartitionsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ListMetastorePartitionsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ListMetastorePartitionsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamMetastorePartitionsRequest. */ - interface IStreamMetastorePartitionsRequest { - - /** StreamMetastorePartitionsRequest parent */ - parent?: (string|null); - - /** StreamMetastorePartitionsRequest metastorePartitions */ - metastorePartitions?: (google.cloud.bigquery.storage.v1beta.IMetastorePartition[]|null); - - /** StreamMetastorePartitionsRequest skipExistingPartitions */ - skipExistingPartitions?: (boolean|null); - } - - /** Represents a StreamMetastorePartitionsRequest. */ - class StreamMetastorePartitionsRequest implements IStreamMetastorePartitionsRequest { - - /** - * Constructs a new StreamMetastorePartitionsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest); - - /** StreamMetastorePartitionsRequest parent. */ - public parent: string; - - /** StreamMetastorePartitionsRequest metastorePartitions. */ - public metastorePartitions: google.cloud.bigquery.storage.v1beta.IMetastorePartition[]; - - /** StreamMetastorePartitionsRequest skipExistingPartitions. */ - public skipExistingPartitions: boolean; - - /** - * Creates a new StreamMetastorePartitionsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamMetastorePartitionsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest): google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest; - - /** - * Encodes the specified StreamMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest.verify|verify} messages. - * @param message StreamMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest.verify|verify} messages. - * @param message StreamMetastorePartitionsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamMetastorePartitionsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest; - - /** - * Decodes a StreamMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest; - - /** - * Verifies a StreamMetastorePartitionsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamMetastorePartitionsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest; - - /** - * Creates a plain object from a StreamMetastorePartitionsRequest message. Also converts values to other types if specified. - * @param message StreamMetastorePartitionsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamMetastorePartitionsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamMetastorePartitionsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamMetastorePartitionsResponse. */ - interface IStreamMetastorePartitionsResponse { - - /** StreamMetastorePartitionsResponse totalPartitionsStreamedCount */ - totalPartitionsStreamedCount?: (number|Long|string|null); - - /** StreamMetastorePartitionsResponse totalPartitionsInsertedCount */ - totalPartitionsInsertedCount?: (number|Long|string|null); - } - - /** Represents a StreamMetastorePartitionsResponse. */ - class StreamMetastorePartitionsResponse implements IStreamMetastorePartitionsResponse { - - /** - * Constructs a new StreamMetastorePartitionsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsResponse); - - /** StreamMetastorePartitionsResponse totalPartitionsStreamedCount. */ - public totalPartitionsStreamedCount: (number|Long|string); - - /** StreamMetastorePartitionsResponse totalPartitionsInsertedCount. */ - public totalPartitionsInsertedCount: (number|Long|string); - - /** - * Creates a new StreamMetastorePartitionsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamMetastorePartitionsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsResponse): google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse; - - /** - * Encodes the specified StreamMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse.verify|verify} messages. - * @param message StreamMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse.verify|verify} messages. - * @param message StreamMetastorePartitionsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamMetastorePartitionsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse; - - /** - * Decodes a StreamMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse; - - /** - * Verifies a StreamMetastorePartitionsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamMetastorePartitionsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse; - - /** - * Creates a plain object from a StreamMetastorePartitionsResponse message. Also converts values to other types if specified. - * @param message StreamMetastorePartitionsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamMetastorePartitionsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamMetastorePartitionsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchSizeTooLargeError. */ - interface IBatchSizeTooLargeError { - - /** BatchSizeTooLargeError maxBatchSize */ - maxBatchSize?: (number|Long|string|null); - - /** BatchSizeTooLargeError errorMessage */ - errorMessage?: (string|null); - } - - /** Represents a BatchSizeTooLargeError. */ - class BatchSizeTooLargeError implements IBatchSizeTooLargeError { - - /** - * Constructs a new BatchSizeTooLargeError. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IBatchSizeTooLargeError); - - /** BatchSizeTooLargeError maxBatchSize. */ - public maxBatchSize: (number|Long|string); - - /** BatchSizeTooLargeError errorMessage. */ - public errorMessage: string; - - /** - * Creates a new BatchSizeTooLargeError instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchSizeTooLargeError instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IBatchSizeTooLargeError): google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError; - - /** - * Encodes the specified BatchSizeTooLargeError message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError.verify|verify} messages. - * @param message BatchSizeTooLargeError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IBatchSizeTooLargeError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchSizeTooLargeError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError.verify|verify} messages. - * @param message BatchSizeTooLargeError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IBatchSizeTooLargeError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchSizeTooLargeError message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchSizeTooLargeError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError; - - /** - * Decodes a BatchSizeTooLargeError message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchSizeTooLargeError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError; - - /** - * Verifies a BatchSizeTooLargeError message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchSizeTooLargeError message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchSizeTooLargeError - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError; - - /** - * Creates a plain object from a BatchSizeTooLargeError message. Also converts values to other types if specified. - * @param message BatchSizeTooLargeError - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchSizeTooLargeError to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchSizeTooLargeError - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FieldSchema. */ - interface IFieldSchema { - - /** FieldSchema name */ - name?: (string|null); - - /** FieldSchema type */ - type?: (string|null); - } - - /** Represents a FieldSchema. */ - class FieldSchema implements IFieldSchema { - - /** - * Constructs a new FieldSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IFieldSchema); - - /** FieldSchema name. */ - public name: string; - - /** FieldSchema type. */ - public type: string; - - /** - * Creates a new FieldSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns FieldSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IFieldSchema): google.cloud.bigquery.storage.v1beta.FieldSchema; - - /** - * Encodes the specified FieldSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.FieldSchema.verify|verify} messages. - * @param message FieldSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IFieldSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FieldSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.FieldSchema.verify|verify} messages. - * @param message FieldSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IFieldSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FieldSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.FieldSchema; - - /** - * Decodes a FieldSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.FieldSchema; - - /** - * Verifies a FieldSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FieldSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FieldSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.FieldSchema; - - /** - * Creates a plain object from a FieldSchema message. Also converts values to other types if specified. - * @param message FieldSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.FieldSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FieldSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FieldSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StorageDescriptor. */ - interface IStorageDescriptor { - - /** StorageDescriptor locationUri */ - locationUri?: (string|null); - - /** StorageDescriptor inputFormat */ - inputFormat?: (string|null); - - /** StorageDescriptor outputFormat */ - outputFormat?: (string|null); - - /** StorageDescriptor serdeInfo */ - serdeInfo?: (google.cloud.bigquery.storage.v1beta.ISerDeInfo|null); - } - - /** Represents a StorageDescriptor. */ - class StorageDescriptor implements IStorageDescriptor { - - /** - * Constructs a new StorageDescriptor. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IStorageDescriptor); - - /** StorageDescriptor locationUri. */ - public locationUri: string; - - /** StorageDescriptor inputFormat. */ - public inputFormat: string; - - /** StorageDescriptor outputFormat. */ - public outputFormat: string; - - /** StorageDescriptor serdeInfo. */ - public serdeInfo?: (google.cloud.bigquery.storage.v1beta.ISerDeInfo|null); - - /** - * Creates a new StorageDescriptor instance using the specified properties. - * @param [properties] Properties to set - * @returns StorageDescriptor instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IStorageDescriptor): google.cloud.bigquery.storage.v1beta.StorageDescriptor; - - /** - * Encodes the specified StorageDescriptor message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StorageDescriptor.verify|verify} messages. - * @param message StorageDescriptor message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IStorageDescriptor, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StorageDescriptor message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StorageDescriptor.verify|verify} messages. - * @param message StorageDescriptor message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IStorageDescriptor, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StorageDescriptor message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StorageDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.StorageDescriptor; - - /** - * Decodes a StorageDescriptor message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StorageDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.StorageDescriptor; - - /** - * Verifies a StorageDescriptor message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StorageDescriptor message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StorageDescriptor - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.StorageDescriptor; - - /** - * Creates a plain object from a StorageDescriptor message. Also converts values to other types if specified. - * @param message StorageDescriptor - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.StorageDescriptor, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StorageDescriptor to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StorageDescriptor - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a SerDeInfo. */ - interface ISerDeInfo { - - /** SerDeInfo name */ - name?: (string|null); - - /** SerDeInfo serializationLibrary */ - serializationLibrary?: (string|null); - - /** SerDeInfo parameters */ - parameters?: ({ [k: string]: string }|null); - } - - /** Represents a SerDeInfo. */ - class SerDeInfo implements ISerDeInfo { - - /** - * Constructs a new SerDeInfo. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.ISerDeInfo); - - /** SerDeInfo name. */ - public name: string; - - /** SerDeInfo serializationLibrary. */ - public serializationLibrary: string; - - /** SerDeInfo parameters. */ - public parameters: { [k: string]: string }; - - /** - * Creates a new SerDeInfo instance using the specified properties. - * @param [properties] Properties to set - * @returns SerDeInfo instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.ISerDeInfo): google.cloud.bigquery.storage.v1beta.SerDeInfo; - - /** - * Encodes the specified SerDeInfo message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.SerDeInfo.verify|verify} messages. - * @param message SerDeInfo message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.ISerDeInfo, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SerDeInfo message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.SerDeInfo.verify|verify} messages. - * @param message SerDeInfo message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.ISerDeInfo, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SerDeInfo message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SerDeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.SerDeInfo; - - /** - * Decodes a SerDeInfo message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SerDeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.SerDeInfo; - - /** - * Verifies a SerDeInfo message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SerDeInfo message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SerDeInfo - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.SerDeInfo; - - /** - * Creates a plain object from a SerDeInfo message. Also converts values to other types if specified. - * @param message SerDeInfo - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.SerDeInfo, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SerDeInfo to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SerDeInfo - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a MetastorePartition. */ - interface IMetastorePartition { - - /** MetastorePartition values */ - values?: (string[]|null); - - /** MetastorePartition createTime */ - createTime?: (google.protobuf.ITimestamp|null); - - /** MetastorePartition storageDescriptor */ - storageDescriptor?: (google.cloud.bigquery.storage.v1beta.IStorageDescriptor|null); - - /** MetastorePartition parameters */ - parameters?: ({ [k: string]: string }|null); - - /** MetastorePartition fields */ - fields?: (google.cloud.bigquery.storage.v1beta.IFieldSchema[]|null); - } - - /** Represents a MetastorePartition. */ - class MetastorePartition implements IMetastorePartition { - - /** - * Constructs a new MetastorePartition. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IMetastorePartition); - - /** MetastorePartition values. */ - public values: string[]; - - /** MetastorePartition createTime. */ - public createTime?: (google.protobuf.ITimestamp|null); - - /** MetastorePartition storageDescriptor. */ - public storageDescriptor?: (google.cloud.bigquery.storage.v1beta.IStorageDescriptor|null); - - /** MetastorePartition parameters. */ - public parameters: { [k: string]: string }; - - /** MetastorePartition fields. */ - public fields: google.cloud.bigquery.storage.v1beta.IFieldSchema[]; - - /** - * Creates a new MetastorePartition instance using the specified properties. - * @param [properties] Properties to set - * @returns MetastorePartition instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IMetastorePartition): google.cloud.bigquery.storage.v1beta.MetastorePartition; - - /** - * Encodes the specified MetastorePartition message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartition.verify|verify} messages. - * @param message MetastorePartition message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IMetastorePartition, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MetastorePartition message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartition.verify|verify} messages. - * @param message MetastorePartition message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IMetastorePartition, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MetastorePartition message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MetastorePartition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.MetastorePartition; - - /** - * Decodes a MetastorePartition message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MetastorePartition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.MetastorePartition; - - /** - * Verifies a MetastorePartition message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MetastorePartition message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MetastorePartition - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.MetastorePartition; - - /** - * Creates a plain object from a MetastorePartition message. Also converts values to other types if specified. - * @param message MetastorePartition - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.MetastorePartition, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MetastorePartition to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MetastorePartition - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a MetastorePartitionList. */ - interface IMetastorePartitionList { - - /** MetastorePartitionList partitions */ - partitions?: (google.cloud.bigquery.storage.v1beta.IMetastorePartition[]|null); - } - - /** Represents a MetastorePartitionList. */ - class MetastorePartitionList implements IMetastorePartitionList { - - /** - * Constructs a new MetastorePartitionList. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IMetastorePartitionList); - - /** MetastorePartitionList partitions. */ - public partitions: google.cloud.bigquery.storage.v1beta.IMetastorePartition[]; - - /** - * Creates a new MetastorePartitionList instance using the specified properties. - * @param [properties] Properties to set - * @returns MetastorePartitionList instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IMetastorePartitionList): google.cloud.bigquery.storage.v1beta.MetastorePartitionList; - - /** - * Encodes the specified MetastorePartitionList message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionList.verify|verify} messages. - * @param message MetastorePartitionList message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IMetastorePartitionList, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MetastorePartitionList message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionList.verify|verify} messages. - * @param message MetastorePartitionList message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IMetastorePartitionList, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MetastorePartitionList message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MetastorePartitionList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.MetastorePartitionList; - - /** - * Decodes a MetastorePartitionList message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MetastorePartitionList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.MetastorePartitionList; - - /** - * Verifies a MetastorePartitionList message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MetastorePartitionList message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MetastorePartitionList - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.MetastorePartitionList; - - /** - * Creates a plain object from a MetastorePartitionList message. Also converts values to other types if specified. - * @param message MetastorePartitionList - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.MetastorePartitionList, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MetastorePartitionList to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MetastorePartitionList - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ReadStream. */ - interface IReadStream { - - /** ReadStream name */ - name?: (string|null); - } - - /** Represents a ReadStream. */ - class ReadStream implements IReadStream { - - /** - * Constructs a new ReadStream. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IReadStream); - - /** ReadStream name. */ - public name: string; - - /** - * Creates a new ReadStream instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadStream instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IReadStream): google.cloud.bigquery.storage.v1beta.ReadStream; - - /** - * Encodes the specified ReadStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ReadStream.verify|verify} messages. - * @param message ReadStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IReadStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ReadStream.verify|verify} messages. - * @param message ReadStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IReadStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadStream message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.ReadStream; - - /** - * Decodes a ReadStream message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.ReadStream; - - /** - * Verifies a ReadStream message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadStream message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadStream - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.ReadStream; - - /** - * Creates a plain object from a ReadStream message. Also converts values to other types if specified. - * @param message ReadStream - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.ReadStream, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadStream to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadStream - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamList. */ - interface IStreamList { - - /** StreamList streams */ - streams?: (google.cloud.bigquery.storage.v1beta.IReadStream[]|null); - } - - /** Represents a StreamList. */ - class StreamList implements IStreamList { - - /** - * Constructs a new StreamList. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IStreamList); - - /** StreamList streams. */ - public streams: google.cloud.bigquery.storage.v1beta.IReadStream[]; - - /** - * Creates a new StreamList instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamList instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IStreamList): google.cloud.bigquery.storage.v1beta.StreamList; - - /** - * Encodes the specified StreamList message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamList.verify|verify} messages. - * @param message StreamList message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IStreamList, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamList message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamList.verify|verify} messages. - * @param message StreamList message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IStreamList, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamList message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.StreamList; - - /** - * Decodes a StreamList message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.StreamList; - - /** - * Verifies a StreamList message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamList message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamList - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.StreamList; - - /** - * Creates a plain object from a StreamList message. Also converts values to other types if specified. - * @param message StreamList - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.StreamList, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamList to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamList - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a MetastorePartitionValues. */ - interface IMetastorePartitionValues { - - /** MetastorePartitionValues values */ - values?: (string[]|null); - } - - /** Represents a MetastorePartitionValues. */ - class MetastorePartitionValues implements IMetastorePartitionValues { - - /** - * Constructs a new MetastorePartitionValues. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues); - - /** MetastorePartitionValues values. */ - public values: string[]; - - /** - * Creates a new MetastorePartitionValues instance using the specified properties. - * @param [properties] Properties to set - * @returns MetastorePartitionValues instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues): google.cloud.bigquery.storage.v1beta.MetastorePartitionValues; - - /** - * Encodes the specified MetastorePartitionValues message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.verify|verify} messages. - * @param message MetastorePartitionValues message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MetastorePartitionValues message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.verify|verify} messages. - * @param message MetastorePartitionValues message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MetastorePartitionValues message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MetastorePartitionValues - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta.MetastorePartitionValues; - - /** - * Decodes a MetastorePartitionValues message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MetastorePartitionValues - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta.MetastorePartitionValues; - - /** - * Verifies a MetastorePartitionValues message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MetastorePartitionValues message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MetastorePartitionValues - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta.MetastorePartitionValues; - - /** - * Creates a plain object from a MetastorePartitionValues message. Also converts values to other types if specified. - * @param message MetastorePartitionValues - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta.MetastorePartitionValues, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MetastorePartitionValues to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MetastorePartitionValues - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Namespace v1beta1. */ - namespace v1beta1 { - - /** Properties of an ArrowSchema. */ - interface IArrowSchema { - - /** ArrowSchema serializedSchema */ - serializedSchema?: (Uint8Array|Buffer|string|null); - } - - /** Represents an ArrowSchema. */ - class ArrowSchema implements IArrowSchema { - - /** - * Constructs a new ArrowSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IArrowSchema); - - /** ArrowSchema serializedSchema. */ - public serializedSchema: (Uint8Array|Buffer|string); - - /** - * Creates a new ArrowSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns ArrowSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IArrowSchema): google.cloud.bigquery.storage.v1beta1.ArrowSchema; - - /** - * Encodes the specified ArrowSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ArrowSchema.verify|verify} messages. - * @param message ArrowSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IArrowSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ArrowSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ArrowSchema.verify|verify} messages. - * @param message ArrowSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IArrowSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.ArrowSchema; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.ArrowSchema; - - /** - * Verifies an ArrowSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ArrowSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ArrowSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.ArrowSchema; - - /** - * Creates a plain object from an ArrowSchema message. Also converts values to other types if specified. - * @param message ArrowSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.ArrowSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ArrowSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ArrowSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an ArrowRecordBatch. */ - interface IArrowRecordBatch { - - /** ArrowRecordBatch serializedRecordBatch */ - serializedRecordBatch?: (Uint8Array|Buffer|string|null); - - /** ArrowRecordBatch rowCount */ - rowCount?: (number|Long|string|null); - } - - /** Represents an ArrowRecordBatch. */ - class ArrowRecordBatch implements IArrowRecordBatch { - - /** - * Constructs a new ArrowRecordBatch. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch); - - /** ArrowRecordBatch serializedRecordBatch. */ - public serializedRecordBatch: (Uint8Array|Buffer|string); - - /** ArrowRecordBatch rowCount. */ - public rowCount: (number|Long|string); - - /** - * Creates a new ArrowRecordBatch instance using the specified properties. - * @param [properties] Properties to set - * @returns ArrowRecordBatch instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch): google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch; - - /** - * Encodes the specified ArrowRecordBatch message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch.verify|verify} messages. - * @param message ArrowRecordBatch message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ArrowRecordBatch message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch.verify|verify} messages. - * @param message ArrowRecordBatch message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch; - - /** - * Verifies an ArrowRecordBatch message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ArrowRecordBatch message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ArrowRecordBatch - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch; - - /** - * Creates a plain object from an ArrowRecordBatch message. Also converts values to other types if specified. - * @param message ArrowRecordBatch - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ArrowRecordBatch to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ArrowRecordBatch - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an AvroSchema. */ - interface IAvroSchema { - - /** AvroSchema schema */ - schema?: (string|null); - } - - /** Represents an AvroSchema. */ - class AvroSchema implements IAvroSchema { - - /** - * Constructs a new AvroSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IAvroSchema); - - /** AvroSchema schema. */ - public schema: string; - - /** - * Creates a new AvroSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns AvroSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IAvroSchema): google.cloud.bigquery.storage.v1beta1.AvroSchema; - - /** - * Encodes the specified AvroSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.AvroSchema.verify|verify} messages. - * @param message AvroSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IAvroSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AvroSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.AvroSchema.verify|verify} messages. - * @param message AvroSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IAvroSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AvroSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.AvroSchema; - - /** - * Decodes an AvroSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.AvroSchema; - - /** - * Verifies an AvroSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AvroSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AvroSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.AvroSchema; - - /** - * Creates a plain object from an AvroSchema message. Also converts values to other types if specified. - * @param message AvroSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.AvroSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AvroSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AvroSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an AvroRows. */ - interface IAvroRows { - - /** AvroRows serializedBinaryRows */ - serializedBinaryRows?: (Uint8Array|Buffer|string|null); - - /** AvroRows rowCount */ - rowCount?: (number|Long|string|null); - } - - /** Represents an AvroRows. */ - class AvroRows implements IAvroRows { - - /** - * Constructs a new AvroRows. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IAvroRows); - - /** AvroRows serializedBinaryRows. */ - public serializedBinaryRows: (Uint8Array|Buffer|string); - - /** AvroRows rowCount. */ - public rowCount: (number|Long|string); - - /** - * Creates a new AvroRows instance using the specified properties. - * @param [properties] Properties to set - * @returns AvroRows instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IAvroRows): google.cloud.bigquery.storage.v1beta1.AvroRows; - - /** - * Encodes the specified AvroRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.AvroRows.verify|verify} messages. - * @param message AvroRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IAvroRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AvroRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.AvroRows.verify|verify} messages. - * @param message AvroRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IAvroRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AvroRows message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.AvroRows; - - /** - * Decodes an AvroRows message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.AvroRows; - - /** - * Verifies an AvroRows message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AvroRows message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AvroRows - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.AvroRows; - - /** - * Creates a plain object from an AvroRows message. Also converts values to other types if specified. - * @param message AvroRows - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.AvroRows, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AvroRows to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AvroRows - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a TableReadOptions. */ - interface ITableReadOptions { - - /** TableReadOptions selectedFields */ - selectedFields?: (string[]|null); - - /** TableReadOptions rowRestriction */ - rowRestriction?: (string|null); - } - - /** Represents a TableReadOptions. */ - class TableReadOptions implements ITableReadOptions { - - /** - * Constructs a new TableReadOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.ITableReadOptions); - - /** TableReadOptions selectedFields. */ - public selectedFields: string[]; - - /** TableReadOptions rowRestriction. */ - public rowRestriction: string; - - /** - * Creates a new TableReadOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns TableReadOptions instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.ITableReadOptions): google.cloud.bigquery.storage.v1beta1.TableReadOptions; - - /** - * Encodes the specified TableReadOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableReadOptions.verify|verify} messages. - * @param message TableReadOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.ITableReadOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableReadOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableReadOptions.verify|verify} messages. - * @param message TableReadOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.ITableReadOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.TableReadOptions; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.TableReadOptions; - - /** - * Verifies a TableReadOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableReadOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableReadOptions - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.TableReadOptions; - - /** - * Creates a plain object from a TableReadOptions message. Also converts values to other types if specified. - * @param message TableReadOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.TableReadOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableReadOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableReadOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Represents a BigQueryStorage */ - class BigQueryStorage extends $protobuf.rpc.Service { - - /** - * Constructs a new BigQueryStorage service. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - */ - constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean); - - /** - * Creates new BigQueryStorage service using the specified rpc implementation. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - * @returns RPC service. Useful where requests and/or responses are streamed. - */ - public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): BigQueryStorage; - - /** - * Calls CreateReadSession. - * @param request CreateReadSessionRequest message or plain object - * @param callback Node-style callback called with the error, if any, and ReadSession - */ - public createReadSession(request: google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.CreateReadSessionCallback): void; - - /** - * Calls CreateReadSession. - * @param request CreateReadSessionRequest message or plain object - * @returns Promise - */ - public createReadSession(request: google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest): Promise; - - /** - * Calls ReadRows. - * @param request ReadRowsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and ReadRowsResponse - */ - public readRows(request: google.cloud.bigquery.storage.v1beta1.IReadRowsRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.ReadRowsCallback): void; - - /** - * Calls ReadRows. - * @param request ReadRowsRequest message or plain object - * @returns Promise - */ - public readRows(request: google.cloud.bigquery.storage.v1beta1.IReadRowsRequest): Promise; - - /** - * Calls BatchCreateReadSessionStreams. - * @param request BatchCreateReadSessionStreamsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and BatchCreateReadSessionStreamsResponse - */ - public batchCreateReadSessionStreams(request: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.BatchCreateReadSessionStreamsCallback): void; - - /** - * Calls BatchCreateReadSessionStreams. - * @param request BatchCreateReadSessionStreamsRequest message or plain object - * @returns Promise - */ - public batchCreateReadSessionStreams(request: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest): Promise; - - /** - * Calls FinalizeStream. - * @param request FinalizeStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and Empty - */ - public finalizeStream(request: google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.FinalizeStreamCallback): void; - - /** - * Calls FinalizeStream. - * @param request FinalizeStreamRequest message or plain object - * @returns Promise - */ - public finalizeStream(request: google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest): Promise; - - /** - * Calls SplitReadStream. - * @param request SplitReadStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and SplitReadStreamResponse - */ - public splitReadStream(request: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest, callback: google.cloud.bigquery.storage.v1beta1.BigQueryStorage.SplitReadStreamCallback): void; - - /** - * Calls SplitReadStream. - * @param request SplitReadStreamRequest message or plain object - * @returns Promise - */ - public splitReadStream(request: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest): Promise; - } - - namespace BigQueryStorage { - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|createReadSession}. - * @param error Error, if any - * @param [response] ReadSession - */ - type CreateReadSessionCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta1.ReadSession) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|readRows}. - * @param error Error, if any - * @param [response] ReadRowsResponse - */ - type ReadRowsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta1.ReadRowsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|batchCreateReadSessionStreams}. - * @param error Error, if any - * @param [response] BatchCreateReadSessionStreamsResponse - */ - type BatchCreateReadSessionStreamsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|finalizeStream}. - * @param error Error, if any - * @param [response] Empty - */ - type FinalizeStreamCallback = (error: (Error|null), response?: google.protobuf.Empty) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|splitReadStream}. - * @param error Error, if any - * @param [response] SplitReadStreamResponse - */ - type SplitReadStreamCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse) => void; - } - - /** Properties of a Stream. */ - interface IStream { - - /** Stream name */ - name?: (string|null); - } - - /** Represents a Stream. */ - class Stream implements IStream { - - /** - * Constructs a new Stream. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IStream); - - /** Stream name. */ - public name: string; - - /** - * Creates a new Stream instance using the specified properties. - * @param [properties] Properties to set - * @returns Stream instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IStream): google.cloud.bigquery.storage.v1beta1.Stream; - - /** - * Encodes the specified Stream message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.Stream.verify|verify} messages. - * @param message Stream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Stream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.Stream.verify|verify} messages. - * @param message Stream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Stream message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Stream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.Stream; - - /** - * Decodes a Stream message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Stream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.Stream; - - /** - * Verifies a Stream message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Stream message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Stream - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.Stream; - - /** - * Creates a plain object from a Stream message. Also converts values to other types if specified. - * @param message Stream - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.Stream, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Stream to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Stream - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamPosition. */ - interface IStreamPosition { - - /** StreamPosition stream */ - stream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - - /** StreamPosition offset */ - offset?: (number|Long|string|null); - } - - /** Represents a StreamPosition. */ - class StreamPosition implements IStreamPosition { - - /** - * Constructs a new StreamPosition. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IStreamPosition); - - /** StreamPosition stream. */ - public stream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - - /** StreamPosition offset. */ - public offset: (number|Long|string); - - /** - * Creates a new StreamPosition instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamPosition instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IStreamPosition): google.cloud.bigquery.storage.v1beta1.StreamPosition; - - /** - * Encodes the specified StreamPosition message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.StreamPosition.verify|verify} messages. - * @param message StreamPosition message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IStreamPosition, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamPosition message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.StreamPosition.verify|verify} messages. - * @param message StreamPosition message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IStreamPosition, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamPosition message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamPosition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.StreamPosition; - - /** - * Decodes a StreamPosition message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamPosition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.StreamPosition; - - /** - * Verifies a StreamPosition message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamPosition message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamPosition - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.StreamPosition; - - /** - * Creates a plain object from a StreamPosition message. Also converts values to other types if specified. - * @param message StreamPosition - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.StreamPosition, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamPosition to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamPosition - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ReadSession. */ - interface IReadSession { - - /** ReadSession name */ - name?: (string|null); - - /** ReadSession expireTime */ - expireTime?: (google.protobuf.ITimestamp|null); - - /** ReadSession avroSchema */ - avroSchema?: (google.cloud.bigquery.storage.v1beta1.IAvroSchema|null); - - /** ReadSession arrowSchema */ - arrowSchema?: (google.cloud.bigquery.storage.v1beta1.IArrowSchema|null); - - /** ReadSession streams */ - streams?: (google.cloud.bigquery.storage.v1beta1.IStream[]|null); - - /** ReadSession tableReference */ - tableReference?: (google.cloud.bigquery.storage.v1beta1.ITableReference|null); - - /** ReadSession tableModifiers */ - tableModifiers?: (google.cloud.bigquery.storage.v1beta1.ITableModifiers|null); - - /** ReadSession shardingStrategy */ - shardingStrategy?: (google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null); - } - - /** Represents a ReadSession. */ - class ReadSession implements IReadSession { - - /** - * Constructs a new ReadSession. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IReadSession); - - /** ReadSession name. */ - public name: string; - - /** ReadSession expireTime. */ - public expireTime?: (google.protobuf.ITimestamp|null); - - /** ReadSession avroSchema. */ - public avroSchema?: (google.cloud.bigquery.storage.v1beta1.IAvroSchema|null); - - /** ReadSession arrowSchema. */ - public arrowSchema?: (google.cloud.bigquery.storage.v1beta1.IArrowSchema|null); - - /** ReadSession streams. */ - public streams: google.cloud.bigquery.storage.v1beta1.IStream[]; - - /** ReadSession tableReference. */ - public tableReference?: (google.cloud.bigquery.storage.v1beta1.ITableReference|null); - - /** ReadSession tableModifiers. */ - public tableModifiers?: (google.cloud.bigquery.storage.v1beta1.ITableModifiers|null); - - /** ReadSession shardingStrategy. */ - public shardingStrategy: (google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy); - - /** ReadSession schema. */ - public schema?: ("avroSchema"|"arrowSchema"); - - /** - * Creates a new ReadSession instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadSession instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IReadSession): google.cloud.bigquery.storage.v1beta1.ReadSession; - - /** - * Encodes the specified ReadSession message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadSession.verify|verify} messages. - * @param message ReadSession message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IReadSession, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadSession message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadSession.verify|verify} messages. - * @param message ReadSession message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IReadSession, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadSession message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.ReadSession; - - /** - * Decodes a ReadSession message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.ReadSession; - - /** - * Verifies a ReadSession message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadSession message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadSession - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.ReadSession; - - /** - * Creates a plain object from a ReadSession message. Also converts values to other types if specified. - * @param message ReadSession - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.ReadSession, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadSession to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadSession - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** DataFormat enum. */ - enum DataFormat { - DATA_FORMAT_UNSPECIFIED = 0, - AVRO = 1, - ARROW = 3 - } - - /** ShardingStrategy enum. */ - enum ShardingStrategy { - SHARDING_STRATEGY_UNSPECIFIED = 0, - LIQUID = 1, - BALANCED = 2 - } - - /** Properties of a CreateReadSessionRequest. */ - interface ICreateReadSessionRequest { - - /** CreateReadSessionRequest tableReference */ - tableReference?: (google.cloud.bigquery.storage.v1beta1.ITableReference|null); - - /** CreateReadSessionRequest parent */ - parent?: (string|null); - - /** CreateReadSessionRequest tableModifiers */ - tableModifiers?: (google.cloud.bigquery.storage.v1beta1.ITableModifiers|null); - - /** CreateReadSessionRequest requestedStreams */ - requestedStreams?: (number|null); - - /** CreateReadSessionRequest readOptions */ - readOptions?: (google.cloud.bigquery.storage.v1beta1.ITableReadOptions|null); - - /** CreateReadSessionRequest format */ - format?: (google.cloud.bigquery.storage.v1beta1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1beta1.DataFormat|null); - - /** CreateReadSessionRequest shardingStrategy */ - shardingStrategy?: (google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null); - } - - /** Represents a CreateReadSessionRequest. */ - class CreateReadSessionRequest implements ICreateReadSessionRequest { - - /** - * Constructs a new CreateReadSessionRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest); - - /** CreateReadSessionRequest tableReference. */ - public tableReference?: (google.cloud.bigquery.storage.v1beta1.ITableReference|null); - - /** CreateReadSessionRequest parent. */ - public parent: string; - - /** CreateReadSessionRequest tableModifiers. */ - public tableModifiers?: (google.cloud.bigquery.storage.v1beta1.ITableModifiers|null); - - /** CreateReadSessionRequest requestedStreams. */ - public requestedStreams: number; - - /** CreateReadSessionRequest readOptions. */ - public readOptions?: (google.cloud.bigquery.storage.v1beta1.ITableReadOptions|null); - - /** CreateReadSessionRequest format. */ - public format: (google.cloud.bigquery.storage.v1beta1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1beta1.DataFormat); - - /** CreateReadSessionRequest shardingStrategy. */ - public shardingStrategy: (google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy); - - /** - * Creates a new CreateReadSessionRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns CreateReadSessionRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest): google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest; - - /** - * Encodes the specified CreateReadSessionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest.verify|verify} messages. - * @param message CreateReadSessionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CreateReadSessionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest.verify|verify} messages. - * @param message CreateReadSessionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest; - - /** - * Verifies a CreateReadSessionRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CreateReadSessionRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CreateReadSessionRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest; - - /** - * Creates a plain object from a CreateReadSessionRequest message. Also converts values to other types if specified. - * @param message CreateReadSessionRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CreateReadSessionRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CreateReadSessionRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ReadRowsRequest. */ - interface IReadRowsRequest { - - /** ReadRowsRequest readPosition */ - readPosition?: (google.cloud.bigquery.storage.v1beta1.IStreamPosition|null); - } - - /** Represents a ReadRowsRequest. */ - class ReadRowsRequest implements IReadRowsRequest { - - /** - * Constructs a new ReadRowsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IReadRowsRequest); - - /** ReadRowsRequest readPosition. */ - public readPosition?: (google.cloud.bigquery.storage.v1beta1.IStreamPosition|null); - - /** - * Creates a new ReadRowsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadRowsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IReadRowsRequest): google.cloud.bigquery.storage.v1beta1.ReadRowsRequest; - - /** - * Encodes the specified ReadRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadRowsRequest.verify|verify} messages. - * @param message ReadRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IReadRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadRowsRequest.verify|verify} messages. - * @param message ReadRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IReadRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.ReadRowsRequest; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.ReadRowsRequest; - - /** - * Verifies a ReadRowsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadRowsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadRowsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.ReadRowsRequest; - - /** - * Creates a plain object from a ReadRowsRequest message. Also converts values to other types if specified. - * @param message ReadRowsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.ReadRowsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadRowsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadRowsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamStatus. */ - interface IStreamStatus { - - /** StreamStatus estimatedRowCount */ - estimatedRowCount?: (number|Long|string|null); - - /** StreamStatus fractionConsumed */ - fractionConsumed?: (number|null); - - /** StreamStatus progress */ - progress?: (google.cloud.bigquery.storage.v1beta1.IProgress|null); - - /** StreamStatus isSplittable */ - isSplittable?: (boolean|null); - } - - /** Represents a StreamStatus. */ - class StreamStatus implements IStreamStatus { - - /** - * Constructs a new StreamStatus. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IStreamStatus); - - /** StreamStatus estimatedRowCount. */ - public estimatedRowCount: (number|Long|string); - - /** StreamStatus fractionConsumed. */ - public fractionConsumed: number; - - /** StreamStatus progress. */ - public progress?: (google.cloud.bigquery.storage.v1beta1.IProgress|null); - - /** StreamStatus isSplittable. */ - public isSplittable: boolean; - - /** - * Creates a new StreamStatus instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamStatus instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IStreamStatus): google.cloud.bigquery.storage.v1beta1.StreamStatus; - - /** - * Encodes the specified StreamStatus message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.StreamStatus.verify|verify} messages. - * @param message StreamStatus message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IStreamStatus, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamStatus message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.StreamStatus.verify|verify} messages. - * @param message StreamStatus message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IStreamStatus, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamStatus message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamStatus - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.StreamStatus; - - /** - * Decodes a StreamStatus message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamStatus - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.StreamStatus; - - /** - * Verifies a StreamStatus message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamStatus message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamStatus - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.StreamStatus; - - /** - * Creates a plain object from a StreamStatus message. Also converts values to other types if specified. - * @param message StreamStatus - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.StreamStatus, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamStatus to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamStatus - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a Progress. */ - interface IProgress { - - /** Progress atResponseStart */ - atResponseStart?: (number|null); - - /** Progress atResponseEnd */ - atResponseEnd?: (number|null); - } - - /** Represents a Progress. */ - class Progress implements IProgress { - - /** - * Constructs a new Progress. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IProgress); - - /** Progress atResponseStart. */ - public atResponseStart: number; - - /** Progress atResponseEnd. */ - public atResponseEnd: number; - - /** - * Creates a new Progress instance using the specified properties. - * @param [properties] Properties to set - * @returns Progress instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IProgress): google.cloud.bigquery.storage.v1beta1.Progress; - - /** - * Encodes the specified Progress message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.Progress.verify|verify} messages. - * @param message Progress message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IProgress, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Progress message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.Progress.verify|verify} messages. - * @param message Progress message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IProgress, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Progress message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.Progress; - - /** - * Decodes a Progress message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.Progress; - - /** - * Verifies a Progress message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Progress message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Progress - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.Progress; - - /** - * Creates a plain object from a Progress message. Also converts values to other types if specified. - * @param message Progress - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.Progress, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Progress to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Progress - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ThrottleStatus. */ - interface IThrottleStatus { - - /** ThrottleStatus throttlePercent */ - throttlePercent?: (number|null); - } - - /** Represents a ThrottleStatus. */ - class ThrottleStatus implements IThrottleStatus { - - /** - * Constructs a new ThrottleStatus. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IThrottleStatus); - - /** ThrottleStatus throttlePercent. */ - public throttlePercent: number; - - /** - * Creates a new ThrottleStatus instance using the specified properties. - * @param [properties] Properties to set - * @returns ThrottleStatus instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IThrottleStatus): google.cloud.bigquery.storage.v1beta1.ThrottleStatus; - - /** - * Encodes the specified ThrottleStatus message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ThrottleStatus.verify|verify} messages. - * @param message ThrottleStatus message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IThrottleStatus, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ThrottleStatus message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ThrottleStatus.verify|verify} messages. - * @param message ThrottleStatus message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IThrottleStatus, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ThrottleStatus message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ThrottleStatus - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.ThrottleStatus; - - /** - * Decodes a ThrottleStatus message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ThrottleStatus - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.ThrottleStatus; - - /** - * Verifies a ThrottleStatus message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ThrottleStatus message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ThrottleStatus - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.ThrottleStatus; - - /** - * Creates a plain object from a ThrottleStatus message. Also converts values to other types if specified. - * @param message ThrottleStatus - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.ThrottleStatus, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ThrottleStatus to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ThrottleStatus - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ReadRowsResponse. */ - interface IReadRowsResponse { - - /** ReadRowsResponse avroRows */ - avroRows?: (google.cloud.bigquery.storage.v1beta1.IAvroRows|null); - - /** ReadRowsResponse arrowRecordBatch */ - arrowRecordBatch?: (google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch|null); - - /** ReadRowsResponse rowCount */ - rowCount?: (number|Long|string|null); - - /** ReadRowsResponse status */ - status?: (google.cloud.bigquery.storage.v1beta1.IStreamStatus|null); - - /** ReadRowsResponse throttleStatus */ - throttleStatus?: (google.cloud.bigquery.storage.v1beta1.IThrottleStatus|null); - - /** ReadRowsResponse avroSchema */ - avroSchema?: (google.cloud.bigquery.storage.v1beta1.IAvroSchema|null); - - /** ReadRowsResponse arrowSchema */ - arrowSchema?: (google.cloud.bigquery.storage.v1beta1.IArrowSchema|null); - } - - /** Represents a ReadRowsResponse. */ - class ReadRowsResponse implements IReadRowsResponse { - - /** - * Constructs a new ReadRowsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IReadRowsResponse); - - /** ReadRowsResponse avroRows. */ - public avroRows?: (google.cloud.bigquery.storage.v1beta1.IAvroRows|null); - - /** ReadRowsResponse arrowRecordBatch. */ - public arrowRecordBatch?: (google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch|null); - - /** ReadRowsResponse rowCount. */ - public rowCount: (number|Long|string); - - /** ReadRowsResponse status. */ - public status?: (google.cloud.bigquery.storage.v1beta1.IStreamStatus|null); - - /** ReadRowsResponse throttleStatus. */ - public throttleStatus?: (google.cloud.bigquery.storage.v1beta1.IThrottleStatus|null); - - /** ReadRowsResponse avroSchema. */ - public avroSchema?: (google.cloud.bigquery.storage.v1beta1.IAvroSchema|null); - - /** ReadRowsResponse arrowSchema. */ - public arrowSchema?: (google.cloud.bigquery.storage.v1beta1.IArrowSchema|null); - - /** ReadRowsResponse rows. */ - public rows?: ("avroRows"|"arrowRecordBatch"); - - /** ReadRowsResponse schema. */ - public schema?: ("avroSchema"|"arrowSchema"); - - /** - * Creates a new ReadRowsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadRowsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IReadRowsResponse): google.cloud.bigquery.storage.v1beta1.ReadRowsResponse; - - /** - * Encodes the specified ReadRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.verify|verify} messages. - * @param message ReadRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IReadRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.verify|verify} messages. - * @param message ReadRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IReadRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.ReadRowsResponse; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.ReadRowsResponse; - - /** - * Verifies a ReadRowsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadRowsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadRowsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.ReadRowsResponse; - - /** - * Creates a plain object from a ReadRowsResponse message. Also converts values to other types if specified. - * @param message ReadRowsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.ReadRowsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadRowsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadRowsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCreateReadSessionStreamsRequest. */ - interface IBatchCreateReadSessionStreamsRequest { - - /** BatchCreateReadSessionStreamsRequest session */ - session?: (google.cloud.bigquery.storage.v1beta1.IReadSession|null); - - /** BatchCreateReadSessionStreamsRequest requestedStreams */ - requestedStreams?: (number|null); - } - - /** Represents a BatchCreateReadSessionStreamsRequest. */ - class BatchCreateReadSessionStreamsRequest implements IBatchCreateReadSessionStreamsRequest { - - /** - * Constructs a new BatchCreateReadSessionStreamsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest); - - /** BatchCreateReadSessionStreamsRequest session. */ - public session?: (google.cloud.bigquery.storage.v1beta1.IReadSession|null); - - /** BatchCreateReadSessionStreamsRequest requestedStreams. */ - public requestedStreams: number; - - /** - * Creates a new BatchCreateReadSessionStreamsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCreateReadSessionStreamsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest): google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest; - - /** - * Encodes the specified BatchCreateReadSessionStreamsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest.verify|verify} messages. - * @param message BatchCreateReadSessionStreamsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCreateReadSessionStreamsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest.verify|verify} messages. - * @param message BatchCreateReadSessionStreamsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCreateReadSessionStreamsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCreateReadSessionStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest; - - /** - * Decodes a BatchCreateReadSessionStreamsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCreateReadSessionStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest; - - /** - * Verifies a BatchCreateReadSessionStreamsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCreateReadSessionStreamsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCreateReadSessionStreamsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest; - - /** - * Creates a plain object from a BatchCreateReadSessionStreamsRequest message. Also converts values to other types if specified. - * @param message BatchCreateReadSessionStreamsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCreateReadSessionStreamsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCreateReadSessionStreamsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCreateReadSessionStreamsResponse. */ - interface IBatchCreateReadSessionStreamsResponse { - - /** BatchCreateReadSessionStreamsResponse streams */ - streams?: (google.cloud.bigquery.storage.v1beta1.IStream[]|null); - } - - /** Represents a BatchCreateReadSessionStreamsResponse. */ - class BatchCreateReadSessionStreamsResponse implements IBatchCreateReadSessionStreamsResponse { - - /** - * Constructs a new BatchCreateReadSessionStreamsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse); - - /** BatchCreateReadSessionStreamsResponse streams. */ - public streams: google.cloud.bigquery.storage.v1beta1.IStream[]; - - /** - * Creates a new BatchCreateReadSessionStreamsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCreateReadSessionStreamsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse): google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse; - - /** - * Encodes the specified BatchCreateReadSessionStreamsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse.verify|verify} messages. - * @param message BatchCreateReadSessionStreamsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCreateReadSessionStreamsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse.verify|verify} messages. - * @param message BatchCreateReadSessionStreamsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCreateReadSessionStreamsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCreateReadSessionStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse; - - /** - * Decodes a BatchCreateReadSessionStreamsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCreateReadSessionStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse; - - /** - * Verifies a BatchCreateReadSessionStreamsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCreateReadSessionStreamsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCreateReadSessionStreamsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse; - - /** - * Creates a plain object from a BatchCreateReadSessionStreamsResponse message. Also converts values to other types if specified. - * @param message BatchCreateReadSessionStreamsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCreateReadSessionStreamsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCreateReadSessionStreamsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FinalizeStreamRequest. */ - interface IFinalizeStreamRequest { - - /** FinalizeStreamRequest stream */ - stream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - } - - /** Represents a FinalizeStreamRequest. */ - class FinalizeStreamRequest implements IFinalizeStreamRequest { - - /** - * Constructs a new FinalizeStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest); - - /** FinalizeStreamRequest stream. */ - public stream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - - /** - * Creates a new FinalizeStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns FinalizeStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest): google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest; - - /** - * Encodes the specified FinalizeStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest.verify|verify} messages. - * @param message FinalizeStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FinalizeStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest.verify|verify} messages. - * @param message FinalizeStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FinalizeStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FinalizeStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest; - - /** - * Decodes a FinalizeStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FinalizeStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest; - - /** - * Verifies a FinalizeStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FinalizeStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FinalizeStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest; - - /** - * Creates a plain object from a FinalizeStreamRequest message. Also converts values to other types if specified. - * @param message FinalizeStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FinalizeStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FinalizeStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a SplitReadStreamRequest. */ - interface ISplitReadStreamRequest { - - /** SplitReadStreamRequest originalStream */ - originalStream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - - /** SplitReadStreamRequest fraction */ - fraction?: (number|null); - } - - /** Represents a SplitReadStreamRequest. */ - class SplitReadStreamRequest implements ISplitReadStreamRequest { - - /** - * Constructs a new SplitReadStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest); - - /** SplitReadStreamRequest originalStream. */ - public originalStream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - - /** SplitReadStreamRequest fraction. */ - public fraction: number; - - /** - * Creates a new SplitReadStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns SplitReadStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest): google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest; - - /** - * Encodes the specified SplitReadStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest.verify|verify} messages. - * @param message SplitReadStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SplitReadStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest.verify|verify} messages. - * @param message SplitReadStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest; - - /** - * Verifies a SplitReadStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SplitReadStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SplitReadStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest; - - /** - * Creates a plain object from a SplitReadStreamRequest message. Also converts values to other types if specified. - * @param message SplitReadStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SplitReadStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SplitReadStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a SplitReadStreamResponse. */ - interface ISplitReadStreamResponse { - - /** SplitReadStreamResponse primaryStream */ - primaryStream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - - /** SplitReadStreamResponse remainderStream */ - remainderStream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - } - - /** Represents a SplitReadStreamResponse. */ - class SplitReadStreamResponse implements ISplitReadStreamResponse { - - /** - * Constructs a new SplitReadStreamResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse); - - /** SplitReadStreamResponse primaryStream. */ - public primaryStream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - - /** SplitReadStreamResponse remainderStream. */ - public remainderStream?: (google.cloud.bigquery.storage.v1beta1.IStream|null); - - /** - * Creates a new SplitReadStreamResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns SplitReadStreamResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse): google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse; - - /** - * Encodes the specified SplitReadStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse.verify|verify} messages. - * @param message SplitReadStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SplitReadStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse.verify|verify} messages. - * @param message SplitReadStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse; - - /** - * Verifies a SplitReadStreamResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SplitReadStreamResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SplitReadStreamResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse; - - /** - * Creates a plain object from a SplitReadStreamResponse message. Also converts values to other types if specified. - * @param message SplitReadStreamResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SplitReadStreamResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SplitReadStreamResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a TableReference. */ - interface ITableReference { - - /** TableReference projectId */ - projectId?: (string|null); - - /** TableReference datasetId */ - datasetId?: (string|null); - - /** TableReference tableId */ - tableId?: (string|null); - } - - /** Represents a TableReference. */ - class TableReference implements ITableReference { - - /** - * Constructs a new TableReference. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.ITableReference); - - /** TableReference projectId. */ - public projectId: string; - - /** TableReference datasetId. */ - public datasetId: string; - - /** TableReference tableId. */ - public tableId: string; - - /** - * Creates a new TableReference instance using the specified properties. - * @param [properties] Properties to set - * @returns TableReference instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.ITableReference): google.cloud.bigquery.storage.v1beta1.TableReference; - - /** - * Encodes the specified TableReference message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableReference.verify|verify} messages. - * @param message TableReference message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.ITableReference, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableReference message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableReference.verify|verify} messages. - * @param message TableReference message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.ITableReference, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableReference message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableReference - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.TableReference; - - /** - * Decodes a TableReference message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableReference - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.TableReference; - - /** - * Verifies a TableReference message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableReference message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableReference - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.TableReference; - - /** - * Creates a plain object from a TableReference message. Also converts values to other types if specified. - * @param message TableReference - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.TableReference, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableReference to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableReference - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a TableModifiers. */ - interface ITableModifiers { - - /** TableModifiers snapshotTime */ - snapshotTime?: (google.protobuf.ITimestamp|null); - } - - /** Represents a TableModifiers. */ - class TableModifiers implements ITableModifiers { - - /** - * Constructs a new TableModifiers. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta1.ITableModifiers); - - /** TableModifiers snapshotTime. */ - public snapshotTime?: (google.protobuf.ITimestamp|null); - - /** - * Creates a new TableModifiers instance using the specified properties. - * @param [properties] Properties to set - * @returns TableModifiers instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta1.ITableModifiers): google.cloud.bigquery.storage.v1beta1.TableModifiers; - - /** - * Encodes the specified TableModifiers message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableModifiers.verify|verify} messages. - * @param message TableModifiers message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta1.ITableModifiers, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableModifiers message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableModifiers.verify|verify} messages. - * @param message TableModifiers message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta1.ITableModifiers, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableModifiers message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta1.TableModifiers; - - /** - * Decodes a TableModifiers message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta1.TableModifiers; - - /** - * Verifies a TableModifiers message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableModifiers message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableModifiers - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta1.TableModifiers; - - /** - * Creates a plain object from a TableModifiers message. Also converts values to other types if specified. - * @param message TableModifiers - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta1.TableModifiers, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableModifiers to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableModifiers - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Namespace v1beta2. */ - namespace v1beta2 { - - /** Properties of an ArrowSchema. */ - interface IArrowSchema { - - /** ArrowSchema serializedSchema */ - serializedSchema?: (Uint8Array|Buffer|string|null); - } - - /** Represents an ArrowSchema. */ - class ArrowSchema implements IArrowSchema { - - /** - * Constructs a new ArrowSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IArrowSchema); - - /** ArrowSchema serializedSchema. */ - public serializedSchema: (Uint8Array|Buffer|string); - - /** - * Creates a new ArrowSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns ArrowSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IArrowSchema): google.cloud.bigquery.storage.v1beta2.ArrowSchema; - - /** - * Encodes the specified ArrowSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowSchema.verify|verify} messages. - * @param message ArrowSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IArrowSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ArrowSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowSchema.verify|verify} messages. - * @param message ArrowSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IArrowSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ArrowSchema; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ArrowSchema; - - /** - * Verifies an ArrowSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ArrowSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ArrowSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ArrowSchema; - - /** - * Creates a plain object from an ArrowSchema message. Also converts values to other types if specified. - * @param message ArrowSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ArrowSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ArrowSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ArrowSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an ArrowRecordBatch. */ - interface IArrowRecordBatch { - - /** ArrowRecordBatch serializedRecordBatch */ - serializedRecordBatch?: (Uint8Array|Buffer|string|null); - } - - /** Represents an ArrowRecordBatch. */ - class ArrowRecordBatch implements IArrowRecordBatch { - - /** - * Constructs a new ArrowRecordBatch. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch); - - /** ArrowRecordBatch serializedRecordBatch. */ - public serializedRecordBatch: (Uint8Array|Buffer|string); - - /** - * Creates a new ArrowRecordBatch instance using the specified properties. - * @param [properties] Properties to set - * @returns ArrowRecordBatch instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch): google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch; - - /** - * Encodes the specified ArrowRecordBatch message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch.verify|verify} messages. - * @param message ArrowRecordBatch message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ArrowRecordBatch message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch.verify|verify} messages. - * @param message ArrowRecordBatch message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch; - - /** - * Verifies an ArrowRecordBatch message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ArrowRecordBatch message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ArrowRecordBatch - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch; - - /** - * Creates a plain object from an ArrowRecordBatch message. Also converts values to other types if specified. - * @param message ArrowRecordBatch - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ArrowRecordBatch to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ArrowRecordBatch - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an ArrowSerializationOptions. */ - interface IArrowSerializationOptions { - - /** ArrowSerializationOptions format */ - format?: (google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format|keyof typeof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format|null); - } - - /** Represents an ArrowSerializationOptions. */ - class ArrowSerializationOptions implements IArrowSerializationOptions { - - /** - * Constructs a new ArrowSerializationOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions); - - /** ArrowSerializationOptions format. */ - public format: (google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format|keyof typeof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format); - - /** - * Creates a new ArrowSerializationOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns ArrowSerializationOptions instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions): google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions; - - /** - * Encodes the specified ArrowSerializationOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.verify|verify} messages. - * @param message ArrowSerializationOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ArrowSerializationOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.verify|verify} messages. - * @param message ArrowSerializationOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ArrowSerializationOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ArrowSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions; - - /** - * Decodes an ArrowSerializationOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ArrowSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions; - - /** - * Verifies an ArrowSerializationOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ArrowSerializationOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ArrowSerializationOptions - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions; - - /** - * Creates a plain object from an ArrowSerializationOptions message. Also converts values to other types if specified. - * @param message ArrowSerializationOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ArrowSerializationOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ArrowSerializationOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace ArrowSerializationOptions { - - /** Format enum. */ - enum Format { - FORMAT_UNSPECIFIED = 0, - ARROW_0_14 = 1, - ARROW_0_15 = 2 - } - } - - /** Properties of an AvroSchema. */ - interface IAvroSchema { - - /** AvroSchema schema */ - schema?: (string|null); - } - - /** Represents an AvroSchema. */ - class AvroSchema implements IAvroSchema { - - /** - * Constructs a new AvroSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IAvroSchema); - - /** AvroSchema schema. */ - public schema: string; - - /** - * Creates a new AvroSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns AvroSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IAvroSchema): google.cloud.bigquery.storage.v1beta2.AvroSchema; - - /** - * Encodes the specified AvroSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AvroSchema.verify|verify} messages. - * @param message AvroSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IAvroSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AvroSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AvroSchema.verify|verify} messages. - * @param message AvroSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IAvroSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AvroSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.AvroSchema; - - /** - * Decodes an AvroSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.AvroSchema; - - /** - * Verifies an AvroSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AvroSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AvroSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.AvroSchema; - - /** - * Creates a plain object from an AvroSchema message. Also converts values to other types if specified. - * @param message AvroSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.AvroSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AvroSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AvroSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an AvroRows. */ - interface IAvroRows { - - /** AvroRows serializedBinaryRows */ - serializedBinaryRows?: (Uint8Array|Buffer|string|null); - } - - /** Represents an AvroRows. */ - class AvroRows implements IAvroRows { - - /** - * Constructs a new AvroRows. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IAvroRows); - - /** AvroRows serializedBinaryRows. */ - public serializedBinaryRows: (Uint8Array|Buffer|string); - - /** - * Creates a new AvroRows instance using the specified properties. - * @param [properties] Properties to set - * @returns AvroRows instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IAvroRows): google.cloud.bigquery.storage.v1beta2.AvroRows; - - /** - * Encodes the specified AvroRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AvroRows.verify|verify} messages. - * @param message AvroRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IAvroRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AvroRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AvroRows.verify|verify} messages. - * @param message AvroRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IAvroRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AvroRows message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.AvroRows; - - /** - * Decodes an AvroRows message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.AvroRows; - - /** - * Verifies an AvroRows message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AvroRows message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AvroRows - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.AvroRows; - - /** - * Creates a plain object from an AvroRows message. Also converts values to other types if specified. - * @param message AvroRows - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.AvroRows, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AvroRows to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AvroRows - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ProtoSchema. */ - interface IProtoSchema { - - /** ProtoSchema protoDescriptor */ - protoDescriptor?: (google.protobuf.IDescriptorProto|null); - } - - /** Represents a ProtoSchema. */ - class ProtoSchema implements IProtoSchema { - - /** - * Constructs a new ProtoSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IProtoSchema); - - /** ProtoSchema protoDescriptor. */ - public protoDescriptor?: (google.protobuf.IDescriptorProto|null); - - /** - * Creates a new ProtoSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns ProtoSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IProtoSchema): google.cloud.bigquery.storage.v1beta2.ProtoSchema; - - /** - * Encodes the specified ProtoSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ProtoSchema.verify|verify} messages. - * @param message ProtoSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IProtoSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ProtoSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ProtoSchema.verify|verify} messages. - * @param message ProtoSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IProtoSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ProtoSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ProtoSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ProtoSchema; - - /** - * Decodes a ProtoSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ProtoSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ProtoSchema; - - /** - * Verifies a ProtoSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ProtoSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ProtoSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ProtoSchema; - - /** - * Creates a plain object from a ProtoSchema message. Also converts values to other types if specified. - * @param message ProtoSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ProtoSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ProtoSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ProtoSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ProtoRows. */ - interface IProtoRows { - - /** ProtoRows serializedRows */ - serializedRows?: (Uint8Array[]|null); - } - - /** Represents a ProtoRows. */ - class ProtoRows implements IProtoRows { - - /** - * Constructs a new ProtoRows. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IProtoRows); - - /** ProtoRows serializedRows. */ - public serializedRows: Uint8Array[]; - - /** - * Creates a new ProtoRows instance using the specified properties. - * @param [properties] Properties to set - * @returns ProtoRows instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IProtoRows): google.cloud.bigquery.storage.v1beta2.ProtoRows; - - /** - * Encodes the specified ProtoRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ProtoRows.verify|verify} messages. - * @param message ProtoRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IProtoRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ProtoRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ProtoRows.verify|verify} messages. - * @param message ProtoRows message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IProtoRows, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ProtoRows message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ProtoRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ProtoRows; - - /** - * Decodes a ProtoRows message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ProtoRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ProtoRows; - - /** - * Verifies a ProtoRows message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ProtoRows message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ProtoRows - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ProtoRows; - - /** - * Creates a plain object from a ProtoRows message. Also converts values to other types if specified. - * @param message ProtoRows - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ProtoRows, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ProtoRows to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ProtoRows - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Represents a BigQueryRead */ - class BigQueryRead extends $protobuf.rpc.Service { - - /** - * Constructs a new BigQueryRead service. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - */ - constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean); - - /** - * Creates new BigQueryRead service using the specified rpc implementation. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - * @returns RPC service. Useful where requests and/or responses are streamed. - */ - public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): BigQueryRead; - - /** - * Calls CreateReadSession. - * @param request CreateReadSessionRequest message or plain object - * @param callback Node-style callback called with the error, if any, and ReadSession - */ - public createReadSession(request: google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest, callback: google.cloud.bigquery.storage.v1beta2.BigQueryRead.CreateReadSessionCallback): void; - - /** - * Calls CreateReadSession. - * @param request CreateReadSessionRequest message or plain object - * @returns Promise - */ - public createReadSession(request: google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest): Promise; - - /** - * Calls ReadRows. - * @param request ReadRowsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and ReadRowsResponse - */ - public readRows(request: google.cloud.bigquery.storage.v1beta2.IReadRowsRequest, callback: google.cloud.bigquery.storage.v1beta2.BigQueryRead.ReadRowsCallback): void; - - /** - * Calls ReadRows. - * @param request ReadRowsRequest message or plain object - * @returns Promise - */ - public readRows(request: google.cloud.bigquery.storage.v1beta2.IReadRowsRequest): Promise; - - /** - * Calls SplitReadStream. - * @param request SplitReadStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and SplitReadStreamResponse - */ - public splitReadStream(request: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest, callback: google.cloud.bigquery.storage.v1beta2.BigQueryRead.SplitReadStreamCallback): void; - - /** - * Calls SplitReadStream. - * @param request SplitReadStreamRequest message or plain object - * @returns Promise - */ - public splitReadStream(request: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest): Promise; - } - - namespace BigQueryRead { - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryRead|createReadSession}. - * @param error Error, if any - * @param [response] ReadSession - */ - type CreateReadSessionCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta2.ReadSession) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryRead|readRows}. - * @param error Error, if any - * @param [response] ReadRowsResponse - */ - type ReadRowsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta2.ReadRowsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryRead|splitReadStream}. - * @param error Error, if any - * @param [response] SplitReadStreamResponse - */ - type SplitReadStreamCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse) => void; - } - - /** Represents a BigQueryWrite */ - class BigQueryWrite extends $protobuf.rpc.Service { - - /** - * Constructs a new BigQueryWrite service. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - */ - constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean); - - /** - * Creates new BigQueryWrite service using the specified rpc implementation. - * @param rpcImpl RPC implementation - * @param [requestDelimited=false] Whether requests are length-delimited - * @param [responseDelimited=false] Whether responses are length-delimited - * @returns RPC service. Useful where requests and/or responses are streamed. - */ - public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): BigQueryWrite; - - /** - * Calls CreateWriteStream. - * @param request CreateWriteStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and WriteStream - */ - public createWriteStream(request: google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest, callback: google.cloud.bigquery.storage.v1beta2.BigQueryWrite.CreateWriteStreamCallback): void; - - /** - * Calls CreateWriteStream. - * @param request CreateWriteStreamRequest message or plain object - * @returns Promise - */ - public createWriteStream(request: google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest): Promise; - - /** - * Calls AppendRows. - * @param request AppendRowsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and AppendRowsResponse - */ - public appendRows(request: google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest, callback: google.cloud.bigquery.storage.v1beta2.BigQueryWrite.AppendRowsCallback): void; - - /** - * Calls AppendRows. - * @param request AppendRowsRequest message or plain object - * @returns Promise - */ - public appendRows(request: google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest): Promise; - - /** - * Calls GetWriteStream. - * @param request GetWriteStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and WriteStream - */ - public getWriteStream(request: google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest, callback: google.cloud.bigquery.storage.v1beta2.BigQueryWrite.GetWriteStreamCallback): void; - - /** - * Calls GetWriteStream. - * @param request GetWriteStreamRequest message or plain object - * @returns Promise - */ - public getWriteStream(request: google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest): Promise; - - /** - * Calls FinalizeWriteStream. - * @param request FinalizeWriteStreamRequest message or plain object - * @param callback Node-style callback called with the error, if any, and FinalizeWriteStreamResponse - */ - public finalizeWriteStream(request: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest, callback: google.cloud.bigquery.storage.v1beta2.BigQueryWrite.FinalizeWriteStreamCallback): void; - - /** - * Calls FinalizeWriteStream. - * @param request FinalizeWriteStreamRequest message or plain object - * @returns Promise - */ - public finalizeWriteStream(request: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest): Promise; - - /** - * Calls BatchCommitWriteStreams. - * @param request BatchCommitWriteStreamsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and BatchCommitWriteStreamsResponse - */ - public batchCommitWriteStreams(request: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest, callback: google.cloud.bigquery.storage.v1beta2.BigQueryWrite.BatchCommitWriteStreamsCallback): void; - - /** - * Calls BatchCommitWriteStreams. - * @param request BatchCommitWriteStreamsRequest message or plain object - * @returns Promise - */ - public batchCommitWriteStreams(request: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest): Promise; - - /** - * Calls FlushRows. - * @param request FlushRowsRequest message or plain object - * @param callback Node-style callback called with the error, if any, and FlushRowsResponse - */ - public flushRows(request: google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest, callback: google.cloud.bigquery.storage.v1beta2.BigQueryWrite.FlushRowsCallback): void; - - /** - * Calls FlushRows. - * @param request FlushRowsRequest message or plain object - * @returns Promise - */ - public flushRows(request: google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest): Promise; - } - - namespace BigQueryWrite { - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|createWriteStream}. - * @param error Error, if any - * @param [response] WriteStream - */ - type CreateWriteStreamCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta2.WriteStream) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|appendRows}. - * @param error Error, if any - * @param [response] AppendRowsResponse - */ - type AppendRowsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta2.AppendRowsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|getWriteStream}. - * @param error Error, if any - * @param [response] WriteStream - */ - type GetWriteStreamCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta2.WriteStream) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|finalizeWriteStream}. - * @param error Error, if any - * @param [response] FinalizeWriteStreamResponse - */ - type FinalizeWriteStreamCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|batchCommitWriteStreams}. - * @param error Error, if any - * @param [response] BatchCommitWriteStreamsResponse - */ - type BatchCommitWriteStreamsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse) => void; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|flushRows}. - * @param error Error, if any - * @param [response] FlushRowsResponse - */ - type FlushRowsCallback = (error: (Error|null), response?: google.cloud.bigquery.storage.v1beta2.FlushRowsResponse) => void; - } - - /** Properties of a CreateReadSessionRequest. */ - interface ICreateReadSessionRequest { - - /** CreateReadSessionRequest parent */ - parent?: (string|null); - - /** CreateReadSessionRequest readSession */ - readSession?: (google.cloud.bigquery.storage.v1beta2.IReadSession|null); - - /** CreateReadSessionRequest maxStreamCount */ - maxStreamCount?: (number|null); - } - - /** Represents a CreateReadSessionRequest. */ - class CreateReadSessionRequest implements ICreateReadSessionRequest { - - /** - * Constructs a new CreateReadSessionRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest); - - /** CreateReadSessionRequest parent. */ - public parent: string; - - /** CreateReadSessionRequest readSession. */ - public readSession?: (google.cloud.bigquery.storage.v1beta2.IReadSession|null); - - /** CreateReadSessionRequest maxStreamCount. */ - public maxStreamCount: number; - - /** - * Creates a new CreateReadSessionRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns CreateReadSessionRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest): google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest; - - /** - * Encodes the specified CreateReadSessionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest.verify|verify} messages. - * @param message CreateReadSessionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CreateReadSessionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest.verify|verify} messages. - * @param message CreateReadSessionRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest; - - /** - * Verifies a CreateReadSessionRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CreateReadSessionRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CreateReadSessionRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest; - - /** - * Creates a plain object from a CreateReadSessionRequest message. Also converts values to other types if specified. - * @param message CreateReadSessionRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CreateReadSessionRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CreateReadSessionRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ReadRowsRequest. */ - interface IReadRowsRequest { - - /** ReadRowsRequest readStream */ - readStream?: (string|null); - - /** ReadRowsRequest offset */ - offset?: (number|Long|string|null); - } - - /** Represents a ReadRowsRequest. */ - class ReadRowsRequest implements IReadRowsRequest { - - /** - * Constructs a new ReadRowsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IReadRowsRequest); - - /** ReadRowsRequest readStream. */ - public readStream: string; - - /** ReadRowsRequest offset. */ - public offset: (number|Long|string); - - /** - * Creates a new ReadRowsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadRowsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IReadRowsRequest): google.cloud.bigquery.storage.v1beta2.ReadRowsRequest; - - /** - * Encodes the specified ReadRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadRowsRequest.verify|verify} messages. - * @param message ReadRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IReadRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadRowsRequest.verify|verify} messages. - * @param message ReadRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IReadRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ReadRowsRequest; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ReadRowsRequest; - - /** - * Verifies a ReadRowsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadRowsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadRowsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ReadRowsRequest; - - /** - * Creates a plain object from a ReadRowsRequest message. Also converts values to other types if specified. - * @param message ReadRowsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ReadRowsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadRowsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadRowsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ThrottleState. */ - interface IThrottleState { - - /** ThrottleState throttlePercent */ - throttlePercent?: (number|null); - } - - /** Represents a ThrottleState. */ - class ThrottleState implements IThrottleState { - - /** - * Constructs a new ThrottleState. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IThrottleState); - - /** ThrottleState throttlePercent. */ - public throttlePercent: number; - - /** - * Creates a new ThrottleState instance using the specified properties. - * @param [properties] Properties to set - * @returns ThrottleState instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IThrottleState): google.cloud.bigquery.storage.v1beta2.ThrottleState; - - /** - * Encodes the specified ThrottleState message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ThrottleState.verify|verify} messages. - * @param message ThrottleState message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IThrottleState, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ThrottleState message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ThrottleState.verify|verify} messages. - * @param message ThrottleState message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IThrottleState, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ThrottleState message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ThrottleState - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ThrottleState; - - /** - * Decodes a ThrottleState message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ThrottleState - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ThrottleState; - - /** - * Verifies a ThrottleState message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ThrottleState message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ThrottleState - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ThrottleState; - - /** - * Creates a plain object from a ThrottleState message. Also converts values to other types if specified. - * @param message ThrottleState - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ThrottleState, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ThrottleState to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ThrottleState - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StreamStats. */ - interface IStreamStats { - - /** StreamStats progress */ - progress?: (google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress|null); - } - - /** Represents a StreamStats. */ - class StreamStats implements IStreamStats { - - /** - * Constructs a new StreamStats. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IStreamStats); - - /** StreamStats progress. */ - public progress?: (google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress|null); - - /** - * Creates a new StreamStats instance using the specified properties. - * @param [properties] Properties to set - * @returns StreamStats instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IStreamStats): google.cloud.bigquery.storage.v1beta2.StreamStats; - - /** - * Encodes the specified StreamStats message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StreamStats.verify|verify} messages. - * @param message StreamStats message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IStreamStats, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StreamStats message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StreamStats.verify|verify} messages. - * @param message StreamStats message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IStreamStats, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StreamStats message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StreamStats - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.StreamStats; - - /** - * Decodes a StreamStats message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StreamStats - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.StreamStats; - - /** - * Verifies a StreamStats message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StreamStats message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StreamStats - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.StreamStats; - - /** - * Creates a plain object from a StreamStats message. Also converts values to other types if specified. - * @param message StreamStats - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.StreamStats, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StreamStats to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StreamStats - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace StreamStats { - - /** Properties of a Progress. */ - interface IProgress { - - /** Progress atResponseStart */ - atResponseStart?: (number|null); - - /** Progress atResponseEnd */ - atResponseEnd?: (number|null); - } - - /** Represents a Progress. */ - class Progress implements IProgress { - - /** - * Constructs a new Progress. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress); - - /** Progress atResponseStart. */ - public atResponseStart: number; - - /** Progress atResponseEnd. */ - public atResponseEnd: number; - - /** - * Creates a new Progress instance using the specified properties. - * @param [properties] Properties to set - * @returns Progress instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress): google.cloud.bigquery.storage.v1beta2.StreamStats.Progress; - - /** - * Encodes the specified Progress message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StreamStats.Progress.verify|verify} messages. - * @param message Progress message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Progress message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StreamStats.Progress.verify|verify} messages. - * @param message Progress message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Progress message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.StreamStats.Progress; - - /** - * Decodes a Progress message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.StreamStats.Progress; - - /** - * Verifies a Progress message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Progress message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Progress - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.StreamStats.Progress; - - /** - * Creates a plain object from a Progress message. Also converts values to other types if specified. - * @param message Progress - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.StreamStats.Progress, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Progress to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Progress - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of a ReadRowsResponse. */ - interface IReadRowsResponse { - - /** ReadRowsResponse avroRows */ - avroRows?: (google.cloud.bigquery.storage.v1beta2.IAvroRows|null); - - /** ReadRowsResponse arrowRecordBatch */ - arrowRecordBatch?: (google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch|null); - - /** ReadRowsResponse rowCount */ - rowCount?: (number|Long|string|null); - - /** ReadRowsResponse stats */ - stats?: (google.cloud.bigquery.storage.v1beta2.IStreamStats|null); - - /** ReadRowsResponse throttleState */ - throttleState?: (google.cloud.bigquery.storage.v1beta2.IThrottleState|null); - - /** ReadRowsResponse avroSchema */ - avroSchema?: (google.cloud.bigquery.storage.v1beta2.IAvroSchema|null); - - /** ReadRowsResponse arrowSchema */ - arrowSchema?: (google.cloud.bigquery.storage.v1beta2.IArrowSchema|null); - } - - /** Represents a ReadRowsResponse. */ - class ReadRowsResponse implements IReadRowsResponse { - - /** - * Constructs a new ReadRowsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IReadRowsResponse); - - /** ReadRowsResponse avroRows. */ - public avroRows?: (google.cloud.bigquery.storage.v1beta2.IAvroRows|null); - - /** ReadRowsResponse arrowRecordBatch. */ - public arrowRecordBatch?: (google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch|null); - - /** ReadRowsResponse rowCount. */ - public rowCount: (number|Long|string); - - /** ReadRowsResponse stats. */ - public stats?: (google.cloud.bigquery.storage.v1beta2.IStreamStats|null); - - /** ReadRowsResponse throttleState. */ - public throttleState?: (google.cloud.bigquery.storage.v1beta2.IThrottleState|null); - - /** ReadRowsResponse avroSchema. */ - public avroSchema?: (google.cloud.bigquery.storage.v1beta2.IAvroSchema|null); - - /** ReadRowsResponse arrowSchema. */ - public arrowSchema?: (google.cloud.bigquery.storage.v1beta2.IArrowSchema|null); - - /** ReadRowsResponse rows. */ - public rows?: ("avroRows"|"arrowRecordBatch"); - - /** ReadRowsResponse schema. */ - public schema?: ("avroSchema"|"arrowSchema"); - - /** - * Creates a new ReadRowsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadRowsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IReadRowsResponse): google.cloud.bigquery.storage.v1beta2.ReadRowsResponse; - - /** - * Encodes the specified ReadRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.verify|verify} messages. - * @param message ReadRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IReadRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.verify|verify} messages. - * @param message ReadRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IReadRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ReadRowsResponse; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ReadRowsResponse; - - /** - * Verifies a ReadRowsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadRowsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadRowsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ReadRowsResponse; - - /** - * Creates a plain object from a ReadRowsResponse message. Also converts values to other types if specified. - * @param message ReadRowsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ReadRowsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadRowsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadRowsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a SplitReadStreamRequest. */ - interface ISplitReadStreamRequest { - - /** SplitReadStreamRequest name */ - name?: (string|null); - - /** SplitReadStreamRequest fraction */ - fraction?: (number|null); - } - - /** Represents a SplitReadStreamRequest. */ - class SplitReadStreamRequest implements ISplitReadStreamRequest { - - /** - * Constructs a new SplitReadStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest); - - /** SplitReadStreamRequest name. */ - public name: string; - - /** SplitReadStreamRequest fraction. */ - public fraction: number; - - /** - * Creates a new SplitReadStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns SplitReadStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest): google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest; - - /** - * Encodes the specified SplitReadStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest.verify|verify} messages. - * @param message SplitReadStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SplitReadStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest.verify|verify} messages. - * @param message SplitReadStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest; - - /** - * Verifies a SplitReadStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SplitReadStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SplitReadStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest; - - /** - * Creates a plain object from a SplitReadStreamRequest message. Also converts values to other types if specified. - * @param message SplitReadStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SplitReadStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SplitReadStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a SplitReadStreamResponse. */ - interface ISplitReadStreamResponse { - - /** SplitReadStreamResponse primaryStream */ - primaryStream?: (google.cloud.bigquery.storage.v1beta2.IReadStream|null); - - /** SplitReadStreamResponse remainderStream */ - remainderStream?: (google.cloud.bigquery.storage.v1beta2.IReadStream|null); - } - - /** Represents a SplitReadStreamResponse. */ - class SplitReadStreamResponse implements ISplitReadStreamResponse { - - /** - * Constructs a new SplitReadStreamResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse); - - /** SplitReadStreamResponse primaryStream. */ - public primaryStream?: (google.cloud.bigquery.storage.v1beta2.IReadStream|null); - - /** SplitReadStreamResponse remainderStream. */ - public remainderStream?: (google.cloud.bigquery.storage.v1beta2.IReadStream|null); - - /** - * Creates a new SplitReadStreamResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns SplitReadStreamResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse): google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse; - - /** - * Encodes the specified SplitReadStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse.verify|verify} messages. - * @param message SplitReadStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SplitReadStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse.verify|verify} messages. - * @param message SplitReadStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse; - - /** - * Verifies a SplitReadStreamResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SplitReadStreamResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SplitReadStreamResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse; - - /** - * Creates a plain object from a SplitReadStreamResponse message. Also converts values to other types if specified. - * @param message SplitReadStreamResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SplitReadStreamResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SplitReadStreamResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a CreateWriteStreamRequest. */ - interface ICreateWriteStreamRequest { - - /** CreateWriteStreamRequest parent */ - parent?: (string|null); - - /** CreateWriteStreamRequest writeStream */ - writeStream?: (google.cloud.bigquery.storage.v1beta2.IWriteStream|null); - } - - /** Represents a CreateWriteStreamRequest. */ - class CreateWriteStreamRequest implements ICreateWriteStreamRequest { - - /** - * Constructs a new CreateWriteStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest); - - /** CreateWriteStreamRequest parent. */ - public parent: string; - - /** CreateWriteStreamRequest writeStream. */ - public writeStream?: (google.cloud.bigquery.storage.v1beta2.IWriteStream|null); - - /** - * Creates a new CreateWriteStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns CreateWriteStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest): google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest; - - /** - * Encodes the specified CreateWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest.verify|verify} messages. - * @param message CreateWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CreateWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest.verify|verify} messages. - * @param message CreateWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CreateWriteStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CreateWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest; - - /** - * Decodes a CreateWriteStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CreateWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest; - - /** - * Verifies a CreateWriteStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CreateWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CreateWriteStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest; - - /** - * Creates a plain object from a CreateWriteStreamRequest message. Also converts values to other types if specified. - * @param message CreateWriteStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CreateWriteStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CreateWriteStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an AppendRowsRequest. */ - interface IAppendRowsRequest { - - /** AppendRowsRequest writeStream */ - writeStream?: (string|null); - - /** AppendRowsRequest offset */ - offset?: (google.protobuf.IInt64Value|null); - - /** AppendRowsRequest protoRows */ - protoRows?: (google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData|null); - - /** AppendRowsRequest traceId */ - traceId?: (string|null); - } - - /** Represents an AppendRowsRequest. */ - class AppendRowsRequest implements IAppendRowsRequest { - - /** - * Constructs a new AppendRowsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest); - - /** AppendRowsRequest writeStream. */ - public writeStream: string; - - /** AppendRowsRequest offset. */ - public offset?: (google.protobuf.IInt64Value|null); - - /** AppendRowsRequest protoRows. */ - public protoRows?: (google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData|null); - - /** AppendRowsRequest traceId. */ - public traceId: string; - - /** AppendRowsRequest rows. */ - public rows?: "protoRows"; - - /** - * Creates a new AppendRowsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns AppendRowsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest): google.cloud.bigquery.storage.v1beta2.AppendRowsRequest; - - /** - * Encodes the specified AppendRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.verify|verify} messages. - * @param message AppendRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AppendRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.verify|verify} messages. - * @param message AppendRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AppendRowsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AppendRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.AppendRowsRequest; - - /** - * Decodes an AppendRowsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AppendRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.AppendRowsRequest; - - /** - * Verifies an AppendRowsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AppendRowsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AppendRowsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.AppendRowsRequest; - - /** - * Creates a plain object from an AppendRowsRequest message. Also converts values to other types if specified. - * @param message AppendRowsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.AppendRowsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AppendRowsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AppendRowsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace AppendRowsRequest { - - /** Properties of a ProtoData. */ - interface IProtoData { - - /** ProtoData writerSchema */ - writerSchema?: (google.cloud.bigquery.storage.v1beta2.IProtoSchema|null); - - /** ProtoData rows */ - rows?: (google.cloud.bigquery.storage.v1beta2.IProtoRows|null); - } - - /** Represents a ProtoData. */ - class ProtoData implements IProtoData { - - /** - * Constructs a new ProtoData. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData); - - /** ProtoData writerSchema. */ - public writerSchema?: (google.cloud.bigquery.storage.v1beta2.IProtoSchema|null); - - /** ProtoData rows. */ - public rows?: (google.cloud.bigquery.storage.v1beta2.IProtoRows|null); - - /** - * Creates a new ProtoData instance using the specified properties. - * @param [properties] Properties to set - * @returns ProtoData instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData): google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData; - - /** - * Encodes the specified ProtoData message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.verify|verify} messages. - * @param message ProtoData message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ProtoData message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.verify|verify} messages. - * @param message ProtoData message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ProtoData message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ProtoData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData; - - /** - * Decodes a ProtoData message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ProtoData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData; - - /** - * Verifies a ProtoData message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ProtoData message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ProtoData - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData; - - /** - * Creates a plain object from a ProtoData message. Also converts values to other types if specified. - * @param message ProtoData - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ProtoData to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ProtoData - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of an AppendRowsResponse. */ - interface IAppendRowsResponse { - - /** AppendRowsResponse appendResult */ - appendResult?: (google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult|null); - - /** AppendRowsResponse error */ - error?: (google.rpc.IStatus|null); - - /** AppendRowsResponse updatedSchema */ - updatedSchema?: (google.cloud.bigquery.storage.v1beta2.ITableSchema|null); - } - - /** Represents an AppendRowsResponse. */ - class AppendRowsResponse implements IAppendRowsResponse { - - /** - * Constructs a new AppendRowsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IAppendRowsResponse); - - /** AppendRowsResponse appendResult. */ - public appendResult?: (google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult|null); - - /** AppendRowsResponse error. */ - public error?: (google.rpc.IStatus|null); - - /** AppendRowsResponse updatedSchema. */ - public updatedSchema?: (google.cloud.bigquery.storage.v1beta2.ITableSchema|null); - - /** AppendRowsResponse response. */ - public response?: ("appendResult"|"error"); - - /** - * Creates a new AppendRowsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns AppendRowsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IAppendRowsResponse): google.cloud.bigquery.storage.v1beta2.AppendRowsResponse; - - /** - * Encodes the specified AppendRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.verify|verify} messages. - * @param message AppendRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IAppendRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AppendRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.verify|verify} messages. - * @param message AppendRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IAppendRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AppendRowsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AppendRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.AppendRowsResponse; - - /** - * Decodes an AppendRowsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AppendRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.AppendRowsResponse; - - /** - * Verifies an AppendRowsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AppendRowsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AppendRowsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.AppendRowsResponse; - - /** - * Creates a plain object from an AppendRowsResponse message. Also converts values to other types if specified. - * @param message AppendRowsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.AppendRowsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AppendRowsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AppendRowsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace AppendRowsResponse { - - /** Properties of an AppendResult. */ - interface IAppendResult { - - /** AppendResult offset */ - offset?: (google.protobuf.IInt64Value|null); - } - - /** Represents an AppendResult. */ - class AppendResult implements IAppendResult { - - /** - * Constructs a new AppendResult. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult); - - /** AppendResult offset. */ - public offset?: (google.protobuf.IInt64Value|null); - - /** - * Creates a new AppendResult instance using the specified properties. - * @param [properties] Properties to set - * @returns AppendResult instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult): google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult; - - /** - * Encodes the specified AppendResult message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.verify|verify} messages. - * @param message AppendResult message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified AppendResult message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.verify|verify} messages. - * @param message AppendResult message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an AppendResult message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns AppendResult - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult; - - /** - * Decodes an AppendResult message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns AppendResult - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult; - - /** - * Verifies an AppendResult message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an AppendResult message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns AppendResult - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult; - - /** - * Creates a plain object from an AppendResult message. Also converts values to other types if specified. - * @param message AppendResult - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this AppendResult to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for AppendResult - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of a GetWriteStreamRequest. */ - interface IGetWriteStreamRequest { - - /** GetWriteStreamRequest name */ - name?: (string|null); - } - - /** Represents a GetWriteStreamRequest. */ - class GetWriteStreamRequest implements IGetWriteStreamRequest { - - /** - * Constructs a new GetWriteStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest); - - /** GetWriteStreamRequest name. */ - public name: string; - - /** - * Creates a new GetWriteStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns GetWriteStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest): google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest; - - /** - * Encodes the specified GetWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest.verify|verify} messages. - * @param message GetWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified GetWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest.verify|verify} messages. - * @param message GetWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a GetWriteStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns GetWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest; - - /** - * Decodes a GetWriteStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns GetWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest; - - /** - * Verifies a GetWriteStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a GetWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns GetWriteStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest; - - /** - * Creates a plain object from a GetWriteStreamRequest message. Also converts values to other types if specified. - * @param message GetWriteStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this GetWriteStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for GetWriteStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCommitWriteStreamsRequest. */ - interface IBatchCommitWriteStreamsRequest { - - /** BatchCommitWriteStreamsRequest parent */ - parent?: (string|null); - - /** BatchCommitWriteStreamsRequest writeStreams */ - writeStreams?: (string[]|null); - } - - /** Represents a BatchCommitWriteStreamsRequest. */ - class BatchCommitWriteStreamsRequest implements IBatchCommitWriteStreamsRequest { - - /** - * Constructs a new BatchCommitWriteStreamsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest); - - /** BatchCommitWriteStreamsRequest parent. */ - public parent: string; - - /** BatchCommitWriteStreamsRequest writeStreams. */ - public writeStreams: string[]; - - /** - * Creates a new BatchCommitWriteStreamsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCommitWriteStreamsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest): google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest; - - /** - * Encodes the specified BatchCommitWriteStreamsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest.verify|verify} messages. - * @param message BatchCommitWriteStreamsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCommitWriteStreamsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest.verify|verify} messages. - * @param message BatchCommitWriteStreamsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCommitWriteStreamsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCommitWriteStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest; - - /** - * Decodes a BatchCommitWriteStreamsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCommitWriteStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest; - - /** - * Verifies a BatchCommitWriteStreamsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCommitWriteStreamsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCommitWriteStreamsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest; - - /** - * Creates a plain object from a BatchCommitWriteStreamsRequest message. Also converts values to other types if specified. - * @param message BatchCommitWriteStreamsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCommitWriteStreamsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCommitWriteStreamsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BatchCommitWriteStreamsResponse. */ - interface IBatchCommitWriteStreamsResponse { - - /** BatchCommitWriteStreamsResponse commitTime */ - commitTime?: (google.protobuf.ITimestamp|null); - - /** BatchCommitWriteStreamsResponse streamErrors */ - streamErrors?: (google.cloud.bigquery.storage.v1beta2.IStorageError[]|null); - } - - /** Represents a BatchCommitWriteStreamsResponse. */ - class BatchCommitWriteStreamsResponse implements IBatchCommitWriteStreamsResponse { - - /** - * Constructs a new BatchCommitWriteStreamsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse); - - /** BatchCommitWriteStreamsResponse commitTime. */ - public commitTime?: (google.protobuf.ITimestamp|null); - - /** BatchCommitWriteStreamsResponse streamErrors. */ - public streamErrors: google.cloud.bigquery.storage.v1beta2.IStorageError[]; - - /** - * Creates a new BatchCommitWriteStreamsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns BatchCommitWriteStreamsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse): google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse; - - /** - * Encodes the specified BatchCommitWriteStreamsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse.verify|verify} messages. - * @param message BatchCommitWriteStreamsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BatchCommitWriteStreamsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse.verify|verify} messages. - * @param message BatchCommitWriteStreamsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BatchCommitWriteStreamsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BatchCommitWriteStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse; - - /** - * Decodes a BatchCommitWriteStreamsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BatchCommitWriteStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse; - - /** - * Verifies a BatchCommitWriteStreamsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BatchCommitWriteStreamsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BatchCommitWriteStreamsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse; - - /** - * Creates a plain object from a BatchCommitWriteStreamsResponse message. Also converts values to other types if specified. - * @param message BatchCommitWriteStreamsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BatchCommitWriteStreamsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BatchCommitWriteStreamsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FinalizeWriteStreamRequest. */ - interface IFinalizeWriteStreamRequest { - - /** FinalizeWriteStreamRequest name */ - name?: (string|null); - } - - /** Represents a FinalizeWriteStreamRequest. */ - class FinalizeWriteStreamRequest implements IFinalizeWriteStreamRequest { - - /** - * Constructs a new FinalizeWriteStreamRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest); - - /** FinalizeWriteStreamRequest name. */ - public name: string; - - /** - * Creates a new FinalizeWriteStreamRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns FinalizeWriteStreamRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest): google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest; - - /** - * Encodes the specified FinalizeWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest.verify|verify} messages. - * @param message FinalizeWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FinalizeWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest.verify|verify} messages. - * @param message FinalizeWriteStreamRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FinalizeWriteStreamRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FinalizeWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest; - - /** - * Decodes a FinalizeWriteStreamRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FinalizeWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest; - - /** - * Verifies a FinalizeWriteStreamRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FinalizeWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FinalizeWriteStreamRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest; - - /** - * Creates a plain object from a FinalizeWriteStreamRequest message. Also converts values to other types if specified. - * @param message FinalizeWriteStreamRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FinalizeWriteStreamRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FinalizeWriteStreamRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FinalizeWriteStreamResponse. */ - interface IFinalizeWriteStreamResponse { - - /** FinalizeWriteStreamResponse rowCount */ - rowCount?: (number|Long|string|null); - } - - /** Represents a FinalizeWriteStreamResponse. */ - class FinalizeWriteStreamResponse implements IFinalizeWriteStreamResponse { - - /** - * Constructs a new FinalizeWriteStreamResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse); - - /** FinalizeWriteStreamResponse rowCount. */ - public rowCount: (number|Long|string); - - /** - * Creates a new FinalizeWriteStreamResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns FinalizeWriteStreamResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse): google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse; - - /** - * Encodes the specified FinalizeWriteStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse.verify|verify} messages. - * @param message FinalizeWriteStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FinalizeWriteStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse.verify|verify} messages. - * @param message FinalizeWriteStreamResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FinalizeWriteStreamResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FinalizeWriteStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse; - - /** - * Decodes a FinalizeWriteStreamResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FinalizeWriteStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse; - - /** - * Verifies a FinalizeWriteStreamResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FinalizeWriteStreamResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FinalizeWriteStreamResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse; - - /** - * Creates a plain object from a FinalizeWriteStreamResponse message. Also converts values to other types if specified. - * @param message FinalizeWriteStreamResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FinalizeWriteStreamResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FinalizeWriteStreamResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FlushRowsRequest. */ - interface IFlushRowsRequest { - - /** FlushRowsRequest writeStream */ - writeStream?: (string|null); - - /** FlushRowsRequest offset */ - offset?: (google.protobuf.IInt64Value|null); - } - - /** Represents a FlushRowsRequest. */ - class FlushRowsRequest implements IFlushRowsRequest { - - /** - * Constructs a new FlushRowsRequest. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest); - - /** FlushRowsRequest writeStream. */ - public writeStream: string; - - /** FlushRowsRequest offset. */ - public offset?: (google.protobuf.IInt64Value|null); - - /** - * Creates a new FlushRowsRequest instance using the specified properties. - * @param [properties] Properties to set - * @returns FlushRowsRequest instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest): google.cloud.bigquery.storage.v1beta2.FlushRowsRequest; - - /** - * Encodes the specified FlushRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FlushRowsRequest.verify|verify} messages. - * @param message FlushRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FlushRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FlushRowsRequest.verify|verify} messages. - * @param message FlushRowsRequest message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FlushRowsRequest message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FlushRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.FlushRowsRequest; - - /** - * Decodes a FlushRowsRequest message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FlushRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.FlushRowsRequest; - - /** - * Verifies a FlushRowsRequest message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FlushRowsRequest message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FlushRowsRequest - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.FlushRowsRequest; - - /** - * Creates a plain object from a FlushRowsRequest message. Also converts values to other types if specified. - * @param message FlushRowsRequest - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.FlushRowsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FlushRowsRequest to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FlushRowsRequest - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FlushRowsResponse. */ - interface IFlushRowsResponse { - - /** FlushRowsResponse offset */ - offset?: (number|Long|string|null); - } - - /** Represents a FlushRowsResponse. */ - class FlushRowsResponse implements IFlushRowsResponse { - - /** - * Constructs a new FlushRowsResponse. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse); - - /** FlushRowsResponse offset. */ - public offset: (number|Long|string); - - /** - * Creates a new FlushRowsResponse instance using the specified properties. - * @param [properties] Properties to set - * @returns FlushRowsResponse instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse): google.cloud.bigquery.storage.v1beta2.FlushRowsResponse; - - /** - * Encodes the specified FlushRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FlushRowsResponse.verify|verify} messages. - * @param message FlushRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FlushRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FlushRowsResponse.verify|verify} messages. - * @param message FlushRowsResponse message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FlushRowsResponse message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FlushRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.FlushRowsResponse; - - /** - * Decodes a FlushRowsResponse message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FlushRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.FlushRowsResponse; - - /** - * Verifies a FlushRowsResponse message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FlushRowsResponse message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FlushRowsResponse - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.FlushRowsResponse; - - /** - * Creates a plain object from a FlushRowsResponse message. Also converts values to other types if specified. - * @param message FlushRowsResponse - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.FlushRowsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FlushRowsResponse to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FlushRowsResponse - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StorageError. */ - interface IStorageError { - - /** StorageError code */ - code?: (google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode|keyof typeof google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode|null); - - /** StorageError entity */ - entity?: (string|null); - - /** StorageError errorMessage */ - errorMessage?: (string|null); - } - - /** Represents a StorageError. */ - class StorageError implements IStorageError { - - /** - * Constructs a new StorageError. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IStorageError); - - /** StorageError code. */ - public code: (google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode|keyof typeof google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode); - - /** StorageError entity. */ - public entity: string; - - /** StorageError errorMessage. */ - public errorMessage: string; - - /** - * Creates a new StorageError instance using the specified properties. - * @param [properties] Properties to set - * @returns StorageError instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IStorageError): google.cloud.bigquery.storage.v1beta2.StorageError; - - /** - * Encodes the specified StorageError message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StorageError.verify|verify} messages. - * @param message StorageError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IStorageError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StorageError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StorageError.verify|verify} messages. - * @param message StorageError message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IStorageError, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StorageError message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StorageError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.StorageError; - - /** - * Decodes a StorageError message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StorageError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.StorageError; - - /** - * Verifies a StorageError message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StorageError message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StorageError - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.StorageError; - - /** - * Creates a plain object from a StorageError message. Also converts values to other types if specified. - * @param message StorageError - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.StorageError, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StorageError to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StorageError - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace StorageError { - - /** StorageErrorCode enum. */ - enum StorageErrorCode { - STORAGE_ERROR_CODE_UNSPECIFIED = 0, - TABLE_NOT_FOUND = 1, - STREAM_ALREADY_COMMITTED = 2, - STREAM_NOT_FOUND = 3, - INVALID_STREAM_TYPE = 4, - INVALID_STREAM_STATE = 5, - STREAM_FINALIZED = 6 - } - } - - /** DataFormat enum. */ - enum DataFormat { - DATA_FORMAT_UNSPECIFIED = 0, - AVRO = 1, - ARROW = 2 - } - - /** Properties of a ReadSession. */ - interface IReadSession { - - /** ReadSession name */ - name?: (string|null); - - /** ReadSession expireTime */ - expireTime?: (google.protobuf.ITimestamp|null); - - /** ReadSession dataFormat */ - dataFormat?: (google.cloud.bigquery.storage.v1beta2.DataFormat|keyof typeof google.cloud.bigquery.storage.v1beta2.DataFormat|null); - - /** ReadSession avroSchema */ - avroSchema?: (google.cloud.bigquery.storage.v1beta2.IAvroSchema|null); - - /** ReadSession arrowSchema */ - arrowSchema?: (google.cloud.bigquery.storage.v1beta2.IArrowSchema|null); - - /** ReadSession table */ - table?: (string|null); - - /** ReadSession tableModifiers */ - tableModifiers?: (google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers|null); - - /** ReadSession readOptions */ - readOptions?: (google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions|null); - - /** ReadSession streams */ - streams?: (google.cloud.bigquery.storage.v1beta2.IReadStream[]|null); - } - - /** Represents a ReadSession. */ - class ReadSession implements IReadSession { - - /** - * Constructs a new ReadSession. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IReadSession); - - /** ReadSession name. */ - public name: string; - - /** ReadSession expireTime. */ - public expireTime?: (google.protobuf.ITimestamp|null); - - /** ReadSession dataFormat. */ - public dataFormat: (google.cloud.bigquery.storage.v1beta2.DataFormat|keyof typeof google.cloud.bigquery.storage.v1beta2.DataFormat); - - /** ReadSession avroSchema. */ - public avroSchema?: (google.cloud.bigquery.storage.v1beta2.IAvroSchema|null); - - /** ReadSession arrowSchema. */ - public arrowSchema?: (google.cloud.bigquery.storage.v1beta2.IArrowSchema|null); - - /** ReadSession table. */ - public table: string; - - /** ReadSession tableModifiers. */ - public tableModifiers?: (google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers|null); - - /** ReadSession readOptions. */ - public readOptions?: (google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions|null); - - /** ReadSession streams. */ - public streams: google.cloud.bigquery.storage.v1beta2.IReadStream[]; - - /** ReadSession schema. */ - public schema?: ("avroSchema"|"arrowSchema"); - - /** - * Creates a new ReadSession instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadSession instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IReadSession): google.cloud.bigquery.storage.v1beta2.ReadSession; - - /** - * Encodes the specified ReadSession message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.verify|verify} messages. - * @param message ReadSession message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IReadSession, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadSession message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.verify|verify} messages. - * @param message ReadSession message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IReadSession, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadSession message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ReadSession; - - /** - * Decodes a ReadSession message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ReadSession; - - /** - * Verifies a ReadSession message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadSession message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadSession - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ReadSession; - - /** - * Creates a plain object from a ReadSession message. Also converts values to other types if specified. - * @param message ReadSession - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ReadSession, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadSession to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadSession - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace ReadSession { - - /** Properties of a TableModifiers. */ - interface ITableModifiers { - - /** TableModifiers snapshotTime */ - snapshotTime?: (google.protobuf.ITimestamp|null); - } - - /** Represents a TableModifiers. */ - class TableModifiers implements ITableModifiers { - - /** - * Constructs a new TableModifiers. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers); - - /** TableModifiers snapshotTime. */ - public snapshotTime?: (google.protobuf.ITimestamp|null); - - /** - * Creates a new TableModifiers instance using the specified properties. - * @param [properties] Properties to set - * @returns TableModifiers instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers): google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers; - - /** - * Encodes the specified TableModifiers message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.verify|verify} messages. - * @param message TableModifiers message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableModifiers message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.verify|verify} messages. - * @param message TableModifiers message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableModifiers message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers; - - /** - * Decodes a TableModifiers message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers; - - /** - * Verifies a TableModifiers message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableModifiers message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableModifiers - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers; - - /** - * Creates a plain object from a TableModifiers message. Also converts values to other types if specified. - * @param message TableModifiers - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableModifiers to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableModifiers - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a TableReadOptions. */ - interface ITableReadOptions { - - /** TableReadOptions selectedFields */ - selectedFields?: (string[]|null); - - /** TableReadOptions rowRestriction */ - rowRestriction?: (string|null); - - /** TableReadOptions arrowSerializationOptions */ - arrowSerializationOptions?: (google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions|null); - } - - /** Represents a TableReadOptions. */ - class TableReadOptions implements ITableReadOptions { - - /** - * Constructs a new TableReadOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions); - - /** TableReadOptions selectedFields. */ - public selectedFields: string[]; - - /** TableReadOptions rowRestriction. */ - public rowRestriction: string; - - /** TableReadOptions arrowSerializationOptions. */ - public arrowSerializationOptions?: (google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions|null); - - /** - * Creates a new TableReadOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns TableReadOptions instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions): google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions; - - /** - * Encodes the specified TableReadOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.verify|verify} messages. - * @param message TableReadOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableReadOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.verify|verify} messages. - * @param message TableReadOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions; - - /** - * Verifies a TableReadOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableReadOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableReadOptions - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions; - - /** - * Creates a plain object from a TableReadOptions message. Also converts values to other types if specified. - * @param message TableReadOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableReadOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableReadOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of a ReadStream. */ - interface IReadStream { - - /** ReadStream name */ - name?: (string|null); - } - - /** Represents a ReadStream. */ - class ReadStream implements IReadStream { - - /** - * Constructs a new ReadStream. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IReadStream); - - /** ReadStream name. */ - public name: string; - - /** - * Creates a new ReadStream instance using the specified properties. - * @param [properties] Properties to set - * @returns ReadStream instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IReadStream): google.cloud.bigquery.storage.v1beta2.ReadStream; - - /** - * Encodes the specified ReadStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadStream.verify|verify} messages. - * @param message ReadStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IReadStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReadStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadStream.verify|verify} messages. - * @param message ReadStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IReadStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReadStream message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.ReadStream; - - /** - * Decodes a ReadStream message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.ReadStream; - - /** - * Verifies a ReadStream message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReadStream message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReadStream - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.ReadStream; - - /** - * Creates a plain object from a ReadStream message. Also converts values to other types if specified. - * @param message ReadStream - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.ReadStream, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReadStream to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReadStream - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a WriteStream. */ - interface IWriteStream { - - /** WriteStream name */ - name?: (string|null); - - /** WriteStream type */ - type?: (google.cloud.bigquery.storage.v1beta2.WriteStream.Type|keyof typeof google.cloud.bigquery.storage.v1beta2.WriteStream.Type|null); - - /** WriteStream createTime */ - createTime?: (google.protobuf.ITimestamp|null); - - /** WriteStream commitTime */ - commitTime?: (google.protobuf.ITimestamp|null); - - /** WriteStream tableSchema */ - tableSchema?: (google.cloud.bigquery.storage.v1beta2.ITableSchema|null); - } - - /** Represents a WriteStream. */ - class WriteStream implements IWriteStream { - - /** - * Constructs a new WriteStream. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.IWriteStream); - - /** WriteStream name. */ - public name: string; - - /** WriteStream type. */ - public type: (google.cloud.bigquery.storage.v1beta2.WriteStream.Type|keyof typeof google.cloud.bigquery.storage.v1beta2.WriteStream.Type); - - /** WriteStream createTime. */ - public createTime?: (google.protobuf.ITimestamp|null); - - /** WriteStream commitTime. */ - public commitTime?: (google.protobuf.ITimestamp|null); - - /** WriteStream tableSchema. */ - public tableSchema?: (google.cloud.bigquery.storage.v1beta2.ITableSchema|null); - - /** - * Creates a new WriteStream instance using the specified properties. - * @param [properties] Properties to set - * @returns WriteStream instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.IWriteStream): google.cloud.bigquery.storage.v1beta2.WriteStream; - - /** - * Encodes the specified WriteStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.WriteStream.verify|verify} messages. - * @param message WriteStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.IWriteStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified WriteStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.WriteStream.verify|verify} messages. - * @param message WriteStream message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.IWriteStream, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a WriteStream message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns WriteStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.WriteStream; - - /** - * Decodes a WriteStream message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns WriteStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.WriteStream; - - /** - * Verifies a WriteStream message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a WriteStream message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns WriteStream - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.WriteStream; - - /** - * Creates a plain object from a WriteStream message. Also converts values to other types if specified. - * @param message WriteStream - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.WriteStream, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this WriteStream to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for WriteStream - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace WriteStream { - - /** Type enum. */ - enum Type { - TYPE_UNSPECIFIED = 0, - COMMITTED = 1, - PENDING = 2, - BUFFERED = 3 - } - } - - /** Properties of a TableSchema. */ - interface ITableSchema { - - /** TableSchema fields */ - fields?: (google.cloud.bigquery.storage.v1beta2.ITableFieldSchema[]|null); - } - - /** Represents a TableSchema. */ - class TableSchema implements ITableSchema { - - /** - * Constructs a new TableSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.ITableSchema); - - /** TableSchema fields. */ - public fields: google.cloud.bigquery.storage.v1beta2.ITableFieldSchema[]; - - /** - * Creates a new TableSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns TableSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.ITableSchema): google.cloud.bigquery.storage.v1beta2.TableSchema; - - /** - * Encodes the specified TableSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.TableSchema.verify|verify} messages. - * @param message TableSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.ITableSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.TableSchema.verify|verify} messages. - * @param message TableSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.ITableSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.TableSchema; - - /** - * Decodes a TableSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.TableSchema; - - /** - * Verifies a TableSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.TableSchema; - - /** - * Creates a plain object from a TableSchema message. Also converts values to other types if specified. - * @param message TableSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.TableSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a TableFieldSchema. */ - interface ITableFieldSchema { - - /** TableFieldSchema name */ - name?: (string|null); - - /** TableFieldSchema type */ - type?: (google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Type|keyof typeof google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Type|null); - - /** TableFieldSchema mode */ - mode?: (google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode|keyof typeof google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode|null); - - /** TableFieldSchema fields */ - fields?: (google.cloud.bigquery.storage.v1beta2.ITableFieldSchema[]|null); - - /** TableFieldSchema description */ - description?: (string|null); - } - - /** Represents a TableFieldSchema. */ - class TableFieldSchema implements ITableFieldSchema { - - /** - * Constructs a new TableFieldSchema. - * @param [properties] Properties to set - */ - constructor(properties?: google.cloud.bigquery.storage.v1beta2.ITableFieldSchema); - - /** TableFieldSchema name. */ - public name: string; - - /** TableFieldSchema type. */ - public type: (google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Type|keyof typeof google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Type); - - /** TableFieldSchema mode. */ - public mode: (google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode|keyof typeof google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode); - - /** TableFieldSchema fields. */ - public fields: google.cloud.bigquery.storage.v1beta2.ITableFieldSchema[]; - - /** TableFieldSchema description. */ - public description: string; - - /** - * Creates a new TableFieldSchema instance using the specified properties. - * @param [properties] Properties to set - * @returns TableFieldSchema instance - */ - public static create(properties?: google.cloud.bigquery.storage.v1beta2.ITableFieldSchema): google.cloud.bigquery.storage.v1beta2.TableFieldSchema; - - /** - * Encodes the specified TableFieldSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.TableFieldSchema.verify|verify} messages. - * @param message TableFieldSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.cloud.bigquery.storage.v1beta2.ITableFieldSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified TableFieldSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.TableFieldSchema.verify|verify} messages. - * @param message TableFieldSchema message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.cloud.bigquery.storage.v1beta2.ITableFieldSchema, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a TableFieldSchema message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns TableFieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1beta2.TableFieldSchema; - - /** - * Decodes a TableFieldSchema message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns TableFieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1beta2.TableFieldSchema; - - /** - * Verifies a TableFieldSchema message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a TableFieldSchema message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns TableFieldSchema - */ - public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1beta2.TableFieldSchema; - - /** - * Creates a plain object from a TableFieldSchema message. Also converts values to other types if specified. - * @param message TableFieldSchema - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.cloud.bigquery.storage.v1beta2.TableFieldSchema, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this TableFieldSchema to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for TableFieldSchema - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace TableFieldSchema { - - /** Type enum. */ - enum Type { - TYPE_UNSPECIFIED = 0, - STRING = 1, - INT64 = 2, - DOUBLE = 3, - STRUCT = 4, - BYTES = 5, - BOOL = 6, - TIMESTAMP = 7, - DATE = 8, - TIME = 9, - DATETIME = 10, - GEOGRAPHY = 11, - NUMERIC = 12, - BIGNUMERIC = 13, - INTERVAL = 14, - JSON = 15 - } - - /** Mode enum. */ - enum Mode { - MODE_UNSPECIFIED = 0, - NULLABLE = 1, - REQUIRED = 2, - REPEATED = 3 - } - } - } - } - } - } - - /** Namespace protobuf. */ - namespace protobuf { - - /** Properties of a FileDescriptorSet. */ - interface IFileDescriptorSet { - - /** FileDescriptorSet file */ - file?: (google.protobuf.IFileDescriptorProto[]|null); - } - - /** Represents a FileDescriptorSet. */ - class FileDescriptorSet implements IFileDescriptorSet { - - /** - * Constructs a new FileDescriptorSet. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IFileDescriptorSet); - - /** FileDescriptorSet file. */ - public file: google.protobuf.IFileDescriptorProto[]; - - /** - * Creates a new FileDescriptorSet instance using the specified properties. - * @param [properties] Properties to set - * @returns FileDescriptorSet instance - */ - public static create(properties?: google.protobuf.IFileDescriptorSet): google.protobuf.FileDescriptorSet; - - /** - * Encodes the specified FileDescriptorSet message. Does not implicitly {@link google.protobuf.FileDescriptorSet.verify|verify} messages. - * @param message FileDescriptorSet message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IFileDescriptorSet, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FileDescriptorSet message, length delimited. Does not implicitly {@link google.protobuf.FileDescriptorSet.verify|verify} messages. - * @param message FileDescriptorSet message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IFileDescriptorSet, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FileDescriptorSet message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FileDescriptorSet - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FileDescriptorSet; - - /** - * Decodes a FileDescriptorSet message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FileDescriptorSet - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FileDescriptorSet; - - /** - * Verifies a FileDescriptorSet message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FileDescriptorSet message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FileDescriptorSet - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FileDescriptorSet; - - /** - * Creates a plain object from a FileDescriptorSet message. Also converts values to other types if specified. - * @param message FileDescriptorSet - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FileDescriptorSet, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FileDescriptorSet to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FileDescriptorSet - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Edition enum. */ - enum Edition { - EDITION_UNKNOWN = 0, - EDITION_LEGACY = 900, - EDITION_PROTO2 = 998, - EDITION_PROTO3 = 999, - EDITION_2023 = 1000, - EDITION_2024 = 1001, - EDITION_1_TEST_ONLY = 1, - EDITION_2_TEST_ONLY = 2, - EDITION_99997_TEST_ONLY = 99997, - EDITION_99998_TEST_ONLY = 99998, - EDITION_99999_TEST_ONLY = 99999, - EDITION_MAX = 2147483647 - } - - /** Properties of a FileDescriptorProto. */ - interface IFileDescriptorProto { - - /** FileDescriptorProto name */ - name?: (string|null); - - /** FileDescriptorProto package */ - "package"?: (string|null); - - /** FileDescriptorProto dependency */ - dependency?: (string[]|null); - - /** FileDescriptorProto publicDependency */ - publicDependency?: (number[]|null); - - /** FileDescriptorProto weakDependency */ - weakDependency?: (number[]|null); - - /** FileDescriptorProto optionDependency */ - optionDependency?: (string[]|null); - - /** FileDescriptorProto messageType */ - messageType?: (google.protobuf.IDescriptorProto[]|null); - - /** FileDescriptorProto enumType */ - enumType?: (google.protobuf.IEnumDescriptorProto[]|null); - - /** FileDescriptorProto service */ - service?: (google.protobuf.IServiceDescriptorProto[]|null); - - /** FileDescriptorProto extension */ - extension?: (google.protobuf.IFieldDescriptorProto[]|null); - - /** FileDescriptorProto options */ - options?: (google.protobuf.IFileOptions|null); - - /** FileDescriptorProto sourceCodeInfo */ - sourceCodeInfo?: (google.protobuf.ISourceCodeInfo|null); - - /** FileDescriptorProto syntax */ - syntax?: (string|null); - - /** FileDescriptorProto edition */ - edition?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null); - } - - /** Represents a FileDescriptorProto. */ - class FileDescriptorProto implements IFileDescriptorProto { - - /** - * Constructs a new FileDescriptorProto. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IFileDescriptorProto); - - /** FileDescriptorProto name. */ - public name: string; - - /** FileDescriptorProto package. */ - public package: string; - - /** FileDescriptorProto dependency. */ - public dependency: string[]; - - /** FileDescriptorProto publicDependency. */ - public publicDependency: number[]; - - /** FileDescriptorProto weakDependency. */ - public weakDependency: number[]; - - /** FileDescriptorProto optionDependency. */ - public optionDependency: string[]; - - /** FileDescriptorProto messageType. */ - public messageType: google.protobuf.IDescriptorProto[]; - - /** FileDescriptorProto enumType. */ - public enumType: google.protobuf.IEnumDescriptorProto[]; - - /** FileDescriptorProto service. */ - public service: google.protobuf.IServiceDescriptorProto[]; - - /** FileDescriptorProto extension. */ - public extension: google.protobuf.IFieldDescriptorProto[]; - - /** FileDescriptorProto options. */ - public options?: (google.protobuf.IFileOptions|null); - - /** FileDescriptorProto sourceCodeInfo. */ - public sourceCodeInfo?: (google.protobuf.ISourceCodeInfo|null); - - /** FileDescriptorProto syntax. */ - public syntax: string; - - /** FileDescriptorProto edition. */ - public edition: (google.protobuf.Edition|keyof typeof google.protobuf.Edition); - - /** - * Creates a new FileDescriptorProto instance using the specified properties. - * @param [properties] Properties to set - * @returns FileDescriptorProto instance - */ - public static create(properties?: google.protobuf.IFileDescriptorProto): google.protobuf.FileDescriptorProto; - - /** - * Encodes the specified FileDescriptorProto message. Does not implicitly {@link google.protobuf.FileDescriptorProto.verify|verify} messages. - * @param message FileDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IFileDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FileDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.FileDescriptorProto.verify|verify} messages. - * @param message FileDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IFileDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FileDescriptorProto message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FileDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FileDescriptorProto; - - /** - * Decodes a FileDescriptorProto message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FileDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FileDescriptorProto; - - /** - * Verifies a FileDescriptorProto message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FileDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FileDescriptorProto - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FileDescriptorProto; - - /** - * Creates a plain object from a FileDescriptorProto message. Also converts values to other types if specified. - * @param message FileDescriptorProto - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FileDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FileDescriptorProto to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FileDescriptorProto - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a DescriptorProto. */ - interface IDescriptorProto { - - /** DescriptorProto name */ - name?: (string|null); - - /** DescriptorProto field */ - field?: (google.protobuf.IFieldDescriptorProto[]|null); - - /** DescriptorProto extension */ - extension?: (google.protobuf.IFieldDescriptorProto[]|null); - - /** DescriptorProto nestedType */ - nestedType?: (google.protobuf.IDescriptorProto[]|null); - - /** DescriptorProto enumType */ - enumType?: (google.protobuf.IEnumDescriptorProto[]|null); - - /** DescriptorProto extensionRange */ - extensionRange?: (google.protobuf.DescriptorProto.IExtensionRange[]|null); - - /** DescriptorProto oneofDecl */ - oneofDecl?: (google.protobuf.IOneofDescriptorProto[]|null); - - /** DescriptorProto options */ - options?: (google.protobuf.IMessageOptions|null); - - /** DescriptorProto reservedRange */ - reservedRange?: (google.protobuf.DescriptorProto.IReservedRange[]|null); - - /** DescriptorProto reservedName */ - reservedName?: (string[]|null); - - /** DescriptorProto visibility */ - visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null); - } - - /** Represents a DescriptorProto. */ - class DescriptorProto implements IDescriptorProto { - - /** - * Constructs a new DescriptorProto. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IDescriptorProto); - - /** DescriptorProto name. */ - public name: string; - - /** DescriptorProto field. */ - public field: google.protobuf.IFieldDescriptorProto[]; - - /** DescriptorProto extension. */ - public extension: google.protobuf.IFieldDescriptorProto[]; - - /** DescriptorProto nestedType. */ - public nestedType: google.protobuf.IDescriptorProto[]; - - /** DescriptorProto enumType. */ - public enumType: google.protobuf.IEnumDescriptorProto[]; - - /** DescriptorProto extensionRange. */ - public extensionRange: google.protobuf.DescriptorProto.IExtensionRange[]; - - /** DescriptorProto oneofDecl. */ - public oneofDecl: google.protobuf.IOneofDescriptorProto[]; - - /** DescriptorProto options. */ - public options?: (google.protobuf.IMessageOptions|null); - - /** DescriptorProto reservedRange. */ - public reservedRange: google.protobuf.DescriptorProto.IReservedRange[]; - - /** DescriptorProto reservedName. */ - public reservedName: string[]; - - /** DescriptorProto visibility. */ - public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility); - - /** - * Creates a new DescriptorProto instance using the specified properties. - * @param [properties] Properties to set - * @returns DescriptorProto instance - */ - public static create(properties?: google.protobuf.IDescriptorProto): google.protobuf.DescriptorProto; - - /** - * Encodes the specified DescriptorProto message. Does not implicitly {@link google.protobuf.DescriptorProto.verify|verify} messages. - * @param message DescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified DescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.DescriptorProto.verify|verify} messages. - * @param message DescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a DescriptorProto message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns DescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.DescriptorProto; - - /** - * Decodes a DescriptorProto message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns DescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.DescriptorProto; - - /** - * Verifies a DescriptorProto message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a DescriptorProto message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns DescriptorProto - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.DescriptorProto; - - /** - * Creates a plain object from a DescriptorProto message. Also converts values to other types if specified. - * @param message DescriptorProto - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.DescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this DescriptorProto to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for DescriptorProto - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace DescriptorProto { - - /** Properties of an ExtensionRange. */ - interface IExtensionRange { - - /** ExtensionRange start */ - start?: (number|null); - - /** ExtensionRange end */ - end?: (number|null); - - /** ExtensionRange options */ - options?: (google.protobuf.IExtensionRangeOptions|null); - } - - /** Represents an ExtensionRange. */ - class ExtensionRange implements IExtensionRange { - - /** - * Constructs a new ExtensionRange. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.DescriptorProto.IExtensionRange); - - /** ExtensionRange start. */ - public start: number; - - /** ExtensionRange end. */ - public end: number; - - /** ExtensionRange options. */ - public options?: (google.protobuf.IExtensionRangeOptions|null); - - /** - * Creates a new ExtensionRange instance using the specified properties. - * @param [properties] Properties to set - * @returns ExtensionRange instance - */ - public static create(properties?: google.protobuf.DescriptorProto.IExtensionRange): google.protobuf.DescriptorProto.ExtensionRange; - - /** - * Encodes the specified ExtensionRange message. Does not implicitly {@link google.protobuf.DescriptorProto.ExtensionRange.verify|verify} messages. - * @param message ExtensionRange message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.DescriptorProto.IExtensionRange, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ExtensionRange message, length delimited. Does not implicitly {@link google.protobuf.DescriptorProto.ExtensionRange.verify|verify} messages. - * @param message ExtensionRange message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.DescriptorProto.IExtensionRange, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ExtensionRange message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ExtensionRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.DescriptorProto.ExtensionRange; - - /** - * Decodes an ExtensionRange message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ExtensionRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.DescriptorProto.ExtensionRange; - - /** - * Verifies an ExtensionRange message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ExtensionRange message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ExtensionRange - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.DescriptorProto.ExtensionRange; - - /** - * Creates a plain object from an ExtensionRange message. Also converts values to other types if specified. - * @param message ExtensionRange - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.DescriptorProto.ExtensionRange, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ExtensionRange to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ExtensionRange - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ReservedRange. */ - interface IReservedRange { - - /** ReservedRange start */ - start?: (number|null); - - /** ReservedRange end */ - end?: (number|null); - } - - /** Represents a ReservedRange. */ - class ReservedRange implements IReservedRange { - - /** - * Constructs a new ReservedRange. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.DescriptorProto.IReservedRange); - - /** ReservedRange start. */ - public start: number; - - /** ReservedRange end. */ - public end: number; - - /** - * Creates a new ReservedRange instance using the specified properties. - * @param [properties] Properties to set - * @returns ReservedRange instance - */ - public static create(properties?: google.protobuf.DescriptorProto.IReservedRange): google.protobuf.DescriptorProto.ReservedRange; - - /** - * Encodes the specified ReservedRange message. Does not implicitly {@link google.protobuf.DescriptorProto.ReservedRange.verify|verify} messages. - * @param message ReservedRange message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.DescriptorProto.IReservedRange, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ReservedRange message, length delimited. Does not implicitly {@link google.protobuf.DescriptorProto.ReservedRange.verify|verify} messages. - * @param message ReservedRange message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.DescriptorProto.IReservedRange, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ReservedRange message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ReservedRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.DescriptorProto.ReservedRange; - - /** - * Decodes a ReservedRange message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ReservedRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.DescriptorProto.ReservedRange; - - /** - * Verifies a ReservedRange message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ReservedRange message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ReservedRange - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.DescriptorProto.ReservedRange; - - /** - * Creates a plain object from a ReservedRange message. Also converts values to other types if specified. - * @param message ReservedRange - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.DescriptorProto.ReservedRange, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ReservedRange to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ReservedRange - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of an ExtensionRangeOptions. */ - interface IExtensionRangeOptions { - - /** ExtensionRangeOptions uninterpretedOption */ - uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null); - - /** ExtensionRangeOptions declaration */ - declaration?: (google.protobuf.ExtensionRangeOptions.IDeclaration[]|null); - - /** ExtensionRangeOptions features */ - features?: (google.protobuf.IFeatureSet|null); - - /** ExtensionRangeOptions verification */ - verification?: (google.protobuf.ExtensionRangeOptions.VerificationState|keyof typeof google.protobuf.ExtensionRangeOptions.VerificationState|null); - } - - /** Represents an ExtensionRangeOptions. */ - class ExtensionRangeOptions implements IExtensionRangeOptions { - - /** - * Constructs a new ExtensionRangeOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IExtensionRangeOptions); - - /** ExtensionRangeOptions uninterpretedOption. */ - public uninterpretedOption: google.protobuf.IUninterpretedOption[]; - - /** ExtensionRangeOptions declaration. */ - public declaration: google.protobuf.ExtensionRangeOptions.IDeclaration[]; - - /** ExtensionRangeOptions features. */ - public features?: (google.protobuf.IFeatureSet|null); - - /** ExtensionRangeOptions verification. */ - public verification: (google.protobuf.ExtensionRangeOptions.VerificationState|keyof typeof google.protobuf.ExtensionRangeOptions.VerificationState); - - /** - * Creates a new ExtensionRangeOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns ExtensionRangeOptions instance - */ - public static create(properties?: google.protobuf.IExtensionRangeOptions): google.protobuf.ExtensionRangeOptions; - - /** - * Encodes the specified ExtensionRangeOptions message. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.verify|verify} messages. - * @param message ExtensionRangeOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IExtensionRangeOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ExtensionRangeOptions message, length delimited. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.verify|verify} messages. - * @param message ExtensionRangeOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IExtensionRangeOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ExtensionRangeOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ExtensionRangeOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.ExtensionRangeOptions; - - /** - * Decodes an ExtensionRangeOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ExtensionRangeOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.ExtensionRangeOptions; - - /** - * Verifies an ExtensionRangeOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ExtensionRangeOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ExtensionRangeOptions - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.ExtensionRangeOptions; - - /** - * Creates a plain object from an ExtensionRangeOptions message. Also converts values to other types if specified. - * @param message ExtensionRangeOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.ExtensionRangeOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ExtensionRangeOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ExtensionRangeOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace ExtensionRangeOptions { - - /** Properties of a Declaration. */ - interface IDeclaration { - - /** Declaration number */ - number?: (number|null); - - /** Declaration fullName */ - fullName?: (string|null); - - /** Declaration type */ - type?: (string|null); - - /** Declaration reserved */ - reserved?: (boolean|null); - - /** Declaration repeated */ - repeated?: (boolean|null); - } - - /** Represents a Declaration. */ - class Declaration implements IDeclaration { - - /** - * Constructs a new Declaration. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.ExtensionRangeOptions.IDeclaration); - - /** Declaration number. */ - public number: number; - - /** Declaration fullName. */ - public fullName: string; - - /** Declaration type. */ - public type: string; - - /** Declaration reserved. */ - public reserved: boolean; - - /** Declaration repeated. */ - public repeated: boolean; - - /** - * Creates a new Declaration instance using the specified properties. - * @param [properties] Properties to set - * @returns Declaration instance - */ - public static create(properties?: google.protobuf.ExtensionRangeOptions.IDeclaration): google.protobuf.ExtensionRangeOptions.Declaration; - - /** - * Encodes the specified Declaration message. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.Declaration.verify|verify} messages. - * @param message Declaration message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.ExtensionRangeOptions.IDeclaration, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Declaration message, length delimited. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.Declaration.verify|verify} messages. - * @param message Declaration message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.ExtensionRangeOptions.IDeclaration, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Declaration message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Declaration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.ExtensionRangeOptions.Declaration; - - /** - * Decodes a Declaration message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Declaration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.ExtensionRangeOptions.Declaration; - - /** - * Verifies a Declaration message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Declaration message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Declaration - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.ExtensionRangeOptions.Declaration; - - /** - * Creates a plain object from a Declaration message. Also converts values to other types if specified. - * @param message Declaration - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.ExtensionRangeOptions.Declaration, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Declaration to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Declaration - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** VerificationState enum. */ - enum VerificationState { - DECLARATION = 0, - UNVERIFIED = 1 - } - } - - /** Properties of a FieldDescriptorProto. */ - interface IFieldDescriptorProto { - - /** FieldDescriptorProto name */ - name?: (string|null); - - /** FieldDescriptorProto number */ - number?: (number|null); - - /** FieldDescriptorProto label */ - label?: (google.protobuf.FieldDescriptorProto.Label|keyof typeof google.protobuf.FieldDescriptorProto.Label|null); - - /** FieldDescriptorProto type */ - type?: (google.protobuf.FieldDescriptorProto.Type|keyof typeof google.protobuf.FieldDescriptorProto.Type|null); - - /** FieldDescriptorProto typeName */ - typeName?: (string|null); - - /** FieldDescriptorProto extendee */ - extendee?: (string|null); - - /** FieldDescriptorProto defaultValue */ - defaultValue?: (string|null); - - /** FieldDescriptorProto oneofIndex */ - oneofIndex?: (number|null); - - /** FieldDescriptorProto jsonName */ - jsonName?: (string|null); - - /** FieldDescriptorProto options */ - options?: (google.protobuf.IFieldOptions|null); - - /** FieldDescriptorProto proto3Optional */ - proto3Optional?: (boolean|null); - } - - /** Represents a FieldDescriptorProto. */ - class FieldDescriptorProto implements IFieldDescriptorProto { - - /** - * Constructs a new FieldDescriptorProto. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IFieldDescriptorProto); - - /** FieldDescriptorProto name. */ - public name: string; - - /** FieldDescriptorProto number. */ - public number: number; - - /** FieldDescriptorProto label. */ - public label: (google.protobuf.FieldDescriptorProto.Label|keyof typeof google.protobuf.FieldDescriptorProto.Label); - - /** FieldDescriptorProto type. */ - public type: (google.protobuf.FieldDescriptorProto.Type|keyof typeof google.protobuf.FieldDescriptorProto.Type); - - /** FieldDescriptorProto typeName. */ - public typeName: string; - - /** FieldDescriptorProto extendee. */ - public extendee: string; - - /** FieldDescriptorProto defaultValue. */ - public defaultValue: string; - - /** FieldDescriptorProto oneofIndex. */ - public oneofIndex: number; - - /** FieldDescriptorProto jsonName. */ - public jsonName: string; - - /** FieldDescriptorProto options. */ - public options?: (google.protobuf.IFieldOptions|null); - - /** FieldDescriptorProto proto3Optional. */ - public proto3Optional: boolean; - - /** - * Creates a new FieldDescriptorProto instance using the specified properties. - * @param [properties] Properties to set - * @returns FieldDescriptorProto instance - */ - public static create(properties?: google.protobuf.IFieldDescriptorProto): google.protobuf.FieldDescriptorProto; - - /** - * Encodes the specified FieldDescriptorProto message. Does not implicitly {@link google.protobuf.FieldDescriptorProto.verify|verify} messages. - * @param message FieldDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IFieldDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FieldDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.FieldDescriptorProto.verify|verify} messages. - * @param message FieldDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IFieldDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FieldDescriptorProto message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FieldDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FieldDescriptorProto; - - /** - * Decodes a FieldDescriptorProto message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FieldDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FieldDescriptorProto; - - /** - * Verifies a FieldDescriptorProto message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FieldDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FieldDescriptorProto - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FieldDescriptorProto; - - /** - * Creates a plain object from a FieldDescriptorProto message. Also converts values to other types if specified. - * @param message FieldDescriptorProto - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FieldDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FieldDescriptorProto to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FieldDescriptorProto - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace FieldDescriptorProto { - - /** Type enum. */ - enum Type { - TYPE_DOUBLE = 1, - TYPE_FLOAT = 2, - TYPE_INT64 = 3, - TYPE_UINT64 = 4, - TYPE_INT32 = 5, - TYPE_FIXED64 = 6, - TYPE_FIXED32 = 7, - TYPE_BOOL = 8, - TYPE_STRING = 9, - TYPE_GROUP = 10, - TYPE_MESSAGE = 11, - TYPE_BYTES = 12, - TYPE_UINT32 = 13, - TYPE_ENUM = 14, - TYPE_SFIXED32 = 15, - TYPE_SFIXED64 = 16, - TYPE_SINT32 = 17, - TYPE_SINT64 = 18 - } - - /** Label enum. */ - enum Label { - LABEL_OPTIONAL = 1, - LABEL_REPEATED = 3, - LABEL_REQUIRED = 2 - } - } - - /** Properties of an OneofDescriptorProto. */ - interface IOneofDescriptorProto { - - /** OneofDescriptorProto name */ - name?: (string|null); - - /** OneofDescriptorProto options */ - options?: (google.protobuf.IOneofOptions|null); - } - - /** Represents an OneofDescriptorProto. */ - class OneofDescriptorProto implements IOneofDescriptorProto { - - /** - * Constructs a new OneofDescriptorProto. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IOneofDescriptorProto); - - /** OneofDescriptorProto name. */ - public name: string; - - /** OneofDescriptorProto options. */ - public options?: (google.protobuf.IOneofOptions|null); - - /** - * Creates a new OneofDescriptorProto instance using the specified properties. - * @param [properties] Properties to set - * @returns OneofDescriptorProto instance - */ - public static create(properties?: google.protobuf.IOneofDescriptorProto): google.protobuf.OneofDescriptorProto; - - /** - * Encodes the specified OneofDescriptorProto message. Does not implicitly {@link google.protobuf.OneofDescriptorProto.verify|verify} messages. - * @param message OneofDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IOneofDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified OneofDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.OneofDescriptorProto.verify|verify} messages. - * @param message OneofDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IOneofDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an OneofDescriptorProto message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns OneofDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.OneofDescriptorProto; - - /** - * Decodes an OneofDescriptorProto message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns OneofDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.OneofDescriptorProto; - - /** - * Verifies an OneofDescriptorProto message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an OneofDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns OneofDescriptorProto - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.OneofDescriptorProto; - - /** - * Creates a plain object from an OneofDescriptorProto message. Also converts values to other types if specified. - * @param message OneofDescriptorProto - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.OneofDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this OneofDescriptorProto to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for OneofDescriptorProto - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an EnumDescriptorProto. */ - interface IEnumDescriptorProto { - - /** EnumDescriptorProto name */ - name?: (string|null); - - /** EnumDescriptorProto value */ - value?: (google.protobuf.IEnumValueDescriptorProto[]|null); - - /** EnumDescriptorProto options */ - options?: (google.protobuf.IEnumOptions|null); - - /** EnumDescriptorProto reservedRange */ - reservedRange?: (google.protobuf.EnumDescriptorProto.IEnumReservedRange[]|null); - - /** EnumDescriptorProto reservedName */ - reservedName?: (string[]|null); - - /** EnumDescriptorProto visibility */ - visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null); - } - - /** Represents an EnumDescriptorProto. */ - class EnumDescriptorProto implements IEnumDescriptorProto { - - /** - * Constructs a new EnumDescriptorProto. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IEnumDescriptorProto); - - /** EnumDescriptorProto name. */ - public name: string; - - /** EnumDescriptorProto value. */ - public value: google.protobuf.IEnumValueDescriptorProto[]; - - /** EnumDescriptorProto options. */ - public options?: (google.protobuf.IEnumOptions|null); - - /** EnumDescriptorProto reservedRange. */ - public reservedRange: google.protobuf.EnumDescriptorProto.IEnumReservedRange[]; - - /** EnumDescriptorProto reservedName. */ - public reservedName: string[]; - - /** EnumDescriptorProto visibility. */ - public visibility: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility); - - /** - * Creates a new EnumDescriptorProto instance using the specified properties. - * @param [properties] Properties to set - * @returns EnumDescriptorProto instance - */ - public static create(properties?: google.protobuf.IEnumDescriptorProto): google.protobuf.EnumDescriptorProto; - - /** - * Encodes the specified EnumDescriptorProto message. Does not implicitly {@link google.protobuf.EnumDescriptorProto.verify|verify} messages. - * @param message EnumDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IEnumDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified EnumDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.EnumDescriptorProto.verify|verify} messages. - * @param message EnumDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IEnumDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an EnumDescriptorProto message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns EnumDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.EnumDescriptorProto; - - /** - * Decodes an EnumDescriptorProto message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns EnumDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.EnumDescriptorProto; - - /** - * Verifies an EnumDescriptorProto message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an EnumDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns EnumDescriptorProto - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.EnumDescriptorProto; - - /** - * Creates a plain object from an EnumDescriptorProto message. Also converts values to other types if specified. - * @param message EnumDescriptorProto - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.EnumDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this EnumDescriptorProto to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for EnumDescriptorProto - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace EnumDescriptorProto { - - /** Properties of an EnumReservedRange. */ - interface IEnumReservedRange { - - /** EnumReservedRange start */ - start?: (number|null); - - /** EnumReservedRange end */ - end?: (number|null); - } - - /** Represents an EnumReservedRange. */ - class EnumReservedRange implements IEnumReservedRange { - - /** - * Constructs a new EnumReservedRange. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.EnumDescriptorProto.IEnumReservedRange); - - /** EnumReservedRange start. */ - public start: number; - - /** EnumReservedRange end. */ - public end: number; - - /** - * Creates a new EnumReservedRange instance using the specified properties. - * @param [properties] Properties to set - * @returns EnumReservedRange instance - */ - public static create(properties?: google.protobuf.EnumDescriptorProto.IEnumReservedRange): google.protobuf.EnumDescriptorProto.EnumReservedRange; - - /** - * Encodes the specified EnumReservedRange message. Does not implicitly {@link google.protobuf.EnumDescriptorProto.EnumReservedRange.verify|verify} messages. - * @param message EnumReservedRange message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.EnumDescriptorProto.IEnumReservedRange, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified EnumReservedRange message, length delimited. Does not implicitly {@link google.protobuf.EnumDescriptorProto.EnumReservedRange.verify|verify} messages. - * @param message EnumReservedRange message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.EnumDescriptorProto.IEnumReservedRange, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an EnumReservedRange message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns EnumReservedRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.EnumDescriptorProto.EnumReservedRange; - - /** - * Decodes an EnumReservedRange message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns EnumReservedRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.EnumDescriptorProto.EnumReservedRange; - - /** - * Verifies an EnumReservedRange message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an EnumReservedRange message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns EnumReservedRange - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.EnumDescriptorProto.EnumReservedRange; - - /** - * Creates a plain object from an EnumReservedRange message. Also converts values to other types if specified. - * @param message EnumReservedRange - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.EnumDescriptorProto.EnumReservedRange, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this EnumReservedRange to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for EnumReservedRange - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of an EnumValueDescriptorProto. */ - interface IEnumValueDescriptorProto { - - /** EnumValueDescriptorProto name */ - name?: (string|null); - - /** EnumValueDescriptorProto number */ - number?: (number|null); - - /** EnumValueDescriptorProto options */ - options?: (google.protobuf.IEnumValueOptions|null); - } - - /** Represents an EnumValueDescriptorProto. */ - class EnumValueDescriptorProto implements IEnumValueDescriptorProto { - - /** - * Constructs a new EnumValueDescriptorProto. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IEnumValueDescriptorProto); - - /** EnumValueDescriptorProto name. */ - public name: string; - - /** EnumValueDescriptorProto number. */ - public number: number; - - /** EnumValueDescriptorProto options. */ - public options?: (google.protobuf.IEnumValueOptions|null); - - /** - * Creates a new EnumValueDescriptorProto instance using the specified properties. - * @param [properties] Properties to set - * @returns EnumValueDescriptorProto instance - */ - public static create(properties?: google.protobuf.IEnumValueDescriptorProto): google.protobuf.EnumValueDescriptorProto; - - /** - * Encodes the specified EnumValueDescriptorProto message. Does not implicitly {@link google.protobuf.EnumValueDescriptorProto.verify|verify} messages. - * @param message EnumValueDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IEnumValueDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified EnumValueDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.EnumValueDescriptorProto.verify|verify} messages. - * @param message EnumValueDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IEnumValueDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an EnumValueDescriptorProto message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns EnumValueDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.EnumValueDescriptorProto; - - /** - * Decodes an EnumValueDescriptorProto message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns EnumValueDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.EnumValueDescriptorProto; - - /** - * Verifies an EnumValueDescriptorProto message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an EnumValueDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns EnumValueDescriptorProto - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.EnumValueDescriptorProto; - - /** - * Creates a plain object from an EnumValueDescriptorProto message. Also converts values to other types if specified. - * @param message EnumValueDescriptorProto - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.EnumValueDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this EnumValueDescriptorProto to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for EnumValueDescriptorProto - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ServiceDescriptorProto. */ - interface IServiceDescriptorProto { - - /** ServiceDescriptorProto name */ - name?: (string|null); - - /** ServiceDescriptorProto method */ - method?: (google.protobuf.IMethodDescriptorProto[]|null); - - /** ServiceDescriptorProto options */ - options?: (google.protobuf.IServiceOptions|null); - } - - /** Represents a ServiceDescriptorProto. */ - class ServiceDescriptorProto implements IServiceDescriptorProto { - - /** - * Constructs a new ServiceDescriptorProto. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IServiceDescriptorProto); - - /** ServiceDescriptorProto name. */ - public name: string; - - /** ServiceDescriptorProto method. */ - public method: google.protobuf.IMethodDescriptorProto[]; - - /** ServiceDescriptorProto options. */ - public options?: (google.protobuf.IServiceOptions|null); - - /** - * Creates a new ServiceDescriptorProto instance using the specified properties. - * @param [properties] Properties to set - * @returns ServiceDescriptorProto instance - */ - public static create(properties?: google.protobuf.IServiceDescriptorProto): google.protobuf.ServiceDescriptorProto; - - /** - * Encodes the specified ServiceDescriptorProto message. Does not implicitly {@link google.protobuf.ServiceDescriptorProto.verify|verify} messages. - * @param message ServiceDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IServiceDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ServiceDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.ServiceDescriptorProto.verify|verify} messages. - * @param message ServiceDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IServiceDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ServiceDescriptorProto message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ServiceDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.ServiceDescriptorProto; - - /** - * Decodes a ServiceDescriptorProto message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ServiceDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.ServiceDescriptorProto; - - /** - * Verifies a ServiceDescriptorProto message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ServiceDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ServiceDescriptorProto - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.ServiceDescriptorProto; - - /** - * Creates a plain object from a ServiceDescriptorProto message. Also converts values to other types if specified. - * @param message ServiceDescriptorProto - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.ServiceDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ServiceDescriptorProto to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ServiceDescriptorProto - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a MethodDescriptorProto. */ - interface IMethodDescriptorProto { - - /** MethodDescriptorProto name */ - name?: (string|null); - - /** MethodDescriptorProto inputType */ - inputType?: (string|null); - - /** MethodDescriptorProto outputType */ - outputType?: (string|null); - - /** MethodDescriptorProto options */ - options?: (google.protobuf.IMethodOptions|null); - - /** MethodDescriptorProto clientStreaming */ - clientStreaming?: (boolean|null); - - /** MethodDescriptorProto serverStreaming */ - serverStreaming?: (boolean|null); - } - - /** Represents a MethodDescriptorProto. */ - class MethodDescriptorProto implements IMethodDescriptorProto { - - /** - * Constructs a new MethodDescriptorProto. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IMethodDescriptorProto); - - /** MethodDescriptorProto name. */ - public name: string; - - /** MethodDescriptorProto inputType. */ - public inputType: string; - - /** MethodDescriptorProto outputType. */ - public outputType: string; - - /** MethodDescriptorProto options. */ - public options?: (google.protobuf.IMethodOptions|null); - - /** MethodDescriptorProto clientStreaming. */ - public clientStreaming: boolean; - - /** MethodDescriptorProto serverStreaming. */ - public serverStreaming: boolean; - - /** - * Creates a new MethodDescriptorProto instance using the specified properties. - * @param [properties] Properties to set - * @returns MethodDescriptorProto instance - */ - public static create(properties?: google.protobuf.IMethodDescriptorProto): google.protobuf.MethodDescriptorProto; - - /** - * Encodes the specified MethodDescriptorProto message. Does not implicitly {@link google.protobuf.MethodDescriptorProto.verify|verify} messages. - * @param message MethodDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IMethodDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MethodDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.MethodDescriptorProto.verify|verify} messages. - * @param message MethodDescriptorProto message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IMethodDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MethodDescriptorProto message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MethodDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.MethodDescriptorProto; - - /** - * Decodes a MethodDescriptorProto message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MethodDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.MethodDescriptorProto; - - /** - * Verifies a MethodDescriptorProto message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MethodDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MethodDescriptorProto - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.MethodDescriptorProto; - - /** - * Creates a plain object from a MethodDescriptorProto message. Also converts values to other types if specified. - * @param message MethodDescriptorProto - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.MethodDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MethodDescriptorProto to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MethodDescriptorProto - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FileOptions. */ - interface IFileOptions { - - /** FileOptions javaPackage */ - javaPackage?: (string|null); - - /** FileOptions javaOuterClassname */ - javaOuterClassname?: (string|null); - - /** FileOptions javaMultipleFiles */ - javaMultipleFiles?: (boolean|null); - - /** FileOptions javaGenerateEqualsAndHash */ - javaGenerateEqualsAndHash?: (boolean|null); - - /** FileOptions javaStringCheckUtf8 */ - javaStringCheckUtf8?: (boolean|null); - - /** FileOptions optimizeFor */ - optimizeFor?: (google.protobuf.FileOptions.OptimizeMode|keyof typeof google.protobuf.FileOptions.OptimizeMode|null); - - /** FileOptions goPackage */ - goPackage?: (string|null); - - /** FileOptions ccGenericServices */ - ccGenericServices?: (boolean|null); - - /** FileOptions javaGenericServices */ - javaGenericServices?: (boolean|null); - - /** FileOptions pyGenericServices */ - pyGenericServices?: (boolean|null); - - /** FileOptions deprecated */ - deprecated?: (boolean|null); - - /** FileOptions ccEnableArenas */ - ccEnableArenas?: (boolean|null); - - /** FileOptions objcClassPrefix */ - objcClassPrefix?: (string|null); - - /** FileOptions csharpNamespace */ - csharpNamespace?: (string|null); - - /** FileOptions swiftPrefix */ - swiftPrefix?: (string|null); - - /** FileOptions phpClassPrefix */ - phpClassPrefix?: (string|null); - - /** FileOptions phpNamespace */ - phpNamespace?: (string|null); - - /** FileOptions phpMetadataNamespace */ - phpMetadataNamespace?: (string|null); - - /** FileOptions rubyPackage */ - rubyPackage?: (string|null); - - /** FileOptions features */ - features?: (google.protobuf.IFeatureSet|null); - - /** FileOptions uninterpretedOption */ - uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null); - - /** FileOptions .google.api.resourceDefinition */ - ".google.api.resourceDefinition"?: (google.api.IResourceDescriptor[]|null); - } - - /** Represents a FileOptions. */ - class FileOptions implements IFileOptions { - - /** - * Constructs a new FileOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IFileOptions); - - /** FileOptions javaPackage. */ - public javaPackage: string; - - /** FileOptions javaOuterClassname. */ - public javaOuterClassname: string; - - /** FileOptions javaMultipleFiles. */ - public javaMultipleFiles: boolean; - - /** FileOptions javaGenerateEqualsAndHash. */ - public javaGenerateEqualsAndHash: boolean; - - /** FileOptions javaStringCheckUtf8. */ - public javaStringCheckUtf8: boolean; - - /** FileOptions optimizeFor. */ - public optimizeFor: (google.protobuf.FileOptions.OptimizeMode|keyof typeof google.protobuf.FileOptions.OptimizeMode); - - /** FileOptions goPackage. */ - public goPackage: string; - - /** FileOptions ccGenericServices. */ - public ccGenericServices: boolean; - - /** FileOptions javaGenericServices. */ - public javaGenericServices: boolean; - - /** FileOptions pyGenericServices. */ - public pyGenericServices: boolean; - - /** FileOptions deprecated. */ - public deprecated: boolean; - - /** FileOptions ccEnableArenas. */ - public ccEnableArenas: boolean; - - /** FileOptions objcClassPrefix. */ - public objcClassPrefix: string; - - /** FileOptions csharpNamespace. */ - public csharpNamespace: string; - - /** FileOptions swiftPrefix. */ - public swiftPrefix: string; - - /** FileOptions phpClassPrefix. */ - public phpClassPrefix: string; - - /** FileOptions phpNamespace. */ - public phpNamespace: string; - - /** FileOptions phpMetadataNamespace. */ - public phpMetadataNamespace: string; - - /** FileOptions rubyPackage. */ - public rubyPackage: string; - - /** FileOptions features. */ - public features?: (google.protobuf.IFeatureSet|null); - - /** FileOptions uninterpretedOption. */ - public uninterpretedOption: google.protobuf.IUninterpretedOption[]; - - /** - * Creates a new FileOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns FileOptions instance - */ - public static create(properties?: google.protobuf.IFileOptions): google.protobuf.FileOptions; - - /** - * Encodes the specified FileOptions message. Does not implicitly {@link google.protobuf.FileOptions.verify|verify} messages. - * @param message FileOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IFileOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FileOptions message, length delimited. Does not implicitly {@link google.protobuf.FileOptions.verify|verify} messages. - * @param message FileOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IFileOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FileOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FileOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FileOptions; - - /** - * Decodes a FileOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FileOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FileOptions; - - /** - * Verifies a FileOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FileOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FileOptions - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FileOptions; - - /** - * Creates a plain object from a FileOptions message. Also converts values to other types if specified. - * @param message FileOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FileOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FileOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FileOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace FileOptions { - - /** OptimizeMode enum. */ - enum OptimizeMode { - SPEED = 1, - CODE_SIZE = 2, - LITE_RUNTIME = 3 - } - } - - /** Properties of a MessageOptions. */ - interface IMessageOptions { - - /** MessageOptions messageSetWireFormat */ - messageSetWireFormat?: (boolean|null); - - /** MessageOptions noStandardDescriptorAccessor */ - noStandardDescriptorAccessor?: (boolean|null); - - /** MessageOptions deprecated */ - deprecated?: (boolean|null); - - /** MessageOptions mapEntry */ - mapEntry?: (boolean|null); - - /** MessageOptions deprecatedLegacyJsonFieldConflicts */ - deprecatedLegacyJsonFieldConflicts?: (boolean|null); - - /** MessageOptions features */ - features?: (google.protobuf.IFeatureSet|null); - - /** MessageOptions uninterpretedOption */ - uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null); - - /** MessageOptions .google.api.resource */ - ".google.api.resource"?: (google.api.IResourceDescriptor|null); - } - - /** Represents a MessageOptions. */ - class MessageOptions implements IMessageOptions { - - /** - * Constructs a new MessageOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IMessageOptions); - - /** MessageOptions messageSetWireFormat. */ - public messageSetWireFormat: boolean; - - /** MessageOptions noStandardDescriptorAccessor. */ - public noStandardDescriptorAccessor: boolean; - - /** MessageOptions deprecated. */ - public deprecated: boolean; - - /** MessageOptions mapEntry. */ - public mapEntry: boolean; - - /** MessageOptions deprecatedLegacyJsonFieldConflicts. */ - public deprecatedLegacyJsonFieldConflicts: boolean; - - /** MessageOptions features. */ - public features?: (google.protobuf.IFeatureSet|null); - - /** MessageOptions uninterpretedOption. */ - public uninterpretedOption: google.protobuf.IUninterpretedOption[]; - - /** - * Creates a new MessageOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns MessageOptions instance - */ - public static create(properties?: google.protobuf.IMessageOptions): google.protobuf.MessageOptions; - - /** - * Encodes the specified MessageOptions message. Does not implicitly {@link google.protobuf.MessageOptions.verify|verify} messages. - * @param message MessageOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IMessageOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MessageOptions message, length delimited. Does not implicitly {@link google.protobuf.MessageOptions.verify|verify} messages. - * @param message MessageOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IMessageOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MessageOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MessageOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.MessageOptions; - - /** - * Decodes a MessageOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MessageOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.MessageOptions; - - /** - * Verifies a MessageOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MessageOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MessageOptions - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.MessageOptions; - - /** - * Creates a plain object from a MessageOptions message. Also converts values to other types if specified. - * @param message MessageOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.MessageOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MessageOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MessageOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FieldOptions. */ - interface IFieldOptions { - - /** FieldOptions ctype */ - ctype?: (google.protobuf.FieldOptions.CType|keyof typeof google.protobuf.FieldOptions.CType|null); - - /** FieldOptions packed */ - packed?: (boolean|null); - - /** FieldOptions jstype */ - jstype?: (google.protobuf.FieldOptions.JSType|keyof typeof google.protobuf.FieldOptions.JSType|null); - - /** FieldOptions lazy */ - lazy?: (boolean|null); - - /** FieldOptions unverifiedLazy */ - unverifiedLazy?: (boolean|null); - - /** FieldOptions deprecated */ - deprecated?: (boolean|null); - - /** FieldOptions weak */ - weak?: (boolean|null); - - /** FieldOptions debugRedact */ - debugRedact?: (boolean|null); - - /** FieldOptions retention */ - retention?: (google.protobuf.FieldOptions.OptionRetention|keyof typeof google.protobuf.FieldOptions.OptionRetention|null); - - /** FieldOptions targets */ - targets?: (google.protobuf.FieldOptions.OptionTargetType[]|null); - - /** FieldOptions editionDefaults */ - editionDefaults?: (google.protobuf.FieldOptions.IEditionDefault[]|null); - - /** FieldOptions features */ - features?: (google.protobuf.IFeatureSet|null); - - /** FieldOptions featureSupport */ - featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null); - - /** FieldOptions uninterpretedOption */ - uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null); - - /** FieldOptions .google.cloud.bigquery.storage.v1.columnName */ - ".google.cloud.bigquery.storage.v1.columnName"?: (string|null); - - /** FieldOptions .google.api.fieldBehavior */ - ".google.api.fieldBehavior"?: (google.api.FieldBehavior[]|null); - - /** FieldOptions .google.api.resourceReference */ - ".google.api.resourceReference"?: (google.api.IResourceReference|null); - } - - /** Represents a FieldOptions. */ - class FieldOptions implements IFieldOptions { - - /** - * Constructs a new FieldOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IFieldOptions); - - /** FieldOptions ctype. */ - public ctype: (google.protobuf.FieldOptions.CType|keyof typeof google.protobuf.FieldOptions.CType); - - /** FieldOptions packed. */ - public packed: boolean; - - /** FieldOptions jstype. */ - public jstype: (google.protobuf.FieldOptions.JSType|keyof typeof google.protobuf.FieldOptions.JSType); - - /** FieldOptions lazy. */ - public lazy: boolean; - - /** FieldOptions unverifiedLazy. */ - public unverifiedLazy: boolean; - - /** FieldOptions deprecated. */ - public deprecated: boolean; - - /** FieldOptions weak. */ - public weak: boolean; - - /** FieldOptions debugRedact. */ - public debugRedact: boolean; - - /** FieldOptions retention. */ - public retention: (google.protobuf.FieldOptions.OptionRetention|keyof typeof google.protobuf.FieldOptions.OptionRetention); - - /** FieldOptions targets. */ - public targets: google.protobuf.FieldOptions.OptionTargetType[]; - - /** FieldOptions editionDefaults. */ - public editionDefaults: google.protobuf.FieldOptions.IEditionDefault[]; - - /** FieldOptions features. */ - public features?: (google.protobuf.IFeatureSet|null); - - /** FieldOptions featureSupport. */ - public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null); - - /** FieldOptions uninterpretedOption. */ - public uninterpretedOption: google.protobuf.IUninterpretedOption[]; - - /** - * Creates a new FieldOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns FieldOptions instance - */ - public static create(properties?: google.protobuf.IFieldOptions): google.protobuf.FieldOptions; - - /** - * Encodes the specified FieldOptions message. Does not implicitly {@link google.protobuf.FieldOptions.verify|verify} messages. - * @param message FieldOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IFieldOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FieldOptions message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.verify|verify} messages. - * @param message FieldOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IFieldOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FieldOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FieldOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FieldOptions; - - /** - * Decodes a FieldOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FieldOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FieldOptions; - - /** - * Verifies a FieldOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FieldOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FieldOptions - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FieldOptions; - - /** - * Creates a plain object from a FieldOptions message. Also converts values to other types if specified. - * @param message FieldOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FieldOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FieldOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FieldOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace FieldOptions { - - /** CType enum. */ - enum CType { - STRING = 0, - CORD = 1, - STRING_PIECE = 2 - } - - /** JSType enum. */ - enum JSType { - JS_NORMAL = 0, - JS_STRING = 1, - JS_NUMBER = 2 - } - - /** OptionRetention enum. */ - enum OptionRetention { - RETENTION_UNKNOWN = 0, - RETENTION_RUNTIME = 1, - RETENTION_SOURCE = 2 - } - - /** OptionTargetType enum. */ - enum OptionTargetType { - TARGET_TYPE_UNKNOWN = 0, - TARGET_TYPE_FILE = 1, - TARGET_TYPE_EXTENSION_RANGE = 2, - TARGET_TYPE_MESSAGE = 3, - TARGET_TYPE_FIELD = 4, - TARGET_TYPE_ONEOF = 5, - TARGET_TYPE_ENUM = 6, - TARGET_TYPE_ENUM_ENTRY = 7, - TARGET_TYPE_SERVICE = 8, - TARGET_TYPE_METHOD = 9 - } - - /** Properties of an EditionDefault. */ - interface IEditionDefault { - - /** EditionDefault edition */ - edition?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null); - - /** EditionDefault value */ - value?: (string|null); - } - - /** Represents an EditionDefault. */ - class EditionDefault implements IEditionDefault { - - /** - * Constructs a new EditionDefault. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.FieldOptions.IEditionDefault); - - /** EditionDefault edition. */ - public edition: (google.protobuf.Edition|keyof typeof google.protobuf.Edition); - - /** EditionDefault value. */ - public value: string; - - /** - * Creates a new EditionDefault instance using the specified properties. - * @param [properties] Properties to set - * @returns EditionDefault instance - */ - public static create(properties?: google.protobuf.FieldOptions.IEditionDefault): google.protobuf.FieldOptions.EditionDefault; - - /** - * Encodes the specified EditionDefault message. Does not implicitly {@link google.protobuf.FieldOptions.EditionDefault.verify|verify} messages. - * @param message EditionDefault message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.FieldOptions.IEditionDefault, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified EditionDefault message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.EditionDefault.verify|verify} messages. - * @param message EditionDefault message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.FieldOptions.IEditionDefault, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an EditionDefault message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns EditionDefault - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FieldOptions.EditionDefault; - - /** - * Decodes an EditionDefault message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns EditionDefault - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FieldOptions.EditionDefault; - - /** - * Verifies an EditionDefault message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an EditionDefault message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns EditionDefault - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FieldOptions.EditionDefault; - - /** - * Creates a plain object from an EditionDefault message. Also converts values to other types if specified. - * @param message EditionDefault - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FieldOptions.EditionDefault, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this EditionDefault to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for EditionDefault - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FeatureSupport. */ - interface IFeatureSupport { - - /** FeatureSupport editionIntroduced */ - editionIntroduced?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null); - - /** FeatureSupport editionDeprecated */ - editionDeprecated?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null); - - /** FeatureSupport deprecationWarning */ - deprecationWarning?: (string|null); - - /** FeatureSupport editionRemoved */ - editionRemoved?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null); - } - - /** Represents a FeatureSupport. */ - class FeatureSupport implements IFeatureSupport { - - /** - * Constructs a new FeatureSupport. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.FieldOptions.IFeatureSupport); - - /** FeatureSupport editionIntroduced. */ - public editionIntroduced: (google.protobuf.Edition|keyof typeof google.protobuf.Edition); - - /** FeatureSupport editionDeprecated. */ - public editionDeprecated: (google.protobuf.Edition|keyof typeof google.protobuf.Edition); - - /** FeatureSupport deprecationWarning. */ - public deprecationWarning: string; - - /** FeatureSupport editionRemoved. */ - public editionRemoved: (google.protobuf.Edition|keyof typeof google.protobuf.Edition); - - /** - * Creates a new FeatureSupport instance using the specified properties. - * @param [properties] Properties to set - * @returns FeatureSupport instance - */ - public static create(properties?: google.protobuf.FieldOptions.IFeatureSupport): google.protobuf.FieldOptions.FeatureSupport; - - /** - * Encodes the specified FeatureSupport message. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages. - * @param message FeatureSupport message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.FieldOptions.IFeatureSupport, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FeatureSupport message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages. - * @param message FeatureSupport message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.FieldOptions.IFeatureSupport, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FeatureSupport message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FeatureSupport - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FieldOptions.FeatureSupport; - - /** - * Decodes a FeatureSupport message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FeatureSupport - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FieldOptions.FeatureSupport; - - /** - * Verifies a FeatureSupport message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FeatureSupport message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FeatureSupport - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FieldOptions.FeatureSupport; - - /** - * Creates a plain object from a FeatureSupport message. Also converts values to other types if specified. - * @param message FeatureSupport - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FieldOptions.FeatureSupport, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FeatureSupport to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FeatureSupport - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of an OneofOptions. */ - interface IOneofOptions { - - /** OneofOptions features */ - features?: (google.protobuf.IFeatureSet|null); - - /** OneofOptions uninterpretedOption */ - uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null); - } - - /** Represents an OneofOptions. */ - class OneofOptions implements IOneofOptions { - - /** - * Constructs a new OneofOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IOneofOptions); - - /** OneofOptions features. */ - public features?: (google.protobuf.IFeatureSet|null); - - /** OneofOptions uninterpretedOption. */ - public uninterpretedOption: google.protobuf.IUninterpretedOption[]; - - /** - * Creates a new OneofOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns OneofOptions instance - */ - public static create(properties?: google.protobuf.IOneofOptions): google.protobuf.OneofOptions; - - /** - * Encodes the specified OneofOptions message. Does not implicitly {@link google.protobuf.OneofOptions.verify|verify} messages. - * @param message OneofOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IOneofOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified OneofOptions message, length delimited. Does not implicitly {@link google.protobuf.OneofOptions.verify|verify} messages. - * @param message OneofOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IOneofOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an OneofOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns OneofOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.OneofOptions; - - /** - * Decodes an OneofOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns OneofOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.OneofOptions; - - /** - * Verifies an OneofOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an OneofOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns OneofOptions - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.OneofOptions; - - /** - * Creates a plain object from an OneofOptions message. Also converts values to other types if specified. - * @param message OneofOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.OneofOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this OneofOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for OneofOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an EnumOptions. */ - interface IEnumOptions { - - /** EnumOptions allowAlias */ - allowAlias?: (boolean|null); - - /** EnumOptions deprecated */ - deprecated?: (boolean|null); - - /** EnumOptions deprecatedLegacyJsonFieldConflicts */ - deprecatedLegacyJsonFieldConflicts?: (boolean|null); - - /** EnumOptions features */ - features?: (google.protobuf.IFeatureSet|null); - - /** EnumOptions uninterpretedOption */ - uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null); - } - - /** Represents an EnumOptions. */ - class EnumOptions implements IEnumOptions { - - /** - * Constructs a new EnumOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IEnumOptions); - - /** EnumOptions allowAlias. */ - public allowAlias: boolean; - - /** EnumOptions deprecated. */ - public deprecated: boolean; - - /** EnumOptions deprecatedLegacyJsonFieldConflicts. */ - public deprecatedLegacyJsonFieldConflicts: boolean; - - /** EnumOptions features. */ - public features?: (google.protobuf.IFeatureSet|null); - - /** EnumOptions uninterpretedOption. */ - public uninterpretedOption: google.protobuf.IUninterpretedOption[]; - - /** - * Creates a new EnumOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns EnumOptions instance - */ - public static create(properties?: google.protobuf.IEnumOptions): google.protobuf.EnumOptions; - - /** - * Encodes the specified EnumOptions message. Does not implicitly {@link google.protobuf.EnumOptions.verify|verify} messages. - * @param message EnumOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IEnumOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified EnumOptions message, length delimited. Does not implicitly {@link google.protobuf.EnumOptions.verify|verify} messages. - * @param message EnumOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IEnumOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an EnumOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns EnumOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.EnumOptions; - - /** - * Decodes an EnumOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns EnumOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.EnumOptions; - - /** - * Verifies an EnumOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an EnumOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns EnumOptions - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.EnumOptions; - - /** - * Creates a plain object from an EnumOptions message. Also converts values to other types if specified. - * @param message EnumOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.EnumOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this EnumOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for EnumOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an EnumValueOptions. */ - interface IEnumValueOptions { - - /** EnumValueOptions deprecated */ - deprecated?: (boolean|null); - - /** EnumValueOptions features */ - features?: (google.protobuf.IFeatureSet|null); - - /** EnumValueOptions debugRedact */ - debugRedact?: (boolean|null); - - /** EnumValueOptions featureSupport */ - featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null); - - /** EnumValueOptions uninterpretedOption */ - uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null); - } - - /** Represents an EnumValueOptions. */ - class EnumValueOptions implements IEnumValueOptions { - - /** - * Constructs a new EnumValueOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IEnumValueOptions); - - /** EnumValueOptions deprecated. */ - public deprecated: boolean; - - /** EnumValueOptions features. */ - public features?: (google.protobuf.IFeatureSet|null); - - /** EnumValueOptions debugRedact. */ - public debugRedact: boolean; - - /** EnumValueOptions featureSupport. */ - public featureSupport?: (google.protobuf.FieldOptions.IFeatureSupport|null); - - /** EnumValueOptions uninterpretedOption. */ - public uninterpretedOption: google.protobuf.IUninterpretedOption[]; - - /** - * Creates a new EnumValueOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns EnumValueOptions instance - */ - public static create(properties?: google.protobuf.IEnumValueOptions): google.protobuf.EnumValueOptions; - - /** - * Encodes the specified EnumValueOptions message. Does not implicitly {@link google.protobuf.EnumValueOptions.verify|verify} messages. - * @param message EnumValueOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IEnumValueOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified EnumValueOptions message, length delimited. Does not implicitly {@link google.protobuf.EnumValueOptions.verify|verify} messages. - * @param message EnumValueOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IEnumValueOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an EnumValueOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns EnumValueOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.EnumValueOptions; - - /** - * Decodes an EnumValueOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns EnumValueOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.EnumValueOptions; - - /** - * Verifies an EnumValueOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an EnumValueOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns EnumValueOptions - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.EnumValueOptions; - - /** - * Creates a plain object from an EnumValueOptions message. Also converts values to other types if specified. - * @param message EnumValueOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.EnumValueOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this EnumValueOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for EnumValueOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ServiceOptions. */ - interface IServiceOptions { - - /** ServiceOptions features */ - features?: (google.protobuf.IFeatureSet|null); - - /** ServiceOptions deprecated */ - deprecated?: (boolean|null); - - /** ServiceOptions uninterpretedOption */ - uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null); - - /** ServiceOptions .google.api.defaultHost */ - ".google.api.defaultHost"?: (string|null); - - /** ServiceOptions .google.api.oauthScopes */ - ".google.api.oauthScopes"?: (string|null); - - /** ServiceOptions .google.api.apiVersion */ - ".google.api.apiVersion"?: (string|null); - } - - /** Represents a ServiceOptions. */ - class ServiceOptions implements IServiceOptions { - - /** - * Constructs a new ServiceOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IServiceOptions); - - /** ServiceOptions features. */ - public features?: (google.protobuf.IFeatureSet|null); - - /** ServiceOptions deprecated. */ - public deprecated: boolean; - - /** ServiceOptions uninterpretedOption. */ - public uninterpretedOption: google.protobuf.IUninterpretedOption[]; - - /** - * Creates a new ServiceOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns ServiceOptions instance - */ - public static create(properties?: google.protobuf.IServiceOptions): google.protobuf.ServiceOptions; - - /** - * Encodes the specified ServiceOptions message. Does not implicitly {@link google.protobuf.ServiceOptions.verify|verify} messages. - * @param message ServiceOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IServiceOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ServiceOptions message, length delimited. Does not implicitly {@link google.protobuf.ServiceOptions.verify|verify} messages. - * @param message ServiceOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IServiceOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ServiceOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ServiceOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.ServiceOptions; - - /** - * Decodes a ServiceOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ServiceOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.ServiceOptions; - - /** - * Verifies a ServiceOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ServiceOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ServiceOptions - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.ServiceOptions; - - /** - * Creates a plain object from a ServiceOptions message. Also converts values to other types if specified. - * @param message ServiceOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.ServiceOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ServiceOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ServiceOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a MethodOptions. */ - interface IMethodOptions { - - /** MethodOptions deprecated */ - deprecated?: (boolean|null); - - /** MethodOptions idempotencyLevel */ - idempotencyLevel?: (google.protobuf.MethodOptions.IdempotencyLevel|keyof typeof google.protobuf.MethodOptions.IdempotencyLevel|null); - - /** MethodOptions features */ - features?: (google.protobuf.IFeatureSet|null); - - /** MethodOptions uninterpretedOption */ - uninterpretedOption?: (google.protobuf.IUninterpretedOption[]|null); - - /** MethodOptions .google.api.http */ - ".google.api.http"?: (google.api.IHttpRule|null); - - /** MethodOptions .google.api.methodSignature */ - ".google.api.methodSignature"?: (string[]|null); - } - - /** Represents a MethodOptions. */ - class MethodOptions implements IMethodOptions { - - /** - * Constructs a new MethodOptions. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IMethodOptions); - - /** MethodOptions deprecated. */ - public deprecated: boolean; - - /** MethodOptions idempotencyLevel. */ - public idempotencyLevel: (google.protobuf.MethodOptions.IdempotencyLevel|keyof typeof google.protobuf.MethodOptions.IdempotencyLevel); - - /** MethodOptions features. */ - public features?: (google.protobuf.IFeatureSet|null); - - /** MethodOptions uninterpretedOption. */ - public uninterpretedOption: google.protobuf.IUninterpretedOption[]; - - /** - * Creates a new MethodOptions instance using the specified properties. - * @param [properties] Properties to set - * @returns MethodOptions instance - */ - public static create(properties?: google.protobuf.IMethodOptions): google.protobuf.MethodOptions; - - /** - * Encodes the specified MethodOptions message. Does not implicitly {@link google.protobuf.MethodOptions.verify|verify} messages. - * @param message MethodOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IMethodOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MethodOptions message, length delimited. Does not implicitly {@link google.protobuf.MethodOptions.verify|verify} messages. - * @param message MethodOptions message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IMethodOptions, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MethodOptions message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MethodOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.MethodOptions; - - /** - * Decodes a MethodOptions message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MethodOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.MethodOptions; - - /** - * Verifies a MethodOptions message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MethodOptions message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MethodOptions - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.MethodOptions; - - /** - * Creates a plain object from a MethodOptions message. Also converts values to other types if specified. - * @param message MethodOptions - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.MethodOptions, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MethodOptions to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MethodOptions - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace MethodOptions { - - /** IdempotencyLevel enum. */ - enum IdempotencyLevel { - IDEMPOTENCY_UNKNOWN = 0, - NO_SIDE_EFFECTS = 1, - IDEMPOTENT = 2 - } - } - - /** Properties of an UninterpretedOption. */ - interface IUninterpretedOption { - - /** UninterpretedOption name */ - name?: (google.protobuf.UninterpretedOption.INamePart[]|null); - - /** UninterpretedOption identifierValue */ - identifierValue?: (string|null); - - /** UninterpretedOption positiveIntValue */ - positiveIntValue?: (number|Long|string|null); - - /** UninterpretedOption negativeIntValue */ - negativeIntValue?: (number|Long|string|null); - - /** UninterpretedOption doubleValue */ - doubleValue?: (number|null); - - /** UninterpretedOption stringValue */ - stringValue?: (Uint8Array|Buffer|string|null); - - /** UninterpretedOption aggregateValue */ - aggregateValue?: (string|null); - } - - /** Represents an UninterpretedOption. */ - class UninterpretedOption implements IUninterpretedOption { - - /** - * Constructs a new UninterpretedOption. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IUninterpretedOption); - - /** UninterpretedOption name. */ - public name: google.protobuf.UninterpretedOption.INamePart[]; - - /** UninterpretedOption identifierValue. */ - public identifierValue: string; - - /** UninterpretedOption positiveIntValue. */ - public positiveIntValue: (number|Long|string); - - /** UninterpretedOption negativeIntValue. */ - public negativeIntValue: (number|Long|string); - - /** UninterpretedOption doubleValue. */ - public doubleValue: number; - - /** UninterpretedOption stringValue. */ - public stringValue: (Uint8Array|Buffer|string); - - /** UninterpretedOption aggregateValue. */ - public aggregateValue: string; - - /** - * Creates a new UninterpretedOption instance using the specified properties. - * @param [properties] Properties to set - * @returns UninterpretedOption instance - */ - public static create(properties?: google.protobuf.IUninterpretedOption): google.protobuf.UninterpretedOption; - - /** - * Encodes the specified UninterpretedOption message. Does not implicitly {@link google.protobuf.UninterpretedOption.verify|verify} messages. - * @param message UninterpretedOption message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IUninterpretedOption, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified UninterpretedOption message, length delimited. Does not implicitly {@link google.protobuf.UninterpretedOption.verify|verify} messages. - * @param message UninterpretedOption message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IUninterpretedOption, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an UninterpretedOption message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns UninterpretedOption - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.UninterpretedOption; - - /** - * Decodes an UninterpretedOption message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns UninterpretedOption - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.UninterpretedOption; - - /** - * Verifies an UninterpretedOption message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an UninterpretedOption message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns UninterpretedOption - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.UninterpretedOption; - - /** - * Creates a plain object from an UninterpretedOption message. Also converts values to other types if specified. - * @param message UninterpretedOption - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.UninterpretedOption, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this UninterpretedOption to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for UninterpretedOption - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace UninterpretedOption { - - /** Properties of a NamePart. */ - interface INamePart { - - /** NamePart namePart */ - namePart: string; - - /** NamePart isExtension */ - isExtension: boolean; - } - - /** Represents a NamePart. */ - class NamePart implements INamePart { - - /** - * Constructs a new NamePart. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.UninterpretedOption.INamePart); - - /** NamePart namePart. */ - public namePart: string; - - /** NamePart isExtension. */ - public isExtension: boolean; - - /** - * Creates a new NamePart instance using the specified properties. - * @param [properties] Properties to set - * @returns NamePart instance - */ - public static create(properties?: google.protobuf.UninterpretedOption.INamePart): google.protobuf.UninterpretedOption.NamePart; - - /** - * Encodes the specified NamePart message. Does not implicitly {@link google.protobuf.UninterpretedOption.NamePart.verify|verify} messages. - * @param message NamePart message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.UninterpretedOption.INamePart, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified NamePart message, length delimited. Does not implicitly {@link google.protobuf.UninterpretedOption.NamePart.verify|verify} messages. - * @param message NamePart message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.UninterpretedOption.INamePart, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a NamePart message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns NamePart - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.UninterpretedOption.NamePart; - - /** - * Decodes a NamePart message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns NamePart - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.UninterpretedOption.NamePart; - - /** - * Verifies a NamePart message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a NamePart message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns NamePart - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.UninterpretedOption.NamePart; - - /** - * Creates a plain object from a NamePart message. Also converts values to other types if specified. - * @param message NamePart - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.UninterpretedOption.NamePart, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this NamePart to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for NamePart - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of a FeatureSet. */ - interface IFeatureSet { - - /** FeatureSet fieldPresence */ - fieldPresence?: (google.protobuf.FeatureSet.FieldPresence|keyof typeof google.protobuf.FeatureSet.FieldPresence|null); - - /** FeatureSet enumType */ - enumType?: (google.protobuf.FeatureSet.EnumType|keyof typeof google.protobuf.FeatureSet.EnumType|null); - - /** FeatureSet repeatedFieldEncoding */ - repeatedFieldEncoding?: (google.protobuf.FeatureSet.RepeatedFieldEncoding|keyof typeof google.protobuf.FeatureSet.RepeatedFieldEncoding|null); - - /** FeatureSet utf8Validation */ - utf8Validation?: (google.protobuf.FeatureSet.Utf8Validation|keyof typeof google.protobuf.FeatureSet.Utf8Validation|null); - - /** FeatureSet messageEncoding */ - messageEncoding?: (google.protobuf.FeatureSet.MessageEncoding|keyof typeof google.protobuf.FeatureSet.MessageEncoding|null); - - /** FeatureSet jsonFormat */ - jsonFormat?: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat|null); - - /** FeatureSet enforceNamingStyle */ - enforceNamingStyle?: (google.protobuf.FeatureSet.EnforceNamingStyle|keyof typeof google.protobuf.FeatureSet.EnforceNamingStyle|null); - - /** FeatureSet defaultSymbolVisibility */ - defaultSymbolVisibility?: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|null); - } - - /** Represents a FeatureSet. */ - class FeatureSet implements IFeatureSet { - - /** - * Constructs a new FeatureSet. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IFeatureSet); - - /** FeatureSet fieldPresence. */ - public fieldPresence: (google.protobuf.FeatureSet.FieldPresence|keyof typeof google.protobuf.FeatureSet.FieldPresence); - - /** FeatureSet enumType. */ - public enumType: (google.protobuf.FeatureSet.EnumType|keyof typeof google.protobuf.FeatureSet.EnumType); - - /** FeatureSet repeatedFieldEncoding. */ - public repeatedFieldEncoding: (google.protobuf.FeatureSet.RepeatedFieldEncoding|keyof typeof google.protobuf.FeatureSet.RepeatedFieldEncoding); - - /** FeatureSet utf8Validation. */ - public utf8Validation: (google.protobuf.FeatureSet.Utf8Validation|keyof typeof google.protobuf.FeatureSet.Utf8Validation); - - /** FeatureSet messageEncoding. */ - public messageEncoding: (google.protobuf.FeatureSet.MessageEncoding|keyof typeof google.protobuf.FeatureSet.MessageEncoding); - - /** FeatureSet jsonFormat. */ - public jsonFormat: (google.protobuf.FeatureSet.JsonFormat|keyof typeof google.protobuf.FeatureSet.JsonFormat); - - /** FeatureSet enforceNamingStyle. */ - public enforceNamingStyle: (google.protobuf.FeatureSet.EnforceNamingStyle|keyof typeof google.protobuf.FeatureSet.EnforceNamingStyle); - - /** FeatureSet defaultSymbolVisibility. */ - public defaultSymbolVisibility: (google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|keyof typeof google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility); - - /** - * Creates a new FeatureSet instance using the specified properties. - * @param [properties] Properties to set - * @returns FeatureSet instance - */ - public static create(properties?: google.protobuf.IFeatureSet): google.protobuf.FeatureSet; - - /** - * Encodes the specified FeatureSet message. Does not implicitly {@link google.protobuf.FeatureSet.verify|verify} messages. - * @param message FeatureSet message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IFeatureSet, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FeatureSet message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.verify|verify} messages. - * @param message FeatureSet message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IFeatureSet, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FeatureSet message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FeatureSet - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSet; - - /** - * Decodes a FeatureSet message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FeatureSet - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSet; - - /** - * Verifies a FeatureSet message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FeatureSet message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FeatureSet - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSet; - - /** - * Creates a plain object from a FeatureSet message. Also converts values to other types if specified. - * @param message FeatureSet - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FeatureSet, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FeatureSet to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FeatureSet - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace FeatureSet { - - /** FieldPresence enum. */ - enum FieldPresence { - FIELD_PRESENCE_UNKNOWN = 0, - EXPLICIT = 1, - IMPLICIT = 2, - LEGACY_REQUIRED = 3 - } - - /** EnumType enum. */ - enum EnumType { - ENUM_TYPE_UNKNOWN = 0, - OPEN = 1, - CLOSED = 2 - } - - /** RepeatedFieldEncoding enum. */ - enum RepeatedFieldEncoding { - REPEATED_FIELD_ENCODING_UNKNOWN = 0, - PACKED = 1, - EXPANDED = 2 - } - - /** Utf8Validation enum. */ - enum Utf8Validation { - UTF8_VALIDATION_UNKNOWN = 0, - VERIFY = 2, - NONE = 3 - } - - /** MessageEncoding enum. */ - enum MessageEncoding { - MESSAGE_ENCODING_UNKNOWN = 0, - LENGTH_PREFIXED = 1, - DELIMITED = 2 - } - - /** JsonFormat enum. */ - enum JsonFormat { - JSON_FORMAT_UNKNOWN = 0, - ALLOW = 1, - LEGACY_BEST_EFFORT = 2 - } - - /** EnforceNamingStyle enum. */ - enum EnforceNamingStyle { - ENFORCE_NAMING_STYLE_UNKNOWN = 0, - STYLE2024 = 1, - STYLE_LEGACY = 2 - } - - /** Properties of a VisibilityFeature. */ - interface IVisibilityFeature { - } - - /** Represents a VisibilityFeature. */ - class VisibilityFeature implements IVisibilityFeature { - - /** - * Constructs a new VisibilityFeature. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.FeatureSet.IVisibilityFeature); - - /** - * Creates a new VisibilityFeature instance using the specified properties. - * @param [properties] Properties to set - * @returns VisibilityFeature instance - */ - public static create(properties?: google.protobuf.FeatureSet.IVisibilityFeature): google.protobuf.FeatureSet.VisibilityFeature; - - /** - * Encodes the specified VisibilityFeature message. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages. - * @param message VisibilityFeature message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.FeatureSet.IVisibilityFeature, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified VisibilityFeature message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages. - * @param message VisibilityFeature message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.FeatureSet.IVisibilityFeature, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a VisibilityFeature message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns VisibilityFeature - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSet.VisibilityFeature; - - /** - * Decodes a VisibilityFeature message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns VisibilityFeature - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSet.VisibilityFeature; - - /** - * Verifies a VisibilityFeature message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a VisibilityFeature message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns VisibilityFeature - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSet.VisibilityFeature; - - /** - * Creates a plain object from a VisibilityFeature message. Also converts values to other types if specified. - * @param message VisibilityFeature - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FeatureSet.VisibilityFeature, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this VisibilityFeature to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for VisibilityFeature - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace VisibilityFeature { - - /** DefaultSymbolVisibility enum. */ - enum DefaultSymbolVisibility { - DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0, - EXPORT_ALL = 1, - EXPORT_TOP_LEVEL = 2, - LOCAL_ALL = 3, - STRICT = 4 - } - } - } - - /** Properties of a FeatureSetDefaults. */ - interface IFeatureSetDefaults { - - /** FeatureSetDefaults defaults */ - defaults?: (google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault[]|null); - - /** FeatureSetDefaults minimumEdition */ - minimumEdition?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null); - - /** FeatureSetDefaults maximumEdition */ - maximumEdition?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null); - } - - /** Represents a FeatureSetDefaults. */ - class FeatureSetDefaults implements IFeatureSetDefaults { - - /** - * Constructs a new FeatureSetDefaults. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IFeatureSetDefaults); - - /** FeatureSetDefaults defaults. */ - public defaults: google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault[]; - - /** FeatureSetDefaults minimumEdition. */ - public minimumEdition: (google.protobuf.Edition|keyof typeof google.protobuf.Edition); - - /** FeatureSetDefaults maximumEdition. */ - public maximumEdition: (google.protobuf.Edition|keyof typeof google.protobuf.Edition); - - /** - * Creates a new FeatureSetDefaults instance using the specified properties. - * @param [properties] Properties to set - * @returns FeatureSetDefaults instance - */ - public static create(properties?: google.protobuf.IFeatureSetDefaults): google.protobuf.FeatureSetDefaults; - - /** - * Encodes the specified FeatureSetDefaults message. Does not implicitly {@link google.protobuf.FeatureSetDefaults.verify|verify} messages. - * @param message FeatureSetDefaults message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IFeatureSetDefaults, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FeatureSetDefaults message, length delimited. Does not implicitly {@link google.protobuf.FeatureSetDefaults.verify|verify} messages. - * @param message FeatureSetDefaults message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IFeatureSetDefaults, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FeatureSetDefaults message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FeatureSetDefaults - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSetDefaults; - - /** - * Decodes a FeatureSetDefaults message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FeatureSetDefaults - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSetDefaults; - - /** - * Verifies a FeatureSetDefaults message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FeatureSetDefaults message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FeatureSetDefaults - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSetDefaults; - - /** - * Creates a plain object from a FeatureSetDefaults message. Also converts values to other types if specified. - * @param message FeatureSetDefaults - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FeatureSetDefaults, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FeatureSetDefaults to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FeatureSetDefaults - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace FeatureSetDefaults { - - /** Properties of a FeatureSetEditionDefault. */ - interface IFeatureSetEditionDefault { - - /** FeatureSetEditionDefault edition */ - edition?: (google.protobuf.Edition|keyof typeof google.protobuf.Edition|null); - - /** FeatureSetEditionDefault overridableFeatures */ - overridableFeatures?: (google.protobuf.IFeatureSet|null); - - /** FeatureSetEditionDefault fixedFeatures */ - fixedFeatures?: (google.protobuf.IFeatureSet|null); - } - - /** Represents a FeatureSetEditionDefault. */ - class FeatureSetEditionDefault implements IFeatureSetEditionDefault { - - /** - * Constructs a new FeatureSetEditionDefault. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault); - - /** FeatureSetEditionDefault edition. */ - public edition: (google.protobuf.Edition|keyof typeof google.protobuf.Edition); - - /** FeatureSetEditionDefault overridableFeatures. */ - public overridableFeatures?: (google.protobuf.IFeatureSet|null); - - /** FeatureSetEditionDefault fixedFeatures. */ - public fixedFeatures?: (google.protobuf.IFeatureSet|null); - - /** - * Creates a new FeatureSetEditionDefault instance using the specified properties. - * @param [properties] Properties to set - * @returns FeatureSetEditionDefault instance - */ - public static create(properties?: google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault): google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault; - - /** - * Encodes the specified FeatureSetEditionDefault message. Does not implicitly {@link google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.verify|verify} messages. - * @param message FeatureSetEditionDefault message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FeatureSetEditionDefault message, length delimited. Does not implicitly {@link google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.verify|verify} messages. - * @param message FeatureSetEditionDefault message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FeatureSetEditionDefault message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FeatureSetEditionDefault - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault; - - /** - * Decodes a FeatureSetEditionDefault message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FeatureSetEditionDefault - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault; - - /** - * Verifies a FeatureSetEditionDefault message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FeatureSetEditionDefault message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FeatureSetEditionDefault - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault; - - /** - * Creates a plain object from a FeatureSetEditionDefault message. Also converts values to other types if specified. - * @param message FeatureSetEditionDefault - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FeatureSetEditionDefault to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FeatureSetEditionDefault - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of a SourceCodeInfo. */ - interface ISourceCodeInfo { - - /** SourceCodeInfo location */ - location?: (google.protobuf.SourceCodeInfo.ILocation[]|null); - } - - /** Represents a SourceCodeInfo. */ - class SourceCodeInfo implements ISourceCodeInfo { - - /** - * Constructs a new SourceCodeInfo. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.ISourceCodeInfo); - - /** SourceCodeInfo location. */ - public location: google.protobuf.SourceCodeInfo.ILocation[]; - - /** - * Creates a new SourceCodeInfo instance using the specified properties. - * @param [properties] Properties to set - * @returns SourceCodeInfo instance - */ - public static create(properties?: google.protobuf.ISourceCodeInfo): google.protobuf.SourceCodeInfo; - - /** - * Encodes the specified SourceCodeInfo message. Does not implicitly {@link google.protobuf.SourceCodeInfo.verify|verify} messages. - * @param message SourceCodeInfo message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.ISourceCodeInfo, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SourceCodeInfo message, length delimited. Does not implicitly {@link google.protobuf.SourceCodeInfo.verify|verify} messages. - * @param message SourceCodeInfo message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.ISourceCodeInfo, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SourceCodeInfo message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SourceCodeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.SourceCodeInfo; - - /** - * Decodes a SourceCodeInfo message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SourceCodeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.SourceCodeInfo; - - /** - * Verifies a SourceCodeInfo message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SourceCodeInfo message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SourceCodeInfo - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.SourceCodeInfo; - - /** - * Creates a plain object from a SourceCodeInfo message. Also converts values to other types if specified. - * @param message SourceCodeInfo - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.SourceCodeInfo, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SourceCodeInfo to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SourceCodeInfo - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace SourceCodeInfo { - - /** Properties of a Location. */ - interface ILocation { - - /** Location path */ - path?: (number[]|null); - - /** Location span */ - span?: (number[]|null); - - /** Location leadingComments */ - leadingComments?: (string|null); - - /** Location trailingComments */ - trailingComments?: (string|null); - - /** Location leadingDetachedComments */ - leadingDetachedComments?: (string[]|null); - } - - /** Represents a Location. */ - class Location implements ILocation { - - /** - * Constructs a new Location. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.SourceCodeInfo.ILocation); - - /** Location path. */ - public path: number[]; - - /** Location span. */ - public span: number[]; - - /** Location leadingComments. */ - public leadingComments: string; - - /** Location trailingComments. */ - public trailingComments: string; - - /** Location leadingDetachedComments. */ - public leadingDetachedComments: string[]; - - /** - * Creates a new Location instance using the specified properties. - * @param [properties] Properties to set - * @returns Location instance - */ - public static create(properties?: google.protobuf.SourceCodeInfo.ILocation): google.protobuf.SourceCodeInfo.Location; - - /** - * Encodes the specified Location message. Does not implicitly {@link google.protobuf.SourceCodeInfo.Location.verify|verify} messages. - * @param message Location message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.SourceCodeInfo.ILocation, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Location message, length delimited. Does not implicitly {@link google.protobuf.SourceCodeInfo.Location.verify|verify} messages. - * @param message Location message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.SourceCodeInfo.ILocation, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Location message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Location - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.SourceCodeInfo.Location; - - /** - * Decodes a Location message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Location - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.SourceCodeInfo.Location; - - /** - * Verifies a Location message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Location message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Location - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.SourceCodeInfo.Location; - - /** - * Creates a plain object from a Location message. Also converts values to other types if specified. - * @param message Location - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.SourceCodeInfo.Location, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Location to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Location - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of a GeneratedCodeInfo. */ - interface IGeneratedCodeInfo { - - /** GeneratedCodeInfo annotation */ - annotation?: (google.protobuf.GeneratedCodeInfo.IAnnotation[]|null); - } - - /** Represents a GeneratedCodeInfo. */ - class GeneratedCodeInfo implements IGeneratedCodeInfo { - - /** - * Constructs a new GeneratedCodeInfo. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IGeneratedCodeInfo); - - /** GeneratedCodeInfo annotation. */ - public annotation: google.protobuf.GeneratedCodeInfo.IAnnotation[]; - - /** - * Creates a new GeneratedCodeInfo instance using the specified properties. - * @param [properties] Properties to set - * @returns GeneratedCodeInfo instance - */ - public static create(properties?: google.protobuf.IGeneratedCodeInfo): google.protobuf.GeneratedCodeInfo; - - /** - * Encodes the specified GeneratedCodeInfo message. Does not implicitly {@link google.protobuf.GeneratedCodeInfo.verify|verify} messages. - * @param message GeneratedCodeInfo message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IGeneratedCodeInfo, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified GeneratedCodeInfo message, length delimited. Does not implicitly {@link google.protobuf.GeneratedCodeInfo.verify|verify} messages. - * @param message GeneratedCodeInfo message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IGeneratedCodeInfo, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a GeneratedCodeInfo message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns GeneratedCodeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.GeneratedCodeInfo; - - /** - * Decodes a GeneratedCodeInfo message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns GeneratedCodeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.GeneratedCodeInfo; - - /** - * Verifies a GeneratedCodeInfo message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a GeneratedCodeInfo message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns GeneratedCodeInfo - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.GeneratedCodeInfo; - - /** - * Creates a plain object from a GeneratedCodeInfo message. Also converts values to other types if specified. - * @param message GeneratedCodeInfo - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.GeneratedCodeInfo, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this GeneratedCodeInfo to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for GeneratedCodeInfo - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace GeneratedCodeInfo { - - /** Properties of an Annotation. */ - interface IAnnotation { - - /** Annotation path */ - path?: (number[]|null); - - /** Annotation sourceFile */ - sourceFile?: (string|null); - - /** Annotation begin */ - begin?: (number|null); - - /** Annotation end */ - end?: (number|null); - - /** Annotation semantic */ - semantic?: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic|null); - } - - /** Represents an Annotation. */ - class Annotation implements IAnnotation { - - /** - * Constructs a new Annotation. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.GeneratedCodeInfo.IAnnotation); - - /** Annotation path. */ - public path: number[]; - - /** Annotation sourceFile. */ - public sourceFile: string; - - /** Annotation begin. */ - public begin: number; - - /** Annotation end. */ - public end: number; - - /** Annotation semantic. */ - public semantic: (google.protobuf.GeneratedCodeInfo.Annotation.Semantic|keyof typeof google.protobuf.GeneratedCodeInfo.Annotation.Semantic); - - /** - * Creates a new Annotation instance using the specified properties. - * @param [properties] Properties to set - * @returns Annotation instance - */ - public static create(properties?: google.protobuf.GeneratedCodeInfo.IAnnotation): google.protobuf.GeneratedCodeInfo.Annotation; - - /** - * Encodes the specified Annotation message. Does not implicitly {@link google.protobuf.GeneratedCodeInfo.Annotation.verify|verify} messages. - * @param message Annotation message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.GeneratedCodeInfo.IAnnotation, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Annotation message, length delimited. Does not implicitly {@link google.protobuf.GeneratedCodeInfo.Annotation.verify|verify} messages. - * @param message Annotation message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.GeneratedCodeInfo.IAnnotation, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an Annotation message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Annotation - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.GeneratedCodeInfo.Annotation; - - /** - * Decodes an Annotation message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Annotation - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.GeneratedCodeInfo.Annotation; - - /** - * Verifies an Annotation message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an Annotation message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Annotation - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.GeneratedCodeInfo.Annotation; - - /** - * Creates a plain object from an Annotation message. Also converts values to other types if specified. - * @param message Annotation - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.GeneratedCodeInfo.Annotation, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Annotation to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Annotation - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace Annotation { - - /** Semantic enum. */ - enum Semantic { - NONE = 0, - SET = 1, - ALIAS = 2 - } - } - } - - /** SymbolVisibility enum. */ - enum SymbolVisibility { - VISIBILITY_UNSET = 0, - VISIBILITY_LOCAL = 1, - VISIBILITY_EXPORT = 2 - } - - /** Properties of a Duration. */ - interface IDuration { - - /** Duration seconds */ - seconds?: (number|Long|string|null); - - /** Duration nanos */ - nanos?: (number|null); - } - - /** Represents a Duration. */ - class Duration implements IDuration { - - /** - * Constructs a new Duration. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IDuration); - - /** Duration seconds. */ - public seconds: (number|Long|string); - - /** Duration nanos. */ - public nanos: number; - - /** - * Creates a new Duration instance using the specified properties. - * @param [properties] Properties to set - * @returns Duration instance - */ - public static create(properties?: google.protobuf.IDuration): google.protobuf.Duration; - - /** - * Encodes the specified Duration message. Does not implicitly {@link google.protobuf.Duration.verify|verify} messages. - * @param message Duration message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IDuration, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Duration message, length delimited. Does not implicitly {@link google.protobuf.Duration.verify|verify} messages. - * @param message Duration message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IDuration, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Duration message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Duration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.Duration; - - /** - * Decodes a Duration message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Duration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.Duration; - - /** - * Verifies a Duration message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Duration message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Duration - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.Duration; - - /** - * Creates a plain object from a Duration message. Also converts values to other types if specified. - * @param message Duration - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.Duration, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Duration to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Duration - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a DoubleValue. */ - interface IDoubleValue { - - /** DoubleValue value */ - value?: (number|null); - } - - /** Represents a DoubleValue. */ - class DoubleValue implements IDoubleValue { - - /** - * Constructs a new DoubleValue. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IDoubleValue); - - /** DoubleValue value. */ - public value: number; - - /** - * Creates a new DoubleValue instance using the specified properties. - * @param [properties] Properties to set - * @returns DoubleValue instance - */ - public static create(properties?: google.protobuf.IDoubleValue): google.protobuf.DoubleValue; - - /** - * Encodes the specified DoubleValue message. Does not implicitly {@link google.protobuf.DoubleValue.verify|verify} messages. - * @param message DoubleValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IDoubleValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified DoubleValue message, length delimited. Does not implicitly {@link google.protobuf.DoubleValue.verify|verify} messages. - * @param message DoubleValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IDoubleValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a DoubleValue message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns DoubleValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.DoubleValue; - - /** - * Decodes a DoubleValue message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns DoubleValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.DoubleValue; - - /** - * Verifies a DoubleValue message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a DoubleValue message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns DoubleValue - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.DoubleValue; - - /** - * Creates a plain object from a DoubleValue message. Also converts values to other types if specified. - * @param message DoubleValue - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.DoubleValue, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this DoubleValue to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for DoubleValue - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FloatValue. */ - interface IFloatValue { - - /** FloatValue value */ - value?: (number|null); - } - - /** Represents a FloatValue. */ - class FloatValue implements IFloatValue { - - /** - * Constructs a new FloatValue. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IFloatValue); - - /** FloatValue value. */ - public value: number; - - /** - * Creates a new FloatValue instance using the specified properties. - * @param [properties] Properties to set - * @returns FloatValue instance - */ - public static create(properties?: google.protobuf.IFloatValue): google.protobuf.FloatValue; - - /** - * Encodes the specified FloatValue message. Does not implicitly {@link google.protobuf.FloatValue.verify|verify} messages. - * @param message FloatValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IFloatValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FloatValue message, length delimited. Does not implicitly {@link google.protobuf.FloatValue.verify|verify} messages. - * @param message FloatValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IFloatValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FloatValue message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FloatValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FloatValue; - - /** - * Decodes a FloatValue message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FloatValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FloatValue; - - /** - * Verifies a FloatValue message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FloatValue message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FloatValue - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FloatValue; - - /** - * Creates a plain object from a FloatValue message. Also converts values to other types if specified. - * @param message FloatValue - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FloatValue, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FloatValue to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FloatValue - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an Int64Value. */ - interface IInt64Value { - - /** Int64Value value */ - value?: (number|Long|string|null); - } - - /** Represents an Int64Value. */ - class Int64Value implements IInt64Value { - - /** - * Constructs a new Int64Value. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IInt64Value); - - /** Int64Value value. */ - public value: (number|Long|string); - - /** - * Creates a new Int64Value instance using the specified properties. - * @param [properties] Properties to set - * @returns Int64Value instance - */ - public static create(properties?: google.protobuf.IInt64Value): google.protobuf.Int64Value; - - /** - * Encodes the specified Int64Value message. Does not implicitly {@link google.protobuf.Int64Value.verify|verify} messages. - * @param message Int64Value message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IInt64Value, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Int64Value message, length delimited. Does not implicitly {@link google.protobuf.Int64Value.verify|verify} messages. - * @param message Int64Value message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IInt64Value, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an Int64Value message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Int64Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.Int64Value; - - /** - * Decodes an Int64Value message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Int64Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.Int64Value; - - /** - * Verifies an Int64Value message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an Int64Value message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Int64Value - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.Int64Value; - - /** - * Creates a plain object from an Int64Value message. Also converts values to other types if specified. - * @param message Int64Value - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.Int64Value, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Int64Value to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Int64Value - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a UInt64Value. */ - interface IUInt64Value { - - /** UInt64Value value */ - value?: (number|Long|string|null); - } - - /** Represents a UInt64Value. */ - class UInt64Value implements IUInt64Value { - - /** - * Constructs a new UInt64Value. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IUInt64Value); - - /** UInt64Value value. */ - public value: (number|Long|string); - - /** - * Creates a new UInt64Value instance using the specified properties. - * @param [properties] Properties to set - * @returns UInt64Value instance - */ - public static create(properties?: google.protobuf.IUInt64Value): google.protobuf.UInt64Value; - - /** - * Encodes the specified UInt64Value message. Does not implicitly {@link google.protobuf.UInt64Value.verify|verify} messages. - * @param message UInt64Value message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IUInt64Value, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified UInt64Value message, length delimited. Does not implicitly {@link google.protobuf.UInt64Value.verify|verify} messages. - * @param message UInt64Value message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IUInt64Value, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a UInt64Value message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns UInt64Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.UInt64Value; - - /** - * Decodes a UInt64Value message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns UInt64Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.UInt64Value; - - /** - * Verifies a UInt64Value message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a UInt64Value message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns UInt64Value - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.UInt64Value; - - /** - * Creates a plain object from a UInt64Value message. Also converts values to other types if specified. - * @param message UInt64Value - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.UInt64Value, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this UInt64Value to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for UInt64Value - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an Int32Value. */ - interface IInt32Value { - - /** Int32Value value */ - value?: (number|null); - } - - /** Represents an Int32Value. */ - class Int32Value implements IInt32Value { - - /** - * Constructs a new Int32Value. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IInt32Value); - - /** Int32Value value. */ - public value: number; - - /** - * Creates a new Int32Value instance using the specified properties. - * @param [properties] Properties to set - * @returns Int32Value instance - */ - public static create(properties?: google.protobuf.IInt32Value): google.protobuf.Int32Value; - - /** - * Encodes the specified Int32Value message. Does not implicitly {@link google.protobuf.Int32Value.verify|verify} messages. - * @param message Int32Value message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IInt32Value, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Int32Value message, length delimited. Does not implicitly {@link google.protobuf.Int32Value.verify|verify} messages. - * @param message Int32Value message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IInt32Value, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an Int32Value message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Int32Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.Int32Value; - - /** - * Decodes an Int32Value message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Int32Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.Int32Value; - - /** - * Verifies an Int32Value message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an Int32Value message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Int32Value - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.Int32Value; - - /** - * Creates a plain object from an Int32Value message. Also converts values to other types if specified. - * @param message Int32Value - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.Int32Value, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Int32Value to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Int32Value - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a UInt32Value. */ - interface IUInt32Value { - - /** UInt32Value value */ - value?: (number|null); - } - - /** Represents a UInt32Value. */ - class UInt32Value implements IUInt32Value { - - /** - * Constructs a new UInt32Value. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IUInt32Value); - - /** UInt32Value value. */ - public value: number; - - /** - * Creates a new UInt32Value instance using the specified properties. - * @param [properties] Properties to set - * @returns UInt32Value instance - */ - public static create(properties?: google.protobuf.IUInt32Value): google.protobuf.UInt32Value; - - /** - * Encodes the specified UInt32Value message. Does not implicitly {@link google.protobuf.UInt32Value.verify|verify} messages. - * @param message UInt32Value message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IUInt32Value, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified UInt32Value message, length delimited. Does not implicitly {@link google.protobuf.UInt32Value.verify|verify} messages. - * @param message UInt32Value message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IUInt32Value, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a UInt32Value message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns UInt32Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.UInt32Value; - - /** - * Decodes a UInt32Value message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns UInt32Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.UInt32Value; - - /** - * Verifies a UInt32Value message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a UInt32Value message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns UInt32Value - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.UInt32Value; - - /** - * Creates a plain object from a UInt32Value message. Also converts values to other types if specified. - * @param message UInt32Value - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.UInt32Value, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this UInt32Value to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for UInt32Value - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BoolValue. */ - interface IBoolValue { - - /** BoolValue value */ - value?: (boolean|null); - } - - /** Represents a BoolValue. */ - class BoolValue implements IBoolValue { - - /** - * Constructs a new BoolValue. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IBoolValue); - - /** BoolValue value. */ - public value: boolean; - - /** - * Creates a new BoolValue instance using the specified properties. - * @param [properties] Properties to set - * @returns BoolValue instance - */ - public static create(properties?: google.protobuf.IBoolValue): google.protobuf.BoolValue; - - /** - * Encodes the specified BoolValue message. Does not implicitly {@link google.protobuf.BoolValue.verify|verify} messages. - * @param message BoolValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IBoolValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BoolValue message, length delimited. Does not implicitly {@link google.protobuf.BoolValue.verify|verify} messages. - * @param message BoolValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IBoolValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BoolValue message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BoolValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.BoolValue; - - /** - * Decodes a BoolValue message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BoolValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.BoolValue; - - /** - * Verifies a BoolValue message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BoolValue message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BoolValue - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.BoolValue; - - /** - * Creates a plain object from a BoolValue message. Also converts values to other types if specified. - * @param message BoolValue - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.BoolValue, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BoolValue to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BoolValue - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a StringValue. */ - interface IStringValue { - - /** StringValue value */ - value?: (string|null); - } - - /** Represents a StringValue. */ - class StringValue implements IStringValue { - - /** - * Constructs a new StringValue. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IStringValue); - - /** StringValue value. */ - public value: string; - - /** - * Creates a new StringValue instance using the specified properties. - * @param [properties] Properties to set - * @returns StringValue instance - */ - public static create(properties?: google.protobuf.IStringValue): google.protobuf.StringValue; - - /** - * Encodes the specified StringValue message. Does not implicitly {@link google.protobuf.StringValue.verify|verify} messages. - * @param message StringValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IStringValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified StringValue message, length delimited. Does not implicitly {@link google.protobuf.StringValue.verify|verify} messages. - * @param message StringValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IStringValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a StringValue message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns StringValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.StringValue; - - /** - * Decodes a StringValue message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns StringValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.StringValue; - - /** - * Verifies a StringValue message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a StringValue message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns StringValue - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.StringValue; - - /** - * Creates a plain object from a StringValue message. Also converts values to other types if specified. - * @param message StringValue - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.StringValue, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this StringValue to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for StringValue - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a BytesValue. */ - interface IBytesValue { - - /** BytesValue value */ - value?: (Uint8Array|Buffer|string|null); - } - - /** Represents a BytesValue. */ - class BytesValue implements IBytesValue { - - /** - * Constructs a new BytesValue. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IBytesValue); - - /** BytesValue value. */ - public value: (Uint8Array|Buffer|string); - - /** - * Creates a new BytesValue instance using the specified properties. - * @param [properties] Properties to set - * @returns BytesValue instance - */ - public static create(properties?: google.protobuf.IBytesValue): google.protobuf.BytesValue; - - /** - * Encodes the specified BytesValue message. Does not implicitly {@link google.protobuf.BytesValue.verify|verify} messages. - * @param message BytesValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IBytesValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified BytesValue message, length delimited. Does not implicitly {@link google.protobuf.BytesValue.verify|verify} messages. - * @param message BytesValue message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IBytesValue, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a BytesValue message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns BytesValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.BytesValue; - - /** - * Decodes a BytesValue message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns BytesValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.BytesValue; - - /** - * Verifies a BytesValue message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a BytesValue message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns BytesValue - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.BytesValue; - - /** - * Creates a plain object from a BytesValue message. Also converts values to other types if specified. - * @param message BytesValue - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.BytesValue, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this BytesValue to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for BytesValue - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a Timestamp. */ - interface ITimestamp { - - /** Timestamp seconds */ - seconds?: (number|Long|string|null); - - /** Timestamp nanos */ - nanos?: (number|null); - } - - /** Represents a Timestamp. */ - class Timestamp implements ITimestamp { - - /** - * Constructs a new Timestamp. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.ITimestamp); - - /** Timestamp seconds. */ - public seconds: (number|Long|string); - - /** Timestamp nanos. */ - public nanos: number; - - /** - * Creates a new Timestamp instance using the specified properties. - * @param [properties] Properties to set - * @returns Timestamp instance - */ - public static create(properties?: google.protobuf.ITimestamp): google.protobuf.Timestamp; - - /** - * Encodes the specified Timestamp message. Does not implicitly {@link google.protobuf.Timestamp.verify|verify} messages. - * @param message Timestamp message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.ITimestamp, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Timestamp message, length delimited. Does not implicitly {@link google.protobuf.Timestamp.verify|verify} messages. - * @param message Timestamp message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.ITimestamp, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Timestamp message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Timestamp - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.Timestamp; - - /** - * Decodes a Timestamp message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Timestamp - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.Timestamp; - - /** - * Verifies a Timestamp message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Timestamp message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Timestamp - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.Timestamp; - - /** - * Creates a plain object from a Timestamp message. Also converts values to other types if specified. - * @param message Timestamp - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.Timestamp, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Timestamp to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Timestamp - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an Any. */ - interface IAny { - - /** Any type_url */ - type_url?: (string|null); - - /** Any value */ - value?: (Uint8Array|Buffer|string|null); - } - - /** Represents an Any. */ - class Any implements IAny { - - /** - * Constructs a new Any. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IAny); - - /** Any type_url. */ - public type_url: string; - - /** Any value. */ - public value: (Uint8Array|Buffer|string); - - /** - * Creates a new Any instance using the specified properties. - * @param [properties] Properties to set - * @returns Any instance - */ - public static create(properties?: google.protobuf.IAny): google.protobuf.Any; - - /** - * Encodes the specified Any message. Does not implicitly {@link google.protobuf.Any.verify|verify} messages. - * @param message Any message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IAny, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Any message, length delimited. Does not implicitly {@link google.protobuf.Any.verify|verify} messages. - * @param message Any message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IAny, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an Any message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Any - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.Any; - - /** - * Decodes an Any message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Any - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.Any; - - /** - * Verifies an Any message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an Any message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Any - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.Any; - - /** - * Creates a plain object from an Any message. Also converts values to other types if specified. - * @param message Any - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.Any, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Any to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Any - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of an Empty. */ - interface IEmpty { - } - - /** Represents an Empty. */ - class Empty implements IEmpty { - - /** - * Constructs a new Empty. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IEmpty); - - /** - * Creates a new Empty instance using the specified properties. - * @param [properties] Properties to set - * @returns Empty instance - */ - public static create(properties?: google.protobuf.IEmpty): google.protobuf.Empty; - - /** - * Encodes the specified Empty message. Does not implicitly {@link google.protobuf.Empty.verify|verify} messages. - * @param message Empty message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IEmpty, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Empty message, length delimited. Does not implicitly {@link google.protobuf.Empty.verify|verify} messages. - * @param message Empty message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IEmpty, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an Empty message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Empty - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.Empty; - - /** - * Decodes an Empty message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Empty - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.Empty; - - /** - * Verifies an Empty message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an Empty message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Empty - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.Empty; - - /** - * Creates a plain object from an Empty message. Also converts values to other types if specified. - * @param message Empty - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.Empty, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Empty to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Empty - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a FieldMask. */ - interface IFieldMask { - - /** FieldMask paths */ - paths?: (string[]|null); - } - - /** Represents a FieldMask. */ - class FieldMask implements IFieldMask { - - /** - * Constructs a new FieldMask. - * @param [properties] Properties to set - */ - constructor(properties?: google.protobuf.IFieldMask); - - /** FieldMask paths. */ - public paths: string[]; - - /** - * Creates a new FieldMask instance using the specified properties. - * @param [properties] Properties to set - * @returns FieldMask instance - */ - public static create(properties?: google.protobuf.IFieldMask): google.protobuf.FieldMask; - - /** - * Encodes the specified FieldMask message. Does not implicitly {@link google.protobuf.FieldMask.verify|verify} messages. - * @param message FieldMask message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.protobuf.IFieldMask, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified FieldMask message, length delimited. Does not implicitly {@link google.protobuf.FieldMask.verify|verify} messages. - * @param message FieldMask message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.protobuf.IFieldMask, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a FieldMask message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns FieldMask - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.FieldMask; - - /** - * Decodes a FieldMask message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns FieldMask - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.FieldMask; - - /** - * Verifies a FieldMask message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a FieldMask message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns FieldMask - */ - public static fromObject(object: { [k: string]: any }): google.protobuf.FieldMask; - - /** - * Creates a plain object from a FieldMask message. Also converts values to other types if specified. - * @param message FieldMask - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.protobuf.FieldMask, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this FieldMask to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for FieldMask - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Namespace api. */ - namespace api { - - /** Properties of a Http. */ - interface IHttp { - - /** Http rules */ - rules?: (google.api.IHttpRule[]|null); - - /** Http fullyDecodeReservedExpansion */ - fullyDecodeReservedExpansion?: (boolean|null); - } - - /** Represents a Http. */ - class Http implements IHttp { - - /** - * Constructs a new Http. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IHttp); - - /** Http rules. */ - public rules: google.api.IHttpRule[]; - - /** Http fullyDecodeReservedExpansion. */ - public fullyDecodeReservedExpansion: boolean; - - /** - * Creates a new Http instance using the specified properties. - * @param [properties] Properties to set - * @returns Http instance - */ - public static create(properties?: google.api.IHttp): google.api.Http; - - /** - * Encodes the specified Http message. Does not implicitly {@link google.api.Http.verify|verify} messages. - * @param message Http message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IHttp, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Http message, length delimited. Does not implicitly {@link google.api.Http.verify|verify} messages. - * @param message Http message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IHttp, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Http message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Http - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.Http; - - /** - * Decodes a Http message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Http - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.Http; - - /** - * Verifies a Http message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Http message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Http - */ - public static fromObject(object: { [k: string]: any }): google.api.Http; - - /** - * Creates a plain object from a Http message. Also converts values to other types if specified. - * @param message Http - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.Http, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Http to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Http - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a HttpRule. */ - interface IHttpRule { - - /** HttpRule selector */ - selector?: (string|null); - - /** HttpRule get */ - get?: (string|null); - - /** HttpRule put */ - put?: (string|null); - - /** HttpRule post */ - post?: (string|null); - - /** HttpRule delete */ - "delete"?: (string|null); - - /** HttpRule patch */ - patch?: (string|null); - - /** HttpRule custom */ - custom?: (google.api.ICustomHttpPattern|null); - - /** HttpRule body */ - body?: (string|null); - - /** HttpRule responseBody */ - responseBody?: (string|null); - - /** HttpRule additionalBindings */ - additionalBindings?: (google.api.IHttpRule[]|null); - } - - /** Represents a HttpRule. */ - class HttpRule implements IHttpRule { - - /** - * Constructs a new HttpRule. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IHttpRule); - - /** HttpRule selector. */ - public selector: string; - - /** HttpRule get. */ - public get?: (string|null); - - /** HttpRule put. */ - public put?: (string|null); - - /** HttpRule post. */ - public post?: (string|null); - - /** HttpRule delete. */ - public delete?: (string|null); - - /** HttpRule patch. */ - public patch?: (string|null); - - /** HttpRule custom. */ - public custom?: (google.api.ICustomHttpPattern|null); - - /** HttpRule body. */ - public body: string; - - /** HttpRule responseBody. */ - public responseBody: string; - - /** HttpRule additionalBindings. */ - public additionalBindings: google.api.IHttpRule[]; - - /** HttpRule pattern. */ - public pattern?: ("get"|"put"|"post"|"delete"|"patch"|"custom"); - - /** - * Creates a new HttpRule instance using the specified properties. - * @param [properties] Properties to set - * @returns HttpRule instance - */ - public static create(properties?: google.api.IHttpRule): google.api.HttpRule; - - /** - * Encodes the specified HttpRule message. Does not implicitly {@link google.api.HttpRule.verify|verify} messages. - * @param message HttpRule message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IHttpRule, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified HttpRule message, length delimited. Does not implicitly {@link google.api.HttpRule.verify|verify} messages. - * @param message HttpRule message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IHttpRule, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a HttpRule message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns HttpRule - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.HttpRule; - - /** - * Decodes a HttpRule message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns HttpRule - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.HttpRule; - - /** - * Verifies a HttpRule message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a HttpRule message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns HttpRule - */ - public static fromObject(object: { [k: string]: any }): google.api.HttpRule; - - /** - * Creates a plain object from a HttpRule message. Also converts values to other types if specified. - * @param message HttpRule - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.HttpRule, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this HttpRule to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for HttpRule - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a CustomHttpPattern. */ - interface ICustomHttpPattern { - - /** CustomHttpPattern kind */ - kind?: (string|null); - - /** CustomHttpPattern path */ - path?: (string|null); - } - - /** Represents a CustomHttpPattern. */ - class CustomHttpPattern implements ICustomHttpPattern { - - /** - * Constructs a new CustomHttpPattern. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.ICustomHttpPattern); - - /** CustomHttpPattern kind. */ - public kind: string; - - /** CustomHttpPattern path. */ - public path: string; - - /** - * Creates a new CustomHttpPattern instance using the specified properties. - * @param [properties] Properties to set - * @returns CustomHttpPattern instance - */ - public static create(properties?: google.api.ICustomHttpPattern): google.api.CustomHttpPattern; - - /** - * Encodes the specified CustomHttpPattern message. Does not implicitly {@link google.api.CustomHttpPattern.verify|verify} messages. - * @param message CustomHttpPattern message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.ICustomHttpPattern, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CustomHttpPattern message, length delimited. Does not implicitly {@link google.api.CustomHttpPattern.verify|verify} messages. - * @param message CustomHttpPattern message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.ICustomHttpPattern, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CustomHttpPattern message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CustomHttpPattern - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.CustomHttpPattern; - - /** - * Decodes a CustomHttpPattern message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CustomHttpPattern - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.CustomHttpPattern; - - /** - * Verifies a CustomHttpPattern message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CustomHttpPattern message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CustomHttpPattern - */ - public static fromObject(object: { [k: string]: any }): google.api.CustomHttpPattern; - - /** - * Creates a plain object from a CustomHttpPattern message. Also converts values to other types if specified. - * @param message CustomHttpPattern - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.CustomHttpPattern, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CustomHttpPattern to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CustomHttpPattern - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a CommonLanguageSettings. */ - interface ICommonLanguageSettings { - - /** CommonLanguageSettings referenceDocsUri */ - referenceDocsUri?: (string|null); - - /** CommonLanguageSettings destinations */ - destinations?: (google.api.ClientLibraryDestination[]|null); - - /** CommonLanguageSettings selectiveGapicGeneration */ - selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null); - } - - /** Represents a CommonLanguageSettings. */ - class CommonLanguageSettings implements ICommonLanguageSettings { - - /** - * Constructs a new CommonLanguageSettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.ICommonLanguageSettings); - - /** CommonLanguageSettings referenceDocsUri. */ - public referenceDocsUri: string; - - /** CommonLanguageSettings destinations. */ - public destinations: google.api.ClientLibraryDestination[]; - - /** CommonLanguageSettings selectiveGapicGeneration. */ - public selectiveGapicGeneration?: (google.api.ISelectiveGapicGeneration|null); - - /** - * Creates a new CommonLanguageSettings instance using the specified properties. - * @param [properties] Properties to set - * @returns CommonLanguageSettings instance - */ - public static create(properties?: google.api.ICommonLanguageSettings): google.api.CommonLanguageSettings; - - /** - * Encodes the specified CommonLanguageSettings message. Does not implicitly {@link google.api.CommonLanguageSettings.verify|verify} messages. - * @param message CommonLanguageSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.ICommonLanguageSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CommonLanguageSettings message, length delimited. Does not implicitly {@link google.api.CommonLanguageSettings.verify|verify} messages. - * @param message CommonLanguageSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.ICommonLanguageSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CommonLanguageSettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CommonLanguageSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.CommonLanguageSettings; - - /** - * Decodes a CommonLanguageSettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CommonLanguageSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.CommonLanguageSettings; - - /** - * Verifies a CommonLanguageSettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CommonLanguageSettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CommonLanguageSettings - */ - public static fromObject(object: { [k: string]: any }): google.api.CommonLanguageSettings; - - /** - * Creates a plain object from a CommonLanguageSettings message. Also converts values to other types if specified. - * @param message CommonLanguageSettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.CommonLanguageSettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CommonLanguageSettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CommonLanguageSettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a ClientLibrarySettings. */ - interface IClientLibrarySettings { - - /** ClientLibrarySettings version */ - version?: (string|null); - - /** ClientLibrarySettings launchStage */ - launchStage?: (google.api.LaunchStage|keyof typeof google.api.LaunchStage|null); - - /** ClientLibrarySettings restNumericEnums */ - restNumericEnums?: (boolean|null); - - /** ClientLibrarySettings javaSettings */ - javaSettings?: (google.api.IJavaSettings|null); - - /** ClientLibrarySettings cppSettings */ - cppSettings?: (google.api.ICppSettings|null); - - /** ClientLibrarySettings phpSettings */ - phpSettings?: (google.api.IPhpSettings|null); - - /** ClientLibrarySettings pythonSettings */ - pythonSettings?: (google.api.IPythonSettings|null); - - /** ClientLibrarySettings nodeSettings */ - nodeSettings?: (google.api.INodeSettings|null); - - /** ClientLibrarySettings dotnetSettings */ - dotnetSettings?: (google.api.IDotnetSettings|null); - - /** ClientLibrarySettings rubySettings */ - rubySettings?: (google.api.IRubySettings|null); - - /** ClientLibrarySettings goSettings */ - goSettings?: (google.api.IGoSettings|null); - } - - /** Represents a ClientLibrarySettings. */ - class ClientLibrarySettings implements IClientLibrarySettings { - - /** - * Constructs a new ClientLibrarySettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IClientLibrarySettings); - - /** ClientLibrarySettings version. */ - public version: string; - - /** ClientLibrarySettings launchStage. */ - public launchStage: (google.api.LaunchStage|keyof typeof google.api.LaunchStage); - - /** ClientLibrarySettings restNumericEnums. */ - public restNumericEnums: boolean; - - /** ClientLibrarySettings javaSettings. */ - public javaSettings?: (google.api.IJavaSettings|null); - - /** ClientLibrarySettings cppSettings. */ - public cppSettings?: (google.api.ICppSettings|null); - - /** ClientLibrarySettings phpSettings. */ - public phpSettings?: (google.api.IPhpSettings|null); - - /** ClientLibrarySettings pythonSettings. */ - public pythonSettings?: (google.api.IPythonSettings|null); - - /** ClientLibrarySettings nodeSettings. */ - public nodeSettings?: (google.api.INodeSettings|null); - - /** ClientLibrarySettings dotnetSettings. */ - public dotnetSettings?: (google.api.IDotnetSettings|null); - - /** ClientLibrarySettings rubySettings. */ - public rubySettings?: (google.api.IRubySettings|null); - - /** ClientLibrarySettings goSettings. */ - public goSettings?: (google.api.IGoSettings|null); - - /** - * Creates a new ClientLibrarySettings instance using the specified properties. - * @param [properties] Properties to set - * @returns ClientLibrarySettings instance - */ - public static create(properties?: google.api.IClientLibrarySettings): google.api.ClientLibrarySettings; - - /** - * Encodes the specified ClientLibrarySettings message. Does not implicitly {@link google.api.ClientLibrarySettings.verify|verify} messages. - * @param message ClientLibrarySettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IClientLibrarySettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ClientLibrarySettings message, length delimited. Does not implicitly {@link google.api.ClientLibrarySettings.verify|verify} messages. - * @param message ClientLibrarySettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IClientLibrarySettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ClientLibrarySettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ClientLibrarySettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.ClientLibrarySettings; - - /** - * Decodes a ClientLibrarySettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ClientLibrarySettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.ClientLibrarySettings; - - /** - * Verifies a ClientLibrarySettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ClientLibrarySettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ClientLibrarySettings - */ - public static fromObject(object: { [k: string]: any }): google.api.ClientLibrarySettings; - - /** - * Creates a plain object from a ClientLibrarySettings message. Also converts values to other types if specified. - * @param message ClientLibrarySettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.ClientLibrarySettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ClientLibrarySettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ClientLibrarySettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a Publishing. */ - interface IPublishing { - - /** Publishing methodSettings */ - methodSettings?: (google.api.IMethodSettings[]|null); - - /** Publishing newIssueUri */ - newIssueUri?: (string|null); - - /** Publishing documentationUri */ - documentationUri?: (string|null); - - /** Publishing apiShortName */ - apiShortName?: (string|null); - - /** Publishing githubLabel */ - githubLabel?: (string|null); - - /** Publishing codeownerGithubTeams */ - codeownerGithubTeams?: (string[]|null); - - /** Publishing docTagPrefix */ - docTagPrefix?: (string|null); - - /** Publishing organization */ - organization?: (google.api.ClientLibraryOrganization|keyof typeof google.api.ClientLibraryOrganization|null); - - /** Publishing librarySettings */ - librarySettings?: (google.api.IClientLibrarySettings[]|null); - - /** Publishing protoReferenceDocumentationUri */ - protoReferenceDocumentationUri?: (string|null); - - /** Publishing restReferenceDocumentationUri */ - restReferenceDocumentationUri?: (string|null); - } - - /** Represents a Publishing. */ - class Publishing implements IPublishing { - - /** - * Constructs a new Publishing. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IPublishing); - - /** Publishing methodSettings. */ - public methodSettings: google.api.IMethodSettings[]; - - /** Publishing newIssueUri. */ - public newIssueUri: string; - - /** Publishing documentationUri. */ - public documentationUri: string; - - /** Publishing apiShortName. */ - public apiShortName: string; - - /** Publishing githubLabel. */ - public githubLabel: string; - - /** Publishing codeownerGithubTeams. */ - public codeownerGithubTeams: string[]; - - /** Publishing docTagPrefix. */ - public docTagPrefix: string; - - /** Publishing organization. */ - public organization: (google.api.ClientLibraryOrganization|keyof typeof google.api.ClientLibraryOrganization); - - /** Publishing librarySettings. */ - public librarySettings: google.api.IClientLibrarySettings[]; - - /** Publishing protoReferenceDocumentationUri. */ - public protoReferenceDocumentationUri: string; - - /** Publishing restReferenceDocumentationUri. */ - public restReferenceDocumentationUri: string; - - /** - * Creates a new Publishing instance using the specified properties. - * @param [properties] Properties to set - * @returns Publishing instance - */ - public static create(properties?: google.api.IPublishing): google.api.Publishing; - - /** - * Encodes the specified Publishing message. Does not implicitly {@link google.api.Publishing.verify|verify} messages. - * @param message Publishing message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IPublishing, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Publishing message, length delimited. Does not implicitly {@link google.api.Publishing.verify|verify} messages. - * @param message Publishing message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IPublishing, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Publishing message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Publishing - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.Publishing; - - /** - * Decodes a Publishing message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Publishing - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.Publishing; - - /** - * Verifies a Publishing message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Publishing message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Publishing - */ - public static fromObject(object: { [k: string]: any }): google.api.Publishing; - - /** - * Creates a plain object from a Publishing message. Also converts values to other types if specified. - * @param message Publishing - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.Publishing, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Publishing to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Publishing - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a JavaSettings. */ - interface IJavaSettings { - - /** JavaSettings libraryPackage */ - libraryPackage?: (string|null); - - /** JavaSettings serviceClassNames */ - serviceClassNames?: ({ [k: string]: string }|null); - - /** JavaSettings common */ - common?: (google.api.ICommonLanguageSettings|null); - } - - /** Represents a JavaSettings. */ - class JavaSettings implements IJavaSettings { - - /** - * Constructs a new JavaSettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IJavaSettings); - - /** JavaSettings libraryPackage. */ - public libraryPackage: string; - - /** JavaSettings serviceClassNames. */ - public serviceClassNames: { [k: string]: string }; - - /** JavaSettings common. */ - public common?: (google.api.ICommonLanguageSettings|null); - - /** - * Creates a new JavaSettings instance using the specified properties. - * @param [properties] Properties to set - * @returns JavaSettings instance - */ - public static create(properties?: google.api.IJavaSettings): google.api.JavaSettings; - - /** - * Encodes the specified JavaSettings message. Does not implicitly {@link google.api.JavaSettings.verify|verify} messages. - * @param message JavaSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IJavaSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified JavaSettings message, length delimited. Does not implicitly {@link google.api.JavaSettings.verify|verify} messages. - * @param message JavaSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IJavaSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a JavaSettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns JavaSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.JavaSettings; - - /** - * Decodes a JavaSettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns JavaSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.JavaSettings; - - /** - * Verifies a JavaSettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a JavaSettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns JavaSettings - */ - public static fromObject(object: { [k: string]: any }): google.api.JavaSettings; - - /** - * Creates a plain object from a JavaSettings message. Also converts values to other types if specified. - * @param message JavaSettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.JavaSettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this JavaSettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for JavaSettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a CppSettings. */ - interface ICppSettings { - - /** CppSettings common */ - common?: (google.api.ICommonLanguageSettings|null); - } - - /** Represents a CppSettings. */ - class CppSettings implements ICppSettings { - - /** - * Constructs a new CppSettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.ICppSettings); - - /** CppSettings common. */ - public common?: (google.api.ICommonLanguageSettings|null); - - /** - * Creates a new CppSettings instance using the specified properties. - * @param [properties] Properties to set - * @returns CppSettings instance - */ - public static create(properties?: google.api.ICppSettings): google.api.CppSettings; - - /** - * Encodes the specified CppSettings message. Does not implicitly {@link google.api.CppSettings.verify|verify} messages. - * @param message CppSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.ICppSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified CppSettings message, length delimited. Does not implicitly {@link google.api.CppSettings.verify|verify} messages. - * @param message CppSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.ICppSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a CppSettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns CppSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.CppSettings; - - /** - * Decodes a CppSettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns CppSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.CppSettings; - - /** - * Verifies a CppSettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a CppSettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns CppSettings - */ - public static fromObject(object: { [k: string]: any }): google.api.CppSettings; - - /** - * Creates a plain object from a CppSettings message. Also converts values to other types if specified. - * @param message CppSettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.CppSettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this CppSettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for CppSettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a PhpSettings. */ - interface IPhpSettings { - - /** PhpSettings common */ - common?: (google.api.ICommonLanguageSettings|null); - } - - /** Represents a PhpSettings. */ - class PhpSettings implements IPhpSettings { - - /** - * Constructs a new PhpSettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IPhpSettings); - - /** PhpSettings common. */ - public common?: (google.api.ICommonLanguageSettings|null); - - /** - * Creates a new PhpSettings instance using the specified properties. - * @param [properties] Properties to set - * @returns PhpSettings instance - */ - public static create(properties?: google.api.IPhpSettings): google.api.PhpSettings; - - /** - * Encodes the specified PhpSettings message. Does not implicitly {@link google.api.PhpSettings.verify|verify} messages. - * @param message PhpSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IPhpSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified PhpSettings message, length delimited. Does not implicitly {@link google.api.PhpSettings.verify|verify} messages. - * @param message PhpSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IPhpSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a PhpSettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns PhpSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.PhpSettings; - - /** - * Decodes a PhpSettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns PhpSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.PhpSettings; - - /** - * Verifies a PhpSettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a PhpSettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns PhpSettings - */ - public static fromObject(object: { [k: string]: any }): google.api.PhpSettings; - - /** - * Creates a plain object from a PhpSettings message. Also converts values to other types if specified. - * @param message PhpSettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.PhpSettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this PhpSettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for PhpSettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a PythonSettings. */ - interface IPythonSettings { - - /** PythonSettings common */ - common?: (google.api.ICommonLanguageSettings|null); - - /** PythonSettings experimentalFeatures */ - experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null); - } - - /** Represents a PythonSettings. */ - class PythonSettings implements IPythonSettings { - - /** - * Constructs a new PythonSettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IPythonSettings); - - /** PythonSettings common. */ - public common?: (google.api.ICommonLanguageSettings|null); - - /** PythonSettings experimentalFeatures. */ - public experimentalFeatures?: (google.api.PythonSettings.IExperimentalFeatures|null); - - /** - * Creates a new PythonSettings instance using the specified properties. - * @param [properties] Properties to set - * @returns PythonSettings instance - */ - public static create(properties?: google.api.IPythonSettings): google.api.PythonSettings; - - /** - * Encodes the specified PythonSettings message. Does not implicitly {@link google.api.PythonSettings.verify|verify} messages. - * @param message PythonSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IPythonSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified PythonSettings message, length delimited. Does not implicitly {@link google.api.PythonSettings.verify|verify} messages. - * @param message PythonSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IPythonSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a PythonSettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns PythonSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.PythonSettings; - - /** - * Decodes a PythonSettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns PythonSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.PythonSettings; - - /** - * Verifies a PythonSettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a PythonSettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns PythonSettings - */ - public static fromObject(object: { [k: string]: any }): google.api.PythonSettings; - - /** - * Creates a plain object from a PythonSettings message. Also converts values to other types if specified. - * @param message PythonSettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.PythonSettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this PythonSettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for PythonSettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace PythonSettings { - - /** Properties of an ExperimentalFeatures. */ - interface IExperimentalFeatures { - - /** ExperimentalFeatures restAsyncIoEnabled */ - restAsyncIoEnabled?: (boolean|null); - - /** ExperimentalFeatures protobufPythonicTypesEnabled */ - protobufPythonicTypesEnabled?: (boolean|null); - - /** ExperimentalFeatures unversionedPackageDisabled */ - unversionedPackageDisabled?: (boolean|null); - } - - /** Represents an ExperimentalFeatures. */ - class ExperimentalFeatures implements IExperimentalFeatures { - - /** - * Constructs a new ExperimentalFeatures. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.PythonSettings.IExperimentalFeatures); - - /** ExperimentalFeatures restAsyncIoEnabled. */ - public restAsyncIoEnabled: boolean; - - /** ExperimentalFeatures protobufPythonicTypesEnabled. */ - public protobufPythonicTypesEnabled: boolean; - - /** ExperimentalFeatures unversionedPackageDisabled. */ - public unversionedPackageDisabled: boolean; - - /** - * Creates a new ExperimentalFeatures instance using the specified properties. - * @param [properties] Properties to set - * @returns ExperimentalFeatures instance - */ - public static create(properties?: google.api.PythonSettings.IExperimentalFeatures): google.api.PythonSettings.ExperimentalFeatures; - - /** - * Encodes the specified ExperimentalFeatures message. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages. - * @param message ExperimentalFeatures message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.PythonSettings.IExperimentalFeatures, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ExperimentalFeatures message, length delimited. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages. - * @param message ExperimentalFeatures message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.PythonSettings.IExperimentalFeatures, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an ExperimentalFeatures message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ExperimentalFeatures - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.PythonSettings.ExperimentalFeatures; - - /** - * Decodes an ExperimentalFeatures message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ExperimentalFeatures - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.PythonSettings.ExperimentalFeatures; - - /** - * Verifies an ExperimentalFeatures message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates an ExperimentalFeatures message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ExperimentalFeatures - */ - public static fromObject(object: { [k: string]: any }): google.api.PythonSettings.ExperimentalFeatures; - - /** - * Creates a plain object from an ExperimentalFeatures message. Also converts values to other types if specified. - * @param message ExperimentalFeatures - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.PythonSettings.ExperimentalFeatures, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ExperimentalFeatures to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ExperimentalFeatures - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Properties of a NodeSettings. */ - interface INodeSettings { - - /** NodeSettings common */ - common?: (google.api.ICommonLanguageSettings|null); - } - - /** Represents a NodeSettings. */ - class NodeSettings implements INodeSettings { - - /** - * Constructs a new NodeSettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.INodeSettings); - - /** NodeSettings common. */ - public common?: (google.api.ICommonLanguageSettings|null); - - /** - * Creates a new NodeSettings instance using the specified properties. - * @param [properties] Properties to set - * @returns NodeSettings instance - */ - public static create(properties?: google.api.INodeSettings): google.api.NodeSettings; - - /** - * Encodes the specified NodeSettings message. Does not implicitly {@link google.api.NodeSettings.verify|verify} messages. - * @param message NodeSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.INodeSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified NodeSettings message, length delimited. Does not implicitly {@link google.api.NodeSettings.verify|verify} messages. - * @param message NodeSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.INodeSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a NodeSettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns NodeSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.NodeSettings; - - /** - * Decodes a NodeSettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns NodeSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.NodeSettings; - - /** - * Verifies a NodeSettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a NodeSettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns NodeSettings - */ - public static fromObject(object: { [k: string]: any }): google.api.NodeSettings; - - /** - * Creates a plain object from a NodeSettings message. Also converts values to other types if specified. - * @param message NodeSettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.NodeSettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this NodeSettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for NodeSettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a DotnetSettings. */ - interface IDotnetSettings { - - /** DotnetSettings common */ - common?: (google.api.ICommonLanguageSettings|null); - - /** DotnetSettings renamedServices */ - renamedServices?: ({ [k: string]: string }|null); - - /** DotnetSettings renamedResources */ - renamedResources?: ({ [k: string]: string }|null); - - /** DotnetSettings ignoredResources */ - ignoredResources?: (string[]|null); - - /** DotnetSettings forcedNamespaceAliases */ - forcedNamespaceAliases?: (string[]|null); - - /** DotnetSettings handwrittenSignatures */ - handwrittenSignatures?: (string[]|null); - } - - /** Represents a DotnetSettings. */ - class DotnetSettings implements IDotnetSettings { - - /** - * Constructs a new DotnetSettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IDotnetSettings); - - /** DotnetSettings common. */ - public common?: (google.api.ICommonLanguageSettings|null); - - /** DotnetSettings renamedServices. */ - public renamedServices: { [k: string]: string }; - - /** DotnetSettings renamedResources. */ - public renamedResources: { [k: string]: string }; - - /** DotnetSettings ignoredResources. */ - public ignoredResources: string[]; - - /** DotnetSettings forcedNamespaceAliases. */ - public forcedNamespaceAliases: string[]; - - /** DotnetSettings handwrittenSignatures. */ - public handwrittenSignatures: string[]; - - /** - * Creates a new DotnetSettings instance using the specified properties. - * @param [properties] Properties to set - * @returns DotnetSettings instance - */ - public static create(properties?: google.api.IDotnetSettings): google.api.DotnetSettings; - - /** - * Encodes the specified DotnetSettings message. Does not implicitly {@link google.api.DotnetSettings.verify|verify} messages. - * @param message DotnetSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IDotnetSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified DotnetSettings message, length delimited. Does not implicitly {@link google.api.DotnetSettings.verify|verify} messages. - * @param message DotnetSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IDotnetSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a DotnetSettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns DotnetSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.DotnetSettings; - - /** - * Decodes a DotnetSettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns DotnetSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.DotnetSettings; - - /** - * Verifies a DotnetSettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a DotnetSettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns DotnetSettings - */ - public static fromObject(object: { [k: string]: any }): google.api.DotnetSettings; - - /** - * Creates a plain object from a DotnetSettings message. Also converts values to other types if specified. - * @param message DotnetSettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.DotnetSettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this DotnetSettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for DotnetSettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a RubySettings. */ - interface IRubySettings { - - /** RubySettings common */ - common?: (google.api.ICommonLanguageSettings|null); - } - - /** Represents a RubySettings. */ - class RubySettings implements IRubySettings { - - /** - * Constructs a new RubySettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IRubySettings); - - /** RubySettings common. */ - public common?: (google.api.ICommonLanguageSettings|null); - - /** - * Creates a new RubySettings instance using the specified properties. - * @param [properties] Properties to set - * @returns RubySettings instance - */ - public static create(properties?: google.api.IRubySettings): google.api.RubySettings; - - /** - * Encodes the specified RubySettings message. Does not implicitly {@link google.api.RubySettings.verify|verify} messages. - * @param message RubySettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IRubySettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified RubySettings message, length delimited. Does not implicitly {@link google.api.RubySettings.verify|verify} messages. - * @param message RubySettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IRubySettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a RubySettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns RubySettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.RubySettings; - - /** - * Decodes a RubySettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns RubySettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.RubySettings; - - /** - * Verifies a RubySettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a RubySettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns RubySettings - */ - public static fromObject(object: { [k: string]: any }): google.api.RubySettings; - - /** - * Creates a plain object from a RubySettings message. Also converts values to other types if specified. - * @param message RubySettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.RubySettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this RubySettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for RubySettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a GoSettings. */ - interface IGoSettings { - - /** GoSettings common */ - common?: (google.api.ICommonLanguageSettings|null); - - /** GoSettings renamedServices */ - renamedServices?: ({ [k: string]: string }|null); - } - - /** Represents a GoSettings. */ - class GoSettings implements IGoSettings { - - /** - * Constructs a new GoSettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IGoSettings); - - /** GoSettings common. */ - public common?: (google.api.ICommonLanguageSettings|null); - - /** GoSettings renamedServices. */ - public renamedServices: { [k: string]: string }; - - /** - * Creates a new GoSettings instance using the specified properties. - * @param [properties] Properties to set - * @returns GoSettings instance - */ - public static create(properties?: google.api.IGoSettings): google.api.GoSettings; - - /** - * Encodes the specified GoSettings message. Does not implicitly {@link google.api.GoSettings.verify|verify} messages. - * @param message GoSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IGoSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified GoSettings message, length delimited. Does not implicitly {@link google.api.GoSettings.verify|verify} messages. - * @param message GoSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IGoSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a GoSettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns GoSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.GoSettings; - - /** - * Decodes a GoSettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns GoSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.GoSettings; - - /** - * Verifies a GoSettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a GoSettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns GoSettings - */ - public static fromObject(object: { [k: string]: any }): google.api.GoSettings; - - /** - * Creates a plain object from a GoSettings message. Also converts values to other types if specified. - * @param message GoSettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.GoSettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this GoSettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for GoSettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** Properties of a MethodSettings. */ - interface IMethodSettings { - - /** MethodSettings selector */ - selector?: (string|null); - - /** MethodSettings longRunning */ - longRunning?: (google.api.MethodSettings.ILongRunning|null); - - /** MethodSettings autoPopulatedFields */ - autoPopulatedFields?: (string[]|null); - } - - /** Represents a MethodSettings. */ - class MethodSettings implements IMethodSettings { - - /** - * Constructs a new MethodSettings. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IMethodSettings); - - /** MethodSettings selector. */ - public selector: string; - - /** MethodSettings longRunning. */ - public longRunning?: (google.api.MethodSettings.ILongRunning|null); - - /** MethodSettings autoPopulatedFields. */ - public autoPopulatedFields: string[]; - - /** - * Creates a new MethodSettings instance using the specified properties. - * @param [properties] Properties to set - * @returns MethodSettings instance - */ - public static create(properties?: google.api.IMethodSettings): google.api.MethodSettings; - - /** - * Encodes the specified MethodSettings message. Does not implicitly {@link google.api.MethodSettings.verify|verify} messages. - * @param message MethodSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IMethodSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified MethodSettings message, length delimited. Does not implicitly {@link google.api.MethodSettings.verify|verify} messages. - * @param message MethodSettings message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IMethodSettings, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a MethodSettings message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns MethodSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.MethodSettings; - - /** - * Decodes a MethodSettings message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns MethodSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.MethodSettings; - - /** - * Verifies a MethodSettings message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a MethodSettings message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns MethodSettings - */ - public static fromObject(object: { [k: string]: any }): google.api.MethodSettings; - - /** - * Creates a plain object from a MethodSettings message. Also converts values to other types if specified. - * @param message MethodSettings - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.MethodSettings, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this MethodSettings to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for MethodSettings - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace MethodSettings { - - /** Properties of a LongRunning. */ - interface ILongRunning { - - /** LongRunning initialPollDelay */ - initialPollDelay?: (google.protobuf.IDuration|null); - - /** LongRunning pollDelayMultiplier */ - pollDelayMultiplier?: (number|null); - - /** LongRunning maxPollDelay */ - maxPollDelay?: (google.protobuf.IDuration|null); - - /** LongRunning totalPollTimeout */ - totalPollTimeout?: (google.protobuf.IDuration|null); - } - - /** Represents a LongRunning. */ - class LongRunning implements ILongRunning { - - /** - * Constructs a new LongRunning. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.MethodSettings.ILongRunning); - - /** LongRunning initialPollDelay. */ - public initialPollDelay?: (google.protobuf.IDuration|null); - - /** LongRunning pollDelayMultiplier. */ - public pollDelayMultiplier: number; - - /** LongRunning maxPollDelay. */ - public maxPollDelay?: (google.protobuf.IDuration|null); - - /** LongRunning totalPollTimeout. */ - public totalPollTimeout?: (google.protobuf.IDuration|null); - - /** - * Creates a new LongRunning instance using the specified properties. - * @param [properties] Properties to set - * @returns LongRunning instance - */ - public static create(properties?: google.api.MethodSettings.ILongRunning): google.api.MethodSettings.LongRunning; - - /** - * Encodes the specified LongRunning message. Does not implicitly {@link google.api.MethodSettings.LongRunning.verify|verify} messages. - * @param message LongRunning message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.MethodSettings.ILongRunning, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified LongRunning message, length delimited. Does not implicitly {@link google.api.MethodSettings.LongRunning.verify|verify} messages. - * @param message LongRunning message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.MethodSettings.ILongRunning, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a LongRunning message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns LongRunning - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.MethodSettings.LongRunning; - - /** - * Decodes a LongRunning message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns LongRunning - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.MethodSettings.LongRunning; - - /** - * Verifies a LongRunning message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a LongRunning message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns LongRunning - */ - public static fromObject(object: { [k: string]: any }): google.api.MethodSettings.LongRunning; - - /** - * Creates a plain object from a LongRunning message. Also converts values to other types if specified. - * @param message LongRunning - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.MethodSettings.LongRunning, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this LongRunning to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for LongRunning - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** ClientLibraryOrganization enum. */ - enum ClientLibraryOrganization { - CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0, - CLOUD = 1, - ADS = 2, - PHOTOS = 3, - STREET_VIEW = 4, - SHOPPING = 5, - GEO = 6, - GENERATIVE_AI = 7 - } - - /** ClientLibraryDestination enum. */ - enum ClientLibraryDestination { - CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0, - GITHUB = 10, - PACKAGE_MANAGER = 20 - } - - /** Properties of a SelectiveGapicGeneration. */ - interface ISelectiveGapicGeneration { - - /** SelectiveGapicGeneration methods */ - methods?: (string[]|null); - - /** SelectiveGapicGeneration generateOmittedAsInternal */ - generateOmittedAsInternal?: (boolean|null); - } - - /** Represents a SelectiveGapicGeneration. */ - class SelectiveGapicGeneration implements ISelectiveGapicGeneration { - - /** - * Constructs a new SelectiveGapicGeneration. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.ISelectiveGapicGeneration); - - /** SelectiveGapicGeneration methods. */ - public methods: string[]; - - /** SelectiveGapicGeneration generateOmittedAsInternal. */ - public generateOmittedAsInternal: boolean; - - /** - * Creates a new SelectiveGapicGeneration instance using the specified properties. - * @param [properties] Properties to set - * @returns SelectiveGapicGeneration instance - */ - public static create(properties?: google.api.ISelectiveGapicGeneration): google.api.SelectiveGapicGeneration; - - /** - * Encodes the specified SelectiveGapicGeneration message. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages. - * @param message SelectiveGapicGeneration message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.ISelectiveGapicGeneration, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified SelectiveGapicGeneration message, length delimited. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages. - * @param message SelectiveGapicGeneration message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.ISelectiveGapicGeneration, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a SelectiveGapicGeneration message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns SelectiveGapicGeneration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.SelectiveGapicGeneration; - - /** - * Decodes a SelectiveGapicGeneration message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns SelectiveGapicGeneration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.SelectiveGapicGeneration; - - /** - * Verifies a SelectiveGapicGeneration message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a SelectiveGapicGeneration message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns SelectiveGapicGeneration - */ - public static fromObject(object: { [k: string]: any }): google.api.SelectiveGapicGeneration; - - /** - * Creates a plain object from a SelectiveGapicGeneration message. Also converts values to other types if specified. - * @param message SelectiveGapicGeneration - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.SelectiveGapicGeneration, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this SelectiveGapicGeneration to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for SelectiveGapicGeneration - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - /** LaunchStage enum. */ - enum LaunchStage { - LAUNCH_STAGE_UNSPECIFIED = 0, - UNIMPLEMENTED = 6, - PRELAUNCH = 7, - EARLY_ACCESS = 1, - ALPHA = 2, - BETA = 3, - GA = 4, - DEPRECATED = 5 - } - - /** FieldBehavior enum. */ - enum FieldBehavior { - FIELD_BEHAVIOR_UNSPECIFIED = 0, - OPTIONAL = 1, - REQUIRED = 2, - OUTPUT_ONLY = 3, - INPUT_ONLY = 4, - IMMUTABLE = 5, - UNORDERED_LIST = 6, - NON_EMPTY_DEFAULT = 7, - IDENTIFIER = 8 - } - - /** Properties of a ResourceDescriptor. */ - interface IResourceDescriptor { - - /** ResourceDescriptor type */ - type?: (string|null); - - /** ResourceDescriptor pattern */ - pattern?: (string[]|null); - - /** ResourceDescriptor nameField */ - nameField?: (string|null); - - /** ResourceDescriptor history */ - history?: (google.api.ResourceDescriptor.History|keyof typeof google.api.ResourceDescriptor.History|null); - - /** ResourceDescriptor plural */ - plural?: (string|null); - - /** ResourceDescriptor singular */ - singular?: (string|null); - - /** ResourceDescriptor style */ - style?: (google.api.ResourceDescriptor.Style[]|null); - } - - /** Represents a ResourceDescriptor. */ - class ResourceDescriptor implements IResourceDescriptor { - - /** - * Constructs a new ResourceDescriptor. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IResourceDescriptor); - - /** ResourceDescriptor type. */ - public type: string; - - /** ResourceDescriptor pattern. */ - public pattern: string[]; - - /** ResourceDescriptor nameField. */ - public nameField: string; - - /** ResourceDescriptor history. */ - public history: (google.api.ResourceDescriptor.History|keyof typeof google.api.ResourceDescriptor.History); - - /** ResourceDescriptor plural. */ - public plural: string; - - /** ResourceDescriptor singular. */ - public singular: string; - - /** ResourceDescriptor style. */ - public style: google.api.ResourceDescriptor.Style[]; - - /** - * Creates a new ResourceDescriptor instance using the specified properties. - * @param [properties] Properties to set - * @returns ResourceDescriptor instance - */ - public static create(properties?: google.api.IResourceDescriptor): google.api.ResourceDescriptor; - - /** - * Encodes the specified ResourceDescriptor message. Does not implicitly {@link google.api.ResourceDescriptor.verify|verify} messages. - * @param message ResourceDescriptor message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IResourceDescriptor, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ResourceDescriptor message, length delimited. Does not implicitly {@link google.api.ResourceDescriptor.verify|verify} messages. - * @param message ResourceDescriptor message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IResourceDescriptor, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ResourceDescriptor message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ResourceDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.ResourceDescriptor; - - /** - * Decodes a ResourceDescriptor message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ResourceDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.ResourceDescriptor; - - /** - * Verifies a ResourceDescriptor message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ResourceDescriptor message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ResourceDescriptor - */ - public static fromObject(object: { [k: string]: any }): google.api.ResourceDescriptor; - - /** - * Creates a plain object from a ResourceDescriptor message. Also converts values to other types if specified. - * @param message ResourceDescriptor - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.ResourceDescriptor, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ResourceDescriptor to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ResourceDescriptor - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - - namespace ResourceDescriptor { - - /** History enum. */ - enum History { - HISTORY_UNSPECIFIED = 0, - ORIGINALLY_SINGLE_PATTERN = 1, - FUTURE_MULTI_PATTERN = 2 - } - - /** Style enum. */ - enum Style { - STYLE_UNSPECIFIED = 0, - DECLARATIVE_FRIENDLY = 1 - } - } - - /** Properties of a ResourceReference. */ - interface IResourceReference { - - /** ResourceReference type */ - type?: (string|null); - - /** ResourceReference childType */ - childType?: (string|null); - } - - /** Represents a ResourceReference. */ - class ResourceReference implements IResourceReference { - - /** - * Constructs a new ResourceReference. - * @param [properties] Properties to set - */ - constructor(properties?: google.api.IResourceReference); - - /** ResourceReference type. */ - public type: string; - - /** ResourceReference childType. */ - public childType: string; - - /** - * Creates a new ResourceReference instance using the specified properties. - * @param [properties] Properties to set - * @returns ResourceReference instance - */ - public static create(properties?: google.api.IResourceReference): google.api.ResourceReference; - - /** - * Encodes the specified ResourceReference message. Does not implicitly {@link google.api.ResourceReference.verify|verify} messages. - * @param message ResourceReference message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.api.IResourceReference, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified ResourceReference message, length delimited. Does not implicitly {@link google.api.ResourceReference.verify|verify} messages. - * @param message ResourceReference message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.api.IResourceReference, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a ResourceReference message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns ResourceReference - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.ResourceReference; - - /** - * Decodes a ResourceReference message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns ResourceReference - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.ResourceReference; - - /** - * Verifies a ResourceReference message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a ResourceReference message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns ResourceReference - */ - public static fromObject(object: { [k: string]: any }): google.api.ResourceReference; - - /** - * Creates a plain object from a ResourceReference message. Also converts values to other types if specified. - * @param message ResourceReference - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.api.ResourceReference, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this ResourceReference to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for ResourceReference - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } - - /** Namespace rpc. */ - namespace rpc { - - /** Properties of a Status. */ - interface IStatus { - - /** Status code */ - code?: (number|null); - - /** Status message */ - message?: (string|null); - - /** Status details */ - details?: (google.protobuf.IAny[]|null); - } - - /** Represents a Status. */ - class Status implements IStatus { - - /** - * Constructs a new Status. - * @param [properties] Properties to set - */ - constructor(properties?: google.rpc.IStatus); - - /** Status code. */ - public code: number; - - /** Status message. */ - public message: string; - - /** Status details. */ - public details: google.protobuf.IAny[]; - - /** - * Creates a new Status instance using the specified properties. - * @param [properties] Properties to set - * @returns Status instance - */ - public static create(properties?: google.rpc.IStatus): google.rpc.Status; - - /** - * Encodes the specified Status message. Does not implicitly {@link google.rpc.Status.verify|verify} messages. - * @param message Status message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: google.rpc.IStatus, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Encodes the specified Status message, length delimited. Does not implicitly {@link google.rpc.Status.verify|verify} messages. - * @param message Status message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encodeDelimited(message: google.rpc.IStatus, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Status message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Status - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.rpc.Status; - - /** - * Decodes a Status message from the specified reader or buffer, length delimited. - * @param reader Reader or buffer to decode from - * @returns Status - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.rpc.Status; - - /** - * Verifies a Status message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - - /** - * Creates a Status message from a plain object. Also converts values to their respective internal types. - * @param object Plain object - * @returns Status - */ - public static fromObject(object: { [k: string]: any }): google.rpc.Status; - - /** - * Creates a plain object from a Status message. Also converts values to other types if specified. - * @param message Status - * @param [options] Conversion options - * @returns Plain object - */ - public static toObject(message: google.rpc.Status, options?: $protobuf.IConversionOptions): { [k: string]: any }; - - /** - * Converts this Status to JSON. - * @returns JSON object - */ - public toJSON(): { [k: string]: any }; - - /** - * Gets the default type url for Status - * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns The default type url - */ - public static getTypeUrl(typeUrlPrefix?: string): string; - } - } -} diff --git a/handwritten/bigquery-storage/protos/protos.js b/handwritten/bigquery-storage/protos/protos.js deleted file mode 100644 index 4e93d6735ead..000000000000 --- a/handwritten/bigquery-storage/protos/protos.js +++ /dev/null @@ -1,62815 +0,0 @@ -// Copyright 2026 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. - -/*eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars*/ -(function(global, factory) { /* global define, require, module */ - - /* AMD */ if (typeof define === 'function' && define.amd) - define(["protobufjs/minimal"], factory); - - /* CommonJS */ else if (typeof require === 'function' && typeof module === 'object' && module && module.exports) - module.exports = factory(require("google-gax/build/src/protobuf").protobufMinimal); - -})(this, function($protobuf) { - "use strict"; - - // Common aliases - var $Reader = $protobuf.Reader, $Writer = $protobuf.Writer, $util = $protobuf.util; - - // Exported root namespace - var $root = $protobuf.roots._google_cloud_bigquery_storage_protos || ($protobuf.roots._google_cloud_bigquery_storage_protos = {}); - - $root.google = (function() { - - /** - * Namespace google. - * @exports google - * @namespace - */ - var google = {}; - - google.cloud = (function() { - - /** - * Namespace cloud. - * @memberof google - * @namespace - */ - var cloud = {}; - - cloud.bigquery = (function() { - - /** - * Namespace bigquery. - * @memberof google.cloud - * @namespace - */ - var bigquery = {}; - - bigquery.storage = (function() { - - /** - * Namespace storage. - * @memberof google.cloud.bigquery - * @namespace - */ - var storage = {}; - - storage.v1 = (function() { - - /** - * Namespace v1. - * @memberof google.cloud.bigquery.storage - * @namespace - */ - var v1 = {}; - - v1.ArrowSchema = (function() { - - /** - * Properties of an ArrowSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IArrowSchema - * @property {Uint8Array|null} [serializedSchema] ArrowSchema serializedSchema - */ - - /** - * Constructs a new ArrowSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents an ArrowSchema. - * @implements IArrowSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1.IArrowSchema=} [properties] Properties to set - */ - function ArrowSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ArrowSchema serializedSchema. - * @member {Uint8Array} serializedSchema - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @instance - */ - ArrowSchema.prototype.serializedSchema = $util.newBuffer([]); - - /** - * Creates a new ArrowSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1.IArrowSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ArrowSchema} ArrowSchema instance - */ - ArrowSchema.create = function create(properties) { - return new ArrowSchema(properties); - }; - - /** - * Encodes the specified ArrowSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1.IArrowSchema} message ArrowSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedSchema != null && Object.hasOwnProperty.call(message, "serializedSchema")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedSchema); - return writer; - }; - - /** - * Encodes the specified ArrowSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1.IArrowSchema} message ArrowSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ArrowSchema} ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ArrowSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.serializedSchema = reader.bytes(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ArrowSchema} ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ArrowSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ArrowSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedSchema != null && message.hasOwnProperty("serializedSchema")) - if (!(message.serializedSchema && typeof message.serializedSchema.length === "number" || $util.isString(message.serializedSchema))) - return "serializedSchema: buffer expected"; - return null; - }; - - /** - * Creates an ArrowSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ArrowSchema} ArrowSchema - */ - ArrowSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ArrowSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ArrowSchema(); - if (object.serializedSchema != null) - if (typeof object.serializedSchema === "string") - $util.base64.decode(object.serializedSchema, message.serializedSchema = $util.newBuffer($util.base64.length(object.serializedSchema)), 0); - else if (object.serializedSchema.length >= 0) - message.serializedSchema = object.serializedSchema; - return message; - }; - - /** - * Creates a plain object from an ArrowSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1.ArrowSchema} message ArrowSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ArrowSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if (options.bytes === String) - object.serializedSchema = ""; - else { - object.serializedSchema = []; - if (options.bytes !== Array) - object.serializedSchema = $util.newBuffer(object.serializedSchema); - } - if (message.serializedSchema != null && message.hasOwnProperty("serializedSchema")) - object.serializedSchema = options.bytes === String ? $util.base64.encode(message.serializedSchema, 0, message.serializedSchema.length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedSchema) : message.serializedSchema; - return object; - }; - - /** - * Converts this ArrowSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @instance - * @returns {Object.} JSON object - */ - ArrowSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ArrowSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ArrowSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ArrowSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ArrowSchema"; - }; - - return ArrowSchema; - })(); - - v1.ArrowRecordBatch = (function() { - - /** - * Properties of an ArrowRecordBatch. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IArrowRecordBatch - * @property {Uint8Array|null} [serializedRecordBatch] ArrowRecordBatch serializedRecordBatch - * @property {number|Long|null} [rowCount] ArrowRecordBatch rowCount - */ - - /** - * Constructs a new ArrowRecordBatch. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents an ArrowRecordBatch. - * @implements IArrowRecordBatch - * @constructor - * @param {google.cloud.bigquery.storage.v1.IArrowRecordBatch=} [properties] Properties to set - */ - function ArrowRecordBatch(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ArrowRecordBatch serializedRecordBatch. - * @member {Uint8Array} serializedRecordBatch - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @instance - */ - ArrowRecordBatch.prototype.serializedRecordBatch = $util.newBuffer([]); - - /** - * ArrowRecordBatch rowCount. - * @member {number|Long} rowCount - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @instance - */ - ArrowRecordBatch.prototype.rowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new ArrowRecordBatch instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1.IArrowRecordBatch=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ArrowRecordBatch} ArrowRecordBatch instance - */ - ArrowRecordBatch.create = function create(properties) { - return new ArrowRecordBatch(properties); - }; - - /** - * Encodes the specified ArrowRecordBatch message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowRecordBatch.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1.IArrowRecordBatch} message ArrowRecordBatch message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowRecordBatch.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedRecordBatch != null && Object.hasOwnProperty.call(message, "serializedRecordBatch")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedRecordBatch); - if (message.rowCount != null && Object.hasOwnProperty.call(message, "rowCount")) - writer.uint32(/* id 2, wireType 0 =*/16).int64(message.rowCount); - return writer; - }; - - /** - * Encodes the specified ArrowRecordBatch message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowRecordBatch.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1.IArrowRecordBatch} message ArrowRecordBatch message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowRecordBatch.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ArrowRecordBatch} ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowRecordBatch.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.serializedRecordBatch = reader.bytes(); - break; - } - case 2: { - message.rowCount = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ArrowRecordBatch} ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowRecordBatch.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ArrowRecordBatch message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ArrowRecordBatch.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedRecordBatch != null && message.hasOwnProperty("serializedRecordBatch")) - if (!(message.serializedRecordBatch && typeof message.serializedRecordBatch.length === "number" || $util.isString(message.serializedRecordBatch))) - return "serializedRecordBatch: buffer expected"; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (!$util.isInteger(message.rowCount) && !(message.rowCount && $util.isInteger(message.rowCount.low) && $util.isInteger(message.rowCount.high))) - return "rowCount: integer|Long expected"; - return null; - }; - - /** - * Creates an ArrowRecordBatch message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ArrowRecordBatch} ArrowRecordBatch - */ - ArrowRecordBatch.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch(); - if (object.serializedRecordBatch != null) - if (typeof object.serializedRecordBatch === "string") - $util.base64.decode(object.serializedRecordBatch, message.serializedRecordBatch = $util.newBuffer($util.base64.length(object.serializedRecordBatch)), 0); - else if (object.serializedRecordBatch.length >= 0) - message.serializedRecordBatch = object.serializedRecordBatch; - if (object.rowCount != null) - if ($util.Long) - (message.rowCount = $util.Long.fromValue(object.rowCount)).unsigned = false; - else if (typeof object.rowCount === "string") - message.rowCount = parseInt(object.rowCount, 10); - else if (typeof object.rowCount === "number") - message.rowCount = object.rowCount; - else if (typeof object.rowCount === "object") - message.rowCount = new $util.LongBits(object.rowCount.low >>> 0, object.rowCount.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from an ArrowRecordBatch message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1.ArrowRecordBatch} message ArrowRecordBatch - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ArrowRecordBatch.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if (options.bytes === String) - object.serializedRecordBatch = ""; - else { - object.serializedRecordBatch = []; - if (options.bytes !== Array) - object.serializedRecordBatch = $util.newBuffer(object.serializedRecordBatch); - } - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.rowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.rowCount = options.longs === String ? "0" : 0; - } - if (message.serializedRecordBatch != null && message.hasOwnProperty("serializedRecordBatch")) - object.serializedRecordBatch = options.bytes === String ? $util.base64.encode(message.serializedRecordBatch, 0, message.serializedRecordBatch.length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedRecordBatch) : message.serializedRecordBatch; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (typeof message.rowCount === "number") - object.rowCount = options.longs === String ? String(message.rowCount) : message.rowCount; - else - object.rowCount = options.longs === String ? $util.Long.prototype.toString.call(message.rowCount) : options.longs === Number ? new $util.LongBits(message.rowCount.low >>> 0, message.rowCount.high >>> 0).toNumber() : message.rowCount; - return object; - }; - - /** - * Converts this ArrowRecordBatch to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @instance - * @returns {Object.} JSON object - */ - ArrowRecordBatch.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ArrowRecordBatch - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ArrowRecordBatch - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ArrowRecordBatch.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ArrowRecordBatch"; - }; - - return ArrowRecordBatch; - })(); - - v1.ArrowSerializationOptions = (function() { - - /** - * Properties of an ArrowSerializationOptions. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IArrowSerializationOptions - * @property {google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec|null} [bufferCompression] ArrowSerializationOptions bufferCompression - * @property {google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision|null} [picosTimestampPrecision] ArrowSerializationOptions picosTimestampPrecision - */ - - /** - * Constructs a new ArrowSerializationOptions. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents an ArrowSerializationOptions. - * @implements IArrowSerializationOptions - * @constructor - * @param {google.cloud.bigquery.storage.v1.IArrowSerializationOptions=} [properties] Properties to set - */ - function ArrowSerializationOptions(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ArrowSerializationOptions bufferCompression. - * @member {google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec} bufferCompression - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @instance - */ - ArrowSerializationOptions.prototype.bufferCompression = 0; - - /** - * ArrowSerializationOptions picosTimestampPrecision. - * @member {google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision} picosTimestampPrecision - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @instance - */ - ArrowSerializationOptions.prototype.picosTimestampPrecision = 0; - - /** - * Creates a new ArrowSerializationOptions instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1.IArrowSerializationOptions=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ArrowSerializationOptions} ArrowSerializationOptions instance - */ - ArrowSerializationOptions.create = function create(properties) { - return new ArrowSerializationOptions(properties); - }; - - /** - * Encodes the specified ArrowSerializationOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowSerializationOptions.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1.IArrowSerializationOptions} message ArrowSerializationOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSerializationOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.bufferCompression != null && Object.hasOwnProperty.call(message, "bufferCompression")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.bufferCompression); - if (message.picosTimestampPrecision != null && Object.hasOwnProperty.call(message, "picosTimestampPrecision")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.picosTimestampPrecision); - return writer; - }; - - /** - * Encodes the specified ArrowSerializationOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ArrowSerializationOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1.IArrowSerializationOptions} message ArrowSerializationOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSerializationOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ArrowSerializationOptions message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ArrowSerializationOptions} ArrowSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSerializationOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 2: { - message.bufferCompression = reader.int32(); - break; - } - case 3: { - message.picosTimestampPrecision = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ArrowSerializationOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ArrowSerializationOptions} ArrowSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSerializationOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ArrowSerializationOptions message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ArrowSerializationOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.bufferCompression != null && message.hasOwnProperty("bufferCompression")) - switch (message.bufferCompression) { - default: - return "bufferCompression: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.picosTimestampPrecision != null && message.hasOwnProperty("picosTimestampPrecision")) - switch (message.picosTimestampPrecision) { - default: - return "picosTimestampPrecision: enum value expected"; - case 0: - case 1: - case 2: - case 3: - break; - } - return null; - }; - - /** - * Creates an ArrowSerializationOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ArrowSerializationOptions} ArrowSerializationOptions - */ - ArrowSerializationOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions(); - switch (object.bufferCompression) { - default: - if (typeof object.bufferCompression === "number") { - message.bufferCompression = object.bufferCompression; - break; - } - break; - case "COMPRESSION_UNSPECIFIED": - case 0: - message.bufferCompression = 0; - break; - case "LZ4_FRAME": - case 1: - message.bufferCompression = 1; - break; - case "ZSTD": - case 2: - message.bufferCompression = 2; - break; - } - switch (object.picosTimestampPrecision) { - default: - if (typeof object.picosTimestampPrecision === "number") { - message.picosTimestampPrecision = object.picosTimestampPrecision; - break; - } - break; - case "PICOS_TIMESTAMP_PRECISION_UNSPECIFIED": - case 0: - message.picosTimestampPrecision = 0; - break; - case "TIMESTAMP_PRECISION_MICROS": - case 1: - message.picosTimestampPrecision = 1; - break; - case "TIMESTAMP_PRECISION_NANOS": - case 2: - message.picosTimestampPrecision = 2; - break; - case "TIMESTAMP_PRECISION_PICOS": - case 3: - message.picosTimestampPrecision = 3; - break; - } - return message; - }; - - /** - * Creates a plain object from an ArrowSerializationOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1.ArrowSerializationOptions} message ArrowSerializationOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ArrowSerializationOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.bufferCompression = options.enums === String ? "COMPRESSION_UNSPECIFIED" : 0; - object.picosTimestampPrecision = options.enums === String ? "PICOS_TIMESTAMP_PRECISION_UNSPECIFIED" : 0; - } - if (message.bufferCompression != null && message.hasOwnProperty("bufferCompression")) - object.bufferCompression = options.enums === String ? $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec[message.bufferCompression] === undefined ? message.bufferCompression : $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec[message.bufferCompression] : message.bufferCompression; - if (message.picosTimestampPrecision != null && message.hasOwnProperty("picosTimestampPrecision")) - object.picosTimestampPrecision = options.enums === String ? $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision[message.picosTimestampPrecision] === undefined ? message.picosTimestampPrecision : $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision[message.picosTimestampPrecision] : message.picosTimestampPrecision; - return object; - }; - - /** - * Converts this ArrowSerializationOptions to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @instance - * @returns {Object.} JSON object - */ - ArrowSerializationOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ArrowSerializationOptions - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ArrowSerializationOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ArrowSerializationOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ArrowSerializationOptions"; - }; - - /** - * CompressionCodec enum. - * @name google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec - * @enum {number} - * @property {number} COMPRESSION_UNSPECIFIED=0 COMPRESSION_UNSPECIFIED value - * @property {number} LZ4_FRAME=1 LZ4_FRAME value - * @property {number} ZSTD=2 ZSTD value - */ - ArrowSerializationOptions.CompressionCodec = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "COMPRESSION_UNSPECIFIED"] = 0; - values[valuesById[1] = "LZ4_FRAME"] = 1; - values[valuesById[2] = "ZSTD"] = 2; - return values; - })(); - - /** - * PicosTimestampPrecision enum. - * @name google.cloud.bigquery.storage.v1.ArrowSerializationOptions.PicosTimestampPrecision - * @enum {number} - * @property {number} PICOS_TIMESTAMP_PRECISION_UNSPECIFIED=0 PICOS_TIMESTAMP_PRECISION_UNSPECIFIED value - * @property {number} TIMESTAMP_PRECISION_MICROS=1 TIMESTAMP_PRECISION_MICROS value - * @property {number} TIMESTAMP_PRECISION_NANOS=2 TIMESTAMP_PRECISION_NANOS value - * @property {number} TIMESTAMP_PRECISION_PICOS=3 TIMESTAMP_PRECISION_PICOS value - */ - ArrowSerializationOptions.PicosTimestampPrecision = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "PICOS_TIMESTAMP_PRECISION_UNSPECIFIED"] = 0; - values[valuesById[1] = "TIMESTAMP_PRECISION_MICROS"] = 1; - values[valuesById[2] = "TIMESTAMP_PRECISION_NANOS"] = 2; - values[valuesById[3] = "TIMESTAMP_PRECISION_PICOS"] = 3; - return values; - })(); - - return ArrowSerializationOptions; - })(); - - v1.AvroSchema = (function() { - - /** - * Properties of an AvroSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IAvroSchema - * @property {string|null} [schema] AvroSchema schema - */ - - /** - * Constructs a new AvroSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents an AvroSchema. - * @implements IAvroSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1.IAvroSchema=} [properties] Properties to set - */ - function AvroSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AvroSchema schema. - * @member {string} schema - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @instance - */ - AvroSchema.prototype.schema = ""; - - /** - * Creates a new AvroSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1.IAvroSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.AvroSchema} AvroSchema instance - */ - AvroSchema.create = function create(properties) { - return new AvroSchema(properties); - }; - - /** - * Encodes the specified AvroSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1.IAvroSchema} message AvroSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.schema != null && Object.hasOwnProperty.call(message, "schema")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.schema); - return writer; - }; - - /** - * Encodes the specified AvroSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1.IAvroSchema} message AvroSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AvroSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.AvroSchema} AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.AvroSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.schema = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AvroSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.AvroSchema} AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AvroSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AvroSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.schema != null && message.hasOwnProperty("schema")) - if (!$util.isString(message.schema)) - return "schema: string expected"; - return null; - }; - - /** - * Creates an AvroSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.AvroSchema} AvroSchema - */ - AvroSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.AvroSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.AvroSchema(); - if (object.schema != null) - message.schema = String(object.schema); - return message; - }; - - /** - * Creates a plain object from an AvroSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1.AvroSchema} message AvroSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AvroSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.schema = ""; - if (message.schema != null && message.hasOwnProperty("schema")) - object.schema = message.schema; - return object; - }; - - /** - * Converts this AvroSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @instance - * @returns {Object.} JSON object - */ - AvroSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AvroSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.AvroSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AvroSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.AvroSchema"; - }; - - return AvroSchema; - })(); - - v1.AvroRows = (function() { - - /** - * Properties of an AvroRows. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IAvroRows - * @property {Uint8Array|null} [serializedBinaryRows] AvroRows serializedBinaryRows - * @property {number|Long|null} [rowCount] AvroRows rowCount - */ - - /** - * Constructs a new AvroRows. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents an AvroRows. - * @implements IAvroRows - * @constructor - * @param {google.cloud.bigquery.storage.v1.IAvroRows=} [properties] Properties to set - */ - function AvroRows(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AvroRows serializedBinaryRows. - * @member {Uint8Array} serializedBinaryRows - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @instance - */ - AvroRows.prototype.serializedBinaryRows = $util.newBuffer([]); - - /** - * AvroRows rowCount. - * @member {number|Long} rowCount - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @instance - */ - AvroRows.prototype.rowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new AvroRows instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1.IAvroRows=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.AvroRows} AvroRows instance - */ - AvroRows.create = function create(properties) { - return new AvroRows(properties); - }; - - /** - * Encodes the specified AvroRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroRows.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1.IAvroRows} message AvroRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroRows.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedBinaryRows != null && Object.hasOwnProperty.call(message, "serializedBinaryRows")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedBinaryRows); - if (message.rowCount != null && Object.hasOwnProperty.call(message, "rowCount")) - writer.uint32(/* id 2, wireType 0 =*/16).int64(message.rowCount); - return writer; - }; - - /** - * Encodes the specified AvroRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroRows.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1.IAvroRows} message AvroRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroRows.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AvroRows message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.AvroRows} AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroRows.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.AvroRows(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.serializedBinaryRows = reader.bytes(); - break; - } - case 2: { - message.rowCount = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AvroRows message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.AvroRows} AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroRows.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AvroRows message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AvroRows.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedBinaryRows != null && message.hasOwnProperty("serializedBinaryRows")) - if (!(message.serializedBinaryRows && typeof message.serializedBinaryRows.length === "number" || $util.isString(message.serializedBinaryRows))) - return "serializedBinaryRows: buffer expected"; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (!$util.isInteger(message.rowCount) && !(message.rowCount && $util.isInteger(message.rowCount.low) && $util.isInteger(message.rowCount.high))) - return "rowCount: integer|Long expected"; - return null; - }; - - /** - * Creates an AvroRows message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.AvroRows} AvroRows - */ - AvroRows.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.AvroRows) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.AvroRows(); - if (object.serializedBinaryRows != null) - if (typeof object.serializedBinaryRows === "string") - $util.base64.decode(object.serializedBinaryRows, message.serializedBinaryRows = $util.newBuffer($util.base64.length(object.serializedBinaryRows)), 0); - else if (object.serializedBinaryRows.length >= 0) - message.serializedBinaryRows = object.serializedBinaryRows; - if (object.rowCount != null) - if ($util.Long) - (message.rowCount = $util.Long.fromValue(object.rowCount)).unsigned = false; - else if (typeof object.rowCount === "string") - message.rowCount = parseInt(object.rowCount, 10); - else if (typeof object.rowCount === "number") - message.rowCount = object.rowCount; - else if (typeof object.rowCount === "object") - message.rowCount = new $util.LongBits(object.rowCount.low >>> 0, object.rowCount.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from an AvroRows message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1.AvroRows} message AvroRows - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AvroRows.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if (options.bytes === String) - object.serializedBinaryRows = ""; - else { - object.serializedBinaryRows = []; - if (options.bytes !== Array) - object.serializedBinaryRows = $util.newBuffer(object.serializedBinaryRows); - } - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.rowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.rowCount = options.longs === String ? "0" : 0; - } - if (message.serializedBinaryRows != null && message.hasOwnProperty("serializedBinaryRows")) - object.serializedBinaryRows = options.bytes === String ? $util.base64.encode(message.serializedBinaryRows, 0, message.serializedBinaryRows.length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedBinaryRows) : message.serializedBinaryRows; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (typeof message.rowCount === "number") - object.rowCount = options.longs === String ? String(message.rowCount) : message.rowCount; - else - object.rowCount = options.longs === String ? $util.Long.prototype.toString.call(message.rowCount) : options.longs === Number ? new $util.LongBits(message.rowCount.low >>> 0, message.rowCount.high >>> 0).toNumber() : message.rowCount; - return object; - }; - - /** - * Converts this AvroRows to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @instance - * @returns {Object.} JSON object - */ - AvroRows.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AvroRows - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.AvroRows - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AvroRows.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.AvroRows"; - }; - - return AvroRows; - })(); - - v1.AvroSerializationOptions = (function() { - - /** - * Properties of an AvroSerializationOptions. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IAvroSerializationOptions - * @property {boolean|null} [enableDisplayNameAttribute] AvroSerializationOptions enableDisplayNameAttribute - * @property {google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision|null} [picosTimestampPrecision] AvroSerializationOptions picosTimestampPrecision - */ - - /** - * Constructs a new AvroSerializationOptions. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents an AvroSerializationOptions. - * @implements IAvroSerializationOptions - * @constructor - * @param {google.cloud.bigquery.storage.v1.IAvroSerializationOptions=} [properties] Properties to set - */ - function AvroSerializationOptions(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AvroSerializationOptions enableDisplayNameAttribute. - * @member {boolean} enableDisplayNameAttribute - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @instance - */ - AvroSerializationOptions.prototype.enableDisplayNameAttribute = false; - - /** - * AvroSerializationOptions picosTimestampPrecision. - * @member {google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision} picosTimestampPrecision - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @instance - */ - AvroSerializationOptions.prototype.picosTimestampPrecision = 0; - - /** - * Creates a new AvroSerializationOptions instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1.IAvroSerializationOptions=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.AvroSerializationOptions} AvroSerializationOptions instance - */ - AvroSerializationOptions.create = function create(properties) { - return new AvroSerializationOptions(properties); - }; - - /** - * Encodes the specified AvroSerializationOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroSerializationOptions.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1.IAvroSerializationOptions} message AvroSerializationOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroSerializationOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.enableDisplayNameAttribute != null && Object.hasOwnProperty.call(message, "enableDisplayNameAttribute")) - writer.uint32(/* id 1, wireType 0 =*/8).bool(message.enableDisplayNameAttribute); - if (message.picosTimestampPrecision != null && Object.hasOwnProperty.call(message, "picosTimestampPrecision")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.picosTimestampPrecision); - return writer; - }; - - /** - * Encodes the specified AvroSerializationOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AvroSerializationOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1.IAvroSerializationOptions} message AvroSerializationOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroSerializationOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AvroSerializationOptions message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.AvroSerializationOptions} AvroSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroSerializationOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.enableDisplayNameAttribute = reader.bool(); - break; - } - case 2: { - message.picosTimestampPrecision = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AvroSerializationOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.AvroSerializationOptions} AvroSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroSerializationOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AvroSerializationOptions message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AvroSerializationOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.enableDisplayNameAttribute != null && message.hasOwnProperty("enableDisplayNameAttribute")) - if (typeof message.enableDisplayNameAttribute !== "boolean") - return "enableDisplayNameAttribute: boolean expected"; - if (message.picosTimestampPrecision != null && message.hasOwnProperty("picosTimestampPrecision")) - switch (message.picosTimestampPrecision) { - default: - return "picosTimestampPrecision: enum value expected"; - case 0: - case 1: - case 2: - case 3: - break; - } - return null; - }; - - /** - * Creates an AvroSerializationOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.AvroSerializationOptions} AvroSerializationOptions - */ - AvroSerializationOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions(); - if (object.enableDisplayNameAttribute != null) - message.enableDisplayNameAttribute = Boolean(object.enableDisplayNameAttribute); - switch (object.picosTimestampPrecision) { - default: - if (typeof object.picosTimestampPrecision === "number") { - message.picosTimestampPrecision = object.picosTimestampPrecision; - break; - } - break; - case "PICOS_TIMESTAMP_PRECISION_UNSPECIFIED": - case 0: - message.picosTimestampPrecision = 0; - break; - case "TIMESTAMP_PRECISION_MICROS": - case 1: - message.picosTimestampPrecision = 1; - break; - case "TIMESTAMP_PRECISION_NANOS": - case 2: - message.picosTimestampPrecision = 2; - break; - case "TIMESTAMP_PRECISION_PICOS": - case 3: - message.picosTimestampPrecision = 3; - break; - } - return message; - }; - - /** - * Creates a plain object from an AvroSerializationOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1.AvroSerializationOptions} message AvroSerializationOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AvroSerializationOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.enableDisplayNameAttribute = false; - object.picosTimestampPrecision = options.enums === String ? "PICOS_TIMESTAMP_PRECISION_UNSPECIFIED" : 0; - } - if (message.enableDisplayNameAttribute != null && message.hasOwnProperty("enableDisplayNameAttribute")) - object.enableDisplayNameAttribute = message.enableDisplayNameAttribute; - if (message.picosTimestampPrecision != null && message.hasOwnProperty("picosTimestampPrecision")) - object.picosTimestampPrecision = options.enums === String ? $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision[message.picosTimestampPrecision] === undefined ? message.picosTimestampPrecision : $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision[message.picosTimestampPrecision] : message.picosTimestampPrecision; - return object; - }; - - /** - * Converts this AvroSerializationOptions to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @instance - * @returns {Object.} JSON object - */ - AvroSerializationOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AvroSerializationOptions - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.AvroSerializationOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AvroSerializationOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.AvroSerializationOptions"; - }; - - /** - * PicosTimestampPrecision enum. - * @name google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision - * @enum {number} - * @property {number} PICOS_TIMESTAMP_PRECISION_UNSPECIFIED=0 PICOS_TIMESTAMP_PRECISION_UNSPECIFIED value - * @property {number} TIMESTAMP_PRECISION_MICROS=1 TIMESTAMP_PRECISION_MICROS value - * @property {number} TIMESTAMP_PRECISION_NANOS=2 TIMESTAMP_PRECISION_NANOS value - * @property {number} TIMESTAMP_PRECISION_PICOS=3 TIMESTAMP_PRECISION_PICOS value - */ - AvroSerializationOptions.PicosTimestampPrecision = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "PICOS_TIMESTAMP_PRECISION_UNSPECIFIED"] = 0; - values[valuesById[1] = "TIMESTAMP_PRECISION_MICROS"] = 1; - values[valuesById[2] = "TIMESTAMP_PRECISION_NANOS"] = 2; - values[valuesById[3] = "TIMESTAMP_PRECISION_PICOS"] = 3; - return values; - })(); - - return AvroSerializationOptions; - })(); - - v1.ProtoSchema = (function() { - - /** - * Properties of a ProtoSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IProtoSchema - * @property {google.protobuf.IDescriptorProto|null} [protoDescriptor] ProtoSchema protoDescriptor - */ - - /** - * Constructs a new ProtoSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a ProtoSchema. - * @implements IProtoSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1.IProtoSchema=} [properties] Properties to set - */ - function ProtoSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ProtoSchema protoDescriptor. - * @member {google.protobuf.IDescriptorProto|null|undefined} protoDescriptor - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @instance - */ - ProtoSchema.prototype.protoDescriptor = null; - - /** - * Creates a new ProtoSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @static - * @param {google.cloud.bigquery.storage.v1.IProtoSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ProtoSchema} ProtoSchema instance - */ - ProtoSchema.create = function create(properties) { - return new ProtoSchema(properties); - }; - - /** - * Encodes the specified ProtoSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ProtoSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @static - * @param {google.cloud.bigquery.storage.v1.IProtoSchema} message ProtoSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.protoDescriptor != null && Object.hasOwnProperty.call(message, "protoDescriptor")) - $root.google.protobuf.DescriptorProto.encode(message.protoDescriptor, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ProtoSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ProtoSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @static - * @param {google.cloud.bigquery.storage.v1.IProtoSchema} message ProtoSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ProtoSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ProtoSchema} ProtoSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ProtoSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.protoDescriptor = $root.google.protobuf.DescriptorProto.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ProtoSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ProtoSchema} ProtoSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ProtoSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ProtoSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.protoDescriptor != null && message.hasOwnProperty("protoDescriptor")) { - var error = $root.google.protobuf.DescriptorProto.verify(message.protoDescriptor, long + 1); - if (error) - return "protoDescriptor." + error; - } - return null; - }; - - /** - * Creates a ProtoSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ProtoSchema} ProtoSchema - */ - ProtoSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ProtoSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ProtoSchema(); - if (object.protoDescriptor != null) { - if (typeof object.protoDescriptor !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ProtoSchema.protoDescriptor: object expected"); - message.protoDescriptor = $root.google.protobuf.DescriptorProto.fromObject(object.protoDescriptor, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ProtoSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @static - * @param {google.cloud.bigquery.storage.v1.ProtoSchema} message ProtoSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ProtoSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.protoDescriptor = null; - if (message.protoDescriptor != null && message.hasOwnProperty("protoDescriptor")) - object.protoDescriptor = $root.google.protobuf.DescriptorProto.toObject(message.protoDescriptor, options); - return object; - }; - - /** - * Converts this ProtoSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @instance - * @returns {Object.} JSON object - */ - ProtoSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ProtoSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ProtoSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ProtoSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ProtoSchema"; - }; - - return ProtoSchema; - })(); - - v1.ProtoRows = (function() { - - /** - * Properties of a ProtoRows. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IProtoRows - * @property {Array.|null} [serializedRows] ProtoRows serializedRows - */ - - /** - * Constructs a new ProtoRows. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a ProtoRows. - * @implements IProtoRows - * @constructor - * @param {google.cloud.bigquery.storage.v1.IProtoRows=} [properties] Properties to set - */ - function ProtoRows(properties) { - this.serializedRows = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ProtoRows serializedRows. - * @member {Array.} serializedRows - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @instance - */ - ProtoRows.prototype.serializedRows = $util.emptyArray; - - /** - * Creates a new ProtoRows instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @static - * @param {google.cloud.bigquery.storage.v1.IProtoRows=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ProtoRows} ProtoRows instance - */ - ProtoRows.create = function create(properties) { - return new ProtoRows(properties); - }; - - /** - * Encodes the specified ProtoRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ProtoRows.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @static - * @param {google.cloud.bigquery.storage.v1.IProtoRows} message ProtoRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoRows.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedRows != null && message.serializedRows.length) - for (var i = 0; i < message.serializedRows.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedRows[i]); - return writer; - }; - - /** - * Encodes the specified ProtoRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ProtoRows.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @static - * @param {google.cloud.bigquery.storage.v1.IProtoRows} message ProtoRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoRows.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ProtoRows message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ProtoRows} ProtoRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoRows.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ProtoRows(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.serializedRows && message.serializedRows.length)) - message.serializedRows = []; - message.serializedRows.push(reader.bytes()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ProtoRows message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ProtoRows} ProtoRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoRows.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ProtoRows message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ProtoRows.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedRows != null && message.hasOwnProperty("serializedRows")) { - if (!Array.isArray(message.serializedRows)) - return "serializedRows: array expected"; - for (var i = 0; i < message.serializedRows.length; ++i) - if (!(message.serializedRows[i] && typeof message.serializedRows[i].length === "number" || $util.isString(message.serializedRows[i]))) - return "serializedRows: buffer[] expected"; - } - return null; - }; - - /** - * Creates a ProtoRows message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ProtoRows} ProtoRows - */ - ProtoRows.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ProtoRows) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ProtoRows(); - if (object.serializedRows) { - if (!Array.isArray(object.serializedRows)) - throw TypeError(".google.cloud.bigquery.storage.v1.ProtoRows.serializedRows: array expected"); - message.serializedRows = []; - for (var i = 0; i < object.serializedRows.length; ++i) - if (typeof object.serializedRows[i] === "string") - $util.base64.decode(object.serializedRows[i], message.serializedRows[i] = $util.newBuffer($util.base64.length(object.serializedRows[i])), 0); - else if (object.serializedRows[i].length >= 0) - message.serializedRows[i] = object.serializedRows[i]; - } - return message; - }; - - /** - * Creates a plain object from a ProtoRows message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @static - * @param {google.cloud.bigquery.storage.v1.ProtoRows} message ProtoRows - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ProtoRows.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.serializedRows = []; - if (message.serializedRows && message.serializedRows.length) { - object.serializedRows = []; - for (var j = 0; j < message.serializedRows.length; ++j) - object.serializedRows[j] = options.bytes === String ? $util.base64.encode(message.serializedRows[j], 0, message.serializedRows[j].length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedRows[j]) : message.serializedRows[j]; - } - return object; - }; - - /** - * Converts this ProtoRows to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @instance - * @returns {Object.} JSON object - */ - ProtoRows.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ProtoRows - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ProtoRows - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ProtoRows.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ProtoRows"; - }; - - return ProtoRows; - })(); - - v1.BigQueryRead = (function() { - - /** - * Constructs a new BigQueryRead service. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a BigQueryRead - * @extends $protobuf.rpc.Service - * @constructor - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - */ - function BigQueryRead(rpcImpl, requestDelimited, responseDelimited) { - $protobuf.rpc.Service.call(this, rpcImpl, requestDelimited, responseDelimited); - } - - (BigQueryRead.prototype = Object.create($protobuf.rpc.Service.prototype)).constructor = BigQueryRead; - - /** - * Creates new BigQueryRead service using the specified rpc implementation. - * @function create - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @static - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - * @returns {BigQueryRead} RPC service. Useful where requests and/or responses are streamed. - */ - BigQueryRead.create = function create(rpcImpl, requestDelimited, responseDelimited) { - return new this(rpcImpl, requestDelimited, responseDelimited); - }; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryRead|createReadSession}. - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @typedef CreateReadSessionCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1.ReadSession} [response] ReadSession - */ - - /** - * Calls CreateReadSession. - * @function createReadSession - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1.ICreateReadSessionRequest} request CreateReadSessionRequest message or plain object - * @param {google.cloud.bigquery.storage.v1.BigQueryRead.CreateReadSessionCallback} callback Node-style callback called with the error, if any, and ReadSession - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryRead.prototype.createReadSession = function createReadSession(request, callback) { - return this.rpcCall(createReadSession, $root.google.cloud.bigquery.storage.v1.CreateReadSessionRequest, $root.google.cloud.bigquery.storage.v1.ReadSession, request, callback); - }, "name", { value: "CreateReadSession" }); - - /** - * Calls CreateReadSession. - * @function createReadSession - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1.ICreateReadSessionRequest} request CreateReadSessionRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryRead|readRows}. - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @typedef ReadRowsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1.ReadRowsResponse} [response] ReadRowsResponse - */ - - /** - * Calls ReadRows. - * @function readRows - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1.IReadRowsRequest} request ReadRowsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1.BigQueryRead.ReadRowsCallback} callback Node-style callback called with the error, if any, and ReadRowsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryRead.prototype.readRows = function readRows(request, callback) { - return this.rpcCall(readRows, $root.google.cloud.bigquery.storage.v1.ReadRowsRequest, $root.google.cloud.bigquery.storage.v1.ReadRowsResponse, request, callback); - }, "name", { value: "ReadRows" }); - - /** - * Calls ReadRows. - * @function readRows - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1.IReadRowsRequest} request ReadRowsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryRead|splitReadStream}. - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @typedef SplitReadStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1.SplitReadStreamResponse} [response] SplitReadStreamResponse - */ - - /** - * Calls SplitReadStream. - * @function splitReadStream - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamRequest} request SplitReadStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1.BigQueryRead.SplitReadStreamCallback} callback Node-style callback called with the error, if any, and SplitReadStreamResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryRead.prototype.splitReadStream = function splitReadStream(request, callback) { - return this.rpcCall(splitReadStream, $root.google.cloud.bigquery.storage.v1.SplitReadStreamRequest, $root.google.cloud.bigquery.storage.v1.SplitReadStreamResponse, request, callback); - }, "name", { value: "SplitReadStream" }); - - /** - * Calls SplitReadStream. - * @function splitReadStream - * @memberof google.cloud.bigquery.storage.v1.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamRequest} request SplitReadStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - return BigQueryRead; - })(); - - v1.BigQueryWrite = (function() { - - /** - * Constructs a new BigQueryWrite service. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a BigQueryWrite - * @extends $protobuf.rpc.Service - * @constructor - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - */ - function BigQueryWrite(rpcImpl, requestDelimited, responseDelimited) { - $protobuf.rpc.Service.call(this, rpcImpl, requestDelimited, responseDelimited); - } - - (BigQueryWrite.prototype = Object.create($protobuf.rpc.Service.prototype)).constructor = BigQueryWrite; - - /** - * Creates new BigQueryWrite service using the specified rpc implementation. - * @function create - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @static - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - * @returns {BigQueryWrite} RPC service. Useful where requests and/or responses are streamed. - */ - BigQueryWrite.create = function create(rpcImpl, requestDelimited, responseDelimited) { - return new this(rpcImpl, requestDelimited, responseDelimited); - }; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|createWriteStream}. - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @typedef CreateWriteStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1.WriteStream} [response] WriteStream - */ - - /** - * Calls CreateWriteStream. - * @function createWriteStream - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest} request CreateWriteStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1.BigQueryWrite.CreateWriteStreamCallback} callback Node-style callback called with the error, if any, and WriteStream - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.createWriteStream = function createWriteStream(request, callback) { - return this.rpcCall(createWriteStream, $root.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest, $root.google.cloud.bigquery.storage.v1.WriteStream, request, callback); - }, "name", { value: "CreateWriteStream" }); - - /** - * Calls CreateWriteStream. - * @function createWriteStream - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest} request CreateWriteStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|appendRows}. - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @typedef AppendRowsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1.AppendRowsResponse} [response] AppendRowsResponse - */ - - /** - * Calls AppendRows. - * @function appendRows - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IAppendRowsRequest} request AppendRowsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1.BigQueryWrite.AppendRowsCallback} callback Node-style callback called with the error, if any, and AppendRowsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.appendRows = function appendRows(request, callback) { - return this.rpcCall(appendRows, $root.google.cloud.bigquery.storage.v1.AppendRowsRequest, $root.google.cloud.bigquery.storage.v1.AppendRowsResponse, request, callback); - }, "name", { value: "AppendRows" }); - - /** - * Calls AppendRows. - * @function appendRows - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IAppendRowsRequest} request AppendRowsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|getWriteStream}. - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @typedef GetWriteStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1.WriteStream} [response] WriteStream - */ - - /** - * Calls GetWriteStream. - * @function getWriteStream - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IGetWriteStreamRequest} request GetWriteStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1.BigQueryWrite.GetWriteStreamCallback} callback Node-style callback called with the error, if any, and WriteStream - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.getWriteStream = function getWriteStream(request, callback) { - return this.rpcCall(getWriteStream, $root.google.cloud.bigquery.storage.v1.GetWriteStreamRequest, $root.google.cloud.bigquery.storage.v1.WriteStream, request, callback); - }, "name", { value: "GetWriteStream" }); - - /** - * Calls GetWriteStream. - * @function getWriteStream - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IGetWriteStreamRequest} request GetWriteStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|finalizeWriteStream}. - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @typedef FinalizeWriteStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse} [response] FinalizeWriteStreamResponse - */ - - /** - * Calls FinalizeWriteStream. - * @function finalizeWriteStream - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest} request FinalizeWriteStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1.BigQueryWrite.FinalizeWriteStreamCallback} callback Node-style callback called with the error, if any, and FinalizeWriteStreamResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.finalizeWriteStream = function finalizeWriteStream(request, callback) { - return this.rpcCall(finalizeWriteStream, $root.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest, $root.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse, request, callback); - }, "name", { value: "FinalizeWriteStream" }); - - /** - * Calls FinalizeWriteStream. - * @function finalizeWriteStream - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest} request FinalizeWriteStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|batchCommitWriteStreams}. - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @typedef BatchCommitWriteStreamsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse} [response] BatchCommitWriteStreamsResponse - */ - - /** - * Calls BatchCommitWriteStreams. - * @function batchCommitWriteStreams - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest} request BatchCommitWriteStreamsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1.BigQueryWrite.BatchCommitWriteStreamsCallback} callback Node-style callback called with the error, if any, and BatchCommitWriteStreamsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.batchCommitWriteStreams = function batchCommitWriteStreams(request, callback) { - return this.rpcCall(batchCommitWriteStreams, $root.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest, $root.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse, request, callback); - }, "name", { value: "BatchCommitWriteStreams" }); - - /** - * Calls BatchCommitWriteStreams. - * @function batchCommitWriteStreams - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest} request BatchCommitWriteStreamsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1.BigQueryWrite|flushRows}. - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @typedef FlushRowsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1.FlushRowsResponse} [response] FlushRowsResponse - */ - - /** - * Calls FlushRows. - * @function flushRows - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IFlushRowsRequest} request FlushRowsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1.BigQueryWrite.FlushRowsCallback} callback Node-style callback called with the error, if any, and FlushRowsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.flushRows = function flushRows(request, callback) { - return this.rpcCall(flushRows, $root.google.cloud.bigquery.storage.v1.FlushRowsRequest, $root.google.cloud.bigquery.storage.v1.FlushRowsResponse, request, callback); - }, "name", { value: "FlushRows" }); - - /** - * Calls FlushRows. - * @function flushRows - * @memberof google.cloud.bigquery.storage.v1.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1.IFlushRowsRequest} request FlushRowsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - return BigQueryWrite; - })(); - - v1.CreateReadSessionRequest = (function() { - - /** - * Properties of a CreateReadSessionRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @interface ICreateReadSessionRequest - * @property {string|null} [parent] CreateReadSessionRequest parent - * @property {google.cloud.bigquery.storage.v1.IReadSession|null} [readSession] CreateReadSessionRequest readSession - * @property {number|null} [maxStreamCount] CreateReadSessionRequest maxStreamCount - * @property {number|null} [preferredMinStreamCount] CreateReadSessionRequest preferredMinStreamCount - */ - - /** - * Constructs a new CreateReadSessionRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a CreateReadSessionRequest. - * @implements ICreateReadSessionRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1.ICreateReadSessionRequest=} [properties] Properties to set - */ - function CreateReadSessionRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CreateReadSessionRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.parent = ""; - - /** - * CreateReadSessionRequest readSession. - * @member {google.cloud.bigquery.storage.v1.IReadSession|null|undefined} readSession - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.readSession = null; - - /** - * CreateReadSessionRequest maxStreamCount. - * @member {number} maxStreamCount - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.maxStreamCount = 0; - - /** - * CreateReadSessionRequest preferredMinStreamCount. - * @member {number} preferredMinStreamCount - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.preferredMinStreamCount = 0; - - /** - * Creates a new CreateReadSessionRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ICreateReadSessionRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.CreateReadSessionRequest} CreateReadSessionRequest instance - */ - CreateReadSessionRequest.create = function create(properties) { - return new CreateReadSessionRequest(properties); - }; - - /** - * Encodes the specified CreateReadSessionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.CreateReadSessionRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ICreateReadSessionRequest} message CreateReadSessionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateReadSessionRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.readSession != null && Object.hasOwnProperty.call(message, "readSession")) - $root.google.cloud.bigquery.storage.v1.ReadSession.encode(message.readSession, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.maxStreamCount != null && Object.hasOwnProperty.call(message, "maxStreamCount")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.maxStreamCount); - if (message.preferredMinStreamCount != null && Object.hasOwnProperty.call(message, "preferredMinStreamCount")) - writer.uint32(/* id 4, wireType 0 =*/32).int32(message.preferredMinStreamCount); - return writer; - }; - - /** - * Encodes the specified CreateReadSessionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.CreateReadSessionRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ICreateReadSessionRequest} message CreateReadSessionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateReadSessionRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.CreateReadSessionRequest} CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateReadSessionRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.CreateReadSessionRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - message.readSession = $root.google.cloud.bigquery.storage.v1.ReadSession.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.maxStreamCount = reader.int32(); - break; - } - case 4: { - message.preferredMinStreamCount = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.CreateReadSessionRequest} CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateReadSessionRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CreateReadSessionRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CreateReadSessionRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.readSession != null && message.hasOwnProperty("readSession")) { - var error = $root.google.cloud.bigquery.storage.v1.ReadSession.verify(message.readSession, long + 1); - if (error) - return "readSession." + error; - } - if (message.maxStreamCount != null && message.hasOwnProperty("maxStreamCount")) - if (!$util.isInteger(message.maxStreamCount)) - return "maxStreamCount: integer expected"; - if (message.preferredMinStreamCount != null && message.hasOwnProperty("preferredMinStreamCount")) - if (!$util.isInteger(message.preferredMinStreamCount)) - return "preferredMinStreamCount: integer expected"; - return null; - }; - - /** - * Creates a CreateReadSessionRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.CreateReadSessionRequest} CreateReadSessionRequest - */ - CreateReadSessionRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.CreateReadSessionRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.CreateReadSessionRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.readSession != null) { - if (typeof object.readSession !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.CreateReadSessionRequest.readSession: object expected"); - message.readSession = $root.google.cloud.bigquery.storage.v1.ReadSession.fromObject(object.readSession, long + 1); - } - if (object.maxStreamCount != null) - message.maxStreamCount = object.maxStreamCount | 0; - if (object.preferredMinStreamCount != null) - message.preferredMinStreamCount = object.preferredMinStreamCount | 0; - return message; - }; - - /** - * Creates a plain object from a CreateReadSessionRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1.CreateReadSessionRequest} message CreateReadSessionRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CreateReadSessionRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.parent = ""; - object.readSession = null; - object.maxStreamCount = 0; - object.preferredMinStreamCount = 0; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.readSession != null && message.hasOwnProperty("readSession")) - object.readSession = $root.google.cloud.bigquery.storage.v1.ReadSession.toObject(message.readSession, options); - if (message.maxStreamCount != null && message.hasOwnProperty("maxStreamCount")) - object.maxStreamCount = message.maxStreamCount; - if (message.preferredMinStreamCount != null && message.hasOwnProperty("preferredMinStreamCount")) - object.preferredMinStreamCount = message.preferredMinStreamCount; - return object; - }; - - /** - * Converts this CreateReadSessionRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @instance - * @returns {Object.} JSON object - */ - CreateReadSessionRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CreateReadSessionRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.CreateReadSessionRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CreateReadSessionRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.CreateReadSessionRequest"; - }; - - return CreateReadSessionRequest; - })(); - - v1.ReadRowsRequest = (function() { - - /** - * Properties of a ReadRowsRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IReadRowsRequest - * @property {string|null} [readStream] ReadRowsRequest readStream - * @property {number|Long|null} [offset] ReadRowsRequest offset - */ - - /** - * Constructs a new ReadRowsRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a ReadRowsRequest. - * @implements IReadRowsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1.IReadRowsRequest=} [properties] Properties to set - */ - function ReadRowsRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadRowsRequest readStream. - * @member {string} readStream - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @instance - */ - ReadRowsRequest.prototype.readStream = ""; - - /** - * ReadRowsRequest offset. - * @member {number|Long} offset - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @instance - */ - ReadRowsRequest.prototype.offset = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new ReadRowsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IReadRowsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ReadRowsRequest} ReadRowsRequest instance - */ - ReadRowsRequest.create = function create(properties) { - return new ReadRowsRequest(properties); - }; - - /** - * Encodes the specified ReadRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadRowsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IReadRowsRequest} message ReadRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.readStream != null && Object.hasOwnProperty.call(message, "readStream")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.readStream); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - writer.uint32(/* id 2, wireType 0 =*/16).int64(message.offset); - return writer; - }; - - /** - * Encodes the specified ReadRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadRowsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IReadRowsRequest} message ReadRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ReadRowsRequest} ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ReadRowsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.readStream = reader.string(); - break; - } - case 2: { - message.offset = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ReadRowsRequest} ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadRowsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadRowsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.readStream != null && message.hasOwnProperty("readStream")) - if (!$util.isString(message.readStream)) - return "readStream: string expected"; - if (message.offset != null && message.hasOwnProperty("offset")) - if (!$util.isInteger(message.offset) && !(message.offset && $util.isInteger(message.offset.low) && $util.isInteger(message.offset.high))) - return "offset: integer|Long expected"; - return null; - }; - - /** - * Creates a ReadRowsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ReadRowsRequest} ReadRowsRequest - */ - ReadRowsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ReadRowsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ReadRowsRequest(); - if (object.readStream != null) - message.readStream = String(object.readStream); - if (object.offset != null) - if ($util.Long) - (message.offset = $util.Long.fromValue(object.offset)).unsigned = false; - else if (typeof object.offset === "string") - message.offset = parseInt(object.offset, 10); - else if (typeof object.offset === "number") - message.offset = object.offset; - else if (typeof object.offset === "object") - message.offset = new $util.LongBits(object.offset.low >>> 0, object.offset.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a ReadRowsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ReadRowsRequest} message ReadRowsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadRowsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.readStream = ""; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.offset = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.offset = options.longs === String ? "0" : 0; - } - if (message.readStream != null && message.hasOwnProperty("readStream")) - object.readStream = message.readStream; - if (message.offset != null && message.hasOwnProperty("offset")) - if (typeof message.offset === "number") - object.offset = options.longs === String ? String(message.offset) : message.offset; - else - object.offset = options.longs === String ? $util.Long.prototype.toString.call(message.offset) : options.longs === Number ? new $util.LongBits(message.offset.low >>> 0, message.offset.high >>> 0).toNumber() : message.offset; - return object; - }; - - /** - * Converts this ReadRowsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @instance - * @returns {Object.} JSON object - */ - ReadRowsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadRowsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ReadRowsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadRowsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ReadRowsRequest"; - }; - - return ReadRowsRequest; - })(); - - v1.ThrottleState = (function() { - - /** - * Properties of a ThrottleState. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IThrottleState - * @property {number|null} [throttlePercent] ThrottleState throttlePercent - */ - - /** - * Constructs a new ThrottleState. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a ThrottleState. - * @implements IThrottleState - * @constructor - * @param {google.cloud.bigquery.storage.v1.IThrottleState=} [properties] Properties to set - */ - function ThrottleState(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ThrottleState throttlePercent. - * @member {number} throttlePercent - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @instance - */ - ThrottleState.prototype.throttlePercent = 0; - - /** - * Creates a new ThrottleState instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @static - * @param {google.cloud.bigquery.storage.v1.IThrottleState=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ThrottleState} ThrottleState instance - */ - ThrottleState.create = function create(properties) { - return new ThrottleState(properties); - }; - - /** - * Encodes the specified ThrottleState message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ThrottleState.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @static - * @param {google.cloud.bigquery.storage.v1.IThrottleState} message ThrottleState message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ThrottleState.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.throttlePercent != null && Object.hasOwnProperty.call(message, "throttlePercent")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.throttlePercent); - return writer; - }; - - /** - * Encodes the specified ThrottleState message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ThrottleState.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @static - * @param {google.cloud.bigquery.storage.v1.IThrottleState} message ThrottleState message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ThrottleState.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ThrottleState message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ThrottleState} ThrottleState - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ThrottleState.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ThrottleState(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.throttlePercent = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ThrottleState message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ThrottleState} ThrottleState - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ThrottleState.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ThrottleState message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ThrottleState.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.throttlePercent != null && message.hasOwnProperty("throttlePercent")) - if (!$util.isInteger(message.throttlePercent)) - return "throttlePercent: integer expected"; - return null; - }; - - /** - * Creates a ThrottleState message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ThrottleState} ThrottleState - */ - ThrottleState.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ThrottleState) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ThrottleState(); - if (object.throttlePercent != null) - message.throttlePercent = object.throttlePercent | 0; - return message; - }; - - /** - * Creates a plain object from a ThrottleState message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @static - * @param {google.cloud.bigquery.storage.v1.ThrottleState} message ThrottleState - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ThrottleState.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.throttlePercent = 0; - if (message.throttlePercent != null && message.hasOwnProperty("throttlePercent")) - object.throttlePercent = message.throttlePercent; - return object; - }; - - /** - * Converts this ThrottleState to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @instance - * @returns {Object.} JSON object - */ - ThrottleState.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ThrottleState - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ThrottleState - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ThrottleState.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ThrottleState"; - }; - - return ThrottleState; - })(); - - v1.StreamStats = (function() { - - /** - * Properties of a StreamStats. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IStreamStats - * @property {google.cloud.bigquery.storage.v1.StreamStats.IProgress|null} [progress] StreamStats progress - */ - - /** - * Constructs a new StreamStats. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a StreamStats. - * @implements IStreamStats - * @constructor - * @param {google.cloud.bigquery.storage.v1.IStreamStats=} [properties] Properties to set - */ - function StreamStats(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamStats progress. - * @member {google.cloud.bigquery.storage.v1.StreamStats.IProgress|null|undefined} progress - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @instance - */ - StreamStats.prototype.progress = null; - - /** - * Creates a new StreamStats instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @static - * @param {google.cloud.bigquery.storage.v1.IStreamStats=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.StreamStats} StreamStats instance - */ - StreamStats.create = function create(properties) { - return new StreamStats(properties); - }; - - /** - * Encodes the specified StreamStats message. Does not implicitly {@link google.cloud.bigquery.storage.v1.StreamStats.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @static - * @param {google.cloud.bigquery.storage.v1.IStreamStats} message StreamStats message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamStats.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.progress != null && Object.hasOwnProperty.call(message, "progress")) - $root.google.cloud.bigquery.storage.v1.StreamStats.Progress.encode(message.progress, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified StreamStats message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.StreamStats.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @static - * @param {google.cloud.bigquery.storage.v1.IStreamStats} message StreamStats message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamStats.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamStats message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.StreamStats} StreamStats - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamStats.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.StreamStats(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 2: { - message.progress = $root.google.cloud.bigquery.storage.v1.StreamStats.Progress.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamStats message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.StreamStats} StreamStats - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamStats.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamStats message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamStats.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.progress != null && message.hasOwnProperty("progress")) { - var error = $root.google.cloud.bigquery.storage.v1.StreamStats.Progress.verify(message.progress, long + 1); - if (error) - return "progress." + error; - } - return null; - }; - - /** - * Creates a StreamStats message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.StreamStats} StreamStats - */ - StreamStats.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.StreamStats) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.StreamStats(); - if (object.progress != null) { - if (typeof object.progress !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.StreamStats.progress: object expected"); - message.progress = $root.google.cloud.bigquery.storage.v1.StreamStats.Progress.fromObject(object.progress, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a StreamStats message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @static - * @param {google.cloud.bigquery.storage.v1.StreamStats} message StreamStats - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamStats.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.progress = null; - if (message.progress != null && message.hasOwnProperty("progress")) - object.progress = $root.google.cloud.bigquery.storage.v1.StreamStats.Progress.toObject(message.progress, options); - return object; - }; - - /** - * Converts this StreamStats to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @instance - * @returns {Object.} JSON object - */ - StreamStats.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamStats - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamStats.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.StreamStats"; - }; - - StreamStats.Progress = (function() { - - /** - * Properties of a Progress. - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @interface IProgress - * @property {number|null} [atResponseStart] Progress atResponseStart - * @property {number|null} [atResponseEnd] Progress atResponseEnd - */ - - /** - * Constructs a new Progress. - * @memberof google.cloud.bigquery.storage.v1.StreamStats - * @classdesc Represents a Progress. - * @implements IProgress - * @constructor - * @param {google.cloud.bigquery.storage.v1.StreamStats.IProgress=} [properties] Properties to set - */ - function Progress(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Progress atResponseStart. - * @member {number} atResponseStart - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @instance - */ - Progress.prototype.atResponseStart = 0; - - /** - * Progress atResponseEnd. - * @member {number} atResponseEnd - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @instance - */ - Progress.prototype.atResponseEnd = 0; - - /** - * Creates a new Progress instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @static - * @param {google.cloud.bigquery.storage.v1.StreamStats.IProgress=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.StreamStats.Progress} Progress instance - */ - Progress.create = function create(properties) { - return new Progress(properties); - }; - - /** - * Encodes the specified Progress message. Does not implicitly {@link google.cloud.bigquery.storage.v1.StreamStats.Progress.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @static - * @param {google.cloud.bigquery.storage.v1.StreamStats.IProgress} message Progress message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Progress.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.atResponseStart != null && Object.hasOwnProperty.call(message, "atResponseStart")) - writer.uint32(/* id 1, wireType 1 =*/9).double(message.atResponseStart); - if (message.atResponseEnd != null && Object.hasOwnProperty.call(message, "atResponseEnd")) - writer.uint32(/* id 2, wireType 1 =*/17).double(message.atResponseEnd); - return writer; - }; - - /** - * Encodes the specified Progress message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.StreamStats.Progress.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @static - * @param {google.cloud.bigquery.storage.v1.StreamStats.IProgress} message Progress message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Progress.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Progress message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.StreamStats.Progress} Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Progress.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.StreamStats.Progress(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.atResponseStart = reader.double(); - break; - } - case 2: { - message.atResponseEnd = reader.double(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Progress message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.StreamStats.Progress} Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Progress.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Progress message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Progress.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.atResponseStart != null && message.hasOwnProperty("atResponseStart")) - if (typeof message.atResponseStart !== "number") - return "atResponseStart: number expected"; - if (message.atResponseEnd != null && message.hasOwnProperty("atResponseEnd")) - if (typeof message.atResponseEnd !== "number") - return "atResponseEnd: number expected"; - return null; - }; - - /** - * Creates a Progress message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.StreamStats.Progress} Progress - */ - Progress.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.StreamStats.Progress) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.StreamStats.Progress(); - if (object.atResponseStart != null) - message.atResponseStart = Number(object.atResponseStart); - if (object.atResponseEnd != null) - message.atResponseEnd = Number(object.atResponseEnd); - return message; - }; - - /** - * Creates a plain object from a Progress message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @static - * @param {google.cloud.bigquery.storage.v1.StreamStats.Progress} message Progress - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Progress.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.atResponseStart = 0; - object.atResponseEnd = 0; - } - if (message.atResponseStart != null && message.hasOwnProperty("atResponseStart")) - object.atResponseStart = options.json && !isFinite(message.atResponseStart) ? String(message.atResponseStart) : message.atResponseStart; - if (message.atResponseEnd != null && message.hasOwnProperty("atResponseEnd")) - object.atResponseEnd = options.json && !isFinite(message.atResponseEnd) ? String(message.atResponseEnd) : message.atResponseEnd; - return object; - }; - - /** - * Converts this Progress to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @instance - * @returns {Object.} JSON object - */ - Progress.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Progress - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.StreamStats.Progress - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Progress.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.StreamStats.Progress"; - }; - - return Progress; - })(); - - return StreamStats; - })(); - - v1.ReadRowsResponse = (function() { - - /** - * Properties of a ReadRowsResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IReadRowsResponse - * @property {google.cloud.bigquery.storage.v1.IAvroRows|null} [avroRows] ReadRowsResponse avroRows - * @property {google.cloud.bigquery.storage.v1.IArrowRecordBatch|null} [arrowRecordBatch] ReadRowsResponse arrowRecordBatch - * @property {number|Long|null} [rowCount] ReadRowsResponse rowCount - * @property {google.cloud.bigquery.storage.v1.IStreamStats|null} [stats] ReadRowsResponse stats - * @property {google.cloud.bigquery.storage.v1.IThrottleState|null} [throttleState] ReadRowsResponse throttleState - * @property {google.cloud.bigquery.storage.v1.IAvroSchema|null} [avroSchema] ReadRowsResponse avroSchema - * @property {google.cloud.bigquery.storage.v1.IArrowSchema|null} [arrowSchema] ReadRowsResponse arrowSchema - * @property {number|Long|null} [uncompressedByteSize] ReadRowsResponse uncompressedByteSize - */ - - /** - * Constructs a new ReadRowsResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a ReadRowsResponse. - * @implements IReadRowsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1.IReadRowsResponse=} [properties] Properties to set - */ - function ReadRowsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadRowsResponse avroRows. - * @member {google.cloud.bigquery.storage.v1.IAvroRows|null|undefined} avroRows - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.avroRows = null; - - /** - * ReadRowsResponse arrowRecordBatch. - * @member {google.cloud.bigquery.storage.v1.IArrowRecordBatch|null|undefined} arrowRecordBatch - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.arrowRecordBatch = null; - - /** - * ReadRowsResponse rowCount. - * @member {number|Long} rowCount - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.rowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * ReadRowsResponse stats. - * @member {google.cloud.bigquery.storage.v1.IStreamStats|null|undefined} stats - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.stats = null; - - /** - * ReadRowsResponse throttleState. - * @member {google.cloud.bigquery.storage.v1.IThrottleState|null|undefined} throttleState - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.throttleState = null; - - /** - * ReadRowsResponse avroSchema. - * @member {google.cloud.bigquery.storage.v1.IAvroSchema|null|undefined} avroSchema - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.avroSchema = null; - - /** - * ReadRowsResponse arrowSchema. - * @member {google.cloud.bigquery.storage.v1.IArrowSchema|null|undefined} arrowSchema - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.arrowSchema = null; - - /** - * ReadRowsResponse uncompressedByteSize. - * @member {number|Long|null|undefined} uncompressedByteSize - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.uncompressedByteSize = null; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * ReadRowsResponse rows. - * @member {"avroRows"|"arrowRecordBatch"|undefined} rows - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - Object.defineProperty(ReadRowsResponse.prototype, "rows", { - get: $util.oneOfGetter($oneOfFields = ["avroRows", "arrowRecordBatch"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * ReadRowsResponse schema. - * @member {"avroSchema"|"arrowSchema"|undefined} schema - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - */ - Object.defineProperty(ReadRowsResponse.prototype, "schema", { - get: $util.oneOfGetter($oneOfFields = ["avroSchema", "arrowSchema"]), - set: $util.oneOfSetter($oneOfFields) - }); - - // Virtual OneOf for proto3 optional field - Object.defineProperty(ReadRowsResponse.prototype, "_uncompressedByteSize", { - get: $util.oneOfGetter($oneOfFields = ["uncompressedByteSize"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new ReadRowsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IReadRowsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ReadRowsResponse} ReadRowsResponse instance - */ - ReadRowsResponse.create = function create(properties) { - return new ReadRowsResponse(properties); - }; - - /** - * Encodes the specified ReadRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadRowsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IReadRowsResponse} message ReadRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.stats != null && Object.hasOwnProperty.call(message, "stats")) - $root.google.cloud.bigquery.storage.v1.StreamStats.encode(message.stats, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.avroRows != null && Object.hasOwnProperty.call(message, "avroRows")) - $root.google.cloud.bigquery.storage.v1.AvroRows.encode(message.avroRows, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.arrowRecordBatch != null && Object.hasOwnProperty.call(message, "arrowRecordBatch")) - $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.encode(message.arrowRecordBatch, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.throttleState != null && Object.hasOwnProperty.call(message, "throttleState")) - $root.google.cloud.bigquery.storage.v1.ThrottleState.encode(message.throttleState, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.rowCount != null && Object.hasOwnProperty.call(message, "rowCount")) - writer.uint32(/* id 6, wireType 0 =*/48).int64(message.rowCount); - if (message.avroSchema != null && Object.hasOwnProperty.call(message, "avroSchema")) - $root.google.cloud.bigquery.storage.v1.AvroSchema.encode(message.avroSchema, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); - if (message.arrowSchema != null && Object.hasOwnProperty.call(message, "arrowSchema")) - $root.google.cloud.bigquery.storage.v1.ArrowSchema.encode(message.arrowSchema, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - if (message.uncompressedByteSize != null && Object.hasOwnProperty.call(message, "uncompressedByteSize")) - writer.uint32(/* id 9, wireType 0 =*/72).int64(message.uncompressedByteSize); - return writer; - }; - - /** - * Encodes the specified ReadRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadRowsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IReadRowsResponse} message ReadRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ReadRowsResponse} ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ReadRowsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 3: { - message.avroRows = $root.google.cloud.bigquery.storage.v1.AvroRows.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - message.arrowRecordBatch = $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 6: { - message.rowCount = reader.int64(); - break; - } - case 2: { - message.stats = $root.google.cloud.bigquery.storage.v1.StreamStats.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.throttleState = $root.google.cloud.bigquery.storage.v1.ThrottleState.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 7: { - message.avroSchema = $root.google.cloud.bigquery.storage.v1.AvroSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 8: { - message.arrowSchema = $root.google.cloud.bigquery.storage.v1.ArrowSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 9: { - message.uncompressedByteSize = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ReadRowsResponse} ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadRowsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadRowsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.avroRows != null && message.hasOwnProperty("avroRows")) { - properties.rows = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.AvroRows.verify(message.avroRows, long + 1); - if (error) - return "avroRows." + error; - } - } - if (message.arrowRecordBatch != null && message.hasOwnProperty("arrowRecordBatch")) { - if (properties.rows === 1) - return "rows: multiple values"; - properties.rows = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.verify(message.arrowRecordBatch, long + 1); - if (error) - return "arrowRecordBatch." + error; - } - } - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (!$util.isInteger(message.rowCount) && !(message.rowCount && $util.isInteger(message.rowCount.low) && $util.isInteger(message.rowCount.high))) - return "rowCount: integer|Long expected"; - if (message.stats != null && message.hasOwnProperty("stats")) { - var error = $root.google.cloud.bigquery.storage.v1.StreamStats.verify(message.stats, long + 1); - if (error) - return "stats." + error; - } - if (message.throttleState != null && message.hasOwnProperty("throttleState")) { - var error = $root.google.cloud.bigquery.storage.v1.ThrottleState.verify(message.throttleState, long + 1); - if (error) - return "throttleState." + error; - } - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.AvroSchema.verify(message.avroSchema, long + 1); - if (error) - return "avroSchema." + error; - } - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - if (properties.schema === 1) - return "schema: multiple values"; - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.ArrowSchema.verify(message.arrowSchema, long + 1); - if (error) - return "arrowSchema." + error; - } - } - if (message.uncompressedByteSize != null && message.hasOwnProperty("uncompressedByteSize")) { - properties._uncompressedByteSize = 1; - if (!$util.isInteger(message.uncompressedByteSize) && !(message.uncompressedByteSize && $util.isInteger(message.uncompressedByteSize.low) && $util.isInteger(message.uncompressedByteSize.high))) - return "uncompressedByteSize: integer|Long expected"; - } - return null; - }; - - /** - * Creates a ReadRowsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ReadRowsResponse} ReadRowsResponse - */ - ReadRowsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ReadRowsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ReadRowsResponse(); - if (object.avroRows != null) { - if (typeof object.avroRows !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadRowsResponse.avroRows: object expected"); - message.avroRows = $root.google.cloud.bigquery.storage.v1.AvroRows.fromObject(object.avroRows, long + 1); - } - if (object.arrowRecordBatch != null) { - if (typeof object.arrowRecordBatch !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadRowsResponse.arrowRecordBatch: object expected"); - message.arrowRecordBatch = $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.fromObject(object.arrowRecordBatch, long + 1); - } - if (object.rowCount != null) - if ($util.Long) - (message.rowCount = $util.Long.fromValue(object.rowCount)).unsigned = false; - else if (typeof object.rowCount === "string") - message.rowCount = parseInt(object.rowCount, 10); - else if (typeof object.rowCount === "number") - message.rowCount = object.rowCount; - else if (typeof object.rowCount === "object") - message.rowCount = new $util.LongBits(object.rowCount.low >>> 0, object.rowCount.high >>> 0).toNumber(); - if (object.stats != null) { - if (typeof object.stats !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadRowsResponse.stats: object expected"); - message.stats = $root.google.cloud.bigquery.storage.v1.StreamStats.fromObject(object.stats, long + 1); - } - if (object.throttleState != null) { - if (typeof object.throttleState !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadRowsResponse.throttleState: object expected"); - message.throttleState = $root.google.cloud.bigquery.storage.v1.ThrottleState.fromObject(object.throttleState, long + 1); - } - if (object.avroSchema != null) { - if (typeof object.avroSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadRowsResponse.avroSchema: object expected"); - message.avroSchema = $root.google.cloud.bigquery.storage.v1.AvroSchema.fromObject(object.avroSchema, long + 1); - } - if (object.arrowSchema != null) { - if (typeof object.arrowSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadRowsResponse.arrowSchema: object expected"); - message.arrowSchema = $root.google.cloud.bigquery.storage.v1.ArrowSchema.fromObject(object.arrowSchema, long + 1); - } - if (object.uncompressedByteSize != null) - if ($util.Long) - (message.uncompressedByteSize = $util.Long.fromValue(object.uncompressedByteSize)).unsigned = false; - else if (typeof object.uncompressedByteSize === "string") - message.uncompressedByteSize = parseInt(object.uncompressedByteSize, 10); - else if (typeof object.uncompressedByteSize === "number") - message.uncompressedByteSize = object.uncompressedByteSize; - else if (typeof object.uncompressedByteSize === "object") - message.uncompressedByteSize = new $util.LongBits(object.uncompressedByteSize.low >>> 0, object.uncompressedByteSize.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a ReadRowsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.ReadRowsResponse} message ReadRowsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadRowsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.stats = null; - object.throttleState = null; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.rowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.rowCount = options.longs === String ? "0" : 0; - } - if (message.stats != null && message.hasOwnProperty("stats")) - object.stats = $root.google.cloud.bigquery.storage.v1.StreamStats.toObject(message.stats, options); - if (message.avroRows != null && message.hasOwnProperty("avroRows")) { - object.avroRows = $root.google.cloud.bigquery.storage.v1.AvroRows.toObject(message.avroRows, options); - if (options.oneofs) - object.rows = "avroRows"; - } - if (message.arrowRecordBatch != null && message.hasOwnProperty("arrowRecordBatch")) { - object.arrowRecordBatch = $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.toObject(message.arrowRecordBatch, options); - if (options.oneofs) - object.rows = "arrowRecordBatch"; - } - if (message.throttleState != null && message.hasOwnProperty("throttleState")) - object.throttleState = $root.google.cloud.bigquery.storage.v1.ThrottleState.toObject(message.throttleState, options); - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (typeof message.rowCount === "number") - object.rowCount = options.longs === String ? String(message.rowCount) : message.rowCount; - else - object.rowCount = options.longs === String ? $util.Long.prototype.toString.call(message.rowCount) : options.longs === Number ? new $util.LongBits(message.rowCount.low >>> 0, message.rowCount.high >>> 0).toNumber() : message.rowCount; - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - object.avroSchema = $root.google.cloud.bigquery.storage.v1.AvroSchema.toObject(message.avroSchema, options); - if (options.oneofs) - object.schema = "avroSchema"; - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - object.arrowSchema = $root.google.cloud.bigquery.storage.v1.ArrowSchema.toObject(message.arrowSchema, options); - if (options.oneofs) - object.schema = "arrowSchema"; - } - if (message.uncompressedByteSize != null && message.hasOwnProperty("uncompressedByteSize")) { - if (typeof message.uncompressedByteSize === "number") - object.uncompressedByteSize = options.longs === String ? String(message.uncompressedByteSize) : message.uncompressedByteSize; - else - object.uncompressedByteSize = options.longs === String ? $util.Long.prototype.toString.call(message.uncompressedByteSize) : options.longs === Number ? new $util.LongBits(message.uncompressedByteSize.low >>> 0, message.uncompressedByteSize.high >>> 0).toNumber() : message.uncompressedByteSize; - if (options.oneofs) - object._uncompressedByteSize = "uncompressedByteSize"; - } - return object; - }; - - /** - * Converts this ReadRowsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @instance - * @returns {Object.} JSON object - */ - ReadRowsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadRowsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ReadRowsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadRowsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ReadRowsResponse"; - }; - - return ReadRowsResponse; - })(); - - v1.SplitReadStreamRequest = (function() { - - /** - * Properties of a SplitReadStreamRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @interface ISplitReadStreamRequest - * @property {string|null} [name] SplitReadStreamRequest name - * @property {number|null} [fraction] SplitReadStreamRequest fraction - */ - - /** - * Constructs a new SplitReadStreamRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a SplitReadStreamRequest. - * @implements ISplitReadStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamRequest=} [properties] Properties to set - */ - function SplitReadStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SplitReadStreamRequest name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @instance - */ - SplitReadStreamRequest.prototype.name = ""; - - /** - * SplitReadStreamRequest fraction. - * @member {number} fraction - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @instance - */ - SplitReadStreamRequest.prototype.fraction = 0; - - /** - * Creates a new SplitReadStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.SplitReadStreamRequest} SplitReadStreamRequest instance - */ - SplitReadStreamRequest.create = function create(properties) { - return new SplitReadStreamRequest(properties); - }; - - /** - * Encodes the specified SplitReadStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.SplitReadStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamRequest} message SplitReadStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.fraction != null && Object.hasOwnProperty.call(message, "fraction")) - writer.uint32(/* id 2, wireType 1 =*/17).double(message.fraction); - return writer; - }; - - /** - * Encodes the specified SplitReadStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.SplitReadStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamRequest} message SplitReadStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.SplitReadStreamRequest} SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.SplitReadStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.fraction = reader.double(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.SplitReadStreamRequest} SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SplitReadStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SplitReadStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.fraction != null && message.hasOwnProperty("fraction")) - if (typeof message.fraction !== "number") - return "fraction: number expected"; - return null; - }; - - /** - * Creates a SplitReadStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.SplitReadStreamRequest} SplitReadStreamRequest - */ - SplitReadStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.SplitReadStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.SplitReadStreamRequest(); - if (object.name != null) - message.name = String(object.name); - if (object.fraction != null) - message.fraction = Number(object.fraction); - return message; - }; - - /** - * Creates a plain object from a SplitReadStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.SplitReadStreamRequest} message SplitReadStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SplitReadStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.fraction = 0; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.fraction != null && message.hasOwnProperty("fraction")) - object.fraction = options.json && !isFinite(message.fraction) ? String(message.fraction) : message.fraction; - return object; - }; - - /** - * Converts this SplitReadStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @instance - * @returns {Object.} JSON object - */ - SplitReadStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SplitReadStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SplitReadStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.SplitReadStreamRequest"; - }; - - return SplitReadStreamRequest; - })(); - - v1.SplitReadStreamResponse = (function() { - - /** - * Properties of a SplitReadStreamResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @interface ISplitReadStreamResponse - * @property {google.cloud.bigquery.storage.v1.IReadStream|null} [primaryStream] SplitReadStreamResponse primaryStream - * @property {google.cloud.bigquery.storage.v1.IReadStream|null} [remainderStream] SplitReadStreamResponse remainderStream - */ - - /** - * Constructs a new SplitReadStreamResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a SplitReadStreamResponse. - * @implements ISplitReadStreamResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamResponse=} [properties] Properties to set - */ - function SplitReadStreamResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SplitReadStreamResponse primaryStream. - * @member {google.cloud.bigquery.storage.v1.IReadStream|null|undefined} primaryStream - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @instance - */ - SplitReadStreamResponse.prototype.primaryStream = null; - - /** - * SplitReadStreamResponse remainderStream. - * @member {google.cloud.bigquery.storage.v1.IReadStream|null|undefined} remainderStream - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @instance - */ - SplitReadStreamResponse.prototype.remainderStream = null; - - /** - * Creates a new SplitReadStreamResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.SplitReadStreamResponse} SplitReadStreamResponse instance - */ - SplitReadStreamResponse.create = function create(properties) { - return new SplitReadStreamResponse(properties); - }; - - /** - * Encodes the specified SplitReadStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.SplitReadStreamResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamResponse} message SplitReadStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.primaryStream != null && Object.hasOwnProperty.call(message, "primaryStream")) - $root.google.cloud.bigquery.storage.v1.ReadStream.encode(message.primaryStream, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.remainderStream != null && Object.hasOwnProperty.call(message, "remainderStream")) - $root.google.cloud.bigquery.storage.v1.ReadStream.encode(message.remainderStream, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified SplitReadStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.SplitReadStreamResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1.ISplitReadStreamResponse} message SplitReadStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.SplitReadStreamResponse} SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.SplitReadStreamResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.primaryStream = $root.google.cloud.bigquery.storage.v1.ReadStream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.remainderStream = $root.google.cloud.bigquery.storage.v1.ReadStream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.SplitReadStreamResponse} SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SplitReadStreamResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SplitReadStreamResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.primaryStream != null && message.hasOwnProperty("primaryStream")) { - var error = $root.google.cloud.bigquery.storage.v1.ReadStream.verify(message.primaryStream, long + 1); - if (error) - return "primaryStream." + error; - } - if (message.remainderStream != null && message.hasOwnProperty("remainderStream")) { - var error = $root.google.cloud.bigquery.storage.v1.ReadStream.verify(message.remainderStream, long + 1); - if (error) - return "remainderStream." + error; - } - return null; - }; - - /** - * Creates a SplitReadStreamResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.SplitReadStreamResponse} SplitReadStreamResponse - */ - SplitReadStreamResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.SplitReadStreamResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.SplitReadStreamResponse(); - if (object.primaryStream != null) { - if (typeof object.primaryStream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.SplitReadStreamResponse.primaryStream: object expected"); - message.primaryStream = $root.google.cloud.bigquery.storage.v1.ReadStream.fromObject(object.primaryStream, long + 1); - } - if (object.remainderStream != null) { - if (typeof object.remainderStream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.SplitReadStreamResponse.remainderStream: object expected"); - message.remainderStream = $root.google.cloud.bigquery.storage.v1.ReadStream.fromObject(object.remainderStream, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a SplitReadStreamResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1.SplitReadStreamResponse} message SplitReadStreamResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SplitReadStreamResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.primaryStream = null; - object.remainderStream = null; - } - if (message.primaryStream != null && message.hasOwnProperty("primaryStream")) - object.primaryStream = $root.google.cloud.bigquery.storage.v1.ReadStream.toObject(message.primaryStream, options); - if (message.remainderStream != null && message.hasOwnProperty("remainderStream")) - object.remainderStream = $root.google.cloud.bigquery.storage.v1.ReadStream.toObject(message.remainderStream, options); - return object; - }; - - /** - * Converts this SplitReadStreamResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @instance - * @returns {Object.} JSON object - */ - SplitReadStreamResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SplitReadStreamResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.SplitReadStreamResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SplitReadStreamResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.SplitReadStreamResponse"; - }; - - return SplitReadStreamResponse; - })(); - - v1.CreateWriteStreamRequest = (function() { - - /** - * Properties of a CreateWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @interface ICreateWriteStreamRequest - * @property {string|null} [parent] CreateWriteStreamRequest parent - * @property {google.cloud.bigquery.storage.v1.IWriteStream|null} [writeStream] CreateWriteStreamRequest writeStream - */ - - /** - * Constructs a new CreateWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a CreateWriteStreamRequest. - * @implements ICreateWriteStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest=} [properties] Properties to set - */ - function CreateWriteStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CreateWriteStreamRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @instance - */ - CreateWriteStreamRequest.prototype.parent = ""; - - /** - * CreateWriteStreamRequest writeStream. - * @member {google.cloud.bigquery.storage.v1.IWriteStream|null|undefined} writeStream - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @instance - */ - CreateWriteStreamRequest.prototype.writeStream = null; - - /** - * Creates a new CreateWriteStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.CreateWriteStreamRequest} CreateWriteStreamRequest instance - */ - CreateWriteStreamRequest.create = function create(properties) { - return new CreateWriteStreamRequest(properties); - }; - - /** - * Encodes the specified CreateWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.CreateWriteStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest} message CreateWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateWriteStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.writeStream != null && Object.hasOwnProperty.call(message, "writeStream")) - $root.google.cloud.bigquery.storage.v1.WriteStream.encode(message.writeStream, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified CreateWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.CreateWriteStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest} message CreateWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateWriteStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CreateWriteStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.CreateWriteStreamRequest} CreateWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateWriteStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - message.writeStream = $root.google.cloud.bigquery.storage.v1.WriteStream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CreateWriteStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.CreateWriteStreamRequest} CreateWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateWriteStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CreateWriteStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CreateWriteStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.writeStream != null && message.hasOwnProperty("writeStream")) { - var error = $root.google.cloud.bigquery.storage.v1.WriteStream.verify(message.writeStream, long + 1); - if (error) - return "writeStream." + error; - } - return null; - }; - - /** - * Creates a CreateWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.CreateWriteStreamRequest} CreateWriteStreamRequest - */ - CreateWriteStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.writeStream != null) { - if (typeof object.writeStream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.CreateWriteStreamRequest.writeStream: object expected"); - message.writeStream = $root.google.cloud.bigquery.storage.v1.WriteStream.fromObject(object.writeStream, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a CreateWriteStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.CreateWriteStreamRequest} message CreateWriteStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CreateWriteStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.parent = ""; - object.writeStream = null; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - object.writeStream = $root.google.cloud.bigquery.storage.v1.WriteStream.toObject(message.writeStream, options); - return object; - }; - - /** - * Converts this CreateWriteStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @instance - * @returns {Object.} JSON object - */ - CreateWriteStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CreateWriteStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.CreateWriteStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CreateWriteStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.CreateWriteStreamRequest"; - }; - - return CreateWriteStreamRequest; - })(); - - v1.AppendRowsRequest = (function() { - - /** - * Properties of an AppendRowsRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IAppendRowsRequest - * @property {string|null} [writeStream] AppendRowsRequest writeStream - * @property {google.protobuf.IInt64Value|null} [offset] AppendRowsRequest offset - * @property {google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData|null} [protoRows] AppendRowsRequest protoRows - * @property {google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData|null} [arrowRows] AppendRowsRequest arrowRows - * @property {string|null} [traceId] AppendRowsRequest traceId - * @property {Object.|null} [missingValueInterpretations] AppendRowsRequest missingValueInterpretations - * @property {google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation|null} [defaultMissingValueInterpretation] AppendRowsRequest defaultMissingValueInterpretation - */ - - /** - * Constructs a new AppendRowsRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents an AppendRowsRequest. - * @implements IAppendRowsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1.IAppendRowsRequest=} [properties] Properties to set - */ - function AppendRowsRequest(properties) { - this.missingValueInterpretations = {}; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AppendRowsRequest writeStream. - * @member {string} writeStream - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.writeStream = ""; - - /** - * AppendRowsRequest offset. - * @member {google.protobuf.IInt64Value|null|undefined} offset - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.offset = null; - - /** - * AppendRowsRequest protoRows. - * @member {google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData|null|undefined} protoRows - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.protoRows = null; - - /** - * AppendRowsRequest arrowRows. - * @member {google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData|null|undefined} arrowRows - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.arrowRows = null; - - /** - * AppendRowsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.traceId = ""; - - /** - * AppendRowsRequest missingValueInterpretations. - * @member {Object.} missingValueInterpretations - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.missingValueInterpretations = $util.emptyObject; - - /** - * AppendRowsRequest defaultMissingValueInterpretation. - * @member {google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation} defaultMissingValueInterpretation - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.defaultMissingValueInterpretation = 0; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * AppendRowsRequest rows. - * @member {"protoRows"|"arrowRows"|undefined} rows - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @instance - */ - Object.defineProperty(AppendRowsRequest.prototype, "rows", { - get: $util.oneOfGetter($oneOfFields = ["protoRows", "arrowRows"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new AppendRowsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IAppendRowsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest} AppendRowsRequest instance - */ - AppendRowsRequest.create = function create(properties) { - return new AppendRowsRequest(properties); - }; - - /** - * Encodes the specified AppendRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IAppendRowsRequest} message AppendRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendRowsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.writeStream != null && Object.hasOwnProperty.call(message, "writeStream")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.writeStream); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - $root.google.protobuf.Int64Value.encode(message.offset, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.protoRows != null && Object.hasOwnProperty.call(message, "protoRows")) - $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.encode(message.protoRows, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.arrowRows != null && Object.hasOwnProperty.call(message, "arrowRows")) - $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.encode(message.arrowRows, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.traceId); - if (message.missingValueInterpretations != null && Object.hasOwnProperty.call(message, "missingValueInterpretations")) - for (var keys = Object.keys(message.missingValueInterpretations), i = 0; i < keys.length; ++i) - writer.uint32(/* id 7, wireType 2 =*/58).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 0 =*/16).int32(message.missingValueInterpretations[keys[i]]).ldelim(); - if (message.defaultMissingValueInterpretation != null && Object.hasOwnProperty.call(message, "defaultMissingValueInterpretation")) - writer.uint32(/* id 8, wireType 0 =*/64).int32(message.defaultMissingValueInterpretation); - return writer; - }; - - /** - * Encodes the specified AppendRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IAppendRowsRequest} message AppendRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendRowsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AppendRowsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest} AppendRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendRowsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.AppendRowsRequest(), key, value; - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.writeStream = reader.string(); - break; - } - case 2: { - message.offset = $root.google.protobuf.Int64Value.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - message.protoRows = $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.arrowRows = $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 6: { - message.traceId = reader.string(); - break; - } - case 7: { - if (message.missingValueInterpretations === $util.emptyObject) - message.missingValueInterpretations = {}; - var end2 = reader.uint32() + reader.pos; - key = ""; - value = 0; - while (reader.pos < end2) { - var tag2 = reader.uint32(); - switch (tag2 >>> 3) { - case 1: - key = reader.string(); - break; - case 2: - value = reader.int32(); - break; - default: - reader.skipType(tag2 & 7, long); - break; - } - } - if (key === "__proto__") - $util.makeProp(message.missingValueInterpretations, key); - message.missingValueInterpretations[key] = value; - break; - } - case 8: { - message.defaultMissingValueInterpretation = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AppendRowsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest} AppendRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendRowsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AppendRowsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AppendRowsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - if (!$util.isString(message.writeStream)) - return "writeStream: string expected"; - if (message.offset != null && message.hasOwnProperty("offset")) { - var error = $root.google.protobuf.Int64Value.verify(message.offset, long + 1); - if (error) - return "offset." + error; - } - if (message.protoRows != null && message.hasOwnProperty("protoRows")) { - properties.rows = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.verify(message.protoRows, long + 1); - if (error) - return "protoRows." + error; - } - } - if (message.arrowRows != null && message.hasOwnProperty("arrowRows")) { - if (properties.rows === 1) - return "rows: multiple values"; - properties.rows = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.verify(message.arrowRows, long + 1); - if (error) - return "arrowRows." + error; - } - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - if (message.missingValueInterpretations != null && message.hasOwnProperty("missingValueInterpretations")) { - if (!$util.isObject(message.missingValueInterpretations)) - return "missingValueInterpretations: object expected"; - var key = Object.keys(message.missingValueInterpretations); - for (var i = 0; i < key.length; ++i) - switch (message.missingValueInterpretations[key[i]]) { - default: - return "missingValueInterpretations: enum value{k:string} expected"; - case 0: - case 1: - case 2: - break; - } - } - if (message.defaultMissingValueInterpretation != null && message.hasOwnProperty("defaultMissingValueInterpretation")) - switch (message.defaultMissingValueInterpretation) { - default: - return "defaultMissingValueInterpretation: enum value expected"; - case 0: - case 1: - case 2: - break; - } - return null; - }; - - /** - * Creates an AppendRowsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest} AppendRowsRequest - */ - AppendRowsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.AppendRowsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.AppendRowsRequest(); - if (object.writeStream != null) - message.writeStream = String(object.writeStream); - if (object.offset != null) { - if (typeof object.offset !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsRequest.offset: object expected"); - message.offset = $root.google.protobuf.Int64Value.fromObject(object.offset, long + 1); - } - if (object.protoRows != null) { - if (typeof object.protoRows !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsRequest.protoRows: object expected"); - message.protoRows = $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.fromObject(object.protoRows, long + 1); - } - if (object.arrowRows != null) { - if (typeof object.arrowRows !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsRequest.arrowRows: object expected"); - message.arrowRows = $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.fromObject(object.arrowRows, long + 1); - } - if (object.traceId != null) - message.traceId = String(object.traceId); - if (object.missingValueInterpretations) { - if (typeof object.missingValueInterpretations !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsRequest.missingValueInterpretations: object expected"); - message.missingValueInterpretations = {}; - for (var keys = Object.keys(object.missingValueInterpretations), i = 0; i < keys.length; ++i) { - if (keys[i] === "__proto__") - $util.makeProp(message.missingValueInterpretations, keys[i]); - switch (object.missingValueInterpretations[keys[i]]) { - default: - if (typeof object.missingValueInterpretations[keys[i]] === "number") { - message.missingValueInterpretations[keys[i]] = object.missingValueInterpretations[keys[i]]; - break; - } - break; - case "MISSING_VALUE_INTERPRETATION_UNSPECIFIED": - case 0: - message.missingValueInterpretations[keys[i]] = 0; - break; - case "NULL_VALUE": - case 1: - message.missingValueInterpretations[keys[i]] = 1; - break; - case "DEFAULT_VALUE": - case 2: - message.missingValueInterpretations[keys[i]] = 2; - break; - } - } - } - switch (object.defaultMissingValueInterpretation) { - default: - if (typeof object.defaultMissingValueInterpretation === "number") { - message.defaultMissingValueInterpretation = object.defaultMissingValueInterpretation; - break; - } - break; - case "MISSING_VALUE_INTERPRETATION_UNSPECIFIED": - case 0: - message.defaultMissingValueInterpretation = 0; - break; - case "NULL_VALUE": - case 1: - message.defaultMissingValueInterpretation = 1; - break; - case "DEFAULT_VALUE": - case 2: - message.defaultMissingValueInterpretation = 2; - break; - } - return message; - }; - - /** - * Creates a plain object from an AppendRowsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest} message AppendRowsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AppendRowsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.objects || options.defaults) - object.missingValueInterpretations = {}; - if (options.defaults) { - object.writeStream = ""; - object.offset = null; - object.traceId = ""; - object.defaultMissingValueInterpretation = options.enums === String ? "MISSING_VALUE_INTERPRETATION_UNSPECIFIED" : 0; - } - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - object.writeStream = message.writeStream; - if (message.offset != null && message.hasOwnProperty("offset")) - object.offset = $root.google.protobuf.Int64Value.toObject(message.offset, options); - if (message.protoRows != null && message.hasOwnProperty("protoRows")) { - object.protoRows = $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.toObject(message.protoRows, options); - if (options.oneofs) - object.rows = "protoRows"; - } - if (message.arrowRows != null && message.hasOwnProperty("arrowRows")) { - object.arrowRows = $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.toObject(message.arrowRows, options); - if (options.oneofs) - object.rows = "arrowRows"; - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - var keys2; - if (message.missingValueInterpretations && (keys2 = Object.keys(message.missingValueInterpretations)).length) { - object.missingValueInterpretations = {}; - for (var j = 0; j < keys2.length; ++j) { - if (keys2[j] === "__proto__") - $util.makeProp(object.missingValueInterpretations, keys2[j]); - object.missingValueInterpretations[keys2[j]] = options.enums === String ? $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation[message.missingValueInterpretations[keys2[j]]] === undefined ? message.missingValueInterpretations[keys2[j]] : $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation[message.missingValueInterpretations[keys2[j]]] : message.missingValueInterpretations[keys2[j]]; - } - } - if (message.defaultMissingValueInterpretation != null && message.hasOwnProperty("defaultMissingValueInterpretation")) - object.defaultMissingValueInterpretation = options.enums === String ? $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation[message.defaultMissingValueInterpretation] === undefined ? message.defaultMissingValueInterpretation : $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation[message.defaultMissingValueInterpretation] : message.defaultMissingValueInterpretation; - return object; - }; - - /** - * Converts this AppendRowsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @instance - * @returns {Object.} JSON object - */ - AppendRowsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AppendRowsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AppendRowsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.AppendRowsRequest"; - }; - - AppendRowsRequest.ArrowData = (function() { - - /** - * Properties of an ArrowData. - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @interface IArrowData - * @property {google.cloud.bigquery.storage.v1.IArrowSchema|null} [writerSchema] ArrowData writerSchema - * @property {google.cloud.bigquery.storage.v1.IArrowRecordBatch|null} [rows] ArrowData rows - */ - - /** - * Constructs a new ArrowData. - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @classdesc Represents an ArrowData. - * @implements IArrowData - * @constructor - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData=} [properties] Properties to set - */ - function ArrowData(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ArrowData writerSchema. - * @member {google.cloud.bigquery.storage.v1.IArrowSchema|null|undefined} writerSchema - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @instance - */ - ArrowData.prototype.writerSchema = null; - - /** - * ArrowData rows. - * @member {google.cloud.bigquery.storage.v1.IArrowRecordBatch|null|undefined} rows - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @instance - */ - ArrowData.prototype.rows = null; - - /** - * Creates a new ArrowData instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData} ArrowData instance - */ - ArrowData.create = function create(properties) { - return new ArrowData(properties); - }; - - /** - * Encodes the specified ArrowData message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData} message ArrowData message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowData.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.writerSchema != null && Object.hasOwnProperty.call(message, "writerSchema")) - $root.google.cloud.bigquery.storage.v1.ArrowSchema.encode(message.writerSchema, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.rows != null && Object.hasOwnProperty.call(message, "rows")) - $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.encode(message.rows, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ArrowData message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.IArrowData} message ArrowData message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowData.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ArrowData message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData} ArrowData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowData.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.writerSchema = $root.google.cloud.bigquery.storage.v1.ArrowSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.rows = $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ArrowData message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData} ArrowData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowData.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ArrowData message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ArrowData.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.writerSchema != null && message.hasOwnProperty("writerSchema")) { - var error = $root.google.cloud.bigquery.storage.v1.ArrowSchema.verify(message.writerSchema, long + 1); - if (error) - return "writerSchema." + error; - } - if (message.rows != null && message.hasOwnProperty("rows")) { - var error = $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.verify(message.rows, long + 1); - if (error) - return "rows." + error; - } - return null; - }; - - /** - * Creates an ArrowData message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData} ArrowData - */ - ArrowData.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData(); - if (object.writerSchema != null) { - if (typeof object.writerSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.writerSchema: object expected"); - message.writerSchema = $root.google.cloud.bigquery.storage.v1.ArrowSchema.fromObject(object.writerSchema, long + 1); - } - if (object.rows != null) { - if (typeof object.rows !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData.rows: object expected"); - message.rows = $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.fromObject(object.rows, long + 1); - } - return message; - }; - - /** - * Creates a plain object from an ArrowData message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData} message ArrowData - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ArrowData.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.writerSchema = null; - object.rows = null; - } - if (message.writerSchema != null && message.hasOwnProperty("writerSchema")) - object.writerSchema = $root.google.cloud.bigquery.storage.v1.ArrowSchema.toObject(message.writerSchema, options); - if (message.rows != null && message.hasOwnProperty("rows")) - object.rows = $root.google.cloud.bigquery.storage.v1.ArrowRecordBatch.toObject(message.rows, options); - return object; - }; - - /** - * Converts this ArrowData to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @instance - * @returns {Object.} JSON object - */ - ArrowData.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ArrowData - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ArrowData.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.AppendRowsRequest.ArrowData"; - }; - - return ArrowData; - })(); - - AppendRowsRequest.ProtoData = (function() { - - /** - * Properties of a ProtoData. - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @interface IProtoData - * @property {google.cloud.bigquery.storage.v1.IProtoSchema|null} [writerSchema] ProtoData writerSchema - * @property {google.cloud.bigquery.storage.v1.IProtoRows|null} [rows] ProtoData rows - */ - - /** - * Constructs a new ProtoData. - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest - * @classdesc Represents a ProtoData. - * @implements IProtoData - * @constructor - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData=} [properties] Properties to set - */ - function ProtoData(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ProtoData writerSchema. - * @member {google.cloud.bigquery.storage.v1.IProtoSchema|null|undefined} writerSchema - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @instance - */ - ProtoData.prototype.writerSchema = null; - - /** - * ProtoData rows. - * @member {google.cloud.bigquery.storage.v1.IProtoRows|null|undefined} rows - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @instance - */ - ProtoData.prototype.rows = null; - - /** - * Creates a new ProtoData instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData} ProtoData instance - */ - ProtoData.create = function create(properties) { - return new ProtoData(properties); - }; - - /** - * Encodes the specified ProtoData message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData} message ProtoData message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoData.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.writerSchema != null && Object.hasOwnProperty.call(message, "writerSchema")) - $root.google.cloud.bigquery.storage.v1.ProtoSchema.encode(message.writerSchema, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.rows != null && Object.hasOwnProperty.call(message, "rows")) - $root.google.cloud.bigquery.storage.v1.ProtoRows.encode(message.rows, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ProtoData message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.IProtoData} message ProtoData message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoData.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ProtoData message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData} ProtoData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoData.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.writerSchema = $root.google.cloud.bigquery.storage.v1.ProtoSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.rows = $root.google.cloud.bigquery.storage.v1.ProtoRows.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ProtoData message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData} ProtoData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoData.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ProtoData message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ProtoData.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.writerSchema != null && message.hasOwnProperty("writerSchema")) { - var error = $root.google.cloud.bigquery.storage.v1.ProtoSchema.verify(message.writerSchema, long + 1); - if (error) - return "writerSchema." + error; - } - if (message.rows != null && message.hasOwnProperty("rows")) { - var error = $root.google.cloud.bigquery.storage.v1.ProtoRows.verify(message.rows, long + 1); - if (error) - return "rows." + error; - } - return null; - }; - - /** - * Creates a ProtoData message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData} ProtoData - */ - ProtoData.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData(); - if (object.writerSchema != null) { - if (typeof object.writerSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.writerSchema: object expected"); - message.writerSchema = $root.google.cloud.bigquery.storage.v1.ProtoSchema.fromObject(object.writerSchema, long + 1); - } - if (object.rows != null) { - if (typeof object.rows !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.rows: object expected"); - message.rows = $root.google.cloud.bigquery.storage.v1.ProtoRows.fromObject(object.rows, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ProtoData message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData} message ProtoData - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ProtoData.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.writerSchema = null; - object.rows = null; - } - if (message.writerSchema != null && message.hasOwnProperty("writerSchema")) - object.writerSchema = $root.google.cloud.bigquery.storage.v1.ProtoSchema.toObject(message.writerSchema, options); - if (message.rows != null && message.hasOwnProperty("rows")) - object.rows = $root.google.cloud.bigquery.storage.v1.ProtoRows.toObject(message.rows, options); - return object; - }; - - /** - * Converts this ProtoData to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @instance - * @returns {Object.} JSON object - */ - ProtoData.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ProtoData - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ProtoData.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData"; - }; - - return ProtoData; - })(); - - /** - * MissingValueInterpretation enum. - * @name google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation - * @enum {number} - * @property {number} MISSING_VALUE_INTERPRETATION_UNSPECIFIED=0 MISSING_VALUE_INTERPRETATION_UNSPECIFIED value - * @property {number} NULL_VALUE=1 NULL_VALUE value - * @property {number} DEFAULT_VALUE=2 DEFAULT_VALUE value - */ - AppendRowsRequest.MissingValueInterpretation = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "MISSING_VALUE_INTERPRETATION_UNSPECIFIED"] = 0; - values[valuesById[1] = "NULL_VALUE"] = 1; - values[valuesById[2] = "DEFAULT_VALUE"] = 2; - return values; - })(); - - return AppendRowsRequest; - })(); - - v1.AppendRowsResponse = (function() { - - /** - * Properties of an AppendRowsResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IAppendRowsResponse - * @property {google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult|null} [appendResult] AppendRowsResponse appendResult - * @property {google.rpc.IStatus|null} [error] AppendRowsResponse error - * @property {google.cloud.bigquery.storage.v1.ITableSchema|null} [updatedSchema] AppendRowsResponse updatedSchema - * @property {Array.|null} [rowErrors] AppendRowsResponse rowErrors - * @property {string|null} [writeStream] AppendRowsResponse writeStream - */ - - /** - * Constructs a new AppendRowsResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents an AppendRowsResponse. - * @implements IAppendRowsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1.IAppendRowsResponse=} [properties] Properties to set - */ - function AppendRowsResponse(properties) { - this.rowErrors = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AppendRowsResponse appendResult. - * @member {google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult|null|undefined} appendResult - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @instance - */ - AppendRowsResponse.prototype.appendResult = null; - - /** - * AppendRowsResponse error. - * @member {google.rpc.IStatus|null|undefined} error - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @instance - */ - AppendRowsResponse.prototype.error = null; - - /** - * AppendRowsResponse updatedSchema. - * @member {google.cloud.bigquery.storage.v1.ITableSchema|null|undefined} updatedSchema - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @instance - */ - AppendRowsResponse.prototype.updatedSchema = null; - - /** - * AppendRowsResponse rowErrors. - * @member {Array.} rowErrors - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @instance - */ - AppendRowsResponse.prototype.rowErrors = $util.emptyArray; - - /** - * AppendRowsResponse writeStream. - * @member {string} writeStream - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @instance - */ - AppendRowsResponse.prototype.writeStream = ""; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * AppendRowsResponse response. - * @member {"appendResult"|"error"|undefined} response - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @instance - */ - Object.defineProperty(AppendRowsResponse.prototype, "response", { - get: $util.oneOfGetter($oneOfFields = ["appendResult", "error"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new AppendRowsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IAppendRowsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.AppendRowsResponse} AppendRowsResponse instance - */ - AppendRowsResponse.create = function create(properties) { - return new AppendRowsResponse(properties); - }; - - /** - * Encodes the specified AppendRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IAppendRowsResponse} message AppendRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendRowsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.appendResult != null && Object.hasOwnProperty.call(message, "appendResult")) - $root.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.encode(message.appendResult, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.error != null && Object.hasOwnProperty.call(message, "error")) - $root.google.rpc.Status.encode(message.error, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.updatedSchema != null && Object.hasOwnProperty.call(message, "updatedSchema")) - $root.google.cloud.bigquery.storage.v1.TableSchema.encode(message.updatedSchema, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.rowErrors != null && message.rowErrors.length) - for (var i = 0; i < message.rowErrors.length; ++i) - $root.google.cloud.bigquery.storage.v1.RowError.encode(message.rowErrors[i], writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.writeStream != null && Object.hasOwnProperty.call(message, "writeStream")) - writer.uint32(/* id 5, wireType 2 =*/42).string(message.writeStream); - return writer; - }; - - /** - * Encodes the specified AppendRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IAppendRowsResponse} message AppendRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendRowsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AppendRowsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.AppendRowsResponse} AppendRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendRowsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.AppendRowsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.appendResult = $root.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.error = $root.google.rpc.Status.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.updatedSchema = $root.google.cloud.bigquery.storage.v1.TableSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - if (!(message.rowErrors && message.rowErrors.length)) - message.rowErrors = []; - message.rowErrors.push($root.google.cloud.bigquery.storage.v1.RowError.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 5: { - message.writeStream = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AppendRowsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.AppendRowsResponse} AppendRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendRowsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AppendRowsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AppendRowsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.appendResult != null && message.hasOwnProperty("appendResult")) { - properties.response = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.verify(message.appendResult, long + 1); - if (error) - return "appendResult." + error; - } - } - if (message.error != null && message.hasOwnProperty("error")) { - if (properties.response === 1) - return "response: multiple values"; - properties.response = 1; - { - var error = $root.google.rpc.Status.verify(message.error, long + 1); - if (error) - return "error." + error; - } - } - if (message.updatedSchema != null && message.hasOwnProperty("updatedSchema")) { - var error = $root.google.cloud.bigquery.storage.v1.TableSchema.verify(message.updatedSchema, long + 1); - if (error) - return "updatedSchema." + error; - } - if (message.rowErrors != null && message.hasOwnProperty("rowErrors")) { - if (!Array.isArray(message.rowErrors)) - return "rowErrors: array expected"; - for (var i = 0; i < message.rowErrors.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1.RowError.verify(message.rowErrors[i], long + 1); - if (error) - return "rowErrors." + error; - } - } - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - if (!$util.isString(message.writeStream)) - return "writeStream: string expected"; - return null; - }; - - /** - * Creates an AppendRowsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.AppendRowsResponse} AppendRowsResponse - */ - AppendRowsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.AppendRowsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.AppendRowsResponse(); - if (object.appendResult != null) { - if (typeof object.appendResult !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsResponse.appendResult: object expected"); - message.appendResult = $root.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.fromObject(object.appendResult, long + 1); - } - if (object.error != null) { - if (typeof object.error !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsResponse.error: object expected"); - message.error = $root.google.rpc.Status.fromObject(object.error, long + 1); - } - if (object.updatedSchema != null) { - if (typeof object.updatedSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsResponse.updatedSchema: object expected"); - message.updatedSchema = $root.google.cloud.bigquery.storage.v1.TableSchema.fromObject(object.updatedSchema, long + 1); - } - if (object.rowErrors) { - if (!Array.isArray(object.rowErrors)) - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsResponse.rowErrors: array expected"); - message.rowErrors = []; - for (var i = 0; i < object.rowErrors.length; ++i) { - if (typeof object.rowErrors[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsResponse.rowErrors: object expected"); - message.rowErrors[i] = $root.google.cloud.bigquery.storage.v1.RowError.fromObject(object.rowErrors[i], long + 1); - } - } - if (object.writeStream != null) - message.writeStream = String(object.writeStream); - return message; - }; - - /** - * Creates a plain object from an AppendRowsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsResponse} message AppendRowsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AppendRowsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.rowErrors = []; - if (options.defaults) { - object.updatedSchema = null; - object.writeStream = ""; - } - if (message.appendResult != null && message.hasOwnProperty("appendResult")) { - object.appendResult = $root.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.toObject(message.appendResult, options); - if (options.oneofs) - object.response = "appendResult"; - } - if (message.error != null && message.hasOwnProperty("error")) { - object.error = $root.google.rpc.Status.toObject(message.error, options); - if (options.oneofs) - object.response = "error"; - } - if (message.updatedSchema != null && message.hasOwnProperty("updatedSchema")) - object.updatedSchema = $root.google.cloud.bigquery.storage.v1.TableSchema.toObject(message.updatedSchema, options); - if (message.rowErrors && message.rowErrors.length) { - object.rowErrors = []; - for (var j = 0; j < message.rowErrors.length; ++j) - object.rowErrors[j] = $root.google.cloud.bigquery.storage.v1.RowError.toObject(message.rowErrors[j], options); - } - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - object.writeStream = message.writeStream; - return object; - }; - - /** - * Converts this AppendRowsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @instance - * @returns {Object.} JSON object - */ - AppendRowsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AppendRowsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AppendRowsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.AppendRowsResponse"; - }; - - AppendRowsResponse.AppendResult = (function() { - - /** - * Properties of an AppendResult. - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @interface IAppendResult - * @property {google.protobuf.IInt64Value|null} [offset] AppendResult offset - */ - - /** - * Constructs a new AppendResult. - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse - * @classdesc Represents an AppendResult. - * @implements IAppendResult - * @constructor - * @param {google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult=} [properties] Properties to set - */ - function AppendResult(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AppendResult offset. - * @member {google.protobuf.IInt64Value|null|undefined} offset - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @instance - */ - AppendResult.prototype.offset = null; - - /** - * Creates a new AppendResult instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult} AppendResult instance - */ - AppendResult.create = function create(properties) { - return new AppendResult(properties); - }; - - /** - * Encodes the specified AppendResult message. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult} message AppendResult message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendResult.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - $root.google.protobuf.Int64Value.encode(message.offset, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified AppendResult message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsResponse.IAppendResult} message AppendResult message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendResult.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AppendResult message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult} AppendResult - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendResult.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.offset = $root.google.protobuf.Int64Value.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AppendResult message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult} AppendResult - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendResult.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AppendResult message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AppendResult.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.offset != null && message.hasOwnProperty("offset")) { - var error = $root.google.protobuf.Int64Value.verify(message.offset, long + 1); - if (error) - return "offset." + error; - } - return null; - }; - - /** - * Creates an AppendResult message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult} AppendResult - */ - AppendResult.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult(); - if (object.offset != null) { - if (typeof object.offset !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult.offset: object expected"); - message.offset = $root.google.protobuf.Int64Value.fromObject(object.offset, long + 1); - } - return message; - }; - - /** - * Creates a plain object from an AppendResult message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @static - * @param {google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult} message AppendResult - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AppendResult.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.offset = null; - if (message.offset != null && message.hasOwnProperty("offset")) - object.offset = $root.google.protobuf.Int64Value.toObject(message.offset, options); - return object; - }; - - /** - * Converts this AppendResult to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @instance - * @returns {Object.} JSON object - */ - AppendResult.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AppendResult - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AppendResult.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult"; - }; - - return AppendResult; - })(); - - return AppendRowsResponse; - })(); - - v1.GetWriteStreamRequest = (function() { - - /** - * Properties of a GetWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IGetWriteStreamRequest - * @property {string|null} [name] GetWriteStreamRequest name - * @property {google.cloud.bigquery.storage.v1.WriteStreamView|null} [view] GetWriteStreamRequest view - */ - - /** - * Constructs a new GetWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a GetWriteStreamRequest. - * @implements IGetWriteStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1.IGetWriteStreamRequest=} [properties] Properties to set - */ - function GetWriteStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * GetWriteStreamRequest name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @instance - */ - GetWriteStreamRequest.prototype.name = ""; - - /** - * GetWriteStreamRequest view. - * @member {google.cloud.bigquery.storage.v1.WriteStreamView} view - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @instance - */ - GetWriteStreamRequest.prototype.view = 0; - - /** - * Creates a new GetWriteStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IGetWriteStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.GetWriteStreamRequest} GetWriteStreamRequest instance - */ - GetWriteStreamRequest.create = function create(properties) { - return new GetWriteStreamRequest(properties); - }; - - /** - * Encodes the specified GetWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.GetWriteStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IGetWriteStreamRequest} message GetWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - GetWriteStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.view != null && Object.hasOwnProperty.call(message, "view")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.view); - return writer; - }; - - /** - * Encodes the specified GetWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.GetWriteStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IGetWriteStreamRequest} message GetWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - GetWriteStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a GetWriteStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.GetWriteStreamRequest} GetWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - GetWriteStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.GetWriteStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 3: { - message.view = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a GetWriteStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.GetWriteStreamRequest} GetWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - GetWriteStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a GetWriteStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - GetWriteStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.view != null && message.hasOwnProperty("view")) - switch (message.view) { - default: - return "view: enum value expected"; - case 0: - case 1: - case 2: - break; - } - return null; - }; - - /** - * Creates a GetWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.GetWriteStreamRequest} GetWriteStreamRequest - */ - GetWriteStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.GetWriteStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.GetWriteStreamRequest(); - if (object.name != null) - message.name = String(object.name); - switch (object.view) { - default: - if (typeof object.view === "number") { - message.view = object.view; - break; - } - break; - case "WRITE_STREAM_VIEW_UNSPECIFIED": - case 0: - message.view = 0; - break; - case "BASIC": - case 1: - message.view = 1; - break; - case "FULL": - case 2: - message.view = 2; - break; - } - return message; - }; - - /** - * Creates a plain object from a GetWriteStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.GetWriteStreamRequest} message GetWriteStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - GetWriteStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.view = options.enums === String ? "WRITE_STREAM_VIEW_UNSPECIFIED" : 0; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.view != null && message.hasOwnProperty("view")) - object.view = options.enums === String ? $root.google.cloud.bigquery.storage.v1.WriteStreamView[message.view] === undefined ? message.view : $root.google.cloud.bigquery.storage.v1.WriteStreamView[message.view] : message.view; - return object; - }; - - /** - * Converts this GetWriteStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @instance - * @returns {Object.} JSON object - */ - GetWriteStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for GetWriteStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.GetWriteStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - GetWriteStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.GetWriteStreamRequest"; - }; - - return GetWriteStreamRequest; - })(); - - v1.BatchCommitWriteStreamsRequest = (function() { - - /** - * Properties of a BatchCommitWriteStreamsRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IBatchCommitWriteStreamsRequest - * @property {string|null} [parent] BatchCommitWriteStreamsRequest parent - * @property {Array.|null} [writeStreams] BatchCommitWriteStreamsRequest writeStreams - */ - - /** - * Constructs a new BatchCommitWriteStreamsRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a BatchCommitWriteStreamsRequest. - * @implements IBatchCommitWriteStreamsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest=} [properties] Properties to set - */ - function BatchCommitWriteStreamsRequest(properties) { - this.writeStreams = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCommitWriteStreamsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @instance - */ - BatchCommitWriteStreamsRequest.prototype.parent = ""; - - /** - * BatchCommitWriteStreamsRequest writeStreams. - * @member {Array.} writeStreams - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @instance - */ - BatchCommitWriteStreamsRequest.prototype.writeStreams = $util.emptyArray; - - /** - * Creates a new BatchCommitWriteStreamsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest} BatchCommitWriteStreamsRequest instance - */ - BatchCommitWriteStreamsRequest.create = function create(properties) { - return new BatchCommitWriteStreamsRequest(properties); - }; - - /** - * Encodes the specified BatchCommitWriteStreamsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest} message BatchCommitWriteStreamsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCommitWriteStreamsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.writeStreams != null && message.writeStreams.length) - for (var i = 0; i < message.writeStreams.length; ++i) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.writeStreams[i]); - return writer; - }; - - /** - * Encodes the specified BatchCommitWriteStreamsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest} message BatchCommitWriteStreamsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCommitWriteStreamsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCommitWriteStreamsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest} BatchCommitWriteStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCommitWriteStreamsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.writeStreams && message.writeStreams.length)) - message.writeStreams = []; - message.writeStreams.push(reader.string()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCommitWriteStreamsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest} BatchCommitWriteStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCommitWriteStreamsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCommitWriteStreamsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCommitWriteStreamsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.writeStreams != null && message.hasOwnProperty("writeStreams")) { - if (!Array.isArray(message.writeStreams)) - return "writeStreams: array expected"; - for (var i = 0; i < message.writeStreams.length; ++i) - if (!$util.isString(message.writeStreams[i])) - return "writeStreams: string[] expected"; - } - return null; - }; - - /** - * Creates a BatchCommitWriteStreamsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest} BatchCommitWriteStreamsRequest - */ - BatchCommitWriteStreamsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.writeStreams) { - if (!Array.isArray(object.writeStreams)) - throw TypeError(".google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest.writeStreams: array expected"); - message.writeStreams = []; - for (var i = 0; i < object.writeStreams.length; ++i) - message.writeStreams[i] = String(object.writeStreams[i]); - } - return message; - }; - - /** - * Creates a plain object from a BatchCommitWriteStreamsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest} message BatchCommitWriteStreamsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCommitWriteStreamsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.writeStreams = []; - if (options.defaults) - object.parent = ""; - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.writeStreams && message.writeStreams.length) { - object.writeStreams = []; - for (var j = 0; j < message.writeStreams.length; ++j) - object.writeStreams[j] = message.writeStreams[j]; - } - return object; - }; - - /** - * Converts this BatchCommitWriteStreamsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @instance - * @returns {Object.} JSON object - */ - BatchCommitWriteStreamsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCommitWriteStreamsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCommitWriteStreamsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest"; - }; - - return BatchCommitWriteStreamsRequest; - })(); - - v1.BatchCommitWriteStreamsResponse = (function() { - - /** - * Properties of a BatchCommitWriteStreamsResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IBatchCommitWriteStreamsResponse - * @property {google.protobuf.ITimestamp|null} [commitTime] BatchCommitWriteStreamsResponse commitTime - * @property {Array.|null} [streamErrors] BatchCommitWriteStreamsResponse streamErrors - */ - - /** - * Constructs a new BatchCommitWriteStreamsResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a BatchCommitWriteStreamsResponse. - * @implements IBatchCommitWriteStreamsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse=} [properties] Properties to set - */ - function BatchCommitWriteStreamsResponse(properties) { - this.streamErrors = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCommitWriteStreamsResponse commitTime. - * @member {google.protobuf.ITimestamp|null|undefined} commitTime - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @instance - */ - BatchCommitWriteStreamsResponse.prototype.commitTime = null; - - /** - * BatchCommitWriteStreamsResponse streamErrors. - * @member {Array.} streamErrors - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @instance - */ - BatchCommitWriteStreamsResponse.prototype.streamErrors = $util.emptyArray; - - /** - * Creates a new BatchCommitWriteStreamsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse} BatchCommitWriteStreamsResponse instance - */ - BatchCommitWriteStreamsResponse.create = function create(properties) { - return new BatchCommitWriteStreamsResponse(properties); - }; - - /** - * Encodes the specified BatchCommitWriteStreamsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse} message BatchCommitWriteStreamsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCommitWriteStreamsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.commitTime != null && Object.hasOwnProperty.call(message, "commitTime")) - $root.google.protobuf.Timestamp.encode(message.commitTime, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.streamErrors != null && message.streamErrors.length) - for (var i = 0; i < message.streamErrors.length; ++i) - $root.google.cloud.bigquery.storage.v1.StorageError.encode(message.streamErrors[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified BatchCommitWriteStreamsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse} message BatchCommitWriteStreamsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCommitWriteStreamsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCommitWriteStreamsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse} BatchCommitWriteStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCommitWriteStreamsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.commitTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - if (!(message.streamErrors && message.streamErrors.length)) - message.streamErrors = []; - message.streamErrors.push($root.google.cloud.bigquery.storage.v1.StorageError.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCommitWriteStreamsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse} BatchCommitWriteStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCommitWriteStreamsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCommitWriteStreamsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCommitWriteStreamsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.commitTime != null && message.hasOwnProperty("commitTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.commitTime, long + 1); - if (error) - return "commitTime." + error; - } - if (message.streamErrors != null && message.hasOwnProperty("streamErrors")) { - if (!Array.isArray(message.streamErrors)) - return "streamErrors: array expected"; - for (var i = 0; i < message.streamErrors.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1.StorageError.verify(message.streamErrors[i], long + 1); - if (error) - return "streamErrors." + error; - } - } - return null; - }; - - /** - * Creates a BatchCommitWriteStreamsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse} BatchCommitWriteStreamsResponse - */ - BatchCommitWriteStreamsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse(); - if (object.commitTime != null) { - if (typeof object.commitTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse.commitTime: object expected"); - message.commitTime = $root.google.protobuf.Timestamp.fromObject(object.commitTime, long + 1); - } - if (object.streamErrors) { - if (!Array.isArray(object.streamErrors)) - throw TypeError(".google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse.streamErrors: array expected"); - message.streamErrors = []; - for (var i = 0; i < object.streamErrors.length; ++i) { - if (typeof object.streamErrors[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse.streamErrors: object expected"); - message.streamErrors[i] = $root.google.cloud.bigquery.storage.v1.StorageError.fromObject(object.streamErrors[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a BatchCommitWriteStreamsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse} message BatchCommitWriteStreamsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCommitWriteStreamsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.streamErrors = []; - if (options.defaults) - object.commitTime = null; - if (message.commitTime != null && message.hasOwnProperty("commitTime")) - object.commitTime = $root.google.protobuf.Timestamp.toObject(message.commitTime, options); - if (message.streamErrors && message.streamErrors.length) { - object.streamErrors = []; - for (var j = 0; j < message.streamErrors.length; ++j) - object.streamErrors[j] = $root.google.cloud.bigquery.storage.v1.StorageError.toObject(message.streamErrors[j], options); - } - return object; - }; - - /** - * Converts this BatchCommitWriteStreamsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @instance - * @returns {Object.} JSON object - */ - BatchCommitWriteStreamsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCommitWriteStreamsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCommitWriteStreamsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse"; - }; - - return BatchCommitWriteStreamsResponse; - })(); - - v1.FinalizeWriteStreamRequest = (function() { - - /** - * Properties of a FinalizeWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IFinalizeWriteStreamRequest - * @property {string|null} [name] FinalizeWriteStreamRequest name - */ - - /** - * Constructs a new FinalizeWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a FinalizeWriteStreamRequest. - * @implements IFinalizeWriteStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest=} [properties] Properties to set - */ - function FinalizeWriteStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FinalizeWriteStreamRequest name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @instance - */ - FinalizeWriteStreamRequest.prototype.name = ""; - - /** - * Creates a new FinalizeWriteStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest} FinalizeWriteStreamRequest instance - */ - FinalizeWriteStreamRequest.create = function create(properties) { - return new FinalizeWriteStreamRequest(properties); - }; - - /** - * Encodes the specified FinalizeWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest} message FinalizeWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeWriteStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - return writer; - }; - - /** - * Encodes the specified FinalizeWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest} message FinalizeWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeWriteStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FinalizeWriteStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest} FinalizeWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeWriteStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FinalizeWriteStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest} FinalizeWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeWriteStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FinalizeWriteStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FinalizeWriteStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - return null; - }; - - /** - * Creates a FinalizeWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest} FinalizeWriteStreamRequest - */ - FinalizeWriteStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest(); - if (object.name != null) - message.name = String(object.name); - return message; - }; - - /** - * Creates a plain object from a FinalizeWriteStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest} message FinalizeWriteStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FinalizeWriteStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.name = ""; - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - return object; - }; - - /** - * Converts this FinalizeWriteStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @instance - * @returns {Object.} JSON object - */ - FinalizeWriteStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FinalizeWriteStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FinalizeWriteStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest"; - }; - - return FinalizeWriteStreamRequest; - })(); - - v1.FinalizeWriteStreamResponse = (function() { - - /** - * Properties of a FinalizeWriteStreamResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IFinalizeWriteStreamResponse - * @property {number|Long|null} [rowCount] FinalizeWriteStreamResponse rowCount - */ - - /** - * Constructs a new FinalizeWriteStreamResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a FinalizeWriteStreamResponse. - * @implements IFinalizeWriteStreamResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse=} [properties] Properties to set - */ - function FinalizeWriteStreamResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FinalizeWriteStreamResponse rowCount. - * @member {number|Long} rowCount - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @instance - */ - FinalizeWriteStreamResponse.prototype.rowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new FinalizeWriteStreamResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse} FinalizeWriteStreamResponse instance - */ - FinalizeWriteStreamResponse.create = function create(properties) { - return new FinalizeWriteStreamResponse(properties); - }; - - /** - * Encodes the specified FinalizeWriteStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse} message FinalizeWriteStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeWriteStreamResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.rowCount != null && Object.hasOwnProperty.call(message, "rowCount")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.rowCount); - return writer; - }; - - /** - * Encodes the specified FinalizeWriteStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse} message FinalizeWriteStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeWriteStreamResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FinalizeWriteStreamResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse} FinalizeWriteStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeWriteStreamResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.rowCount = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FinalizeWriteStreamResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse} FinalizeWriteStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeWriteStreamResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FinalizeWriteStreamResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FinalizeWriteStreamResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (!$util.isInteger(message.rowCount) && !(message.rowCount && $util.isInteger(message.rowCount.low) && $util.isInteger(message.rowCount.high))) - return "rowCount: integer|Long expected"; - return null; - }; - - /** - * Creates a FinalizeWriteStreamResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse} FinalizeWriteStreamResponse - */ - FinalizeWriteStreamResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse(); - if (object.rowCount != null) - if ($util.Long) - (message.rowCount = $util.Long.fromValue(object.rowCount)).unsigned = false; - else if (typeof object.rowCount === "string") - message.rowCount = parseInt(object.rowCount, 10); - else if (typeof object.rowCount === "number") - message.rowCount = object.rowCount; - else if (typeof object.rowCount === "object") - message.rowCount = new $util.LongBits(object.rowCount.low >>> 0, object.rowCount.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a FinalizeWriteStreamResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse} message FinalizeWriteStreamResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FinalizeWriteStreamResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.rowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.rowCount = options.longs === String ? "0" : 0; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (typeof message.rowCount === "number") - object.rowCount = options.longs === String ? String(message.rowCount) : message.rowCount; - else - object.rowCount = options.longs === String ? $util.Long.prototype.toString.call(message.rowCount) : options.longs === Number ? new $util.LongBits(message.rowCount.low >>> 0, message.rowCount.high >>> 0).toNumber() : message.rowCount; - return object; - }; - - /** - * Converts this FinalizeWriteStreamResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @instance - * @returns {Object.} JSON object - */ - FinalizeWriteStreamResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FinalizeWriteStreamResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FinalizeWriteStreamResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse"; - }; - - return FinalizeWriteStreamResponse; - })(); - - v1.FlushRowsRequest = (function() { - - /** - * Properties of a FlushRowsRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IFlushRowsRequest - * @property {string|null} [writeStream] FlushRowsRequest writeStream - * @property {google.protobuf.IInt64Value|null} [offset] FlushRowsRequest offset - */ - - /** - * Constructs a new FlushRowsRequest. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a FlushRowsRequest. - * @implements IFlushRowsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1.IFlushRowsRequest=} [properties] Properties to set - */ - function FlushRowsRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FlushRowsRequest writeStream. - * @member {string} writeStream - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @instance - */ - FlushRowsRequest.prototype.writeStream = ""; - - /** - * FlushRowsRequest offset. - * @member {google.protobuf.IInt64Value|null|undefined} offset - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @instance - */ - FlushRowsRequest.prototype.offset = null; - - /** - * Creates a new FlushRowsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IFlushRowsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.FlushRowsRequest} FlushRowsRequest instance - */ - FlushRowsRequest.create = function create(properties) { - return new FlushRowsRequest(properties); - }; - - /** - * Encodes the specified FlushRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1.FlushRowsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IFlushRowsRequest} message FlushRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FlushRowsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.writeStream != null && Object.hasOwnProperty.call(message, "writeStream")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.writeStream); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - $root.google.protobuf.Int64Value.encode(message.offset, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified FlushRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.FlushRowsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.IFlushRowsRequest} message FlushRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FlushRowsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FlushRowsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.FlushRowsRequest} FlushRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FlushRowsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.FlushRowsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.writeStream = reader.string(); - break; - } - case 2: { - message.offset = $root.google.protobuf.Int64Value.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FlushRowsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.FlushRowsRequest} FlushRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FlushRowsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FlushRowsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FlushRowsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - if (!$util.isString(message.writeStream)) - return "writeStream: string expected"; - if (message.offset != null && message.hasOwnProperty("offset")) { - var error = $root.google.protobuf.Int64Value.verify(message.offset, long + 1); - if (error) - return "offset." + error; - } - return null; - }; - - /** - * Creates a FlushRowsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.FlushRowsRequest} FlushRowsRequest - */ - FlushRowsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.FlushRowsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.FlushRowsRequest(); - if (object.writeStream != null) - message.writeStream = String(object.writeStream); - if (object.offset != null) { - if (typeof object.offset !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.FlushRowsRequest.offset: object expected"); - message.offset = $root.google.protobuf.Int64Value.fromObject(object.offset, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a FlushRowsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1.FlushRowsRequest} message FlushRowsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FlushRowsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.writeStream = ""; - object.offset = null; - } - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - object.writeStream = message.writeStream; - if (message.offset != null && message.hasOwnProperty("offset")) - object.offset = $root.google.protobuf.Int64Value.toObject(message.offset, options); - return object; - }; - - /** - * Converts this FlushRowsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @instance - * @returns {Object.} JSON object - */ - FlushRowsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FlushRowsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.FlushRowsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FlushRowsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.FlushRowsRequest"; - }; - - return FlushRowsRequest; - })(); - - v1.FlushRowsResponse = (function() { - - /** - * Properties of a FlushRowsResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IFlushRowsResponse - * @property {number|Long|null} [offset] FlushRowsResponse offset - */ - - /** - * Constructs a new FlushRowsResponse. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a FlushRowsResponse. - * @implements IFlushRowsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1.IFlushRowsResponse=} [properties] Properties to set - */ - function FlushRowsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FlushRowsResponse offset. - * @member {number|Long} offset - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @instance - */ - FlushRowsResponse.prototype.offset = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new FlushRowsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IFlushRowsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.FlushRowsResponse} FlushRowsResponse instance - */ - FlushRowsResponse.create = function create(properties) { - return new FlushRowsResponse(properties); - }; - - /** - * Encodes the specified FlushRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1.FlushRowsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IFlushRowsResponse} message FlushRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FlushRowsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.offset); - return writer; - }; - - /** - * Encodes the specified FlushRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.FlushRowsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.IFlushRowsResponse} message FlushRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FlushRowsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FlushRowsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.FlushRowsResponse} FlushRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FlushRowsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.FlushRowsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.offset = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FlushRowsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.FlushRowsResponse} FlushRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FlushRowsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FlushRowsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FlushRowsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.offset != null && message.hasOwnProperty("offset")) - if (!$util.isInteger(message.offset) && !(message.offset && $util.isInteger(message.offset.low) && $util.isInteger(message.offset.high))) - return "offset: integer|Long expected"; - return null; - }; - - /** - * Creates a FlushRowsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.FlushRowsResponse} FlushRowsResponse - */ - FlushRowsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.FlushRowsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.FlushRowsResponse(); - if (object.offset != null) - if ($util.Long) - (message.offset = $util.Long.fromValue(object.offset)).unsigned = false; - else if (typeof object.offset === "string") - message.offset = parseInt(object.offset, 10); - else if (typeof object.offset === "number") - message.offset = object.offset; - else if (typeof object.offset === "object") - message.offset = new $util.LongBits(object.offset.low >>> 0, object.offset.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a FlushRowsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1.FlushRowsResponse} message FlushRowsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FlushRowsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.offset = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.offset = options.longs === String ? "0" : 0; - if (message.offset != null && message.hasOwnProperty("offset")) - if (typeof message.offset === "number") - object.offset = options.longs === String ? String(message.offset) : message.offset; - else - object.offset = options.longs === String ? $util.Long.prototype.toString.call(message.offset) : options.longs === Number ? new $util.LongBits(message.offset.low >>> 0, message.offset.high >>> 0).toNumber() : message.offset; - return object; - }; - - /** - * Converts this FlushRowsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @instance - * @returns {Object.} JSON object - */ - FlushRowsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FlushRowsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.FlushRowsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FlushRowsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.FlushRowsResponse"; - }; - - return FlushRowsResponse; - })(); - - v1.StorageError = (function() { - - /** - * Properties of a StorageError. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IStorageError - * @property {google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode|null} [code] StorageError code - * @property {string|null} [entity] StorageError entity - * @property {string|null} [errorMessage] StorageError errorMessage - */ - - /** - * Constructs a new StorageError. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a StorageError. - * @implements IStorageError - * @constructor - * @param {google.cloud.bigquery.storage.v1.IStorageError=} [properties] Properties to set - */ - function StorageError(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StorageError code. - * @member {google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode} code - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @instance - */ - StorageError.prototype.code = 0; - - /** - * StorageError entity. - * @member {string} entity - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @instance - */ - StorageError.prototype.entity = ""; - - /** - * StorageError errorMessage. - * @member {string} errorMessage - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @instance - */ - StorageError.prototype.errorMessage = ""; - - /** - * Creates a new StorageError instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @static - * @param {google.cloud.bigquery.storage.v1.IStorageError=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.StorageError} StorageError instance - */ - StorageError.create = function create(properties) { - return new StorageError(properties); - }; - - /** - * Encodes the specified StorageError message. Does not implicitly {@link google.cloud.bigquery.storage.v1.StorageError.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @static - * @param {google.cloud.bigquery.storage.v1.IStorageError} message StorageError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StorageError.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.code != null && Object.hasOwnProperty.call(message, "code")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.code); - if (message.entity != null && Object.hasOwnProperty.call(message, "entity")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.entity); - if (message.errorMessage != null && Object.hasOwnProperty.call(message, "errorMessage")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.errorMessage); - return writer; - }; - - /** - * Encodes the specified StorageError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.StorageError.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @static - * @param {google.cloud.bigquery.storage.v1.IStorageError} message StorageError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StorageError.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StorageError message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.StorageError} StorageError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StorageError.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.StorageError(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.code = reader.int32(); - break; - } - case 2: { - message.entity = reader.string(); - break; - } - case 3: { - message.errorMessage = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StorageError message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.StorageError} StorageError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StorageError.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StorageError message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StorageError.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.code != null && message.hasOwnProperty("code")) - switch (message.code) { - default: - return "code: enum value expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - case 7: - case 8: - case 9: - case 10: - case 11: - case 12: - case 13: - case 14: - break; - } - if (message.entity != null && message.hasOwnProperty("entity")) - if (!$util.isString(message.entity)) - return "entity: string expected"; - if (message.errorMessage != null && message.hasOwnProperty("errorMessage")) - if (!$util.isString(message.errorMessage)) - return "errorMessage: string expected"; - return null; - }; - - /** - * Creates a StorageError message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.StorageError} StorageError - */ - StorageError.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.StorageError) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.StorageError(); - switch (object.code) { - default: - if (typeof object.code === "number") { - message.code = object.code; - break; - } - break; - case "STORAGE_ERROR_CODE_UNSPECIFIED": - case 0: - message.code = 0; - break; - case "TABLE_NOT_FOUND": - case 1: - message.code = 1; - break; - case "STREAM_ALREADY_COMMITTED": - case 2: - message.code = 2; - break; - case "STREAM_NOT_FOUND": - case 3: - message.code = 3; - break; - case "INVALID_STREAM_TYPE": - case 4: - message.code = 4; - break; - case "INVALID_STREAM_STATE": - case 5: - message.code = 5; - break; - case "STREAM_FINALIZED": - case 6: - message.code = 6; - break; - case "SCHEMA_MISMATCH_EXTRA_FIELDS": - case 7: - message.code = 7; - break; - case "OFFSET_ALREADY_EXISTS": - case 8: - message.code = 8; - break; - case "OFFSET_OUT_OF_RANGE": - case 9: - message.code = 9; - break; - case "CMEK_NOT_PROVIDED": - case 10: - message.code = 10; - break; - case "INVALID_CMEK_PROVIDED": - case 11: - message.code = 11; - break; - case "CMEK_ENCRYPTION_ERROR": - case 12: - message.code = 12; - break; - case "KMS_SERVICE_ERROR": - case 13: - message.code = 13; - break; - case "KMS_PERMISSION_DENIED": - case 14: - message.code = 14; - break; - } - if (object.entity != null) - message.entity = String(object.entity); - if (object.errorMessage != null) - message.errorMessage = String(object.errorMessage); - return message; - }; - - /** - * Creates a plain object from a StorageError message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @static - * @param {google.cloud.bigquery.storage.v1.StorageError} message StorageError - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StorageError.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.code = options.enums === String ? "STORAGE_ERROR_CODE_UNSPECIFIED" : 0; - object.entity = ""; - object.errorMessage = ""; - } - if (message.code != null && message.hasOwnProperty("code")) - object.code = options.enums === String ? $root.google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode[message.code] === undefined ? message.code : $root.google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode[message.code] : message.code; - if (message.entity != null && message.hasOwnProperty("entity")) - object.entity = message.entity; - if (message.errorMessage != null && message.hasOwnProperty("errorMessage")) - object.errorMessage = message.errorMessage; - return object; - }; - - /** - * Converts this StorageError to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @instance - * @returns {Object.} JSON object - */ - StorageError.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StorageError - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.StorageError - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StorageError.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.StorageError"; - }; - - /** - * StorageErrorCode enum. - * @name google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode - * @enum {number} - * @property {number} STORAGE_ERROR_CODE_UNSPECIFIED=0 STORAGE_ERROR_CODE_UNSPECIFIED value - * @property {number} TABLE_NOT_FOUND=1 TABLE_NOT_FOUND value - * @property {number} STREAM_ALREADY_COMMITTED=2 STREAM_ALREADY_COMMITTED value - * @property {number} STREAM_NOT_FOUND=3 STREAM_NOT_FOUND value - * @property {number} INVALID_STREAM_TYPE=4 INVALID_STREAM_TYPE value - * @property {number} INVALID_STREAM_STATE=5 INVALID_STREAM_STATE value - * @property {number} STREAM_FINALIZED=6 STREAM_FINALIZED value - * @property {number} SCHEMA_MISMATCH_EXTRA_FIELDS=7 SCHEMA_MISMATCH_EXTRA_FIELDS value - * @property {number} OFFSET_ALREADY_EXISTS=8 OFFSET_ALREADY_EXISTS value - * @property {number} OFFSET_OUT_OF_RANGE=9 OFFSET_OUT_OF_RANGE value - * @property {number} CMEK_NOT_PROVIDED=10 CMEK_NOT_PROVIDED value - * @property {number} INVALID_CMEK_PROVIDED=11 INVALID_CMEK_PROVIDED value - * @property {number} CMEK_ENCRYPTION_ERROR=12 CMEK_ENCRYPTION_ERROR value - * @property {number} KMS_SERVICE_ERROR=13 KMS_SERVICE_ERROR value - * @property {number} KMS_PERMISSION_DENIED=14 KMS_PERMISSION_DENIED value - */ - StorageError.StorageErrorCode = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "STORAGE_ERROR_CODE_UNSPECIFIED"] = 0; - values[valuesById[1] = "TABLE_NOT_FOUND"] = 1; - values[valuesById[2] = "STREAM_ALREADY_COMMITTED"] = 2; - values[valuesById[3] = "STREAM_NOT_FOUND"] = 3; - values[valuesById[4] = "INVALID_STREAM_TYPE"] = 4; - values[valuesById[5] = "INVALID_STREAM_STATE"] = 5; - values[valuesById[6] = "STREAM_FINALIZED"] = 6; - values[valuesById[7] = "SCHEMA_MISMATCH_EXTRA_FIELDS"] = 7; - values[valuesById[8] = "OFFSET_ALREADY_EXISTS"] = 8; - values[valuesById[9] = "OFFSET_OUT_OF_RANGE"] = 9; - values[valuesById[10] = "CMEK_NOT_PROVIDED"] = 10; - values[valuesById[11] = "INVALID_CMEK_PROVIDED"] = 11; - values[valuesById[12] = "CMEK_ENCRYPTION_ERROR"] = 12; - values[valuesById[13] = "KMS_SERVICE_ERROR"] = 13; - values[valuesById[14] = "KMS_PERMISSION_DENIED"] = 14; - return values; - })(); - - return StorageError; - })(); - - v1.RowError = (function() { - - /** - * Properties of a RowError. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IRowError - * @property {number|Long|null} [index] RowError index - * @property {google.cloud.bigquery.storage.v1.RowError.RowErrorCode|null} [code] RowError code - * @property {string|null} [message] RowError message - */ - - /** - * Constructs a new RowError. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a RowError. - * @implements IRowError - * @constructor - * @param {google.cloud.bigquery.storage.v1.IRowError=} [properties] Properties to set - */ - function RowError(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * RowError index. - * @member {number|Long} index - * @memberof google.cloud.bigquery.storage.v1.RowError - * @instance - */ - RowError.prototype.index = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * RowError code. - * @member {google.cloud.bigquery.storage.v1.RowError.RowErrorCode} code - * @memberof google.cloud.bigquery.storage.v1.RowError - * @instance - */ - RowError.prototype.code = 0; - - /** - * RowError message. - * @member {string} message - * @memberof google.cloud.bigquery.storage.v1.RowError - * @instance - */ - RowError.prototype.message = ""; - - /** - * Creates a new RowError instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.RowError - * @static - * @param {google.cloud.bigquery.storage.v1.IRowError=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.RowError} RowError instance - */ - RowError.create = function create(properties) { - return new RowError(properties); - }; - - /** - * Encodes the specified RowError message. Does not implicitly {@link google.cloud.bigquery.storage.v1.RowError.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.RowError - * @static - * @param {google.cloud.bigquery.storage.v1.IRowError} message RowError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - RowError.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.index != null && Object.hasOwnProperty.call(message, "index")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.index); - if (message.code != null && Object.hasOwnProperty.call(message, "code")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.code); - if (message.message != null && Object.hasOwnProperty.call(message, "message")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.message); - return writer; - }; - - /** - * Encodes the specified RowError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.RowError.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.RowError - * @static - * @param {google.cloud.bigquery.storage.v1.IRowError} message RowError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - RowError.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a RowError message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.RowError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.RowError} RowError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - RowError.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.RowError(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.index = reader.int64(); - break; - } - case 2: { - message.code = reader.int32(); - break; - } - case 3: { - message.message = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a RowError message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.RowError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.RowError} RowError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - RowError.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a RowError message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.RowError - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - RowError.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.index != null && message.hasOwnProperty("index")) - if (!$util.isInteger(message.index) && !(message.index && $util.isInteger(message.index.low) && $util.isInteger(message.index.high))) - return "index: integer|Long expected"; - if (message.code != null && message.hasOwnProperty("code")) - switch (message.code) { - default: - return "code: enum value expected"; - case 0: - case 1: - break; - } - if (message.message != null && message.hasOwnProperty("message")) - if (!$util.isString(message.message)) - return "message: string expected"; - return null; - }; - - /** - * Creates a RowError message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.RowError - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.RowError} RowError - */ - RowError.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.RowError) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.RowError(); - if (object.index != null) - if ($util.Long) - (message.index = $util.Long.fromValue(object.index)).unsigned = false; - else if (typeof object.index === "string") - message.index = parseInt(object.index, 10); - else if (typeof object.index === "number") - message.index = object.index; - else if (typeof object.index === "object") - message.index = new $util.LongBits(object.index.low >>> 0, object.index.high >>> 0).toNumber(); - switch (object.code) { - default: - if (typeof object.code === "number") { - message.code = object.code; - break; - } - break; - case "ROW_ERROR_CODE_UNSPECIFIED": - case 0: - message.code = 0; - break; - case "FIELDS_ERROR": - case 1: - message.code = 1; - break; - } - if (object.message != null) - message.message = String(object.message); - return message; - }; - - /** - * Creates a plain object from a RowError message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.RowError - * @static - * @param {google.cloud.bigquery.storage.v1.RowError} message RowError - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - RowError.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.index = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.index = options.longs === String ? "0" : 0; - object.code = options.enums === String ? "ROW_ERROR_CODE_UNSPECIFIED" : 0; - object.message = ""; - } - if (message.index != null && message.hasOwnProperty("index")) - if (typeof message.index === "number") - object.index = options.longs === String ? String(message.index) : message.index; - else - object.index = options.longs === String ? $util.Long.prototype.toString.call(message.index) : options.longs === Number ? new $util.LongBits(message.index.low >>> 0, message.index.high >>> 0).toNumber() : message.index; - if (message.code != null && message.hasOwnProperty("code")) - object.code = options.enums === String ? $root.google.cloud.bigquery.storage.v1.RowError.RowErrorCode[message.code] === undefined ? message.code : $root.google.cloud.bigquery.storage.v1.RowError.RowErrorCode[message.code] : message.code; - if (message.message != null && message.hasOwnProperty("message")) - object.message = message.message; - return object; - }; - - /** - * Converts this RowError to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.RowError - * @instance - * @returns {Object.} JSON object - */ - RowError.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for RowError - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.RowError - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - RowError.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.RowError"; - }; - - /** - * RowErrorCode enum. - * @name google.cloud.bigquery.storage.v1.RowError.RowErrorCode - * @enum {number} - * @property {number} ROW_ERROR_CODE_UNSPECIFIED=0 ROW_ERROR_CODE_UNSPECIFIED value - * @property {number} FIELDS_ERROR=1 FIELDS_ERROR value - */ - RowError.RowErrorCode = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "ROW_ERROR_CODE_UNSPECIFIED"] = 0; - values[valuesById[1] = "FIELDS_ERROR"] = 1; - return values; - })(); - - return RowError; - })(); - - /** - * DataFormat enum. - * @name google.cloud.bigquery.storage.v1.DataFormat - * @enum {number} - * @property {number} DATA_FORMAT_UNSPECIFIED=0 DATA_FORMAT_UNSPECIFIED value - * @property {number} AVRO=1 AVRO value - * @property {number} ARROW=2 ARROW value - */ - v1.DataFormat = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "DATA_FORMAT_UNSPECIFIED"] = 0; - values[valuesById[1] = "AVRO"] = 1; - values[valuesById[2] = "ARROW"] = 2; - return values; - })(); - - v1.ReadSession = (function() { - - /** - * Properties of a ReadSession. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IReadSession - * @property {string|null} [name] ReadSession name - * @property {google.protobuf.ITimestamp|null} [expireTime] ReadSession expireTime - * @property {google.cloud.bigquery.storage.v1.DataFormat|null} [dataFormat] ReadSession dataFormat - * @property {google.cloud.bigquery.storage.v1.IAvroSchema|null} [avroSchema] ReadSession avroSchema - * @property {google.cloud.bigquery.storage.v1.IArrowSchema|null} [arrowSchema] ReadSession arrowSchema - * @property {string|null} [table] ReadSession table - * @property {google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers|null} [tableModifiers] ReadSession tableModifiers - * @property {google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions|null} [readOptions] ReadSession readOptions - * @property {Array.|null} [streams] ReadSession streams - * @property {number|Long|null} [estimatedTotalBytesScanned] ReadSession estimatedTotalBytesScanned - * @property {number|Long|null} [estimatedTotalPhysicalFileSize] ReadSession estimatedTotalPhysicalFileSize - * @property {number|Long|null} [estimatedRowCount] ReadSession estimatedRowCount - * @property {string|null} [traceId] ReadSession traceId - */ - - /** - * Constructs a new ReadSession. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a ReadSession. - * @implements IReadSession - * @constructor - * @param {google.cloud.bigquery.storage.v1.IReadSession=} [properties] Properties to set - */ - function ReadSession(properties) { - this.streams = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadSession name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.name = ""; - - /** - * ReadSession expireTime. - * @member {google.protobuf.ITimestamp|null|undefined} expireTime - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.expireTime = null; - - /** - * ReadSession dataFormat. - * @member {google.cloud.bigquery.storage.v1.DataFormat} dataFormat - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.dataFormat = 0; - - /** - * ReadSession avroSchema. - * @member {google.cloud.bigquery.storage.v1.IAvroSchema|null|undefined} avroSchema - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.avroSchema = null; - - /** - * ReadSession arrowSchema. - * @member {google.cloud.bigquery.storage.v1.IArrowSchema|null|undefined} arrowSchema - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.arrowSchema = null; - - /** - * ReadSession table. - * @member {string} table - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.table = ""; - - /** - * ReadSession tableModifiers. - * @member {google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers|null|undefined} tableModifiers - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.tableModifiers = null; - - /** - * ReadSession readOptions. - * @member {google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions|null|undefined} readOptions - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.readOptions = null; - - /** - * ReadSession streams. - * @member {Array.} streams - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.streams = $util.emptyArray; - - /** - * ReadSession estimatedTotalBytesScanned. - * @member {number|Long} estimatedTotalBytesScanned - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.estimatedTotalBytesScanned = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * ReadSession estimatedTotalPhysicalFileSize. - * @member {number|Long} estimatedTotalPhysicalFileSize - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.estimatedTotalPhysicalFileSize = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * ReadSession estimatedRowCount. - * @member {number|Long} estimatedRowCount - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.estimatedRowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * ReadSession traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - ReadSession.prototype.traceId = ""; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * ReadSession schema. - * @member {"avroSchema"|"arrowSchema"|undefined} schema - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - */ - Object.defineProperty(ReadSession.prototype, "schema", { - get: $util.oneOfGetter($oneOfFields = ["avroSchema", "arrowSchema"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new ReadSession instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1.IReadSession=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ReadSession} ReadSession instance - */ - ReadSession.create = function create(properties) { - return new ReadSession(properties); - }; - - /** - * Encodes the specified ReadSession message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1.IReadSession} message ReadSession message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadSession.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.expireTime != null && Object.hasOwnProperty.call(message, "expireTime")) - $root.google.protobuf.Timestamp.encode(message.expireTime, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.dataFormat != null && Object.hasOwnProperty.call(message, "dataFormat")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.dataFormat); - if (message.avroSchema != null && Object.hasOwnProperty.call(message, "avroSchema")) - $root.google.cloud.bigquery.storage.v1.AvroSchema.encode(message.avroSchema, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.arrowSchema != null && Object.hasOwnProperty.call(message, "arrowSchema")) - $root.google.cloud.bigquery.storage.v1.ArrowSchema.encode(message.arrowSchema, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.table != null && Object.hasOwnProperty.call(message, "table")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.table); - if (message.tableModifiers != null && Object.hasOwnProperty.call(message, "tableModifiers")) - $root.google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.encode(message.tableModifiers, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); - if (message.readOptions != null && Object.hasOwnProperty.call(message, "readOptions")) - $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.encode(message.readOptions, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - if (message.streams != null && message.streams.length) - for (var i = 0; i < message.streams.length; ++i) - $root.google.cloud.bigquery.storage.v1.ReadStream.encode(message.streams[i], writer.uint32(/* id 10, wireType 2 =*/82).fork()).ldelim(); - if (message.estimatedTotalBytesScanned != null && Object.hasOwnProperty.call(message, "estimatedTotalBytesScanned")) - writer.uint32(/* id 12, wireType 0 =*/96).int64(message.estimatedTotalBytesScanned); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 13, wireType 2 =*/106).string(message.traceId); - if (message.estimatedRowCount != null && Object.hasOwnProperty.call(message, "estimatedRowCount")) - writer.uint32(/* id 14, wireType 0 =*/112).int64(message.estimatedRowCount); - if (message.estimatedTotalPhysicalFileSize != null && Object.hasOwnProperty.call(message, "estimatedTotalPhysicalFileSize")) - writer.uint32(/* id 15, wireType 0 =*/120).int64(message.estimatedTotalPhysicalFileSize); - return writer; - }; - - /** - * Encodes the specified ReadSession message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1.IReadSession} message ReadSession message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadSession.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadSession message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ReadSession} ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadSession.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ReadSession(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.expireTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.dataFormat = reader.int32(); - break; - } - case 4: { - message.avroSchema = $root.google.cloud.bigquery.storage.v1.AvroSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.arrowSchema = $root.google.cloud.bigquery.storage.v1.ArrowSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 6: { - message.table = reader.string(); - break; - } - case 7: { - message.tableModifiers = $root.google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 8: { - message.readOptions = $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 10: { - if (!(message.streams && message.streams.length)) - message.streams = []; - message.streams.push($root.google.cloud.bigquery.storage.v1.ReadStream.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 12: { - message.estimatedTotalBytesScanned = reader.int64(); - break; - } - case 15: { - message.estimatedTotalPhysicalFileSize = reader.int64(); - break; - } - case 14: { - message.estimatedRowCount = reader.int64(); - break; - } - case 13: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadSession message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ReadSession} ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadSession.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadSession message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadSession.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.expireTime != null && message.hasOwnProperty("expireTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.expireTime, long + 1); - if (error) - return "expireTime." + error; - } - if (message.dataFormat != null && message.hasOwnProperty("dataFormat")) - switch (message.dataFormat) { - default: - return "dataFormat: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.AvroSchema.verify(message.avroSchema, long + 1); - if (error) - return "avroSchema." + error; - } - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - if (properties.schema === 1) - return "schema: multiple values"; - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.ArrowSchema.verify(message.arrowSchema, long + 1); - if (error) - return "arrowSchema." + error; - } - } - if (message.table != null && message.hasOwnProperty("table")) - if (!$util.isString(message.table)) - return "table: string expected"; - if (message.tableModifiers != null && message.hasOwnProperty("tableModifiers")) { - var error = $root.google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.verify(message.tableModifiers, long + 1); - if (error) - return "tableModifiers." + error; - } - if (message.readOptions != null && message.hasOwnProperty("readOptions")) { - var error = $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.verify(message.readOptions, long + 1); - if (error) - return "readOptions." + error; - } - if (message.streams != null && message.hasOwnProperty("streams")) { - if (!Array.isArray(message.streams)) - return "streams: array expected"; - for (var i = 0; i < message.streams.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1.ReadStream.verify(message.streams[i], long + 1); - if (error) - return "streams." + error; - } - } - if (message.estimatedTotalBytesScanned != null && message.hasOwnProperty("estimatedTotalBytesScanned")) - if (!$util.isInteger(message.estimatedTotalBytesScanned) && !(message.estimatedTotalBytesScanned && $util.isInteger(message.estimatedTotalBytesScanned.low) && $util.isInteger(message.estimatedTotalBytesScanned.high))) - return "estimatedTotalBytesScanned: integer|Long expected"; - if (message.estimatedTotalPhysicalFileSize != null && message.hasOwnProperty("estimatedTotalPhysicalFileSize")) - if (!$util.isInteger(message.estimatedTotalPhysicalFileSize) && !(message.estimatedTotalPhysicalFileSize && $util.isInteger(message.estimatedTotalPhysicalFileSize.low) && $util.isInteger(message.estimatedTotalPhysicalFileSize.high))) - return "estimatedTotalPhysicalFileSize: integer|Long expected"; - if (message.estimatedRowCount != null && message.hasOwnProperty("estimatedRowCount")) - if (!$util.isInteger(message.estimatedRowCount) && !(message.estimatedRowCount && $util.isInteger(message.estimatedRowCount.low) && $util.isInteger(message.estimatedRowCount.high))) - return "estimatedRowCount: integer|Long expected"; - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates a ReadSession message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ReadSession} ReadSession - */ - ReadSession.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ReadSession) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ReadSession(); - if (object.name != null) - message.name = String(object.name); - if (object.expireTime != null) { - if (typeof object.expireTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.expireTime: object expected"); - message.expireTime = $root.google.protobuf.Timestamp.fromObject(object.expireTime, long + 1); - } - switch (object.dataFormat) { - default: - if (typeof object.dataFormat === "number") { - message.dataFormat = object.dataFormat; - break; - } - break; - case "DATA_FORMAT_UNSPECIFIED": - case 0: - message.dataFormat = 0; - break; - case "AVRO": - case 1: - message.dataFormat = 1; - break; - case "ARROW": - case 2: - message.dataFormat = 2; - break; - } - if (object.avroSchema != null) { - if (typeof object.avroSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.avroSchema: object expected"); - message.avroSchema = $root.google.cloud.bigquery.storage.v1.AvroSchema.fromObject(object.avroSchema, long + 1); - } - if (object.arrowSchema != null) { - if (typeof object.arrowSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.arrowSchema: object expected"); - message.arrowSchema = $root.google.cloud.bigquery.storage.v1.ArrowSchema.fromObject(object.arrowSchema, long + 1); - } - if (object.table != null) - message.table = String(object.table); - if (object.tableModifiers != null) { - if (typeof object.tableModifiers !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.tableModifiers: object expected"); - message.tableModifiers = $root.google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.fromObject(object.tableModifiers, long + 1); - } - if (object.readOptions != null) { - if (typeof object.readOptions !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.readOptions: object expected"); - message.readOptions = $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.fromObject(object.readOptions, long + 1); - } - if (object.streams) { - if (!Array.isArray(object.streams)) - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.streams: array expected"); - message.streams = []; - for (var i = 0; i < object.streams.length; ++i) { - if (typeof object.streams[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.streams: object expected"); - message.streams[i] = $root.google.cloud.bigquery.storage.v1.ReadStream.fromObject(object.streams[i], long + 1); - } - } - if (object.estimatedTotalBytesScanned != null) - if ($util.Long) - (message.estimatedTotalBytesScanned = $util.Long.fromValue(object.estimatedTotalBytesScanned)).unsigned = false; - else if (typeof object.estimatedTotalBytesScanned === "string") - message.estimatedTotalBytesScanned = parseInt(object.estimatedTotalBytesScanned, 10); - else if (typeof object.estimatedTotalBytesScanned === "number") - message.estimatedTotalBytesScanned = object.estimatedTotalBytesScanned; - else if (typeof object.estimatedTotalBytesScanned === "object") - message.estimatedTotalBytesScanned = new $util.LongBits(object.estimatedTotalBytesScanned.low >>> 0, object.estimatedTotalBytesScanned.high >>> 0).toNumber(); - if (object.estimatedTotalPhysicalFileSize != null) - if ($util.Long) - (message.estimatedTotalPhysicalFileSize = $util.Long.fromValue(object.estimatedTotalPhysicalFileSize)).unsigned = false; - else if (typeof object.estimatedTotalPhysicalFileSize === "string") - message.estimatedTotalPhysicalFileSize = parseInt(object.estimatedTotalPhysicalFileSize, 10); - else if (typeof object.estimatedTotalPhysicalFileSize === "number") - message.estimatedTotalPhysicalFileSize = object.estimatedTotalPhysicalFileSize; - else if (typeof object.estimatedTotalPhysicalFileSize === "object") - message.estimatedTotalPhysicalFileSize = new $util.LongBits(object.estimatedTotalPhysicalFileSize.low >>> 0, object.estimatedTotalPhysicalFileSize.high >>> 0).toNumber(); - if (object.estimatedRowCount != null) - if ($util.Long) - (message.estimatedRowCount = $util.Long.fromValue(object.estimatedRowCount)).unsigned = false; - else if (typeof object.estimatedRowCount === "string") - message.estimatedRowCount = parseInt(object.estimatedRowCount, 10); - else if (typeof object.estimatedRowCount === "number") - message.estimatedRowCount = object.estimatedRowCount; - else if (typeof object.estimatedRowCount === "object") - message.estimatedRowCount = new $util.LongBits(object.estimatedRowCount.low >>> 0, object.estimatedRowCount.high >>> 0).toNumber(); - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from a ReadSession message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1.ReadSession} message ReadSession - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadSession.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.streams = []; - if (options.defaults) { - object.name = ""; - object.expireTime = null; - object.dataFormat = options.enums === String ? "DATA_FORMAT_UNSPECIFIED" : 0; - object.table = ""; - object.tableModifiers = null; - object.readOptions = null; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.estimatedTotalBytesScanned = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.estimatedTotalBytesScanned = options.longs === String ? "0" : 0; - object.traceId = ""; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.estimatedRowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.estimatedRowCount = options.longs === String ? "0" : 0; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.estimatedTotalPhysicalFileSize = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.estimatedTotalPhysicalFileSize = options.longs === String ? "0" : 0; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.expireTime != null && message.hasOwnProperty("expireTime")) - object.expireTime = $root.google.protobuf.Timestamp.toObject(message.expireTime, options); - if (message.dataFormat != null && message.hasOwnProperty("dataFormat")) - object.dataFormat = options.enums === String ? $root.google.cloud.bigquery.storage.v1.DataFormat[message.dataFormat] === undefined ? message.dataFormat : $root.google.cloud.bigquery.storage.v1.DataFormat[message.dataFormat] : message.dataFormat; - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - object.avroSchema = $root.google.cloud.bigquery.storage.v1.AvroSchema.toObject(message.avroSchema, options); - if (options.oneofs) - object.schema = "avroSchema"; - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - object.arrowSchema = $root.google.cloud.bigquery.storage.v1.ArrowSchema.toObject(message.arrowSchema, options); - if (options.oneofs) - object.schema = "arrowSchema"; - } - if (message.table != null && message.hasOwnProperty("table")) - object.table = message.table; - if (message.tableModifiers != null && message.hasOwnProperty("tableModifiers")) - object.tableModifiers = $root.google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.toObject(message.tableModifiers, options); - if (message.readOptions != null && message.hasOwnProperty("readOptions")) - object.readOptions = $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.toObject(message.readOptions, options); - if (message.streams && message.streams.length) { - object.streams = []; - for (var j = 0; j < message.streams.length; ++j) - object.streams[j] = $root.google.cloud.bigquery.storage.v1.ReadStream.toObject(message.streams[j], options); - } - if (message.estimatedTotalBytesScanned != null && message.hasOwnProperty("estimatedTotalBytesScanned")) - if (typeof message.estimatedTotalBytesScanned === "number") - object.estimatedTotalBytesScanned = options.longs === String ? String(message.estimatedTotalBytesScanned) : message.estimatedTotalBytesScanned; - else - object.estimatedTotalBytesScanned = options.longs === String ? $util.Long.prototype.toString.call(message.estimatedTotalBytesScanned) : options.longs === Number ? new $util.LongBits(message.estimatedTotalBytesScanned.low >>> 0, message.estimatedTotalBytesScanned.high >>> 0).toNumber() : message.estimatedTotalBytesScanned; - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - if (message.estimatedRowCount != null && message.hasOwnProperty("estimatedRowCount")) - if (typeof message.estimatedRowCount === "number") - object.estimatedRowCount = options.longs === String ? String(message.estimatedRowCount) : message.estimatedRowCount; - else - object.estimatedRowCount = options.longs === String ? $util.Long.prototype.toString.call(message.estimatedRowCount) : options.longs === Number ? new $util.LongBits(message.estimatedRowCount.low >>> 0, message.estimatedRowCount.high >>> 0).toNumber() : message.estimatedRowCount; - if (message.estimatedTotalPhysicalFileSize != null && message.hasOwnProperty("estimatedTotalPhysicalFileSize")) - if (typeof message.estimatedTotalPhysicalFileSize === "number") - object.estimatedTotalPhysicalFileSize = options.longs === String ? String(message.estimatedTotalPhysicalFileSize) : message.estimatedTotalPhysicalFileSize; - else - object.estimatedTotalPhysicalFileSize = options.longs === String ? $util.Long.prototype.toString.call(message.estimatedTotalPhysicalFileSize) : options.longs === Number ? new $util.LongBits(message.estimatedTotalPhysicalFileSize.low >>> 0, message.estimatedTotalPhysicalFileSize.high >>> 0).toNumber() : message.estimatedTotalPhysicalFileSize; - return object; - }; - - /** - * Converts this ReadSession to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @instance - * @returns {Object.} JSON object - */ - ReadSession.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadSession - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadSession.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ReadSession"; - }; - - ReadSession.TableModifiers = (function() { - - /** - * Properties of a TableModifiers. - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @interface ITableModifiers - * @property {google.protobuf.ITimestamp|null} [snapshotTime] TableModifiers snapshotTime - */ - - /** - * Constructs a new TableModifiers. - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @classdesc Represents a TableModifiers. - * @implements ITableModifiers - * @constructor - * @param {google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers=} [properties] Properties to set - */ - function TableModifiers(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableModifiers snapshotTime. - * @member {google.protobuf.ITimestamp|null|undefined} snapshotTime - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @instance - */ - TableModifiers.prototype.snapshotTime = null; - - /** - * Creates a new TableModifiers instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ReadSession.TableModifiers} TableModifiers instance - */ - TableModifiers.create = function create(properties) { - return new TableModifiers(properties); - }; - - /** - * Encodes the specified TableModifiers message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers} message TableModifiers message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableModifiers.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.snapshotTime != null && Object.hasOwnProperty.call(message, "snapshotTime")) - $root.google.protobuf.Timestamp.encode(message.snapshotTime, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified TableModifiers message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers} message TableModifiers message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableModifiers.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableModifiers message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ReadSession.TableModifiers} TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableModifiers.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ReadSession.TableModifiers(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.snapshotTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableModifiers message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ReadSession.TableModifiers} TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableModifiers.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableModifiers message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableModifiers.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.snapshotTime != null && message.hasOwnProperty("snapshotTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.snapshotTime, long + 1); - if (error) - return "snapshotTime." + error; - } - return null; - }; - - /** - * Creates a TableModifiers message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ReadSession.TableModifiers} TableModifiers - */ - TableModifiers.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ReadSession.TableModifiers) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ReadSession.TableModifiers(); - if (object.snapshotTime != null) { - if (typeof object.snapshotTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.TableModifiers.snapshotTime: object expected"); - message.snapshotTime = $root.google.protobuf.Timestamp.fromObject(object.snapshotTime, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a TableModifiers message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1.ReadSession.TableModifiers} message TableModifiers - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableModifiers.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.snapshotTime = null; - if (message.snapshotTime != null && message.hasOwnProperty("snapshotTime")) - object.snapshotTime = $root.google.protobuf.Timestamp.toObject(message.snapshotTime, options); - return object; - }; - - /** - * Converts this TableModifiers to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @instance - * @returns {Object.} JSON object - */ - TableModifiers.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableModifiers - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableModifiers - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableModifiers.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ReadSession.TableModifiers"; - }; - - return TableModifiers; - })(); - - ReadSession.TableReadOptions = (function() { - - /** - * Properties of a TableReadOptions. - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @interface ITableReadOptions - * @property {Array.|null} [selectedFields] TableReadOptions selectedFields - * @property {string|null} [rowRestriction] TableReadOptions rowRestriction - * @property {google.cloud.bigquery.storage.v1.IArrowSerializationOptions|null} [arrowSerializationOptions] TableReadOptions arrowSerializationOptions - * @property {google.cloud.bigquery.storage.v1.IAvroSerializationOptions|null} [avroSerializationOptions] TableReadOptions avroSerializationOptions - * @property {number|null} [samplePercentage] TableReadOptions samplePercentage - * @property {google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec|null} [responseCompressionCodec] TableReadOptions responseCompressionCodec - */ - - /** - * Constructs a new TableReadOptions. - * @memberof google.cloud.bigquery.storage.v1.ReadSession - * @classdesc Represents a TableReadOptions. - * @implements ITableReadOptions - * @constructor - * @param {google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions=} [properties] Properties to set - */ - function TableReadOptions(properties) { - this.selectedFields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableReadOptions selectedFields. - * @member {Array.} selectedFields - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @instance - */ - TableReadOptions.prototype.selectedFields = $util.emptyArray; - - /** - * TableReadOptions rowRestriction. - * @member {string} rowRestriction - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @instance - */ - TableReadOptions.prototype.rowRestriction = ""; - - /** - * TableReadOptions arrowSerializationOptions. - * @member {google.cloud.bigquery.storage.v1.IArrowSerializationOptions|null|undefined} arrowSerializationOptions - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @instance - */ - TableReadOptions.prototype.arrowSerializationOptions = null; - - /** - * TableReadOptions avroSerializationOptions. - * @member {google.cloud.bigquery.storage.v1.IAvroSerializationOptions|null|undefined} avroSerializationOptions - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @instance - */ - TableReadOptions.prototype.avroSerializationOptions = null; - - /** - * TableReadOptions samplePercentage. - * @member {number|null|undefined} samplePercentage - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @instance - */ - TableReadOptions.prototype.samplePercentage = null; - - /** - * TableReadOptions responseCompressionCodec. - * @member {google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec|null|undefined} responseCompressionCodec - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @instance - */ - TableReadOptions.prototype.responseCompressionCodec = null; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * TableReadOptions outputFormatSerializationOptions. - * @member {"arrowSerializationOptions"|"avroSerializationOptions"|undefined} outputFormatSerializationOptions - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @instance - */ - Object.defineProperty(TableReadOptions.prototype, "outputFormatSerializationOptions", { - get: $util.oneOfGetter($oneOfFields = ["arrowSerializationOptions", "avroSerializationOptions"]), - set: $util.oneOfSetter($oneOfFields) - }); - - // Virtual OneOf for proto3 optional field - Object.defineProperty(TableReadOptions.prototype, "_samplePercentage", { - get: $util.oneOfGetter($oneOfFields = ["samplePercentage"]), - set: $util.oneOfSetter($oneOfFields) - }); - - // Virtual OneOf for proto3 optional field - Object.defineProperty(TableReadOptions.prototype, "_responseCompressionCodec", { - get: $util.oneOfGetter($oneOfFields = ["responseCompressionCodec"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new TableReadOptions instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions} TableReadOptions instance - */ - TableReadOptions.create = function create(properties) { - return new TableReadOptions(properties); - }; - - /** - * Encodes the specified TableReadOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions} message TableReadOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableReadOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.selectedFields != null && message.selectedFields.length) - for (var i = 0; i < message.selectedFields.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.selectedFields[i]); - if (message.rowRestriction != null && Object.hasOwnProperty.call(message, "rowRestriction")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.rowRestriction); - if (message.arrowSerializationOptions != null && Object.hasOwnProperty.call(message, "arrowSerializationOptions")) - $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.encode(message.arrowSerializationOptions, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.avroSerializationOptions != null && Object.hasOwnProperty.call(message, "avroSerializationOptions")) - $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions.encode(message.avroSerializationOptions, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.samplePercentage != null && Object.hasOwnProperty.call(message, "samplePercentage")) - writer.uint32(/* id 5, wireType 1 =*/41).double(message.samplePercentage); - if (message.responseCompressionCodec != null && Object.hasOwnProperty.call(message, "responseCompressionCodec")) - writer.uint32(/* id 6, wireType 0 =*/48).int32(message.responseCompressionCodec); - return writer; - }; - - /** - * Encodes the specified TableReadOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions} message TableReadOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableReadOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions} TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableReadOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.selectedFields && message.selectedFields.length)) - message.selectedFields = []; - message.selectedFields.push(reader.string()); - break; - } - case 2: { - message.rowRestriction = reader.string(); - break; - } - case 3: { - message.arrowSerializationOptions = $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - message.avroSerializationOptions = $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.samplePercentage = reader.double(); - break; - } - case 6: { - message.responseCompressionCodec = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions} TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableReadOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableReadOptions message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableReadOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.selectedFields != null && message.hasOwnProperty("selectedFields")) { - if (!Array.isArray(message.selectedFields)) - return "selectedFields: array expected"; - for (var i = 0; i < message.selectedFields.length; ++i) - if (!$util.isString(message.selectedFields[i])) - return "selectedFields: string[] expected"; - } - if (message.rowRestriction != null && message.hasOwnProperty("rowRestriction")) - if (!$util.isString(message.rowRestriction)) - return "rowRestriction: string expected"; - if (message.arrowSerializationOptions != null && message.hasOwnProperty("arrowSerializationOptions")) { - properties.outputFormatSerializationOptions = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.verify(message.arrowSerializationOptions, long + 1); - if (error) - return "arrowSerializationOptions." + error; - } - } - if (message.avroSerializationOptions != null && message.hasOwnProperty("avroSerializationOptions")) { - if (properties.outputFormatSerializationOptions === 1) - return "outputFormatSerializationOptions: multiple values"; - properties.outputFormatSerializationOptions = 1; - { - var error = $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions.verify(message.avroSerializationOptions, long + 1); - if (error) - return "avroSerializationOptions." + error; - } - } - if (message.samplePercentage != null && message.hasOwnProperty("samplePercentage")) { - properties._samplePercentage = 1; - if (typeof message.samplePercentage !== "number") - return "samplePercentage: number expected"; - } - if (message.responseCompressionCodec != null && message.hasOwnProperty("responseCompressionCodec")) { - properties._responseCompressionCodec = 1; - switch (message.responseCompressionCodec) { - default: - return "responseCompressionCodec: enum value expected"; - case 0: - case 2: - break; - } - } - return null; - }; - - /** - * Creates a TableReadOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions} TableReadOptions - */ - TableReadOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions(); - if (object.selectedFields) { - if (!Array.isArray(object.selectedFields)) - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.selectedFields: array expected"); - message.selectedFields = []; - for (var i = 0; i < object.selectedFields.length; ++i) - message.selectedFields[i] = String(object.selectedFields[i]); - } - if (object.rowRestriction != null) - message.rowRestriction = String(object.rowRestriction); - if (object.arrowSerializationOptions != null) { - if (typeof object.arrowSerializationOptions !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.arrowSerializationOptions: object expected"); - message.arrowSerializationOptions = $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.fromObject(object.arrowSerializationOptions, long + 1); - } - if (object.avroSerializationOptions != null) { - if (typeof object.avroSerializationOptions !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.avroSerializationOptions: object expected"); - message.avroSerializationOptions = $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions.fromObject(object.avroSerializationOptions, long + 1); - } - if (object.samplePercentage != null) - message.samplePercentage = Number(object.samplePercentage); - switch (object.responseCompressionCodec) { - default: - if (typeof object.responseCompressionCodec === "number") { - message.responseCompressionCodec = object.responseCompressionCodec; - break; - } - break; - case "RESPONSE_COMPRESSION_CODEC_UNSPECIFIED": - case 0: - message.responseCompressionCodec = 0; - break; - case "RESPONSE_COMPRESSION_CODEC_LZ4": - case 2: - message.responseCompressionCodec = 2; - break; - } - return message; - }; - - /** - * Creates a plain object from a TableReadOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions} message TableReadOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableReadOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.selectedFields = []; - if (options.defaults) - object.rowRestriction = ""; - if (message.selectedFields && message.selectedFields.length) { - object.selectedFields = []; - for (var j = 0; j < message.selectedFields.length; ++j) - object.selectedFields[j] = message.selectedFields[j]; - } - if (message.rowRestriction != null && message.hasOwnProperty("rowRestriction")) - object.rowRestriction = message.rowRestriction; - if (message.arrowSerializationOptions != null && message.hasOwnProperty("arrowSerializationOptions")) { - object.arrowSerializationOptions = $root.google.cloud.bigquery.storage.v1.ArrowSerializationOptions.toObject(message.arrowSerializationOptions, options); - if (options.oneofs) - object.outputFormatSerializationOptions = "arrowSerializationOptions"; - } - if (message.avroSerializationOptions != null && message.hasOwnProperty("avroSerializationOptions")) { - object.avroSerializationOptions = $root.google.cloud.bigquery.storage.v1.AvroSerializationOptions.toObject(message.avroSerializationOptions, options); - if (options.oneofs) - object.outputFormatSerializationOptions = "avroSerializationOptions"; - } - if (message.samplePercentage != null && message.hasOwnProperty("samplePercentage")) { - object.samplePercentage = options.json && !isFinite(message.samplePercentage) ? String(message.samplePercentage) : message.samplePercentage; - if (options.oneofs) - object._samplePercentage = "samplePercentage"; - } - if (message.responseCompressionCodec != null && message.hasOwnProperty("responseCompressionCodec")) { - object.responseCompressionCodec = options.enums === String ? $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec[message.responseCompressionCodec] === undefined ? message.responseCompressionCodec : $root.google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec[message.responseCompressionCodec] : message.responseCompressionCodec; - if (options.oneofs) - object._responseCompressionCodec = "responseCompressionCodec"; - } - return object; - }; - - /** - * Converts this TableReadOptions to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @instance - * @returns {Object.} JSON object - */ - TableReadOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableReadOptions - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableReadOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions"; - }; - - /** - * ResponseCompressionCodec enum. - * @name google.cloud.bigquery.storage.v1.ReadSession.TableReadOptions.ResponseCompressionCodec - * @enum {number} - * @property {number} RESPONSE_COMPRESSION_CODEC_UNSPECIFIED=0 RESPONSE_COMPRESSION_CODEC_UNSPECIFIED value - * @property {number} RESPONSE_COMPRESSION_CODEC_LZ4=2 RESPONSE_COMPRESSION_CODEC_LZ4 value - */ - TableReadOptions.ResponseCompressionCodec = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "RESPONSE_COMPRESSION_CODEC_UNSPECIFIED"] = 0; - values[valuesById[2] = "RESPONSE_COMPRESSION_CODEC_LZ4"] = 2; - return values; - })(); - - return TableReadOptions; - })(); - - return ReadSession; - })(); - - v1.ReadStream = (function() { - - /** - * Properties of a ReadStream. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IReadStream - * @property {string|null} [name] ReadStream name - */ - - /** - * Constructs a new ReadStream. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a ReadStream. - * @implements IReadStream - * @constructor - * @param {google.cloud.bigquery.storage.v1.IReadStream=} [properties] Properties to set - */ - function ReadStream(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadStream name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @instance - */ - ReadStream.prototype.name = ""; - - /** - * Creates a new ReadStream instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1.IReadStream=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.ReadStream} ReadStream instance - */ - ReadStream.create = function create(properties) { - return new ReadStream(properties); - }; - - /** - * Encodes the specified ReadStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadStream.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1.IReadStream} message ReadStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadStream.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - return writer; - }; - - /** - * Encodes the specified ReadStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.ReadStream.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1.IReadStream} message ReadStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadStream.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadStream message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.ReadStream} ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadStream.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.ReadStream(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadStream message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.ReadStream} ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadStream.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadStream message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadStream.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - return null; - }; - - /** - * Creates a ReadStream message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.ReadStream} ReadStream - */ - ReadStream.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.ReadStream) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.ReadStream(); - if (object.name != null) - message.name = String(object.name); - return message; - }; - - /** - * Creates a plain object from a ReadStream message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1.ReadStream} message ReadStream - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadStream.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.name = ""; - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - return object; - }; - - /** - * Converts this ReadStream to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @instance - * @returns {Object.} JSON object - */ - ReadStream.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadStream - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.ReadStream - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadStream.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.ReadStream"; - }; - - return ReadStream; - })(); - - /** - * WriteStreamView enum. - * @name google.cloud.bigquery.storage.v1.WriteStreamView - * @enum {number} - * @property {number} WRITE_STREAM_VIEW_UNSPECIFIED=0 WRITE_STREAM_VIEW_UNSPECIFIED value - * @property {number} BASIC=1 BASIC value - * @property {number} FULL=2 FULL value - */ - v1.WriteStreamView = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "WRITE_STREAM_VIEW_UNSPECIFIED"] = 0; - values[valuesById[1] = "BASIC"] = 1; - values[valuesById[2] = "FULL"] = 2; - return values; - })(); - - v1.WriteStream = (function() { - - /** - * Properties of a WriteStream. - * @memberof google.cloud.bigquery.storage.v1 - * @interface IWriteStream - * @property {string|null} [name] WriteStream name - * @property {google.cloud.bigquery.storage.v1.WriteStream.Type|null} [type] WriteStream type - * @property {google.protobuf.ITimestamp|null} [createTime] WriteStream createTime - * @property {google.protobuf.ITimestamp|null} [commitTime] WriteStream commitTime - * @property {google.cloud.bigquery.storage.v1.ITableSchema|null} [tableSchema] WriteStream tableSchema - * @property {google.cloud.bigquery.storage.v1.WriteStream.WriteMode|null} [writeMode] WriteStream writeMode - * @property {string|null} [location] WriteStream location - */ - - /** - * Constructs a new WriteStream. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a WriteStream. - * @implements IWriteStream - * @constructor - * @param {google.cloud.bigquery.storage.v1.IWriteStream=} [properties] Properties to set - */ - function WriteStream(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * WriteStream name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @instance - */ - WriteStream.prototype.name = ""; - - /** - * WriteStream type. - * @member {google.cloud.bigquery.storage.v1.WriteStream.Type} type - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @instance - */ - WriteStream.prototype.type = 0; - - /** - * WriteStream createTime. - * @member {google.protobuf.ITimestamp|null|undefined} createTime - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @instance - */ - WriteStream.prototype.createTime = null; - - /** - * WriteStream commitTime. - * @member {google.protobuf.ITimestamp|null|undefined} commitTime - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @instance - */ - WriteStream.prototype.commitTime = null; - - /** - * WriteStream tableSchema. - * @member {google.cloud.bigquery.storage.v1.ITableSchema|null|undefined} tableSchema - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @instance - */ - WriteStream.prototype.tableSchema = null; - - /** - * WriteStream writeMode. - * @member {google.cloud.bigquery.storage.v1.WriteStream.WriteMode} writeMode - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @instance - */ - WriteStream.prototype.writeMode = 0; - - /** - * WriteStream location. - * @member {string} location - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @instance - */ - WriteStream.prototype.location = ""; - - /** - * Creates a new WriteStream instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @static - * @param {google.cloud.bigquery.storage.v1.IWriteStream=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.WriteStream} WriteStream instance - */ - WriteStream.create = function create(properties) { - return new WriteStream(properties); - }; - - /** - * Encodes the specified WriteStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1.WriteStream.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @static - * @param {google.cloud.bigquery.storage.v1.IWriteStream} message WriteStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - WriteStream.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.type); - if (message.createTime != null && Object.hasOwnProperty.call(message, "createTime")) - $root.google.protobuf.Timestamp.encode(message.createTime, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.commitTime != null && Object.hasOwnProperty.call(message, "commitTime")) - $root.google.protobuf.Timestamp.encode(message.commitTime, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.tableSchema != null && Object.hasOwnProperty.call(message, "tableSchema")) - $root.google.cloud.bigquery.storage.v1.TableSchema.encode(message.tableSchema, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.writeMode != null && Object.hasOwnProperty.call(message, "writeMode")) - writer.uint32(/* id 7, wireType 0 =*/56).int32(message.writeMode); - if (message.location != null && Object.hasOwnProperty.call(message, "location")) - writer.uint32(/* id 8, wireType 2 =*/66).string(message.location); - return writer; - }; - - /** - * Encodes the specified WriteStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.WriteStream.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @static - * @param {google.cloud.bigquery.storage.v1.IWriteStream} message WriteStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - WriteStream.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a WriteStream message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.WriteStream} WriteStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - WriteStream.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.WriteStream(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.type = reader.int32(); - break; - } - case 3: { - message.createTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - message.commitTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.tableSchema = $root.google.cloud.bigquery.storage.v1.TableSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 7: { - message.writeMode = reader.int32(); - break; - } - case 8: { - message.location = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a WriteStream message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.WriteStream} WriteStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - WriteStream.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a WriteStream message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - WriteStream.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.type != null && message.hasOwnProperty("type")) - switch (message.type) { - default: - return "type: enum value expected"; - case 0: - case 1: - case 2: - case 3: - break; - } - if (message.createTime != null && message.hasOwnProperty("createTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.createTime, long + 1); - if (error) - return "createTime." + error; - } - if (message.commitTime != null && message.hasOwnProperty("commitTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.commitTime, long + 1); - if (error) - return "commitTime." + error; - } - if (message.tableSchema != null && message.hasOwnProperty("tableSchema")) { - var error = $root.google.cloud.bigquery.storage.v1.TableSchema.verify(message.tableSchema, long + 1); - if (error) - return "tableSchema." + error; - } - if (message.writeMode != null && message.hasOwnProperty("writeMode")) - switch (message.writeMode) { - default: - return "writeMode: enum value expected"; - case 0: - case 1: - break; - } - if (message.location != null && message.hasOwnProperty("location")) - if (!$util.isString(message.location)) - return "location: string expected"; - return null; - }; - - /** - * Creates a WriteStream message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.WriteStream} WriteStream - */ - WriteStream.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.WriteStream) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.WriteStream(); - if (object.name != null) - message.name = String(object.name); - switch (object.type) { - default: - if (typeof object.type === "number") { - message.type = object.type; - break; - } - break; - case "TYPE_UNSPECIFIED": - case 0: - message.type = 0; - break; - case "COMMITTED": - case 1: - message.type = 1; - break; - case "PENDING": - case 2: - message.type = 2; - break; - case "BUFFERED": - case 3: - message.type = 3; - break; - } - if (object.createTime != null) { - if (typeof object.createTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.WriteStream.createTime: object expected"); - message.createTime = $root.google.protobuf.Timestamp.fromObject(object.createTime, long + 1); - } - if (object.commitTime != null) { - if (typeof object.commitTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.WriteStream.commitTime: object expected"); - message.commitTime = $root.google.protobuf.Timestamp.fromObject(object.commitTime, long + 1); - } - if (object.tableSchema != null) { - if (typeof object.tableSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.WriteStream.tableSchema: object expected"); - message.tableSchema = $root.google.cloud.bigquery.storage.v1.TableSchema.fromObject(object.tableSchema, long + 1); - } - switch (object.writeMode) { - default: - if (typeof object.writeMode === "number") { - message.writeMode = object.writeMode; - break; - } - break; - case "WRITE_MODE_UNSPECIFIED": - case 0: - message.writeMode = 0; - break; - case "INSERT": - case 1: - message.writeMode = 1; - break; - } - if (object.location != null) - message.location = String(object.location); - return message; - }; - - /** - * Creates a plain object from a WriteStream message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @static - * @param {google.cloud.bigquery.storage.v1.WriteStream} message WriteStream - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - WriteStream.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.type = options.enums === String ? "TYPE_UNSPECIFIED" : 0; - object.createTime = null; - object.commitTime = null; - object.tableSchema = null; - object.writeMode = options.enums === String ? "WRITE_MODE_UNSPECIFIED" : 0; - object.location = ""; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.type != null && message.hasOwnProperty("type")) - object.type = options.enums === String ? $root.google.cloud.bigquery.storage.v1.WriteStream.Type[message.type] === undefined ? message.type : $root.google.cloud.bigquery.storage.v1.WriteStream.Type[message.type] : message.type; - if (message.createTime != null && message.hasOwnProperty("createTime")) - object.createTime = $root.google.protobuf.Timestamp.toObject(message.createTime, options); - if (message.commitTime != null && message.hasOwnProperty("commitTime")) - object.commitTime = $root.google.protobuf.Timestamp.toObject(message.commitTime, options); - if (message.tableSchema != null && message.hasOwnProperty("tableSchema")) - object.tableSchema = $root.google.cloud.bigquery.storage.v1.TableSchema.toObject(message.tableSchema, options); - if (message.writeMode != null && message.hasOwnProperty("writeMode")) - object.writeMode = options.enums === String ? $root.google.cloud.bigquery.storage.v1.WriteStream.WriteMode[message.writeMode] === undefined ? message.writeMode : $root.google.cloud.bigquery.storage.v1.WriteStream.WriteMode[message.writeMode] : message.writeMode; - if (message.location != null && message.hasOwnProperty("location")) - object.location = message.location; - return object; - }; - - /** - * Converts this WriteStream to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @instance - * @returns {Object.} JSON object - */ - WriteStream.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for WriteStream - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.WriteStream - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - WriteStream.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.WriteStream"; - }; - - /** - * Type enum. - * @name google.cloud.bigquery.storage.v1.WriteStream.Type - * @enum {number} - * @property {number} TYPE_UNSPECIFIED=0 TYPE_UNSPECIFIED value - * @property {number} COMMITTED=1 COMMITTED value - * @property {number} PENDING=2 PENDING value - * @property {number} BUFFERED=3 BUFFERED value - */ - WriteStream.Type = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "TYPE_UNSPECIFIED"] = 0; - values[valuesById[1] = "COMMITTED"] = 1; - values[valuesById[2] = "PENDING"] = 2; - values[valuesById[3] = "BUFFERED"] = 3; - return values; - })(); - - /** - * WriteMode enum. - * @name google.cloud.bigquery.storage.v1.WriteStream.WriteMode - * @enum {number} - * @property {number} WRITE_MODE_UNSPECIFIED=0 WRITE_MODE_UNSPECIFIED value - * @property {number} INSERT=1 INSERT value - */ - WriteStream.WriteMode = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "WRITE_MODE_UNSPECIFIED"] = 0; - values[valuesById[1] = "INSERT"] = 1; - return values; - })(); - - return WriteStream; - })(); - - v1.TableSchema = (function() { - - /** - * Properties of a TableSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @interface ITableSchema - * @property {Array.|null} [fields] TableSchema fields - */ - - /** - * Constructs a new TableSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a TableSchema. - * @implements ITableSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1.ITableSchema=} [properties] Properties to set - */ - function TableSchema(properties) { - this.fields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableSchema fields. - * @member {Array.} fields - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @instance - */ - TableSchema.prototype.fields = $util.emptyArray; - - /** - * Creates a new TableSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @static - * @param {google.cloud.bigquery.storage.v1.ITableSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.TableSchema} TableSchema instance - */ - TableSchema.create = function create(properties) { - return new TableSchema(properties); - }; - - /** - * Encodes the specified TableSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @static - * @param {google.cloud.bigquery.storage.v1.ITableSchema} message TableSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.fields != null && message.fields.length) - for (var i = 0; i < message.fields.length; ++i) - $root.google.cloud.bigquery.storage.v1.TableFieldSchema.encode(message.fields[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified TableSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @static - * @param {google.cloud.bigquery.storage.v1.ITableSchema} message TableSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.TableSchema} TableSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.TableSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.fields && message.fields.length)) - message.fields = []; - message.fields.push($root.google.cloud.bigquery.storage.v1.TableFieldSchema.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.TableSchema} TableSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.fields != null && message.hasOwnProperty("fields")) { - if (!Array.isArray(message.fields)) - return "fields: array expected"; - for (var i = 0; i < message.fields.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.verify(message.fields[i], long + 1); - if (error) - return "fields." + error; - } - } - return null; - }; - - /** - * Creates a TableSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.TableSchema} TableSchema - */ - TableSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.TableSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.TableSchema(); - if (object.fields) { - if (!Array.isArray(object.fields)) - throw TypeError(".google.cloud.bigquery.storage.v1.TableSchema.fields: array expected"); - message.fields = []; - for (var i = 0; i < object.fields.length; ++i) { - if (typeof object.fields[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.TableSchema.fields: object expected"); - message.fields[i] = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.fromObject(object.fields[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a TableSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @static - * @param {google.cloud.bigquery.storage.v1.TableSchema} message TableSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.fields = []; - if (message.fields && message.fields.length) { - object.fields = []; - for (var j = 0; j < message.fields.length; ++j) - object.fields[j] = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.toObject(message.fields[j], options); - } - return object; - }; - - /** - * Converts this TableSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @instance - * @returns {Object.} JSON object - */ - TableSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.TableSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.TableSchema"; - }; - - return TableSchema; - })(); - - v1.TableFieldSchema = (function() { - - /** - * Properties of a TableFieldSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @interface ITableFieldSchema - * @property {string|null} [name] TableFieldSchema name - * @property {google.cloud.bigquery.storage.v1.TableFieldSchema.Type|null} [type] TableFieldSchema type - * @property {google.cloud.bigquery.storage.v1.TableFieldSchema.Mode|null} [mode] TableFieldSchema mode - * @property {Array.|null} [fields] TableFieldSchema fields - * @property {string|null} [description] TableFieldSchema description - * @property {number|Long|null} [maxLength] TableFieldSchema maxLength - * @property {number|Long|null} [precision] TableFieldSchema precision - * @property {number|Long|null} [scale] TableFieldSchema scale - * @property {string|null} [defaultValueExpression] TableFieldSchema defaultValueExpression - * @property {google.protobuf.IInt64Value|null} [timestampPrecision] TableFieldSchema timestampPrecision - * @property {google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType|null} [rangeElementType] TableFieldSchema rangeElementType - */ - - /** - * Constructs a new TableFieldSchema. - * @memberof google.cloud.bigquery.storage.v1 - * @classdesc Represents a TableFieldSchema. - * @implements ITableFieldSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1.ITableFieldSchema=} [properties] Properties to set - */ - function TableFieldSchema(properties) { - this.fields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableFieldSchema name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.name = ""; - - /** - * TableFieldSchema type. - * @member {google.cloud.bigquery.storage.v1.TableFieldSchema.Type} type - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.type = 0; - - /** - * TableFieldSchema mode. - * @member {google.cloud.bigquery.storage.v1.TableFieldSchema.Mode} mode - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.mode = 0; - - /** - * TableFieldSchema fields. - * @member {Array.} fields - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.fields = $util.emptyArray; - - /** - * TableFieldSchema description. - * @member {string} description - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.description = ""; - - /** - * TableFieldSchema maxLength. - * @member {number|Long} maxLength - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.maxLength = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * TableFieldSchema precision. - * @member {number|Long} precision - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.precision = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * TableFieldSchema scale. - * @member {number|Long} scale - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.scale = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * TableFieldSchema defaultValueExpression. - * @member {string} defaultValueExpression - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.defaultValueExpression = ""; - - /** - * TableFieldSchema timestampPrecision. - * @member {google.protobuf.IInt64Value|null|undefined} timestampPrecision - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.timestampPrecision = null; - - /** - * TableFieldSchema rangeElementType. - * @member {google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType|null|undefined} rangeElementType - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.rangeElementType = null; - - /** - * Creates a new TableFieldSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1.ITableFieldSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.TableFieldSchema} TableFieldSchema instance - */ - TableFieldSchema.create = function create(properties) { - return new TableFieldSchema(properties); - }; - - /** - * Encodes the specified TableFieldSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableFieldSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1.ITableFieldSchema} message TableFieldSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableFieldSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.type); - if (message.mode != null && Object.hasOwnProperty.call(message, "mode")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.mode); - if (message.fields != null && message.fields.length) - for (var i = 0; i < message.fields.length; ++i) - $root.google.cloud.bigquery.storage.v1.TableFieldSchema.encode(message.fields[i], writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.description != null && Object.hasOwnProperty.call(message, "description")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.description); - if (message.maxLength != null && Object.hasOwnProperty.call(message, "maxLength")) - writer.uint32(/* id 7, wireType 0 =*/56).int64(message.maxLength); - if (message.precision != null && Object.hasOwnProperty.call(message, "precision")) - writer.uint32(/* id 8, wireType 0 =*/64).int64(message.precision); - if (message.scale != null && Object.hasOwnProperty.call(message, "scale")) - writer.uint32(/* id 9, wireType 0 =*/72).int64(message.scale); - if (message.defaultValueExpression != null && Object.hasOwnProperty.call(message, "defaultValueExpression")) - writer.uint32(/* id 10, wireType 2 =*/82).string(message.defaultValueExpression); - if (message.rangeElementType != null && Object.hasOwnProperty.call(message, "rangeElementType")) - $root.google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType.encode(message.rangeElementType, writer.uint32(/* id 11, wireType 2 =*/90).fork()).ldelim(); - if (message.timestampPrecision != null && Object.hasOwnProperty.call(message, "timestampPrecision")) - $root.google.protobuf.Int64Value.encode(message.timestampPrecision, writer.uint32(/* id 27, wireType 2 =*/218).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified TableFieldSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableFieldSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1.ITableFieldSchema} message TableFieldSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableFieldSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableFieldSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.TableFieldSchema} TableFieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableFieldSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.TableFieldSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.type = reader.int32(); - break; - } - case 3: { - message.mode = reader.int32(); - break; - } - case 4: { - if (!(message.fields && message.fields.length)) - message.fields = []; - message.fields.push($root.google.cloud.bigquery.storage.v1.TableFieldSchema.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 6: { - message.description = reader.string(); - break; - } - case 7: { - message.maxLength = reader.int64(); - break; - } - case 8: { - message.precision = reader.int64(); - break; - } - case 9: { - message.scale = reader.int64(); - break; - } - case 10: { - message.defaultValueExpression = reader.string(); - break; - } - case 27: { - message.timestampPrecision = $root.google.protobuf.Int64Value.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 11: { - message.rangeElementType = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableFieldSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.TableFieldSchema} TableFieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableFieldSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableFieldSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableFieldSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.type != null && message.hasOwnProperty("type")) - switch (message.type) { - default: - return "type: enum value expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - case 7: - case 8: - case 9: - case 10: - case 11: - case 12: - case 13: - case 14: - case 15: - case 16: - break; - } - if (message.mode != null && message.hasOwnProperty("mode")) - switch (message.mode) { - default: - return "mode: enum value expected"; - case 0: - case 1: - case 2: - case 3: - break; - } - if (message.fields != null && message.hasOwnProperty("fields")) { - if (!Array.isArray(message.fields)) - return "fields: array expected"; - for (var i = 0; i < message.fields.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.verify(message.fields[i], long + 1); - if (error) - return "fields." + error; - } - } - if (message.description != null && message.hasOwnProperty("description")) - if (!$util.isString(message.description)) - return "description: string expected"; - if (message.maxLength != null && message.hasOwnProperty("maxLength")) - if (!$util.isInteger(message.maxLength) && !(message.maxLength && $util.isInteger(message.maxLength.low) && $util.isInteger(message.maxLength.high))) - return "maxLength: integer|Long expected"; - if (message.precision != null && message.hasOwnProperty("precision")) - if (!$util.isInteger(message.precision) && !(message.precision && $util.isInteger(message.precision.low) && $util.isInteger(message.precision.high))) - return "precision: integer|Long expected"; - if (message.scale != null && message.hasOwnProperty("scale")) - if (!$util.isInteger(message.scale) && !(message.scale && $util.isInteger(message.scale.low) && $util.isInteger(message.scale.high))) - return "scale: integer|Long expected"; - if (message.defaultValueExpression != null && message.hasOwnProperty("defaultValueExpression")) - if (!$util.isString(message.defaultValueExpression)) - return "defaultValueExpression: string expected"; - if (message.timestampPrecision != null && message.hasOwnProperty("timestampPrecision")) { - var error = $root.google.protobuf.Int64Value.verify(message.timestampPrecision, long + 1); - if (error) - return "timestampPrecision." + error; - } - if (message.rangeElementType != null && message.hasOwnProperty("rangeElementType")) { - var error = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType.verify(message.rangeElementType, long + 1); - if (error) - return "rangeElementType." + error; - } - return null; - }; - - /** - * Creates a TableFieldSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.TableFieldSchema} TableFieldSchema - */ - TableFieldSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.TableFieldSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.TableFieldSchema(); - if (object.name != null) - message.name = String(object.name); - switch (object.type) { - default: - if (typeof object.type === "number") { - message.type = object.type; - break; - } - break; - case "TYPE_UNSPECIFIED": - case 0: - message.type = 0; - break; - case "STRING": - case 1: - message.type = 1; - break; - case "INT64": - case 2: - message.type = 2; - break; - case "DOUBLE": - case 3: - message.type = 3; - break; - case "STRUCT": - case 4: - message.type = 4; - break; - case "BYTES": - case 5: - message.type = 5; - break; - case "BOOL": - case 6: - message.type = 6; - break; - case "TIMESTAMP": - case 7: - message.type = 7; - break; - case "DATE": - case 8: - message.type = 8; - break; - case "TIME": - case 9: - message.type = 9; - break; - case "DATETIME": - case 10: - message.type = 10; - break; - case "GEOGRAPHY": - case 11: - message.type = 11; - break; - case "NUMERIC": - case 12: - message.type = 12; - break; - case "BIGNUMERIC": - case 13: - message.type = 13; - break; - case "INTERVAL": - case 14: - message.type = 14; - break; - case "JSON": - case 15: - message.type = 15; - break; - case "RANGE": - case 16: - message.type = 16; - break; - } - switch (object.mode) { - default: - if (typeof object.mode === "number") { - message.mode = object.mode; - break; - } - break; - case "MODE_UNSPECIFIED": - case 0: - message.mode = 0; - break; - case "NULLABLE": - case 1: - message.mode = 1; - break; - case "REQUIRED": - case 2: - message.mode = 2; - break; - case "REPEATED": - case 3: - message.mode = 3; - break; - } - if (object.fields) { - if (!Array.isArray(object.fields)) - throw TypeError(".google.cloud.bigquery.storage.v1.TableFieldSchema.fields: array expected"); - message.fields = []; - for (var i = 0; i < object.fields.length; ++i) { - if (typeof object.fields[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.TableFieldSchema.fields: object expected"); - message.fields[i] = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.fromObject(object.fields[i], long + 1); - } - } - if (object.description != null) - message.description = String(object.description); - if (object.maxLength != null) - if ($util.Long) - (message.maxLength = $util.Long.fromValue(object.maxLength)).unsigned = false; - else if (typeof object.maxLength === "string") - message.maxLength = parseInt(object.maxLength, 10); - else if (typeof object.maxLength === "number") - message.maxLength = object.maxLength; - else if (typeof object.maxLength === "object") - message.maxLength = new $util.LongBits(object.maxLength.low >>> 0, object.maxLength.high >>> 0).toNumber(); - if (object.precision != null) - if ($util.Long) - (message.precision = $util.Long.fromValue(object.precision)).unsigned = false; - else if (typeof object.precision === "string") - message.precision = parseInt(object.precision, 10); - else if (typeof object.precision === "number") - message.precision = object.precision; - else if (typeof object.precision === "object") - message.precision = new $util.LongBits(object.precision.low >>> 0, object.precision.high >>> 0).toNumber(); - if (object.scale != null) - if ($util.Long) - (message.scale = $util.Long.fromValue(object.scale)).unsigned = false; - else if (typeof object.scale === "string") - message.scale = parseInt(object.scale, 10); - else if (typeof object.scale === "number") - message.scale = object.scale; - else if (typeof object.scale === "object") - message.scale = new $util.LongBits(object.scale.low >>> 0, object.scale.high >>> 0).toNumber(); - if (object.defaultValueExpression != null) - message.defaultValueExpression = String(object.defaultValueExpression); - if (object.timestampPrecision != null) { - if (typeof object.timestampPrecision !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.TableFieldSchema.timestampPrecision: object expected"); - message.timestampPrecision = $root.google.protobuf.Int64Value.fromObject(object.timestampPrecision, long + 1); - } - if (object.rangeElementType != null) { - if (typeof object.rangeElementType !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1.TableFieldSchema.rangeElementType: object expected"); - message.rangeElementType = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType.fromObject(object.rangeElementType, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a TableFieldSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1.TableFieldSchema} message TableFieldSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableFieldSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.fields = []; - if (options.defaults) { - object.name = ""; - object.type = options.enums === String ? "TYPE_UNSPECIFIED" : 0; - object.mode = options.enums === String ? "MODE_UNSPECIFIED" : 0; - object.description = ""; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.maxLength = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.maxLength = options.longs === String ? "0" : 0; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.precision = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.precision = options.longs === String ? "0" : 0; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.scale = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.scale = options.longs === String ? "0" : 0; - object.defaultValueExpression = ""; - object.rangeElementType = null; - object.timestampPrecision = null; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.type != null && message.hasOwnProperty("type")) - object.type = options.enums === String ? $root.google.cloud.bigquery.storage.v1.TableFieldSchema.Type[message.type] === undefined ? message.type : $root.google.cloud.bigquery.storage.v1.TableFieldSchema.Type[message.type] : message.type; - if (message.mode != null && message.hasOwnProperty("mode")) - object.mode = options.enums === String ? $root.google.cloud.bigquery.storage.v1.TableFieldSchema.Mode[message.mode] === undefined ? message.mode : $root.google.cloud.bigquery.storage.v1.TableFieldSchema.Mode[message.mode] : message.mode; - if (message.fields && message.fields.length) { - object.fields = []; - for (var j = 0; j < message.fields.length; ++j) - object.fields[j] = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.toObject(message.fields[j], options); - } - if (message.description != null && message.hasOwnProperty("description")) - object.description = message.description; - if (message.maxLength != null && message.hasOwnProperty("maxLength")) - if (typeof message.maxLength === "number") - object.maxLength = options.longs === String ? String(message.maxLength) : message.maxLength; - else - object.maxLength = options.longs === String ? $util.Long.prototype.toString.call(message.maxLength) : options.longs === Number ? new $util.LongBits(message.maxLength.low >>> 0, message.maxLength.high >>> 0).toNumber() : message.maxLength; - if (message.precision != null && message.hasOwnProperty("precision")) - if (typeof message.precision === "number") - object.precision = options.longs === String ? String(message.precision) : message.precision; - else - object.precision = options.longs === String ? $util.Long.prototype.toString.call(message.precision) : options.longs === Number ? new $util.LongBits(message.precision.low >>> 0, message.precision.high >>> 0).toNumber() : message.precision; - if (message.scale != null && message.hasOwnProperty("scale")) - if (typeof message.scale === "number") - object.scale = options.longs === String ? String(message.scale) : message.scale; - else - object.scale = options.longs === String ? $util.Long.prototype.toString.call(message.scale) : options.longs === Number ? new $util.LongBits(message.scale.low >>> 0, message.scale.high >>> 0).toNumber() : message.scale; - if (message.defaultValueExpression != null && message.hasOwnProperty("defaultValueExpression")) - object.defaultValueExpression = message.defaultValueExpression; - if (message.rangeElementType != null && message.hasOwnProperty("rangeElementType")) - object.rangeElementType = $root.google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType.toObject(message.rangeElementType, options); - if (message.timestampPrecision != null && message.hasOwnProperty("timestampPrecision")) - object.timestampPrecision = $root.google.protobuf.Int64Value.toObject(message.timestampPrecision, options); - return object; - }; - - /** - * Converts this TableFieldSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @instance - * @returns {Object.} JSON object - */ - TableFieldSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableFieldSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableFieldSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.TableFieldSchema"; - }; - - /** - * Type enum. - * @name google.cloud.bigquery.storage.v1.TableFieldSchema.Type - * @enum {number} - * @property {number} TYPE_UNSPECIFIED=0 TYPE_UNSPECIFIED value - * @property {number} STRING=1 STRING value - * @property {number} INT64=2 INT64 value - * @property {number} DOUBLE=3 DOUBLE value - * @property {number} STRUCT=4 STRUCT value - * @property {number} BYTES=5 BYTES value - * @property {number} BOOL=6 BOOL value - * @property {number} TIMESTAMP=7 TIMESTAMP value - * @property {number} DATE=8 DATE value - * @property {number} TIME=9 TIME value - * @property {number} DATETIME=10 DATETIME value - * @property {number} GEOGRAPHY=11 GEOGRAPHY value - * @property {number} NUMERIC=12 NUMERIC value - * @property {number} BIGNUMERIC=13 BIGNUMERIC value - * @property {number} INTERVAL=14 INTERVAL value - * @property {number} JSON=15 JSON value - * @property {number} RANGE=16 RANGE value - */ - TableFieldSchema.Type = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "TYPE_UNSPECIFIED"] = 0; - values[valuesById[1] = "STRING"] = 1; - values[valuesById[2] = "INT64"] = 2; - values[valuesById[3] = "DOUBLE"] = 3; - values[valuesById[4] = "STRUCT"] = 4; - values[valuesById[5] = "BYTES"] = 5; - values[valuesById[6] = "BOOL"] = 6; - values[valuesById[7] = "TIMESTAMP"] = 7; - values[valuesById[8] = "DATE"] = 8; - values[valuesById[9] = "TIME"] = 9; - values[valuesById[10] = "DATETIME"] = 10; - values[valuesById[11] = "GEOGRAPHY"] = 11; - values[valuesById[12] = "NUMERIC"] = 12; - values[valuesById[13] = "BIGNUMERIC"] = 13; - values[valuesById[14] = "INTERVAL"] = 14; - values[valuesById[15] = "JSON"] = 15; - values[valuesById[16] = "RANGE"] = 16; - return values; - })(); - - /** - * Mode enum. - * @name google.cloud.bigquery.storage.v1.TableFieldSchema.Mode - * @enum {number} - * @property {number} MODE_UNSPECIFIED=0 MODE_UNSPECIFIED value - * @property {number} NULLABLE=1 NULLABLE value - * @property {number} REQUIRED=2 REQUIRED value - * @property {number} REPEATED=3 REPEATED value - */ - TableFieldSchema.Mode = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "MODE_UNSPECIFIED"] = 0; - values[valuesById[1] = "NULLABLE"] = 1; - values[valuesById[2] = "REQUIRED"] = 2; - values[valuesById[3] = "REPEATED"] = 3; - return values; - })(); - - TableFieldSchema.FieldElementType = (function() { - - /** - * Properties of a FieldElementType. - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @interface IFieldElementType - * @property {google.cloud.bigquery.storage.v1.TableFieldSchema.Type|null} [type] FieldElementType type - */ - - /** - * Constructs a new FieldElementType. - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema - * @classdesc Represents a FieldElementType. - * @implements IFieldElementType - * @constructor - * @param {google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType=} [properties] Properties to set - */ - function FieldElementType(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FieldElementType type. - * @member {google.cloud.bigquery.storage.v1.TableFieldSchema.Type} type - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @instance - */ - FieldElementType.prototype.type = 0; - - /** - * Creates a new FieldElementType instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @static - * @param {google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType} FieldElementType instance - */ - FieldElementType.create = function create(properties) { - return new FieldElementType(properties); - }; - - /** - * Encodes the specified FieldElementType message. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @static - * @param {google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType} message FieldElementType message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldElementType.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.type); - return writer; - }; - - /** - * Encodes the specified FieldElementType message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @static - * @param {google.cloud.bigquery.storage.v1.TableFieldSchema.IFieldElementType} message FieldElementType message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldElementType.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FieldElementType message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType} FieldElementType - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldElementType.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.type = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FieldElementType message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType} FieldElementType - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldElementType.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FieldElementType message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FieldElementType.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.type != null && message.hasOwnProperty("type")) - switch (message.type) { - default: - return "type: enum value expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - case 7: - case 8: - case 9: - case 10: - case 11: - case 12: - case 13: - case 14: - case 15: - case 16: - break; - } - return null; - }; - - /** - * Creates a FieldElementType message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType} FieldElementType - */ - FieldElementType.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType(); - switch (object.type) { - default: - if (typeof object.type === "number") { - message.type = object.type; - break; - } - break; - case "TYPE_UNSPECIFIED": - case 0: - message.type = 0; - break; - case "STRING": - case 1: - message.type = 1; - break; - case "INT64": - case 2: - message.type = 2; - break; - case "DOUBLE": - case 3: - message.type = 3; - break; - case "STRUCT": - case 4: - message.type = 4; - break; - case "BYTES": - case 5: - message.type = 5; - break; - case "BOOL": - case 6: - message.type = 6; - break; - case "TIMESTAMP": - case 7: - message.type = 7; - break; - case "DATE": - case 8: - message.type = 8; - break; - case "TIME": - case 9: - message.type = 9; - break; - case "DATETIME": - case 10: - message.type = 10; - break; - case "GEOGRAPHY": - case 11: - message.type = 11; - break; - case "NUMERIC": - case 12: - message.type = 12; - break; - case "BIGNUMERIC": - case 13: - message.type = 13; - break; - case "INTERVAL": - case 14: - message.type = 14; - break; - case "JSON": - case 15: - message.type = 15; - break; - case "RANGE": - case 16: - message.type = 16; - break; - } - return message; - }; - - /** - * Creates a plain object from a FieldElementType message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @static - * @param {google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType} message FieldElementType - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FieldElementType.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.type = options.enums === String ? "TYPE_UNSPECIFIED" : 0; - if (message.type != null && message.hasOwnProperty("type")) - object.type = options.enums === String ? $root.google.cloud.bigquery.storage.v1.TableFieldSchema.Type[message.type] === undefined ? message.type : $root.google.cloud.bigquery.storage.v1.TableFieldSchema.Type[message.type] : message.type; - return object; - }; - - /** - * Converts this FieldElementType to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @instance - * @returns {Object.} JSON object - */ - FieldElementType.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FieldElementType - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FieldElementType.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType"; - }; - - return FieldElementType; - })(); - - return TableFieldSchema; - })(); - - return v1; - })(); - - storage.v1alpha = (function() { - - /** - * Namespace v1alpha. - * @memberof google.cloud.bigquery.storage - * @namespace - */ - var v1alpha = {}; - - v1alpha.MetastorePartitionService = (function() { - - /** - * Constructs a new MetastorePartitionService service. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a MetastorePartitionService - * @extends $protobuf.rpc.Service - * @constructor - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - */ - function MetastorePartitionService(rpcImpl, requestDelimited, responseDelimited) { - $protobuf.rpc.Service.call(this, rpcImpl, requestDelimited, responseDelimited); - } - - (MetastorePartitionService.prototype = Object.create($protobuf.rpc.Service.prototype)).constructor = MetastorePartitionService; - - /** - * Creates new MetastorePartitionService service using the specified rpc implementation. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @static - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - * @returns {MetastorePartitionService} RPC service. Useful where requests and/or responses are streamed. - */ - MetastorePartitionService.create = function create(rpcImpl, requestDelimited, responseDelimited) { - return new this(rpcImpl, requestDelimited, responseDelimited); - }; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|batchCreateMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @typedef BatchCreateMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse} [response] BatchCreateMetastorePartitionsResponse - */ - - /** - * Calls BatchCreateMetastorePartitions. - * @function batchCreateMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest} request BatchCreateMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.BatchCreateMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and BatchCreateMetastorePartitionsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.batchCreateMetastorePartitions = function batchCreateMetastorePartitions(request, callback) { - return this.rpcCall(batchCreateMetastorePartitions, $root.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest, $root.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse, request, callback); - }, "name", { value: "BatchCreateMetastorePartitions" }); - - /** - * Calls BatchCreateMetastorePartitions. - * @function batchCreateMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest} request BatchCreateMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|batchDeleteMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @typedef BatchDeleteMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.protobuf.Empty} [response] Empty - */ - - /** - * Calls BatchDeleteMetastorePartitions. - * @function batchDeleteMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest} request BatchDeleteMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.BatchDeleteMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and Empty - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.batchDeleteMetastorePartitions = function batchDeleteMetastorePartitions(request, callback) { - return this.rpcCall(batchDeleteMetastorePartitions, $root.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest, $root.google.protobuf.Empty, request, callback); - }, "name", { value: "BatchDeleteMetastorePartitions" }); - - /** - * Calls BatchDeleteMetastorePartitions. - * @function batchDeleteMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest} request BatchDeleteMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|batchUpdateMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @typedef BatchUpdateMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse} [response] BatchUpdateMetastorePartitionsResponse - */ - - /** - * Calls BatchUpdateMetastorePartitions. - * @function batchUpdateMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest} request BatchUpdateMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.BatchUpdateMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and BatchUpdateMetastorePartitionsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.batchUpdateMetastorePartitions = function batchUpdateMetastorePartitions(request, callback) { - return this.rpcCall(batchUpdateMetastorePartitions, $root.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest, $root.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse, request, callback); - }, "name", { value: "BatchUpdateMetastorePartitions" }); - - /** - * Calls BatchUpdateMetastorePartitions. - * @function batchUpdateMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest} request BatchUpdateMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|listMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @typedef ListMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse} [response] ListMetastorePartitionsResponse - */ - - /** - * Calls ListMetastorePartitions. - * @function listMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest} request ListMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.ListMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and ListMetastorePartitionsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.listMetastorePartitions = function listMetastorePartitions(request, callback) { - return this.rpcCall(listMetastorePartitions, $root.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest, $root.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse, request, callback); - }, "name", { value: "ListMetastorePartitions" }); - - /** - * Calls ListMetastorePartitions. - * @function listMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest} request ListMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionService|streamMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @typedef StreamMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse} [response] StreamMetastorePartitionsResponse - */ - - /** - * Calls StreamMetastorePartitions. - * @function streamMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest} request StreamMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1alpha.MetastorePartitionService.StreamMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and StreamMetastorePartitionsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.streamMetastorePartitions = function streamMetastorePartitions(request, callback) { - return this.rpcCall(streamMetastorePartitions, $root.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest, $root.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse, request, callback); - }, "name", { value: "StreamMetastorePartitions" }); - - /** - * Calls StreamMetastorePartitions. - * @function streamMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest} request StreamMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - return MetastorePartitionService; - })(); - - v1alpha.CreateMetastorePartitionRequest = (function() { - - /** - * Properties of a CreateMetastorePartitionRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface ICreateMetastorePartitionRequest - * @property {string|null} [parent] CreateMetastorePartitionRequest parent - * @property {google.cloud.bigquery.storage.v1alpha.IMetastorePartition|null} [metastorePartition] CreateMetastorePartitionRequest metastorePartition - */ - - /** - * Constructs a new CreateMetastorePartitionRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a CreateMetastorePartitionRequest. - * @implements ICreateMetastorePartitionRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest=} [properties] Properties to set - */ - function CreateMetastorePartitionRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CreateMetastorePartitionRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @instance - */ - CreateMetastorePartitionRequest.prototype.parent = ""; - - /** - * CreateMetastorePartitionRequest metastorePartition. - * @member {google.cloud.bigquery.storage.v1alpha.IMetastorePartition|null|undefined} metastorePartition - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @instance - */ - CreateMetastorePartitionRequest.prototype.metastorePartition = null; - - /** - * Creates a new CreateMetastorePartitionRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest} CreateMetastorePartitionRequest instance - */ - CreateMetastorePartitionRequest.create = function create(properties) { - return new CreateMetastorePartitionRequest(properties); - }; - - /** - * Encodes the specified CreateMetastorePartitionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest} message CreateMetastorePartitionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateMetastorePartitionRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.metastorePartition != null && Object.hasOwnProperty.call(message, "metastorePartition")) - $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.encode(message.metastorePartition, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified CreateMetastorePartitionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.ICreateMetastorePartitionRequest} message CreateMetastorePartitionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateMetastorePartitionRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CreateMetastorePartitionRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest} CreateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateMetastorePartitionRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - message.metastorePartition = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CreateMetastorePartitionRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest} CreateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateMetastorePartitionRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CreateMetastorePartitionRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CreateMetastorePartitionRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.metastorePartition != null && message.hasOwnProperty("metastorePartition")) { - var error = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify(message.metastorePartition, long + 1); - if (error) - return "metastorePartition." + error; - } - return null; - }; - - /** - * Creates a CreateMetastorePartitionRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest} CreateMetastorePartitionRequest - */ - CreateMetastorePartitionRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.metastorePartition != null) { - if (typeof object.metastorePartition !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.metastorePartition: object expected"); - message.metastorePartition = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.fromObject(object.metastorePartition, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a CreateMetastorePartitionRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest} message CreateMetastorePartitionRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CreateMetastorePartitionRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.parent = ""; - object.metastorePartition = null; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.metastorePartition != null && message.hasOwnProperty("metastorePartition")) - object.metastorePartition = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.toObject(message.metastorePartition, options); - return object; - }; - - /** - * Converts this CreateMetastorePartitionRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @instance - * @returns {Object.} JSON object - */ - CreateMetastorePartitionRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CreateMetastorePartitionRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CreateMetastorePartitionRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest"; - }; - - return CreateMetastorePartitionRequest; - })(); - - v1alpha.BatchCreateMetastorePartitionsRequest = (function() { - - /** - * Properties of a BatchCreateMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IBatchCreateMetastorePartitionsRequest - * @property {string|null} [parent] BatchCreateMetastorePartitionsRequest parent - * @property {Array.|null} [requests] BatchCreateMetastorePartitionsRequest requests - * @property {boolean|null} [skipExistingPartitions] BatchCreateMetastorePartitionsRequest skipExistingPartitions - * @property {string|null} [traceId] BatchCreateMetastorePartitionsRequest traceId - */ - - /** - * Constructs a new BatchCreateMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a BatchCreateMetastorePartitionsRequest. - * @implements IBatchCreateMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest=} [properties] Properties to set - */ - function BatchCreateMetastorePartitionsRequest(properties) { - this.requests = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCreateMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @instance - */ - BatchCreateMetastorePartitionsRequest.prototype.parent = ""; - - /** - * BatchCreateMetastorePartitionsRequest requests. - * @member {Array.} requests - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @instance - */ - BatchCreateMetastorePartitionsRequest.prototype.requests = $util.emptyArray; - - /** - * BatchCreateMetastorePartitionsRequest skipExistingPartitions. - * @member {boolean} skipExistingPartitions - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @instance - */ - BatchCreateMetastorePartitionsRequest.prototype.skipExistingPartitions = false; - - /** - * BatchCreateMetastorePartitionsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @instance - */ - BatchCreateMetastorePartitionsRequest.prototype.traceId = ""; - - /** - * Creates a new BatchCreateMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest} BatchCreateMetastorePartitionsRequest instance - */ - BatchCreateMetastorePartitionsRequest.create = function create(properties) { - return new BatchCreateMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified BatchCreateMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest} message BatchCreateMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.requests != null && message.requests.length) - for (var i = 0; i < message.requests.length; ++i) - $root.google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.encode(message.requests[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.skipExistingPartitions != null && Object.hasOwnProperty.call(message, "skipExistingPartitions")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.skipExistingPartitions); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.traceId); - return writer; - }; - - /** - * Encodes the specified BatchCreateMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest} message BatchCreateMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCreateMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest} BatchCreateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.requests && message.requests.length)) - message.requests = []; - message.requests.push($root.google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 3: { - message.skipExistingPartitions = reader.bool(); - break; - } - case 4: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCreateMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest} BatchCreateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCreateMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCreateMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.requests != null && message.hasOwnProperty("requests")) { - if (!Array.isArray(message.requests)) - return "requests: array expected"; - for (var i = 0; i < message.requests.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.verify(message.requests[i], long + 1); - if (error) - return "requests." + error; - } - } - if (message.skipExistingPartitions != null && message.hasOwnProperty("skipExistingPartitions")) - if (typeof message.skipExistingPartitions !== "boolean") - return "skipExistingPartitions: boolean expected"; - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates a BatchCreateMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest} BatchCreateMetastorePartitionsRequest - */ - BatchCreateMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.requests) { - if (!Array.isArray(object.requests)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest.requests: array expected"); - message.requests = []; - for (var i = 0; i < object.requests.length; ++i) { - if (typeof object.requests[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest.requests: object expected"); - message.requests[i] = $root.google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.fromObject(object.requests[i], long + 1); - } - } - if (object.skipExistingPartitions != null) - message.skipExistingPartitions = Boolean(object.skipExistingPartitions); - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from a BatchCreateMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest} message BatchCreateMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCreateMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.requests = []; - if (options.defaults) { - object.parent = ""; - object.skipExistingPartitions = false; - object.traceId = ""; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.requests && message.requests.length) { - object.requests = []; - for (var j = 0; j < message.requests.length; ++j) - object.requests[j] = $root.google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest.toObject(message.requests[j], options); - } - if (message.skipExistingPartitions != null && message.hasOwnProperty("skipExistingPartitions")) - object.skipExistingPartitions = message.skipExistingPartitions; - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - return object; - }; - - /** - * Converts this BatchCreateMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - BatchCreateMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCreateMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCreateMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest"; - }; - - return BatchCreateMetastorePartitionsRequest; - })(); - - v1alpha.BatchCreateMetastorePartitionsResponse = (function() { - - /** - * Properties of a BatchCreateMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IBatchCreateMetastorePartitionsResponse - * @property {Array.|null} [partitions] BatchCreateMetastorePartitionsResponse partitions - */ - - /** - * Constructs a new BatchCreateMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a BatchCreateMetastorePartitionsResponse. - * @implements IBatchCreateMetastorePartitionsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse=} [properties] Properties to set - */ - function BatchCreateMetastorePartitionsResponse(properties) { - this.partitions = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCreateMetastorePartitionsResponse partitions. - * @member {Array.} partitions - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @instance - */ - BatchCreateMetastorePartitionsResponse.prototype.partitions = $util.emptyArray; - - /** - * Creates a new BatchCreateMetastorePartitionsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse} BatchCreateMetastorePartitionsResponse instance - */ - BatchCreateMetastorePartitionsResponse.create = function create(properties) { - return new BatchCreateMetastorePartitionsResponse(properties); - }; - - /** - * Encodes the specified BatchCreateMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse} message BatchCreateMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateMetastorePartitionsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.partitions != null && message.partitions.length) - for (var i = 0; i < message.partitions.length; ++i) - $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.encode(message.partitions[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified BatchCreateMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse} message BatchCreateMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateMetastorePartitionsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCreateMetastorePartitionsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse} BatchCreateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateMetastorePartitionsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.partitions && message.partitions.length)) - message.partitions = []; - message.partitions.push($root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCreateMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse} BatchCreateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateMetastorePartitionsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCreateMetastorePartitionsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCreateMetastorePartitionsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - if (!Array.isArray(message.partitions)) - return "partitions: array expected"; - for (var i = 0; i < message.partitions.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify(message.partitions[i], long + 1); - if (error) - return "partitions." + error; - } - } - return null; - }; - - /** - * Creates a BatchCreateMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse} BatchCreateMetastorePartitionsResponse - */ - BatchCreateMetastorePartitionsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse(); - if (object.partitions) { - if (!Array.isArray(object.partitions)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse.partitions: array expected"); - message.partitions = []; - for (var i = 0; i < object.partitions.length; ++i) { - if (typeof object.partitions[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse.partitions: object expected"); - message.partitions[i] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.fromObject(object.partitions[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a BatchCreateMetastorePartitionsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse} message BatchCreateMetastorePartitionsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCreateMetastorePartitionsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.partitions = []; - if (message.partitions && message.partitions.length) { - object.partitions = []; - for (var j = 0; j < message.partitions.length; ++j) - object.partitions[j] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.toObject(message.partitions[j], options); - } - return object; - }; - - /** - * Converts this BatchCreateMetastorePartitionsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @instance - * @returns {Object.} JSON object - */ - BatchCreateMetastorePartitionsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCreateMetastorePartitionsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCreateMetastorePartitionsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse"; - }; - - return BatchCreateMetastorePartitionsResponse; - })(); - - v1alpha.BatchDeleteMetastorePartitionsRequest = (function() { - - /** - * Properties of a BatchDeleteMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IBatchDeleteMetastorePartitionsRequest - * @property {string|null} [parent] BatchDeleteMetastorePartitionsRequest parent - * @property {Array.|null} [partitionValues] BatchDeleteMetastorePartitionsRequest partitionValues - * @property {string|null} [traceId] BatchDeleteMetastorePartitionsRequest traceId - */ - - /** - * Constructs a new BatchDeleteMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a BatchDeleteMetastorePartitionsRequest. - * @implements IBatchDeleteMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest=} [properties] Properties to set - */ - function BatchDeleteMetastorePartitionsRequest(properties) { - this.partitionValues = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchDeleteMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @instance - */ - BatchDeleteMetastorePartitionsRequest.prototype.parent = ""; - - /** - * BatchDeleteMetastorePartitionsRequest partitionValues. - * @member {Array.} partitionValues - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @instance - */ - BatchDeleteMetastorePartitionsRequest.prototype.partitionValues = $util.emptyArray; - - /** - * BatchDeleteMetastorePartitionsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @instance - */ - BatchDeleteMetastorePartitionsRequest.prototype.traceId = ""; - - /** - * Creates a new BatchDeleteMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest} BatchDeleteMetastorePartitionsRequest instance - */ - BatchDeleteMetastorePartitionsRequest.create = function create(properties) { - return new BatchDeleteMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified BatchDeleteMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest} message BatchDeleteMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchDeleteMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.partitionValues != null && message.partitionValues.length) - for (var i = 0; i < message.partitionValues.length; ++i) - $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.encode(message.partitionValues[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.traceId); - return writer; - }; - - /** - * Encodes the specified BatchDeleteMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest} message BatchDeleteMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchDeleteMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchDeleteMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest} BatchDeleteMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchDeleteMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.partitionValues && message.partitionValues.length)) - message.partitionValues = []; - message.partitionValues.push($root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 4: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchDeleteMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest} BatchDeleteMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchDeleteMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchDeleteMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchDeleteMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.partitionValues != null && message.hasOwnProperty("partitionValues")) { - if (!Array.isArray(message.partitionValues)) - return "partitionValues: array expected"; - for (var i = 0; i < message.partitionValues.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.verify(message.partitionValues[i], long + 1); - if (error) - return "partitionValues." + error; - } - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates a BatchDeleteMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest} BatchDeleteMetastorePartitionsRequest - */ - BatchDeleteMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.partitionValues) { - if (!Array.isArray(object.partitionValues)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest.partitionValues: array expected"); - message.partitionValues = []; - for (var i = 0; i < object.partitionValues.length; ++i) { - if (typeof object.partitionValues[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest.partitionValues: object expected"); - message.partitionValues[i] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.fromObject(object.partitionValues[i], long + 1); - } - } - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from a BatchDeleteMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest} message BatchDeleteMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchDeleteMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.partitionValues = []; - if (options.defaults) { - object.parent = ""; - object.traceId = ""; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.partitionValues && message.partitionValues.length) { - object.partitionValues = []; - for (var j = 0; j < message.partitionValues.length; ++j) - object.partitionValues[j] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.toObject(message.partitionValues[j], options); - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - return object; - }; - - /** - * Converts this BatchDeleteMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - BatchDeleteMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchDeleteMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchDeleteMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest"; - }; - - return BatchDeleteMetastorePartitionsRequest; - })(); - - v1alpha.UpdateMetastorePartitionRequest = (function() { - - /** - * Properties of an UpdateMetastorePartitionRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IUpdateMetastorePartitionRequest - * @property {google.cloud.bigquery.storage.v1alpha.IMetastorePartition|null} [metastorePartition] UpdateMetastorePartitionRequest metastorePartition - * @property {google.protobuf.IFieldMask|null} [updateMask] UpdateMetastorePartitionRequest updateMask - */ - - /** - * Constructs a new UpdateMetastorePartitionRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents an UpdateMetastorePartitionRequest. - * @implements IUpdateMetastorePartitionRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest=} [properties] Properties to set - */ - function UpdateMetastorePartitionRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * UpdateMetastorePartitionRequest metastorePartition. - * @member {google.cloud.bigquery.storage.v1alpha.IMetastorePartition|null|undefined} metastorePartition - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @instance - */ - UpdateMetastorePartitionRequest.prototype.metastorePartition = null; - - /** - * UpdateMetastorePartitionRequest updateMask. - * @member {google.protobuf.IFieldMask|null|undefined} updateMask - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @instance - */ - UpdateMetastorePartitionRequest.prototype.updateMask = null; - - /** - * Creates a new UpdateMetastorePartitionRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest} UpdateMetastorePartitionRequest instance - */ - UpdateMetastorePartitionRequest.create = function create(properties) { - return new UpdateMetastorePartitionRequest(properties); - }; - - /** - * Encodes the specified UpdateMetastorePartitionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest} message UpdateMetastorePartitionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UpdateMetastorePartitionRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.metastorePartition != null && Object.hasOwnProperty.call(message, "metastorePartition")) - $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.encode(message.metastorePartition, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.updateMask != null && Object.hasOwnProperty.call(message, "updateMask")) - $root.google.protobuf.FieldMask.encode(message.updateMask, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified UpdateMetastorePartitionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IUpdateMetastorePartitionRequest} message UpdateMetastorePartitionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UpdateMetastorePartitionRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an UpdateMetastorePartitionRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest} UpdateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UpdateMetastorePartitionRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.metastorePartition = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.updateMask = $root.google.protobuf.FieldMask.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an UpdateMetastorePartitionRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest} UpdateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UpdateMetastorePartitionRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an UpdateMetastorePartitionRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - UpdateMetastorePartitionRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.metastorePartition != null && message.hasOwnProperty("metastorePartition")) { - var error = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify(message.metastorePartition, long + 1); - if (error) - return "metastorePartition." + error; - } - if (message.updateMask != null && message.hasOwnProperty("updateMask")) { - var error = $root.google.protobuf.FieldMask.verify(message.updateMask, long + 1); - if (error) - return "updateMask." + error; - } - return null; - }; - - /** - * Creates an UpdateMetastorePartitionRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest} UpdateMetastorePartitionRequest - */ - UpdateMetastorePartitionRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest(); - if (object.metastorePartition != null) { - if (typeof object.metastorePartition !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.metastorePartition: object expected"); - message.metastorePartition = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.fromObject(object.metastorePartition, long + 1); - } - if (object.updateMask != null) { - if (typeof object.updateMask !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.updateMask: object expected"); - message.updateMask = $root.google.protobuf.FieldMask.fromObject(object.updateMask, long + 1); - } - return message; - }; - - /** - * Creates a plain object from an UpdateMetastorePartitionRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest} message UpdateMetastorePartitionRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - UpdateMetastorePartitionRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.metastorePartition = null; - object.updateMask = null; - } - if (message.metastorePartition != null && message.hasOwnProperty("metastorePartition")) - object.metastorePartition = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.toObject(message.metastorePartition, options); - if (message.updateMask != null && message.hasOwnProperty("updateMask")) - object.updateMask = $root.google.protobuf.FieldMask.toObject(message.updateMask, options); - return object; - }; - - /** - * Converts this UpdateMetastorePartitionRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @instance - * @returns {Object.} JSON object - */ - UpdateMetastorePartitionRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for UpdateMetastorePartitionRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - UpdateMetastorePartitionRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest"; - }; - - return UpdateMetastorePartitionRequest; - })(); - - v1alpha.BatchUpdateMetastorePartitionsRequest = (function() { - - /** - * Properties of a BatchUpdateMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IBatchUpdateMetastorePartitionsRequest - * @property {string|null} [parent] BatchUpdateMetastorePartitionsRequest parent - * @property {Array.|null} [requests] BatchUpdateMetastorePartitionsRequest requests - * @property {string|null} [traceId] BatchUpdateMetastorePartitionsRequest traceId - */ - - /** - * Constructs a new BatchUpdateMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a BatchUpdateMetastorePartitionsRequest. - * @implements IBatchUpdateMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest=} [properties] Properties to set - */ - function BatchUpdateMetastorePartitionsRequest(properties) { - this.requests = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchUpdateMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @instance - */ - BatchUpdateMetastorePartitionsRequest.prototype.parent = ""; - - /** - * BatchUpdateMetastorePartitionsRequest requests. - * @member {Array.} requests - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @instance - */ - BatchUpdateMetastorePartitionsRequest.prototype.requests = $util.emptyArray; - - /** - * BatchUpdateMetastorePartitionsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @instance - */ - BatchUpdateMetastorePartitionsRequest.prototype.traceId = ""; - - /** - * Creates a new BatchUpdateMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest} BatchUpdateMetastorePartitionsRequest instance - */ - BatchUpdateMetastorePartitionsRequest.create = function create(properties) { - return new BatchUpdateMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest} message BatchUpdateMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchUpdateMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.requests != null && message.requests.length) - for (var i = 0; i < message.requests.length; ++i) - $root.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.encode(message.requests[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.traceId); - return writer; - }; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest} message BatchUpdateMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchUpdateMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchUpdateMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest} BatchUpdateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchUpdateMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.requests && message.requests.length)) - message.requests = []; - message.requests.push($root.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 4: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchUpdateMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest} BatchUpdateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchUpdateMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchUpdateMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchUpdateMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.requests != null && message.hasOwnProperty("requests")) { - if (!Array.isArray(message.requests)) - return "requests: array expected"; - for (var i = 0; i < message.requests.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.verify(message.requests[i], long + 1); - if (error) - return "requests." + error; - } - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates a BatchUpdateMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest} BatchUpdateMetastorePartitionsRequest - */ - BatchUpdateMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.requests) { - if (!Array.isArray(object.requests)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest.requests: array expected"); - message.requests = []; - for (var i = 0; i < object.requests.length; ++i) { - if (typeof object.requests[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest.requests: object expected"); - message.requests[i] = $root.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.fromObject(object.requests[i], long + 1); - } - } - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from a BatchUpdateMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest} message BatchUpdateMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchUpdateMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.requests = []; - if (options.defaults) { - object.parent = ""; - object.traceId = ""; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.requests && message.requests.length) { - object.requests = []; - for (var j = 0; j < message.requests.length; ++j) - object.requests[j] = $root.google.cloud.bigquery.storage.v1alpha.UpdateMetastorePartitionRequest.toObject(message.requests[j], options); - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - return object; - }; - - /** - * Converts this BatchUpdateMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - BatchUpdateMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchUpdateMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchUpdateMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest"; - }; - - return BatchUpdateMetastorePartitionsRequest; - })(); - - v1alpha.BatchUpdateMetastorePartitionsResponse = (function() { - - /** - * Properties of a BatchUpdateMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IBatchUpdateMetastorePartitionsResponse - * @property {Array.|null} [partitions] BatchUpdateMetastorePartitionsResponse partitions - */ - - /** - * Constructs a new BatchUpdateMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a BatchUpdateMetastorePartitionsResponse. - * @implements IBatchUpdateMetastorePartitionsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse=} [properties] Properties to set - */ - function BatchUpdateMetastorePartitionsResponse(properties) { - this.partitions = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchUpdateMetastorePartitionsResponse partitions. - * @member {Array.} partitions - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @instance - */ - BatchUpdateMetastorePartitionsResponse.prototype.partitions = $util.emptyArray; - - /** - * Creates a new BatchUpdateMetastorePartitionsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse} BatchUpdateMetastorePartitionsResponse instance - */ - BatchUpdateMetastorePartitionsResponse.create = function create(properties) { - return new BatchUpdateMetastorePartitionsResponse(properties); - }; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse} message BatchUpdateMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchUpdateMetastorePartitionsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.partitions != null && message.partitions.length) - for (var i = 0; i < message.partitions.length; ++i) - $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.encode(message.partitions[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse} message BatchUpdateMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchUpdateMetastorePartitionsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchUpdateMetastorePartitionsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse} BatchUpdateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchUpdateMetastorePartitionsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.partitions && message.partitions.length)) - message.partitions = []; - message.partitions.push($root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchUpdateMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse} BatchUpdateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchUpdateMetastorePartitionsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchUpdateMetastorePartitionsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchUpdateMetastorePartitionsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - if (!Array.isArray(message.partitions)) - return "partitions: array expected"; - for (var i = 0; i < message.partitions.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify(message.partitions[i], long + 1); - if (error) - return "partitions." + error; - } - } - return null; - }; - - /** - * Creates a BatchUpdateMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse} BatchUpdateMetastorePartitionsResponse - */ - BatchUpdateMetastorePartitionsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse(); - if (object.partitions) { - if (!Array.isArray(object.partitions)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse.partitions: array expected"); - message.partitions = []; - for (var i = 0; i < object.partitions.length; ++i) { - if (typeof object.partitions[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse.partitions: object expected"); - message.partitions[i] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.fromObject(object.partitions[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a BatchUpdateMetastorePartitionsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse} message BatchUpdateMetastorePartitionsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchUpdateMetastorePartitionsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.partitions = []; - if (message.partitions && message.partitions.length) { - object.partitions = []; - for (var j = 0; j < message.partitions.length; ++j) - object.partitions[j] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.toObject(message.partitions[j], options); - } - return object; - }; - - /** - * Converts this BatchUpdateMetastorePartitionsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @instance - * @returns {Object.} JSON object - */ - BatchUpdateMetastorePartitionsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchUpdateMetastorePartitionsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchUpdateMetastorePartitionsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse"; - }; - - return BatchUpdateMetastorePartitionsResponse; - })(); - - v1alpha.ListMetastorePartitionsRequest = (function() { - - /** - * Properties of a ListMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IListMetastorePartitionsRequest - * @property {string|null} [parent] ListMetastorePartitionsRequest parent - * @property {string|null} [filter] ListMetastorePartitionsRequest filter - * @property {string|null} [traceId] ListMetastorePartitionsRequest traceId - */ - - /** - * Constructs a new ListMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a ListMetastorePartitionsRequest. - * @implements IListMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest=} [properties] Properties to set - */ - function ListMetastorePartitionsRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ListMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @instance - */ - ListMetastorePartitionsRequest.prototype.parent = ""; - - /** - * ListMetastorePartitionsRequest filter. - * @member {string} filter - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @instance - */ - ListMetastorePartitionsRequest.prototype.filter = ""; - - /** - * ListMetastorePartitionsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @instance - */ - ListMetastorePartitionsRequest.prototype.traceId = ""; - - /** - * Creates a new ListMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest} ListMetastorePartitionsRequest instance - */ - ListMetastorePartitionsRequest.create = function create(properties) { - return new ListMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified ListMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest} message ListMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ListMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.filter != null && Object.hasOwnProperty.call(message, "filter")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.filter); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.traceId); - return writer; - }; - - /** - * Encodes the specified ListMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest} message ListMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ListMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ListMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest} ListMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ListMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - message.filter = reader.string(); - break; - } - case 3: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ListMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest} ListMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ListMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ListMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ListMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.filter != null && message.hasOwnProperty("filter")) - if (!$util.isString(message.filter)) - return "filter: string expected"; - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates a ListMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest} ListMetastorePartitionsRequest - */ - ListMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.filter != null) - message.filter = String(object.filter); - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from a ListMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest} message ListMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ListMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.parent = ""; - object.filter = ""; - object.traceId = ""; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.filter != null && message.hasOwnProperty("filter")) - object.filter = message.filter; - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - return object; - }; - - /** - * Converts this ListMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - ListMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ListMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ListMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest"; - }; - - return ListMetastorePartitionsRequest; - })(); - - v1alpha.ListMetastorePartitionsResponse = (function() { - - /** - * Properties of a ListMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IListMetastorePartitionsResponse - * @property {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList|null} [partitions] ListMetastorePartitionsResponse partitions - * @property {google.cloud.bigquery.storage.v1alpha.IStreamList|null} [streams] ListMetastorePartitionsResponse streams - */ - - /** - * Constructs a new ListMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a ListMetastorePartitionsResponse. - * @implements IListMetastorePartitionsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse=} [properties] Properties to set - */ - function ListMetastorePartitionsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ListMetastorePartitionsResponse partitions. - * @member {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList|null|undefined} partitions - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @instance - */ - ListMetastorePartitionsResponse.prototype.partitions = null; - - /** - * ListMetastorePartitionsResponse streams. - * @member {google.cloud.bigquery.storage.v1alpha.IStreamList|null|undefined} streams - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @instance - */ - ListMetastorePartitionsResponse.prototype.streams = null; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * ListMetastorePartitionsResponse response. - * @member {"partitions"|"streams"|undefined} response - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @instance - */ - Object.defineProperty(ListMetastorePartitionsResponse.prototype, "response", { - get: $util.oneOfGetter($oneOfFields = ["partitions", "streams"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new ListMetastorePartitionsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse} ListMetastorePartitionsResponse instance - */ - ListMetastorePartitionsResponse.create = function create(properties) { - return new ListMetastorePartitionsResponse(properties); - }; - - /** - * Encodes the specified ListMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse} message ListMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ListMetastorePartitionsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.partitions != null && Object.hasOwnProperty.call(message, "partitions")) - $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.encode(message.partitions, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.streams != null && Object.hasOwnProperty.call(message, "streams")) - $root.google.cloud.bigquery.storage.v1alpha.StreamList.encode(message.streams, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ListMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse} message ListMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ListMetastorePartitionsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ListMetastorePartitionsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse} ListMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ListMetastorePartitionsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.partitions = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.streams = $root.google.cloud.bigquery.storage.v1alpha.StreamList.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ListMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse} ListMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ListMetastorePartitionsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ListMetastorePartitionsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ListMetastorePartitionsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - properties.response = 1; - { - var error = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.verify(message.partitions, long + 1); - if (error) - return "partitions." + error; - } - } - if (message.streams != null && message.hasOwnProperty("streams")) { - if (properties.response === 1) - return "response: multiple values"; - properties.response = 1; - { - var error = $root.google.cloud.bigquery.storage.v1alpha.StreamList.verify(message.streams, long + 1); - if (error) - return "streams." + error; - } - } - return null; - }; - - /** - * Creates a ListMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse} ListMetastorePartitionsResponse - */ - ListMetastorePartitionsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse(); - if (object.partitions != null) { - if (typeof object.partitions !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse.partitions: object expected"); - message.partitions = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.fromObject(object.partitions, long + 1); - } - if (object.streams != null) { - if (typeof object.streams !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse.streams: object expected"); - message.streams = $root.google.cloud.bigquery.storage.v1alpha.StreamList.fromObject(object.streams, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ListMetastorePartitionsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse} message ListMetastorePartitionsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ListMetastorePartitionsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - object.partitions = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.toObject(message.partitions, options); - if (options.oneofs) - object.response = "partitions"; - } - if (message.streams != null && message.hasOwnProperty("streams")) { - object.streams = $root.google.cloud.bigquery.storage.v1alpha.StreamList.toObject(message.streams, options); - if (options.oneofs) - object.response = "streams"; - } - return object; - }; - - /** - * Converts this ListMetastorePartitionsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @instance - * @returns {Object.} JSON object - */ - ListMetastorePartitionsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ListMetastorePartitionsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ListMetastorePartitionsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse"; - }; - - return ListMetastorePartitionsResponse; - })(); - - v1alpha.StreamMetastorePartitionsRequest = (function() { - - /** - * Properties of a StreamMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IStreamMetastorePartitionsRequest - * @property {string|null} [parent] StreamMetastorePartitionsRequest parent - * @property {Array.|null} [metastorePartitions] StreamMetastorePartitionsRequest metastorePartitions - * @property {boolean|null} [skipExistingPartitions] StreamMetastorePartitionsRequest skipExistingPartitions - */ - - /** - * Constructs a new StreamMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a StreamMetastorePartitionsRequest. - * @implements IStreamMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest=} [properties] Properties to set - */ - function StreamMetastorePartitionsRequest(properties) { - this.metastorePartitions = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @instance - */ - StreamMetastorePartitionsRequest.prototype.parent = ""; - - /** - * StreamMetastorePartitionsRequest metastorePartitions. - * @member {Array.} metastorePartitions - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @instance - */ - StreamMetastorePartitionsRequest.prototype.metastorePartitions = $util.emptyArray; - - /** - * StreamMetastorePartitionsRequest skipExistingPartitions. - * @member {boolean} skipExistingPartitions - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @instance - */ - StreamMetastorePartitionsRequest.prototype.skipExistingPartitions = false; - - /** - * Creates a new StreamMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest} StreamMetastorePartitionsRequest instance - */ - StreamMetastorePartitionsRequest.create = function create(properties) { - return new StreamMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified StreamMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest} message StreamMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.metastorePartitions != null && message.metastorePartitions.length) - for (var i = 0; i < message.metastorePartitions.length; ++i) - $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.encode(message.metastorePartitions[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.skipExistingPartitions != null && Object.hasOwnProperty.call(message, "skipExistingPartitions")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.skipExistingPartitions); - return writer; - }; - - /** - * Encodes the specified StreamMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsRequest} message StreamMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest} StreamMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.metastorePartitions && message.metastorePartitions.length)) - message.metastorePartitions = []; - message.metastorePartitions.push($root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 3: { - message.skipExistingPartitions = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest} StreamMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.metastorePartitions != null && message.hasOwnProperty("metastorePartitions")) { - if (!Array.isArray(message.metastorePartitions)) - return "metastorePartitions: array expected"; - for (var i = 0; i < message.metastorePartitions.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify(message.metastorePartitions[i], long + 1); - if (error) - return "metastorePartitions." + error; - } - } - if (message.skipExistingPartitions != null && message.hasOwnProperty("skipExistingPartitions")) - if (typeof message.skipExistingPartitions !== "boolean") - return "skipExistingPartitions: boolean expected"; - return null; - }; - - /** - * Creates a StreamMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest} StreamMetastorePartitionsRequest - */ - StreamMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.metastorePartitions) { - if (!Array.isArray(object.metastorePartitions)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest.metastorePartitions: array expected"); - message.metastorePartitions = []; - for (var i = 0; i < object.metastorePartitions.length; ++i) { - if (typeof object.metastorePartitions[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest.metastorePartitions: object expected"); - message.metastorePartitions[i] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.fromObject(object.metastorePartitions[i], long + 1); - } - } - if (object.skipExistingPartitions != null) - message.skipExistingPartitions = Boolean(object.skipExistingPartitions); - return message; - }; - - /** - * Creates a plain object from a StreamMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest} message StreamMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.metastorePartitions = []; - if (options.defaults) { - object.parent = ""; - object.skipExistingPartitions = false; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.metastorePartitions && message.metastorePartitions.length) { - object.metastorePartitions = []; - for (var j = 0; j < message.metastorePartitions.length; ++j) - object.metastorePartitions[j] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.toObject(message.metastorePartitions[j], options); - } - if (message.skipExistingPartitions != null && message.hasOwnProperty("skipExistingPartitions")) - object.skipExistingPartitions = message.skipExistingPartitions; - return object; - }; - - /** - * Converts this StreamMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - StreamMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest"; - }; - - return StreamMetastorePartitionsRequest; - })(); - - v1alpha.StreamMetastorePartitionsResponse = (function() { - - /** - * Properties of a StreamMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IStreamMetastorePartitionsResponse - * @property {number|Long|null} [totalPartitionsStreamedCount] StreamMetastorePartitionsResponse totalPartitionsStreamedCount - * @property {number|Long|null} [totalPartitionsInsertedCount] StreamMetastorePartitionsResponse totalPartitionsInsertedCount - */ - - /** - * Constructs a new StreamMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a StreamMetastorePartitionsResponse. - * @implements IStreamMetastorePartitionsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsResponse=} [properties] Properties to set - */ - function StreamMetastorePartitionsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamMetastorePartitionsResponse totalPartitionsStreamedCount. - * @member {number|Long} totalPartitionsStreamedCount - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @instance - */ - StreamMetastorePartitionsResponse.prototype.totalPartitionsStreamedCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * StreamMetastorePartitionsResponse totalPartitionsInsertedCount. - * @member {number|Long} totalPartitionsInsertedCount - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @instance - */ - StreamMetastorePartitionsResponse.prototype.totalPartitionsInsertedCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new StreamMetastorePartitionsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse} StreamMetastorePartitionsResponse instance - */ - StreamMetastorePartitionsResponse.create = function create(properties) { - return new StreamMetastorePartitionsResponse(properties); - }; - - /** - * Encodes the specified StreamMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsResponse} message StreamMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamMetastorePartitionsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.totalPartitionsStreamedCount != null && Object.hasOwnProperty.call(message, "totalPartitionsStreamedCount")) - writer.uint32(/* id 2, wireType 0 =*/16).int64(message.totalPartitionsStreamedCount); - if (message.totalPartitionsInsertedCount != null && Object.hasOwnProperty.call(message, "totalPartitionsInsertedCount")) - writer.uint32(/* id 3, wireType 0 =*/24).int64(message.totalPartitionsInsertedCount); - return writer; - }; - - /** - * Encodes the specified StreamMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStreamMetastorePartitionsResponse} message StreamMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamMetastorePartitionsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamMetastorePartitionsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse} StreamMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamMetastorePartitionsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 2: { - message.totalPartitionsStreamedCount = reader.int64(); - break; - } - case 3: { - message.totalPartitionsInsertedCount = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse} StreamMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamMetastorePartitionsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamMetastorePartitionsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamMetastorePartitionsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.totalPartitionsStreamedCount != null && message.hasOwnProperty("totalPartitionsStreamedCount")) - if (!$util.isInteger(message.totalPartitionsStreamedCount) && !(message.totalPartitionsStreamedCount && $util.isInteger(message.totalPartitionsStreamedCount.low) && $util.isInteger(message.totalPartitionsStreamedCount.high))) - return "totalPartitionsStreamedCount: integer|Long expected"; - if (message.totalPartitionsInsertedCount != null && message.hasOwnProperty("totalPartitionsInsertedCount")) - if (!$util.isInteger(message.totalPartitionsInsertedCount) && !(message.totalPartitionsInsertedCount && $util.isInteger(message.totalPartitionsInsertedCount.low) && $util.isInteger(message.totalPartitionsInsertedCount.high))) - return "totalPartitionsInsertedCount: integer|Long expected"; - return null; - }; - - /** - * Creates a StreamMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse} StreamMetastorePartitionsResponse - */ - StreamMetastorePartitionsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse(); - if (object.totalPartitionsStreamedCount != null) - if ($util.Long) - (message.totalPartitionsStreamedCount = $util.Long.fromValue(object.totalPartitionsStreamedCount)).unsigned = false; - else if (typeof object.totalPartitionsStreamedCount === "string") - message.totalPartitionsStreamedCount = parseInt(object.totalPartitionsStreamedCount, 10); - else if (typeof object.totalPartitionsStreamedCount === "number") - message.totalPartitionsStreamedCount = object.totalPartitionsStreamedCount; - else if (typeof object.totalPartitionsStreamedCount === "object") - message.totalPartitionsStreamedCount = new $util.LongBits(object.totalPartitionsStreamedCount.low >>> 0, object.totalPartitionsStreamedCount.high >>> 0).toNumber(); - if (object.totalPartitionsInsertedCount != null) - if ($util.Long) - (message.totalPartitionsInsertedCount = $util.Long.fromValue(object.totalPartitionsInsertedCount)).unsigned = false; - else if (typeof object.totalPartitionsInsertedCount === "string") - message.totalPartitionsInsertedCount = parseInt(object.totalPartitionsInsertedCount, 10); - else if (typeof object.totalPartitionsInsertedCount === "number") - message.totalPartitionsInsertedCount = object.totalPartitionsInsertedCount; - else if (typeof object.totalPartitionsInsertedCount === "object") - message.totalPartitionsInsertedCount = new $util.LongBits(object.totalPartitionsInsertedCount.low >>> 0, object.totalPartitionsInsertedCount.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a StreamMetastorePartitionsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse} message StreamMetastorePartitionsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamMetastorePartitionsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.totalPartitionsStreamedCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.totalPartitionsStreamedCount = options.longs === String ? "0" : 0; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.totalPartitionsInsertedCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.totalPartitionsInsertedCount = options.longs === String ? "0" : 0; - } - if (message.totalPartitionsStreamedCount != null && message.hasOwnProperty("totalPartitionsStreamedCount")) - if (typeof message.totalPartitionsStreamedCount === "number") - object.totalPartitionsStreamedCount = options.longs === String ? String(message.totalPartitionsStreamedCount) : message.totalPartitionsStreamedCount; - else - object.totalPartitionsStreamedCount = options.longs === String ? $util.Long.prototype.toString.call(message.totalPartitionsStreamedCount) : options.longs === Number ? new $util.LongBits(message.totalPartitionsStreamedCount.low >>> 0, message.totalPartitionsStreamedCount.high >>> 0).toNumber() : message.totalPartitionsStreamedCount; - if (message.totalPartitionsInsertedCount != null && message.hasOwnProperty("totalPartitionsInsertedCount")) - if (typeof message.totalPartitionsInsertedCount === "number") - object.totalPartitionsInsertedCount = options.longs === String ? String(message.totalPartitionsInsertedCount) : message.totalPartitionsInsertedCount; - else - object.totalPartitionsInsertedCount = options.longs === String ? $util.Long.prototype.toString.call(message.totalPartitionsInsertedCount) : options.longs === Number ? new $util.LongBits(message.totalPartitionsInsertedCount.low >>> 0, message.totalPartitionsInsertedCount.high >>> 0).toNumber() : message.totalPartitionsInsertedCount; - return object; - }; - - /** - * Converts this StreamMetastorePartitionsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @instance - * @returns {Object.} JSON object - */ - StreamMetastorePartitionsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamMetastorePartitionsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamMetastorePartitionsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse"; - }; - - return StreamMetastorePartitionsResponse; - })(); - - v1alpha.BatchSizeTooLargeError = (function() { - - /** - * Properties of a BatchSizeTooLargeError. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IBatchSizeTooLargeError - * @property {number|Long|null} [maxBatchSize] BatchSizeTooLargeError maxBatchSize - * @property {string|null} [errorMessage] BatchSizeTooLargeError errorMessage - */ - - /** - * Constructs a new BatchSizeTooLargeError. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a BatchSizeTooLargeError. - * @implements IBatchSizeTooLargeError - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IBatchSizeTooLargeError=} [properties] Properties to set - */ - function BatchSizeTooLargeError(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchSizeTooLargeError maxBatchSize. - * @member {number|Long} maxBatchSize - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @instance - */ - BatchSizeTooLargeError.prototype.maxBatchSize = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * BatchSizeTooLargeError errorMessage. - * @member {string} errorMessage - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @instance - */ - BatchSizeTooLargeError.prototype.errorMessage = ""; - - /** - * Creates a new BatchSizeTooLargeError instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchSizeTooLargeError=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError} BatchSizeTooLargeError instance - */ - BatchSizeTooLargeError.create = function create(properties) { - return new BatchSizeTooLargeError(properties); - }; - - /** - * Encodes the specified BatchSizeTooLargeError message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchSizeTooLargeError} message BatchSizeTooLargeError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchSizeTooLargeError.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.maxBatchSize != null && Object.hasOwnProperty.call(message, "maxBatchSize")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.maxBatchSize); - if (message.errorMessage != null && Object.hasOwnProperty.call(message, "errorMessage")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.errorMessage); - return writer; - }; - - /** - * Encodes the specified BatchSizeTooLargeError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IBatchSizeTooLargeError} message BatchSizeTooLargeError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchSizeTooLargeError.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchSizeTooLargeError message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError} BatchSizeTooLargeError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchSizeTooLargeError.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.maxBatchSize = reader.int64(); - break; - } - case 2: { - message.errorMessage = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchSizeTooLargeError message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError} BatchSizeTooLargeError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchSizeTooLargeError.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchSizeTooLargeError message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchSizeTooLargeError.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.maxBatchSize != null && message.hasOwnProperty("maxBatchSize")) - if (!$util.isInteger(message.maxBatchSize) && !(message.maxBatchSize && $util.isInteger(message.maxBatchSize.low) && $util.isInteger(message.maxBatchSize.high))) - return "maxBatchSize: integer|Long expected"; - if (message.errorMessage != null && message.hasOwnProperty("errorMessage")) - if (!$util.isString(message.errorMessage)) - return "errorMessage: string expected"; - return null; - }; - - /** - * Creates a BatchSizeTooLargeError message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError} BatchSizeTooLargeError - */ - BatchSizeTooLargeError.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError(); - if (object.maxBatchSize != null) - if ($util.Long) - (message.maxBatchSize = $util.Long.fromValue(object.maxBatchSize)).unsigned = false; - else if (typeof object.maxBatchSize === "string") - message.maxBatchSize = parseInt(object.maxBatchSize, 10); - else if (typeof object.maxBatchSize === "number") - message.maxBatchSize = object.maxBatchSize; - else if (typeof object.maxBatchSize === "object") - message.maxBatchSize = new $util.LongBits(object.maxBatchSize.low >>> 0, object.maxBatchSize.high >>> 0).toNumber(); - if (object.errorMessage != null) - message.errorMessage = String(object.errorMessage); - return message; - }; - - /** - * Creates a plain object from a BatchSizeTooLargeError message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @static - * @param {google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError} message BatchSizeTooLargeError - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchSizeTooLargeError.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.maxBatchSize = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.maxBatchSize = options.longs === String ? "0" : 0; - object.errorMessage = ""; - } - if (message.maxBatchSize != null && message.hasOwnProperty("maxBatchSize")) - if (typeof message.maxBatchSize === "number") - object.maxBatchSize = options.longs === String ? String(message.maxBatchSize) : message.maxBatchSize; - else - object.maxBatchSize = options.longs === String ? $util.Long.prototype.toString.call(message.maxBatchSize) : options.longs === Number ? new $util.LongBits(message.maxBatchSize.low >>> 0, message.maxBatchSize.high >>> 0).toNumber() : message.maxBatchSize; - if (message.errorMessage != null && message.hasOwnProperty("errorMessage")) - object.errorMessage = message.errorMessage; - return object; - }; - - /** - * Converts this BatchSizeTooLargeError to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @instance - * @returns {Object.} JSON object - */ - BatchSizeTooLargeError.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchSizeTooLargeError - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchSizeTooLargeError.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.BatchSizeTooLargeError"; - }; - - return BatchSizeTooLargeError; - })(); - - v1alpha.FieldSchema = (function() { - - /** - * Properties of a FieldSchema. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IFieldSchema - * @property {string|null} [name] FieldSchema name - * @property {string|null} [type] FieldSchema type - */ - - /** - * Constructs a new FieldSchema. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a FieldSchema. - * @implements IFieldSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IFieldSchema=} [properties] Properties to set - */ - function FieldSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FieldSchema name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @instance - */ - FieldSchema.prototype.name = ""; - - /** - * FieldSchema type. - * @member {string} type - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @instance - */ - FieldSchema.prototype.type = ""; - - /** - * Creates a new FieldSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IFieldSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.FieldSchema} FieldSchema instance - */ - FieldSchema.create = function create(properties) { - return new FieldSchema(properties); - }; - - /** - * Encodes the specified FieldSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.FieldSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IFieldSchema} message FieldSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.type); - return writer; - }; - - /** - * Encodes the specified FieldSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.FieldSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IFieldSchema} message FieldSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FieldSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.FieldSchema} FieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.FieldSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.type = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FieldSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.FieldSchema} FieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FieldSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FieldSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.type != null && message.hasOwnProperty("type")) - if (!$util.isString(message.type)) - return "type: string expected"; - return null; - }; - - /** - * Creates a FieldSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.FieldSchema} FieldSchema - */ - FieldSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.FieldSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.FieldSchema(); - if (object.name != null) - message.name = String(object.name); - if (object.type != null) - message.type = String(object.type); - return message; - }; - - /** - * Creates a plain object from a FieldSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1alpha.FieldSchema} message FieldSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FieldSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.type = ""; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.type != null && message.hasOwnProperty("type")) - object.type = message.type; - return object; - }; - - /** - * Converts this FieldSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @instance - * @returns {Object.} JSON object - */ - FieldSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FieldSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.FieldSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FieldSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.FieldSchema"; - }; - - return FieldSchema; - })(); - - v1alpha.StorageDescriptor = (function() { - - /** - * Properties of a StorageDescriptor. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IStorageDescriptor - * @property {string|null} [locationUri] StorageDescriptor locationUri - * @property {string|null} [inputFormat] StorageDescriptor inputFormat - * @property {string|null} [outputFormat] StorageDescriptor outputFormat - * @property {google.cloud.bigquery.storage.v1alpha.ISerDeInfo|null} [serdeInfo] StorageDescriptor serdeInfo - */ - - /** - * Constructs a new StorageDescriptor. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a StorageDescriptor. - * @implements IStorageDescriptor - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IStorageDescriptor=} [properties] Properties to set - */ - function StorageDescriptor(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StorageDescriptor locationUri. - * @member {string} locationUri - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @instance - */ - StorageDescriptor.prototype.locationUri = ""; - - /** - * StorageDescriptor inputFormat. - * @member {string} inputFormat - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @instance - */ - StorageDescriptor.prototype.inputFormat = ""; - - /** - * StorageDescriptor outputFormat. - * @member {string} outputFormat - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @instance - */ - StorageDescriptor.prototype.outputFormat = ""; - - /** - * StorageDescriptor serdeInfo. - * @member {google.cloud.bigquery.storage.v1alpha.ISerDeInfo|null|undefined} serdeInfo - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @instance - */ - StorageDescriptor.prototype.serdeInfo = null; - - /** - * Creates a new StorageDescriptor instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStorageDescriptor=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.StorageDescriptor} StorageDescriptor instance - */ - StorageDescriptor.create = function create(properties) { - return new StorageDescriptor(properties); - }; - - /** - * Encodes the specified StorageDescriptor message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StorageDescriptor.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStorageDescriptor} message StorageDescriptor message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StorageDescriptor.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.locationUri != null && Object.hasOwnProperty.call(message, "locationUri")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.locationUri); - if (message.inputFormat != null && Object.hasOwnProperty.call(message, "inputFormat")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.inputFormat); - if (message.outputFormat != null && Object.hasOwnProperty.call(message, "outputFormat")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.outputFormat); - if (message.serdeInfo != null && Object.hasOwnProperty.call(message, "serdeInfo")) - $root.google.cloud.bigquery.storage.v1alpha.SerDeInfo.encode(message.serdeInfo, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified StorageDescriptor message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StorageDescriptor.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStorageDescriptor} message StorageDescriptor message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StorageDescriptor.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StorageDescriptor message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.StorageDescriptor} StorageDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StorageDescriptor.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.StorageDescriptor(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.locationUri = reader.string(); - break; - } - case 2: { - message.inputFormat = reader.string(); - break; - } - case 3: { - message.outputFormat = reader.string(); - break; - } - case 4: { - message.serdeInfo = $root.google.cloud.bigquery.storage.v1alpha.SerDeInfo.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StorageDescriptor message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.StorageDescriptor} StorageDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StorageDescriptor.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StorageDescriptor message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StorageDescriptor.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.locationUri != null && message.hasOwnProperty("locationUri")) - if (!$util.isString(message.locationUri)) - return "locationUri: string expected"; - if (message.inputFormat != null && message.hasOwnProperty("inputFormat")) - if (!$util.isString(message.inputFormat)) - return "inputFormat: string expected"; - if (message.outputFormat != null && message.hasOwnProperty("outputFormat")) - if (!$util.isString(message.outputFormat)) - return "outputFormat: string expected"; - if (message.serdeInfo != null && message.hasOwnProperty("serdeInfo")) { - var error = $root.google.cloud.bigquery.storage.v1alpha.SerDeInfo.verify(message.serdeInfo, long + 1); - if (error) - return "serdeInfo." + error; - } - return null; - }; - - /** - * Creates a StorageDescriptor message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.StorageDescriptor} StorageDescriptor - */ - StorageDescriptor.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.StorageDescriptor) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.StorageDescriptor(); - if (object.locationUri != null) - message.locationUri = String(object.locationUri); - if (object.inputFormat != null) - message.inputFormat = String(object.inputFormat); - if (object.outputFormat != null) - message.outputFormat = String(object.outputFormat); - if (object.serdeInfo != null) { - if (typeof object.serdeInfo !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.StorageDescriptor.serdeInfo: object expected"); - message.serdeInfo = $root.google.cloud.bigquery.storage.v1alpha.SerDeInfo.fromObject(object.serdeInfo, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a StorageDescriptor message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @static - * @param {google.cloud.bigquery.storage.v1alpha.StorageDescriptor} message StorageDescriptor - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StorageDescriptor.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.locationUri = ""; - object.inputFormat = ""; - object.outputFormat = ""; - object.serdeInfo = null; - } - if (message.locationUri != null && message.hasOwnProperty("locationUri")) - object.locationUri = message.locationUri; - if (message.inputFormat != null && message.hasOwnProperty("inputFormat")) - object.inputFormat = message.inputFormat; - if (message.outputFormat != null && message.hasOwnProperty("outputFormat")) - object.outputFormat = message.outputFormat; - if (message.serdeInfo != null && message.hasOwnProperty("serdeInfo")) - object.serdeInfo = $root.google.cloud.bigquery.storage.v1alpha.SerDeInfo.toObject(message.serdeInfo, options); - return object; - }; - - /** - * Converts this StorageDescriptor to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @instance - * @returns {Object.} JSON object - */ - StorageDescriptor.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StorageDescriptor - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.StorageDescriptor - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StorageDescriptor.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.StorageDescriptor"; - }; - - return StorageDescriptor; - })(); - - v1alpha.SerDeInfo = (function() { - - /** - * Properties of a SerDeInfo. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface ISerDeInfo - * @property {string|null} [name] SerDeInfo name - * @property {string|null} [serializationLibrary] SerDeInfo serializationLibrary - * @property {Object.|null} [parameters] SerDeInfo parameters - */ - - /** - * Constructs a new SerDeInfo. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a SerDeInfo. - * @implements ISerDeInfo - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.ISerDeInfo=} [properties] Properties to set - */ - function SerDeInfo(properties) { - this.parameters = {}; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SerDeInfo name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @instance - */ - SerDeInfo.prototype.name = ""; - - /** - * SerDeInfo serializationLibrary. - * @member {string} serializationLibrary - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @instance - */ - SerDeInfo.prototype.serializationLibrary = ""; - - /** - * SerDeInfo parameters. - * @member {Object.} parameters - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @instance - */ - SerDeInfo.prototype.parameters = $util.emptyObject; - - /** - * Creates a new SerDeInfo instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @static - * @param {google.cloud.bigquery.storage.v1alpha.ISerDeInfo=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.SerDeInfo} SerDeInfo instance - */ - SerDeInfo.create = function create(properties) { - return new SerDeInfo(properties); - }; - - /** - * Encodes the specified SerDeInfo message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.SerDeInfo.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @static - * @param {google.cloud.bigquery.storage.v1alpha.ISerDeInfo} message SerDeInfo message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SerDeInfo.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.serializationLibrary != null && Object.hasOwnProperty.call(message, "serializationLibrary")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.serializationLibrary); - if (message.parameters != null && Object.hasOwnProperty.call(message, "parameters")) - for (var keys = Object.keys(message.parameters), i = 0; i < keys.length; ++i) - writer.uint32(/* id 3, wireType 2 =*/26).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.parameters[keys[i]]).ldelim(); - return writer; - }; - - /** - * Encodes the specified SerDeInfo message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.SerDeInfo.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @static - * @param {google.cloud.bigquery.storage.v1alpha.ISerDeInfo} message SerDeInfo message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SerDeInfo.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SerDeInfo message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.SerDeInfo} SerDeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SerDeInfo.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.SerDeInfo(), key, value; - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.serializationLibrary = reader.string(); - break; - } - case 3: { - if (message.parameters === $util.emptyObject) - message.parameters = {}; - var end2 = reader.uint32() + reader.pos; - key = ""; - value = ""; - while (reader.pos < end2) { - var tag2 = reader.uint32(); - switch (tag2 >>> 3) { - case 1: - key = reader.string(); - break; - case 2: - value = reader.string(); - break; - default: - reader.skipType(tag2 & 7, long); - break; - } - } - if (key === "__proto__") - $util.makeProp(message.parameters, key); - message.parameters[key] = value; - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SerDeInfo message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.SerDeInfo} SerDeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SerDeInfo.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SerDeInfo message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SerDeInfo.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.serializationLibrary != null && message.hasOwnProperty("serializationLibrary")) - if (!$util.isString(message.serializationLibrary)) - return "serializationLibrary: string expected"; - if (message.parameters != null && message.hasOwnProperty("parameters")) { - if (!$util.isObject(message.parameters)) - return "parameters: object expected"; - var key = Object.keys(message.parameters); - for (var i = 0; i < key.length; ++i) - if (!$util.isString(message.parameters[key[i]])) - return "parameters: string{k:string} expected"; - } - return null; - }; - - /** - * Creates a SerDeInfo message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.SerDeInfo} SerDeInfo - */ - SerDeInfo.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.SerDeInfo) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.SerDeInfo(); - if (object.name != null) - message.name = String(object.name); - if (object.serializationLibrary != null) - message.serializationLibrary = String(object.serializationLibrary); - if (object.parameters) { - if (typeof object.parameters !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.SerDeInfo.parameters: object expected"); - message.parameters = {}; - for (var keys = Object.keys(object.parameters), i = 0; i < keys.length; ++i) { - if (keys[i] === "__proto__") - $util.makeProp(message.parameters, keys[i]); - message.parameters[keys[i]] = String(object.parameters[keys[i]]); - } - } - return message; - }; - - /** - * Creates a plain object from a SerDeInfo message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @static - * @param {google.cloud.bigquery.storage.v1alpha.SerDeInfo} message SerDeInfo - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SerDeInfo.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.objects || options.defaults) - object.parameters = {}; - if (options.defaults) { - object.name = ""; - object.serializationLibrary = ""; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.serializationLibrary != null && message.hasOwnProperty("serializationLibrary")) - object.serializationLibrary = message.serializationLibrary; - var keys2; - if (message.parameters && (keys2 = Object.keys(message.parameters)).length) { - object.parameters = {}; - for (var j = 0; j < keys2.length; ++j) { - if (keys2[j] === "__proto__") - $util.makeProp(object.parameters, keys2[j]); - object.parameters[keys2[j]] = message.parameters[keys2[j]]; - } - } - return object; - }; - - /** - * Converts this SerDeInfo to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @instance - * @returns {Object.} JSON object - */ - SerDeInfo.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SerDeInfo - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.SerDeInfo - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SerDeInfo.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.SerDeInfo"; - }; - - return SerDeInfo; - })(); - - v1alpha.MetastorePartition = (function() { - - /** - * Properties of a MetastorePartition. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IMetastorePartition - * @property {Array.|null} [values] MetastorePartition values - * @property {google.protobuf.ITimestamp|null} [createTime] MetastorePartition createTime - * @property {google.cloud.bigquery.storage.v1alpha.IStorageDescriptor|null} [storageDescriptor] MetastorePartition storageDescriptor - * @property {Object.|null} [parameters] MetastorePartition parameters - * @property {Array.|null} [fields] MetastorePartition fields - */ - - /** - * Constructs a new MetastorePartition. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a MetastorePartition. - * @implements IMetastorePartition - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartition=} [properties] Properties to set - */ - function MetastorePartition(properties) { - this.values = []; - this.parameters = {}; - this.fields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MetastorePartition values. - * @member {Array.} values - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @instance - */ - MetastorePartition.prototype.values = $util.emptyArray; - - /** - * MetastorePartition createTime. - * @member {google.protobuf.ITimestamp|null|undefined} createTime - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @instance - */ - MetastorePartition.prototype.createTime = null; - - /** - * MetastorePartition storageDescriptor. - * @member {google.cloud.bigquery.storage.v1alpha.IStorageDescriptor|null|undefined} storageDescriptor - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @instance - */ - MetastorePartition.prototype.storageDescriptor = null; - - /** - * MetastorePartition parameters. - * @member {Object.} parameters - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @instance - */ - MetastorePartition.prototype.parameters = $util.emptyObject; - - /** - * MetastorePartition fields. - * @member {Array.} fields - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @instance - */ - MetastorePartition.prototype.fields = $util.emptyArray; - - /** - * Creates a new MetastorePartition instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartition=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartition} MetastorePartition instance - */ - MetastorePartition.create = function create(properties) { - return new MetastorePartition(properties); - }; - - /** - * Encodes the specified MetastorePartition message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartition} message MetastorePartition message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartition.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.values != null && message.values.length) - for (var i = 0; i < message.values.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.values[i]); - if (message.createTime != null && Object.hasOwnProperty.call(message, "createTime")) - $root.google.protobuf.Timestamp.encode(message.createTime, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.storageDescriptor != null && Object.hasOwnProperty.call(message, "storageDescriptor")) - $root.google.cloud.bigquery.storage.v1alpha.StorageDescriptor.encode(message.storageDescriptor, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.parameters != null && Object.hasOwnProperty.call(message, "parameters")) - for (var keys = Object.keys(message.parameters), i = 0; i < keys.length; ++i) - writer.uint32(/* id 4, wireType 2 =*/34).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.parameters[keys[i]]).ldelim(); - if (message.fields != null && message.fields.length) - for (var i = 0; i < message.fields.length; ++i) - $root.google.cloud.bigquery.storage.v1alpha.FieldSchema.encode(message.fields[i], writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified MetastorePartition message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartition} message MetastorePartition message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartition.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MetastorePartition message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartition} MetastorePartition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartition.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition(), key, value; - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.values && message.values.length)) - message.values = []; - message.values.push(reader.string()); - break; - } - case 2: { - message.createTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.storageDescriptor = $root.google.cloud.bigquery.storage.v1alpha.StorageDescriptor.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - if (message.parameters === $util.emptyObject) - message.parameters = {}; - var end2 = reader.uint32() + reader.pos; - key = ""; - value = ""; - while (reader.pos < end2) { - var tag2 = reader.uint32(); - switch (tag2 >>> 3) { - case 1: - key = reader.string(); - break; - case 2: - value = reader.string(); - break; - default: - reader.skipType(tag2 & 7, long); - break; - } - } - if (key === "__proto__") - $util.makeProp(message.parameters, key); - message.parameters[key] = value; - break; - } - case 5: { - if (!(message.fields && message.fields.length)) - message.fields = []; - message.fields.push($root.google.cloud.bigquery.storage.v1alpha.FieldSchema.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MetastorePartition message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartition} MetastorePartition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartition.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MetastorePartition message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MetastorePartition.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.values != null && message.hasOwnProperty("values")) { - if (!Array.isArray(message.values)) - return "values: array expected"; - for (var i = 0; i < message.values.length; ++i) - if (!$util.isString(message.values[i])) - return "values: string[] expected"; - } - if (message.createTime != null && message.hasOwnProperty("createTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.createTime, long + 1); - if (error) - return "createTime." + error; - } - if (message.storageDescriptor != null && message.hasOwnProperty("storageDescriptor")) { - var error = $root.google.cloud.bigquery.storage.v1alpha.StorageDescriptor.verify(message.storageDescriptor, long + 1); - if (error) - return "storageDescriptor." + error; - } - if (message.parameters != null && message.hasOwnProperty("parameters")) { - if (!$util.isObject(message.parameters)) - return "parameters: object expected"; - var key = Object.keys(message.parameters); - for (var i = 0; i < key.length; ++i) - if (!$util.isString(message.parameters[key[i]])) - return "parameters: string{k:string} expected"; - } - if (message.fields != null && message.hasOwnProperty("fields")) { - if (!Array.isArray(message.fields)) - return "fields: array expected"; - for (var i = 0; i < message.fields.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1alpha.FieldSchema.verify(message.fields[i], long + 1); - if (error) - return "fields." + error; - } - } - return null; - }; - - /** - * Creates a MetastorePartition message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartition} MetastorePartition - */ - MetastorePartition.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition(); - if (object.values) { - if (!Array.isArray(object.values)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.MetastorePartition.values: array expected"); - message.values = []; - for (var i = 0; i < object.values.length; ++i) - message.values[i] = String(object.values[i]); - } - if (object.createTime != null) { - if (typeof object.createTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.MetastorePartition.createTime: object expected"); - message.createTime = $root.google.protobuf.Timestamp.fromObject(object.createTime, long + 1); - } - if (object.storageDescriptor != null) { - if (typeof object.storageDescriptor !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.MetastorePartition.storageDescriptor: object expected"); - message.storageDescriptor = $root.google.cloud.bigquery.storage.v1alpha.StorageDescriptor.fromObject(object.storageDescriptor, long + 1); - } - if (object.parameters) { - if (typeof object.parameters !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.MetastorePartition.parameters: object expected"); - message.parameters = {}; - for (var keys = Object.keys(object.parameters), i = 0; i < keys.length; ++i) { - if (keys[i] === "__proto__") - $util.makeProp(message.parameters, keys[i]); - message.parameters[keys[i]] = String(object.parameters[keys[i]]); - } - } - if (object.fields) { - if (!Array.isArray(object.fields)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.MetastorePartition.fields: array expected"); - message.fields = []; - for (var i = 0; i < object.fields.length; ++i) { - if (typeof object.fields[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.MetastorePartition.fields: object expected"); - message.fields[i] = $root.google.cloud.bigquery.storage.v1alpha.FieldSchema.fromObject(object.fields[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a MetastorePartition message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @static - * @param {google.cloud.bigquery.storage.v1alpha.MetastorePartition} message MetastorePartition - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MetastorePartition.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.values = []; - object.fields = []; - } - if (options.objects || options.defaults) - object.parameters = {}; - if (options.defaults) { - object.createTime = null; - object.storageDescriptor = null; - } - if (message.values && message.values.length) { - object.values = []; - for (var j = 0; j < message.values.length; ++j) - object.values[j] = message.values[j]; - } - if (message.createTime != null && message.hasOwnProperty("createTime")) - object.createTime = $root.google.protobuf.Timestamp.toObject(message.createTime, options); - if (message.storageDescriptor != null && message.hasOwnProperty("storageDescriptor")) - object.storageDescriptor = $root.google.cloud.bigquery.storage.v1alpha.StorageDescriptor.toObject(message.storageDescriptor, options); - var keys2; - if (message.parameters && (keys2 = Object.keys(message.parameters)).length) { - object.parameters = {}; - for (var j = 0; j < keys2.length; ++j) { - if (keys2[j] === "__proto__") - $util.makeProp(object.parameters, keys2[j]); - object.parameters[keys2[j]] = message.parameters[keys2[j]]; - } - } - if (message.fields && message.fields.length) { - object.fields = []; - for (var j = 0; j < message.fields.length; ++j) - object.fields[j] = $root.google.cloud.bigquery.storage.v1alpha.FieldSchema.toObject(message.fields[j], options); - } - return object; - }; - - /** - * Converts this MetastorePartition to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @instance - * @returns {Object.} JSON object - */ - MetastorePartition.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MetastorePartition - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartition - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MetastorePartition.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.MetastorePartition"; - }; - - return MetastorePartition; - })(); - - v1alpha.MetastorePartitionList = (function() { - - /** - * Properties of a MetastorePartitionList. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IMetastorePartitionList - * @property {Array.|null} [partitions] MetastorePartitionList partitions - */ - - /** - * Constructs a new MetastorePartitionList. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a MetastorePartitionList. - * @implements IMetastorePartitionList - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList=} [properties] Properties to set - */ - function MetastorePartitionList(properties) { - this.partitions = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MetastorePartitionList partitions. - * @member {Array.} partitions - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @instance - */ - MetastorePartitionList.prototype.partitions = $util.emptyArray; - - /** - * Creates a new MetastorePartitionList instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartitionList} MetastorePartitionList instance - */ - MetastorePartitionList.create = function create(properties) { - return new MetastorePartitionList(properties); - }; - - /** - * Encodes the specified MetastorePartitionList message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList} message MetastorePartitionList message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartitionList.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.partitions != null && message.partitions.length) - for (var i = 0; i < message.partitions.length; ++i) - $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.encode(message.partitions[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified MetastorePartitionList message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionList} message MetastorePartitionList message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartitionList.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MetastorePartitionList message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartitionList} MetastorePartitionList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartitionList.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.partitions && message.partitions.length)) - message.partitions = []; - message.partitions.push($root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MetastorePartitionList message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartitionList} MetastorePartitionList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartitionList.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MetastorePartitionList message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MetastorePartitionList.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - if (!Array.isArray(message.partitions)) - return "partitions: array expected"; - for (var i = 0; i < message.partitions.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.verify(message.partitions[i], long + 1); - if (error) - return "partitions." + error; - } - } - return null; - }; - - /** - * Creates a MetastorePartitionList message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartitionList} MetastorePartitionList - */ - MetastorePartitionList.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionList(); - if (object.partitions) { - if (!Array.isArray(object.partitions)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.partitions: array expected"); - message.partitions = []; - for (var i = 0; i < object.partitions.length; ++i) { - if (typeof object.partitions[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.MetastorePartitionList.partitions: object expected"); - message.partitions[i] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.fromObject(object.partitions[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a MetastorePartitionList message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @static - * @param {google.cloud.bigquery.storage.v1alpha.MetastorePartitionList} message MetastorePartitionList - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MetastorePartitionList.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.partitions = []; - if (message.partitions && message.partitions.length) { - object.partitions = []; - for (var j = 0; j < message.partitions.length; ++j) - object.partitions[j] = $root.google.cloud.bigquery.storage.v1alpha.MetastorePartition.toObject(message.partitions[j], options); - } - return object; - }; - - /** - * Converts this MetastorePartitionList to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @instance - * @returns {Object.} JSON object - */ - MetastorePartitionList.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MetastorePartitionList - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionList - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MetastorePartitionList.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.MetastorePartitionList"; - }; - - return MetastorePartitionList; - })(); - - v1alpha.ReadStream = (function() { - - /** - * Properties of a ReadStream. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IReadStream - * @property {string|null} [name] ReadStream name - */ - - /** - * Constructs a new ReadStream. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a ReadStream. - * @implements IReadStream - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IReadStream=} [properties] Properties to set - */ - function ReadStream(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadStream name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @instance - */ - ReadStream.prototype.name = ""; - - /** - * Creates a new ReadStream instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IReadStream=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.ReadStream} ReadStream instance - */ - ReadStream.create = function create(properties) { - return new ReadStream(properties); - }; - - /** - * Encodes the specified ReadStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ReadStream.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IReadStream} message ReadStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadStream.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - return writer; - }; - - /** - * Encodes the specified ReadStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.ReadStream.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IReadStream} message ReadStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadStream.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadStream message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.ReadStream} ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadStream.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.ReadStream(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadStream message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.ReadStream} ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadStream.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadStream message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadStream.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - return null; - }; - - /** - * Creates a ReadStream message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.ReadStream} ReadStream - */ - ReadStream.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.ReadStream) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.ReadStream(); - if (object.name != null) - message.name = String(object.name); - return message; - }; - - /** - * Creates a plain object from a ReadStream message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1alpha.ReadStream} message ReadStream - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadStream.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.name = ""; - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - return object; - }; - - /** - * Converts this ReadStream to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @instance - * @returns {Object.} JSON object - */ - ReadStream.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadStream - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.ReadStream - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadStream.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.ReadStream"; - }; - - return ReadStream; - })(); - - v1alpha.StreamList = (function() { - - /** - * Properties of a StreamList. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IStreamList - * @property {Array.|null} [streams] StreamList streams - */ - - /** - * Constructs a new StreamList. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a StreamList. - * @implements IStreamList - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IStreamList=} [properties] Properties to set - */ - function StreamList(properties) { - this.streams = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamList streams. - * @member {Array.} streams - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @instance - */ - StreamList.prototype.streams = $util.emptyArray; - - /** - * Creates a new StreamList instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStreamList=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.StreamList} StreamList instance - */ - StreamList.create = function create(properties) { - return new StreamList(properties); - }; - - /** - * Encodes the specified StreamList message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamList.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStreamList} message StreamList message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamList.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.streams != null && message.streams.length) - for (var i = 0; i < message.streams.length; ++i) - $root.google.cloud.bigquery.storage.v1alpha.ReadStream.encode(message.streams[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified StreamList message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.StreamList.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IStreamList} message StreamList message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamList.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamList message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.StreamList} StreamList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamList.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.StreamList(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.streams && message.streams.length)) - message.streams = []; - message.streams.push($root.google.cloud.bigquery.storage.v1alpha.ReadStream.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamList message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.StreamList} StreamList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamList.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamList message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamList.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.streams != null && message.hasOwnProperty("streams")) { - if (!Array.isArray(message.streams)) - return "streams: array expected"; - for (var i = 0; i < message.streams.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1alpha.ReadStream.verify(message.streams[i], long + 1); - if (error) - return "streams." + error; - } - } - return null; - }; - - /** - * Creates a StreamList message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.StreamList} StreamList - */ - StreamList.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.StreamList) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.StreamList(); - if (object.streams) { - if (!Array.isArray(object.streams)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.StreamList.streams: array expected"); - message.streams = []; - for (var i = 0; i < object.streams.length; ++i) { - if (typeof object.streams[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1alpha.StreamList.streams: object expected"); - message.streams[i] = $root.google.cloud.bigquery.storage.v1alpha.ReadStream.fromObject(object.streams[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a StreamList message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @static - * @param {google.cloud.bigquery.storage.v1alpha.StreamList} message StreamList - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamList.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.streams = []; - if (message.streams && message.streams.length) { - object.streams = []; - for (var j = 0; j < message.streams.length; ++j) - object.streams[j] = $root.google.cloud.bigquery.storage.v1alpha.ReadStream.toObject(message.streams[j], options); - } - return object; - }; - - /** - * Converts this StreamList to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @instance - * @returns {Object.} JSON object - */ - StreamList.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamList - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.StreamList - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamList.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.StreamList"; - }; - - return StreamList; - })(); - - v1alpha.MetastorePartitionValues = (function() { - - /** - * Properties of a MetastorePartitionValues. - * @memberof google.cloud.bigquery.storage.v1alpha - * @interface IMetastorePartitionValues - * @property {Array.|null} [values] MetastorePartitionValues values - */ - - /** - * Constructs a new MetastorePartitionValues. - * @memberof google.cloud.bigquery.storage.v1alpha - * @classdesc Represents a MetastorePartitionValues. - * @implements IMetastorePartitionValues - * @constructor - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues=} [properties] Properties to set - */ - function MetastorePartitionValues(properties) { - this.values = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MetastorePartitionValues values. - * @member {Array.} values - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @instance - */ - MetastorePartitionValues.prototype.values = $util.emptyArray; - - /** - * Creates a new MetastorePartitionValues instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues} MetastorePartitionValues instance - */ - MetastorePartitionValues.create = function create(properties) { - return new MetastorePartitionValues(properties); - }; - - /** - * Encodes the specified MetastorePartitionValues message. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues} message MetastorePartitionValues message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartitionValues.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.values != null && message.values.length) - for (var i = 0; i < message.values.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.values[i]); - return writer; - }; - - /** - * Encodes the specified MetastorePartitionValues message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @static - * @param {google.cloud.bigquery.storage.v1alpha.IMetastorePartitionValues} message MetastorePartitionValues message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartitionValues.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MetastorePartitionValues message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues} MetastorePartitionValues - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartitionValues.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.values && message.values.length)) - message.values = []; - message.values.push(reader.string()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MetastorePartitionValues message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues} MetastorePartitionValues - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartitionValues.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MetastorePartitionValues message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MetastorePartitionValues.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.values != null && message.hasOwnProperty("values")) { - if (!Array.isArray(message.values)) - return "values: array expected"; - for (var i = 0; i < message.values.length; ++i) - if (!$util.isString(message.values[i])) - return "values: string[] expected"; - } - return null; - }; - - /** - * Creates a MetastorePartitionValues message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues} MetastorePartitionValues - */ - MetastorePartitionValues.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues(); - if (object.values) { - if (!Array.isArray(object.values)) - throw TypeError(".google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues.values: array expected"); - message.values = []; - for (var i = 0; i < object.values.length; ++i) - message.values[i] = String(object.values[i]); - } - return message; - }; - - /** - * Creates a plain object from a MetastorePartitionValues message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @static - * @param {google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues} message MetastorePartitionValues - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MetastorePartitionValues.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.values = []; - if (message.values && message.values.length) { - object.values = []; - for (var j = 0; j < message.values.length; ++j) - object.values[j] = message.values[j]; - } - return object; - }; - - /** - * Converts this MetastorePartitionValues to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @instance - * @returns {Object.} JSON object - */ - MetastorePartitionValues.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MetastorePartitionValues - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MetastorePartitionValues.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1alpha.MetastorePartitionValues"; - }; - - return MetastorePartitionValues; - })(); - - return v1alpha; - })(); - - storage.v1beta = (function() { - - /** - * Namespace v1beta. - * @memberof google.cloud.bigquery.storage - * @namespace - */ - var v1beta = {}; - - v1beta.MetastorePartitionService = (function() { - - /** - * Constructs a new MetastorePartitionService service. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a MetastorePartitionService - * @extends $protobuf.rpc.Service - * @constructor - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - */ - function MetastorePartitionService(rpcImpl, requestDelimited, responseDelimited) { - $protobuf.rpc.Service.call(this, rpcImpl, requestDelimited, responseDelimited); - } - - (MetastorePartitionService.prototype = Object.create($protobuf.rpc.Service.prototype)).constructor = MetastorePartitionService; - - /** - * Creates new MetastorePartitionService service using the specified rpc implementation. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @static - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - * @returns {MetastorePartitionService} RPC service. Useful where requests and/or responses are streamed. - */ - MetastorePartitionService.create = function create(rpcImpl, requestDelimited, responseDelimited) { - return new this(rpcImpl, requestDelimited, responseDelimited); - }; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|batchCreateMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @typedef BatchCreateMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse} [response] BatchCreateMetastorePartitionsResponse - */ - - /** - * Calls BatchCreateMetastorePartitions. - * @function batchCreateMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest} request BatchCreateMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta.MetastorePartitionService.BatchCreateMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and BatchCreateMetastorePartitionsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.batchCreateMetastorePartitions = function batchCreateMetastorePartitions(request, callback) { - return this.rpcCall(batchCreateMetastorePartitions, $root.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest, $root.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse, request, callback); - }, "name", { value: "BatchCreateMetastorePartitions" }); - - /** - * Calls BatchCreateMetastorePartitions. - * @function batchCreateMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest} request BatchCreateMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|batchDeleteMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @typedef BatchDeleteMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.protobuf.Empty} [response] Empty - */ - - /** - * Calls BatchDeleteMetastorePartitions. - * @function batchDeleteMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest} request BatchDeleteMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta.MetastorePartitionService.BatchDeleteMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and Empty - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.batchDeleteMetastorePartitions = function batchDeleteMetastorePartitions(request, callback) { - return this.rpcCall(batchDeleteMetastorePartitions, $root.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest, $root.google.protobuf.Empty, request, callback); - }, "name", { value: "BatchDeleteMetastorePartitions" }); - - /** - * Calls BatchDeleteMetastorePartitions. - * @function batchDeleteMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest} request BatchDeleteMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|batchUpdateMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @typedef BatchUpdateMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse} [response] BatchUpdateMetastorePartitionsResponse - */ - - /** - * Calls BatchUpdateMetastorePartitions. - * @function batchUpdateMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest} request BatchUpdateMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta.MetastorePartitionService.BatchUpdateMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and BatchUpdateMetastorePartitionsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.batchUpdateMetastorePartitions = function batchUpdateMetastorePartitions(request, callback) { - return this.rpcCall(batchUpdateMetastorePartitions, $root.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest, $root.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse, request, callback); - }, "name", { value: "BatchUpdateMetastorePartitions" }); - - /** - * Calls BatchUpdateMetastorePartitions. - * @function batchUpdateMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest} request BatchUpdateMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|listMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @typedef ListMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse} [response] ListMetastorePartitionsResponse - */ - - /** - * Calls ListMetastorePartitions. - * @function listMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest} request ListMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta.MetastorePartitionService.ListMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and ListMetastorePartitionsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.listMetastorePartitions = function listMetastorePartitions(request, callback) { - return this.rpcCall(listMetastorePartitions, $root.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest, $root.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse, request, callback); - }, "name", { value: "ListMetastorePartitions" }); - - /** - * Calls ListMetastorePartitions. - * @function listMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest} request ListMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionService|streamMetastorePartitions}. - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @typedef StreamMetastorePartitionsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse} [response] StreamMetastorePartitionsResponse - */ - - /** - * Calls StreamMetastorePartitions. - * @function streamMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest} request StreamMetastorePartitionsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta.MetastorePartitionService.StreamMetastorePartitionsCallback} callback Node-style callback called with the error, if any, and StreamMetastorePartitionsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(MetastorePartitionService.prototype.streamMetastorePartitions = function streamMetastorePartitions(request, callback) { - return this.rpcCall(streamMetastorePartitions, $root.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest, $root.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse, request, callback); - }, "name", { value: "StreamMetastorePartitions" }); - - /** - * Calls StreamMetastorePartitions. - * @function streamMetastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionService - * @instance - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest} request StreamMetastorePartitionsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - return MetastorePartitionService; - })(); - - v1beta.CreateMetastorePartitionRequest = (function() { - - /** - * Properties of a CreateMetastorePartitionRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface ICreateMetastorePartitionRequest - * @property {string|null} [parent] CreateMetastorePartitionRequest parent - * @property {google.cloud.bigquery.storage.v1beta.IMetastorePartition|null} [metastorePartition] CreateMetastorePartitionRequest metastorePartition - */ - - /** - * Constructs a new CreateMetastorePartitionRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a CreateMetastorePartitionRequest. - * @implements ICreateMetastorePartitionRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest=} [properties] Properties to set - */ - function CreateMetastorePartitionRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CreateMetastorePartitionRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @instance - */ - CreateMetastorePartitionRequest.prototype.parent = ""; - - /** - * CreateMetastorePartitionRequest metastorePartition. - * @member {google.cloud.bigquery.storage.v1beta.IMetastorePartition|null|undefined} metastorePartition - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @instance - */ - CreateMetastorePartitionRequest.prototype.metastorePartition = null; - - /** - * Creates a new CreateMetastorePartitionRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest} CreateMetastorePartitionRequest instance - */ - CreateMetastorePartitionRequest.create = function create(properties) { - return new CreateMetastorePartitionRequest(properties); - }; - - /** - * Encodes the specified CreateMetastorePartitionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest} message CreateMetastorePartitionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateMetastorePartitionRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.metastorePartition != null && Object.hasOwnProperty.call(message, "metastorePartition")) - $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.encode(message.metastorePartition, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified CreateMetastorePartitionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.ICreateMetastorePartitionRequest} message CreateMetastorePartitionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateMetastorePartitionRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CreateMetastorePartitionRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest} CreateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateMetastorePartitionRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - message.metastorePartition = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CreateMetastorePartitionRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest} CreateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateMetastorePartitionRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CreateMetastorePartitionRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CreateMetastorePartitionRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.metastorePartition != null && message.hasOwnProperty("metastorePartition")) { - var error = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.verify(message.metastorePartition, long + 1); - if (error) - return "metastorePartition." + error; - } - return null; - }; - - /** - * Creates a CreateMetastorePartitionRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest} CreateMetastorePartitionRequest - */ - CreateMetastorePartitionRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.metastorePartition != null) { - if (typeof object.metastorePartition !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.metastorePartition: object expected"); - message.metastorePartition = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.fromObject(object.metastorePartition, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a CreateMetastorePartitionRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest} message CreateMetastorePartitionRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CreateMetastorePartitionRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.parent = ""; - object.metastorePartition = null; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.metastorePartition != null && message.hasOwnProperty("metastorePartition")) - object.metastorePartition = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.toObject(message.metastorePartition, options); - return object; - }; - - /** - * Converts this CreateMetastorePartitionRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @instance - * @returns {Object.} JSON object - */ - CreateMetastorePartitionRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CreateMetastorePartitionRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CreateMetastorePartitionRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest"; - }; - - return CreateMetastorePartitionRequest; - })(); - - v1beta.BatchCreateMetastorePartitionsRequest = (function() { - - /** - * Properties of a BatchCreateMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IBatchCreateMetastorePartitionsRequest - * @property {string|null} [parent] BatchCreateMetastorePartitionsRequest parent - * @property {Array.|null} [requests] BatchCreateMetastorePartitionsRequest requests - * @property {boolean|null} [skipExistingPartitions] BatchCreateMetastorePartitionsRequest skipExistingPartitions - * @property {string|null} [traceId] BatchCreateMetastorePartitionsRequest traceId - */ - - /** - * Constructs a new BatchCreateMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a BatchCreateMetastorePartitionsRequest. - * @implements IBatchCreateMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest=} [properties] Properties to set - */ - function BatchCreateMetastorePartitionsRequest(properties) { - this.requests = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCreateMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @instance - */ - BatchCreateMetastorePartitionsRequest.prototype.parent = ""; - - /** - * BatchCreateMetastorePartitionsRequest requests. - * @member {Array.} requests - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @instance - */ - BatchCreateMetastorePartitionsRequest.prototype.requests = $util.emptyArray; - - /** - * BatchCreateMetastorePartitionsRequest skipExistingPartitions. - * @member {boolean} skipExistingPartitions - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @instance - */ - BatchCreateMetastorePartitionsRequest.prototype.skipExistingPartitions = false; - - /** - * BatchCreateMetastorePartitionsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @instance - */ - BatchCreateMetastorePartitionsRequest.prototype.traceId = ""; - - /** - * Creates a new BatchCreateMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest} BatchCreateMetastorePartitionsRequest instance - */ - BatchCreateMetastorePartitionsRequest.create = function create(properties) { - return new BatchCreateMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified BatchCreateMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest} message BatchCreateMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.requests != null && message.requests.length) - for (var i = 0; i < message.requests.length; ++i) - $root.google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.encode(message.requests[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.skipExistingPartitions != null && Object.hasOwnProperty.call(message, "skipExistingPartitions")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.skipExistingPartitions); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.traceId); - return writer; - }; - - /** - * Encodes the specified BatchCreateMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest} message BatchCreateMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCreateMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest} BatchCreateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.requests && message.requests.length)) - message.requests = []; - message.requests.push($root.google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 3: { - message.skipExistingPartitions = reader.bool(); - break; - } - case 4: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCreateMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest} BatchCreateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCreateMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCreateMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.requests != null && message.hasOwnProperty("requests")) { - if (!Array.isArray(message.requests)) - return "requests: array expected"; - for (var i = 0; i < message.requests.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.verify(message.requests[i], long + 1); - if (error) - return "requests." + error; - } - } - if (message.skipExistingPartitions != null && message.hasOwnProperty("skipExistingPartitions")) - if (typeof message.skipExistingPartitions !== "boolean") - return "skipExistingPartitions: boolean expected"; - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates a BatchCreateMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest} BatchCreateMetastorePartitionsRequest - */ - BatchCreateMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.requests) { - if (!Array.isArray(object.requests)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest.requests: array expected"); - message.requests = []; - for (var i = 0; i < object.requests.length; ++i) { - if (typeof object.requests[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest.requests: object expected"); - message.requests[i] = $root.google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.fromObject(object.requests[i], long + 1); - } - } - if (object.skipExistingPartitions != null) - message.skipExistingPartitions = Boolean(object.skipExistingPartitions); - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from a BatchCreateMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest} message BatchCreateMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCreateMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.requests = []; - if (options.defaults) { - object.parent = ""; - object.skipExistingPartitions = false; - object.traceId = ""; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.requests && message.requests.length) { - object.requests = []; - for (var j = 0; j < message.requests.length; ++j) - object.requests[j] = $root.google.cloud.bigquery.storage.v1beta.CreateMetastorePartitionRequest.toObject(message.requests[j], options); - } - if (message.skipExistingPartitions != null && message.hasOwnProperty("skipExistingPartitions")) - object.skipExistingPartitions = message.skipExistingPartitions; - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - return object; - }; - - /** - * Converts this BatchCreateMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - BatchCreateMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCreateMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCreateMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest"; - }; - - return BatchCreateMetastorePartitionsRequest; - })(); - - v1beta.BatchCreateMetastorePartitionsResponse = (function() { - - /** - * Properties of a BatchCreateMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IBatchCreateMetastorePartitionsResponse - * @property {Array.|null} [partitions] BatchCreateMetastorePartitionsResponse partitions - */ - - /** - * Constructs a new BatchCreateMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a BatchCreateMetastorePartitionsResponse. - * @implements IBatchCreateMetastorePartitionsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse=} [properties] Properties to set - */ - function BatchCreateMetastorePartitionsResponse(properties) { - this.partitions = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCreateMetastorePartitionsResponse partitions. - * @member {Array.} partitions - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @instance - */ - BatchCreateMetastorePartitionsResponse.prototype.partitions = $util.emptyArray; - - /** - * Creates a new BatchCreateMetastorePartitionsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse} BatchCreateMetastorePartitionsResponse instance - */ - BatchCreateMetastorePartitionsResponse.create = function create(properties) { - return new BatchCreateMetastorePartitionsResponse(properties); - }; - - /** - * Encodes the specified BatchCreateMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse} message BatchCreateMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateMetastorePartitionsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.partitions != null && message.partitions.length) - for (var i = 0; i < message.partitions.length; ++i) - $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.encode(message.partitions[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified BatchCreateMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse} message BatchCreateMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateMetastorePartitionsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCreateMetastorePartitionsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse} BatchCreateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateMetastorePartitionsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.partitions && message.partitions.length)) - message.partitions = []; - message.partitions.push($root.google.cloud.bigquery.storage.v1beta.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCreateMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse} BatchCreateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateMetastorePartitionsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCreateMetastorePartitionsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCreateMetastorePartitionsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - if (!Array.isArray(message.partitions)) - return "partitions: array expected"; - for (var i = 0; i < message.partitions.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.verify(message.partitions[i], long + 1); - if (error) - return "partitions." + error; - } - } - return null; - }; - - /** - * Creates a BatchCreateMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse} BatchCreateMetastorePartitionsResponse - */ - BatchCreateMetastorePartitionsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse(); - if (object.partitions) { - if (!Array.isArray(object.partitions)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse.partitions: array expected"); - message.partitions = []; - for (var i = 0; i < object.partitions.length; ++i) { - if (typeof object.partitions[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse.partitions: object expected"); - message.partitions[i] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.fromObject(object.partitions[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a BatchCreateMetastorePartitionsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse} message BatchCreateMetastorePartitionsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCreateMetastorePartitionsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.partitions = []; - if (message.partitions && message.partitions.length) { - object.partitions = []; - for (var j = 0; j < message.partitions.length; ++j) - object.partitions[j] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.toObject(message.partitions[j], options); - } - return object; - }; - - /** - * Converts this BatchCreateMetastorePartitionsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @instance - * @returns {Object.} JSON object - */ - BatchCreateMetastorePartitionsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCreateMetastorePartitionsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCreateMetastorePartitionsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse"; - }; - - return BatchCreateMetastorePartitionsResponse; - })(); - - v1beta.BatchDeleteMetastorePartitionsRequest = (function() { - - /** - * Properties of a BatchDeleteMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IBatchDeleteMetastorePartitionsRequest - * @property {string|null} [parent] BatchDeleteMetastorePartitionsRequest parent - * @property {Array.|null} [partitionValues] BatchDeleteMetastorePartitionsRequest partitionValues - * @property {string|null} [traceId] BatchDeleteMetastorePartitionsRequest traceId - */ - - /** - * Constructs a new BatchDeleteMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a BatchDeleteMetastorePartitionsRequest. - * @implements IBatchDeleteMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest=} [properties] Properties to set - */ - function BatchDeleteMetastorePartitionsRequest(properties) { - this.partitionValues = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchDeleteMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @instance - */ - BatchDeleteMetastorePartitionsRequest.prototype.parent = ""; - - /** - * BatchDeleteMetastorePartitionsRequest partitionValues. - * @member {Array.} partitionValues - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @instance - */ - BatchDeleteMetastorePartitionsRequest.prototype.partitionValues = $util.emptyArray; - - /** - * BatchDeleteMetastorePartitionsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @instance - */ - BatchDeleteMetastorePartitionsRequest.prototype.traceId = ""; - - /** - * Creates a new BatchDeleteMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest} BatchDeleteMetastorePartitionsRequest instance - */ - BatchDeleteMetastorePartitionsRequest.create = function create(properties) { - return new BatchDeleteMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified BatchDeleteMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest} message BatchDeleteMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchDeleteMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.partitionValues != null && message.partitionValues.length) - for (var i = 0; i < message.partitionValues.length; ++i) - $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.encode(message.partitionValues[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.traceId); - return writer; - }; - - /** - * Encodes the specified BatchDeleteMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest} message BatchDeleteMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchDeleteMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchDeleteMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest} BatchDeleteMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchDeleteMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.partitionValues && message.partitionValues.length)) - message.partitionValues = []; - message.partitionValues.push($root.google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 4: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchDeleteMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest} BatchDeleteMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchDeleteMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchDeleteMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchDeleteMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.partitionValues != null && message.hasOwnProperty("partitionValues")) { - if (!Array.isArray(message.partitionValues)) - return "partitionValues: array expected"; - for (var i = 0; i < message.partitionValues.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.verify(message.partitionValues[i], long + 1); - if (error) - return "partitionValues." + error; - } - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates a BatchDeleteMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest} BatchDeleteMetastorePartitionsRequest - */ - BatchDeleteMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.partitionValues) { - if (!Array.isArray(object.partitionValues)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest.partitionValues: array expected"); - message.partitionValues = []; - for (var i = 0; i < object.partitionValues.length; ++i) { - if (typeof object.partitionValues[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest.partitionValues: object expected"); - message.partitionValues[i] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.fromObject(object.partitionValues[i], long + 1); - } - } - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from a BatchDeleteMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest} message BatchDeleteMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchDeleteMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.partitionValues = []; - if (options.defaults) { - object.parent = ""; - object.traceId = ""; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.partitionValues && message.partitionValues.length) { - object.partitionValues = []; - for (var j = 0; j < message.partitionValues.length; ++j) - object.partitionValues[j] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.toObject(message.partitionValues[j], options); - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - return object; - }; - - /** - * Converts this BatchDeleteMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - BatchDeleteMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchDeleteMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchDeleteMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest"; - }; - - return BatchDeleteMetastorePartitionsRequest; - })(); - - v1beta.UpdateMetastorePartitionRequest = (function() { - - /** - * Properties of an UpdateMetastorePartitionRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IUpdateMetastorePartitionRequest - * @property {google.cloud.bigquery.storage.v1beta.IMetastorePartition|null} [metastorePartition] UpdateMetastorePartitionRequest metastorePartition - * @property {google.protobuf.IFieldMask|null} [updateMask] UpdateMetastorePartitionRequest updateMask - */ - - /** - * Constructs a new UpdateMetastorePartitionRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents an UpdateMetastorePartitionRequest. - * @implements IUpdateMetastorePartitionRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest=} [properties] Properties to set - */ - function UpdateMetastorePartitionRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * UpdateMetastorePartitionRequest metastorePartition. - * @member {google.cloud.bigquery.storage.v1beta.IMetastorePartition|null|undefined} metastorePartition - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @instance - */ - UpdateMetastorePartitionRequest.prototype.metastorePartition = null; - - /** - * UpdateMetastorePartitionRequest updateMask. - * @member {google.protobuf.IFieldMask|null|undefined} updateMask - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @instance - */ - UpdateMetastorePartitionRequest.prototype.updateMask = null; - - /** - * Creates a new UpdateMetastorePartitionRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest} UpdateMetastorePartitionRequest instance - */ - UpdateMetastorePartitionRequest.create = function create(properties) { - return new UpdateMetastorePartitionRequest(properties); - }; - - /** - * Encodes the specified UpdateMetastorePartitionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest} message UpdateMetastorePartitionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UpdateMetastorePartitionRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.metastorePartition != null && Object.hasOwnProperty.call(message, "metastorePartition")) - $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.encode(message.metastorePartition, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.updateMask != null && Object.hasOwnProperty.call(message, "updateMask")) - $root.google.protobuf.FieldMask.encode(message.updateMask, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified UpdateMetastorePartitionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IUpdateMetastorePartitionRequest} message UpdateMetastorePartitionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UpdateMetastorePartitionRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an UpdateMetastorePartitionRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest} UpdateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UpdateMetastorePartitionRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.metastorePartition = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.updateMask = $root.google.protobuf.FieldMask.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an UpdateMetastorePartitionRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest} UpdateMetastorePartitionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UpdateMetastorePartitionRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an UpdateMetastorePartitionRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - UpdateMetastorePartitionRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.metastorePartition != null && message.hasOwnProperty("metastorePartition")) { - var error = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.verify(message.metastorePartition, long + 1); - if (error) - return "metastorePartition." + error; - } - if (message.updateMask != null && message.hasOwnProperty("updateMask")) { - var error = $root.google.protobuf.FieldMask.verify(message.updateMask, long + 1); - if (error) - return "updateMask." + error; - } - return null; - }; - - /** - * Creates an UpdateMetastorePartitionRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest} UpdateMetastorePartitionRequest - */ - UpdateMetastorePartitionRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest(); - if (object.metastorePartition != null) { - if (typeof object.metastorePartition !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.metastorePartition: object expected"); - message.metastorePartition = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.fromObject(object.metastorePartition, long + 1); - } - if (object.updateMask != null) { - if (typeof object.updateMask !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.updateMask: object expected"); - message.updateMask = $root.google.protobuf.FieldMask.fromObject(object.updateMask, long + 1); - } - return message; - }; - - /** - * Creates a plain object from an UpdateMetastorePartitionRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest} message UpdateMetastorePartitionRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - UpdateMetastorePartitionRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.metastorePartition = null; - object.updateMask = null; - } - if (message.metastorePartition != null && message.hasOwnProperty("metastorePartition")) - object.metastorePartition = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.toObject(message.metastorePartition, options); - if (message.updateMask != null && message.hasOwnProperty("updateMask")) - object.updateMask = $root.google.protobuf.FieldMask.toObject(message.updateMask, options); - return object; - }; - - /** - * Converts this UpdateMetastorePartitionRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @instance - * @returns {Object.} JSON object - */ - UpdateMetastorePartitionRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for UpdateMetastorePartitionRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - UpdateMetastorePartitionRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest"; - }; - - return UpdateMetastorePartitionRequest; - })(); - - v1beta.BatchUpdateMetastorePartitionsRequest = (function() { - - /** - * Properties of a BatchUpdateMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IBatchUpdateMetastorePartitionsRequest - * @property {string|null} [parent] BatchUpdateMetastorePartitionsRequest parent - * @property {Array.|null} [requests] BatchUpdateMetastorePartitionsRequest requests - * @property {string|null} [traceId] BatchUpdateMetastorePartitionsRequest traceId - */ - - /** - * Constructs a new BatchUpdateMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a BatchUpdateMetastorePartitionsRequest. - * @implements IBatchUpdateMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest=} [properties] Properties to set - */ - function BatchUpdateMetastorePartitionsRequest(properties) { - this.requests = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchUpdateMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @instance - */ - BatchUpdateMetastorePartitionsRequest.prototype.parent = ""; - - /** - * BatchUpdateMetastorePartitionsRequest requests. - * @member {Array.} requests - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @instance - */ - BatchUpdateMetastorePartitionsRequest.prototype.requests = $util.emptyArray; - - /** - * BatchUpdateMetastorePartitionsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @instance - */ - BatchUpdateMetastorePartitionsRequest.prototype.traceId = ""; - - /** - * Creates a new BatchUpdateMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest} BatchUpdateMetastorePartitionsRequest instance - */ - BatchUpdateMetastorePartitionsRequest.create = function create(properties) { - return new BatchUpdateMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest} message BatchUpdateMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchUpdateMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.requests != null && message.requests.length) - for (var i = 0; i < message.requests.length; ++i) - $root.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.encode(message.requests[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.traceId); - return writer; - }; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest} message BatchUpdateMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchUpdateMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchUpdateMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest} BatchUpdateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchUpdateMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.requests && message.requests.length)) - message.requests = []; - message.requests.push($root.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 4: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchUpdateMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest} BatchUpdateMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchUpdateMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchUpdateMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchUpdateMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.requests != null && message.hasOwnProperty("requests")) { - if (!Array.isArray(message.requests)) - return "requests: array expected"; - for (var i = 0; i < message.requests.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.verify(message.requests[i], long + 1); - if (error) - return "requests." + error; - } - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates a BatchUpdateMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest} BatchUpdateMetastorePartitionsRequest - */ - BatchUpdateMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.requests) { - if (!Array.isArray(object.requests)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest.requests: array expected"); - message.requests = []; - for (var i = 0; i < object.requests.length; ++i) { - if (typeof object.requests[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest.requests: object expected"); - message.requests[i] = $root.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.fromObject(object.requests[i], long + 1); - } - } - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from a BatchUpdateMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest} message BatchUpdateMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchUpdateMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.requests = []; - if (options.defaults) { - object.parent = ""; - object.traceId = ""; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.requests && message.requests.length) { - object.requests = []; - for (var j = 0; j < message.requests.length; ++j) - object.requests[j] = $root.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.toObject(message.requests[j], options); - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - return object; - }; - - /** - * Converts this BatchUpdateMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - BatchUpdateMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchUpdateMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchUpdateMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest"; - }; - - return BatchUpdateMetastorePartitionsRequest; - })(); - - v1beta.BatchUpdateMetastorePartitionsResponse = (function() { - - /** - * Properties of a BatchUpdateMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IBatchUpdateMetastorePartitionsResponse - * @property {Array.|null} [partitions] BatchUpdateMetastorePartitionsResponse partitions - */ - - /** - * Constructs a new BatchUpdateMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a BatchUpdateMetastorePartitionsResponse. - * @implements IBatchUpdateMetastorePartitionsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse=} [properties] Properties to set - */ - function BatchUpdateMetastorePartitionsResponse(properties) { - this.partitions = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchUpdateMetastorePartitionsResponse partitions. - * @member {Array.} partitions - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @instance - */ - BatchUpdateMetastorePartitionsResponse.prototype.partitions = $util.emptyArray; - - /** - * Creates a new BatchUpdateMetastorePartitionsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse} BatchUpdateMetastorePartitionsResponse instance - */ - BatchUpdateMetastorePartitionsResponse.create = function create(properties) { - return new BatchUpdateMetastorePartitionsResponse(properties); - }; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse} message BatchUpdateMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchUpdateMetastorePartitionsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.partitions != null && message.partitions.length) - for (var i = 0; i < message.partitions.length; ++i) - $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.encode(message.partitions[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified BatchUpdateMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse} message BatchUpdateMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchUpdateMetastorePartitionsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchUpdateMetastorePartitionsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse} BatchUpdateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchUpdateMetastorePartitionsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.partitions && message.partitions.length)) - message.partitions = []; - message.partitions.push($root.google.cloud.bigquery.storage.v1beta.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchUpdateMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse} BatchUpdateMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchUpdateMetastorePartitionsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchUpdateMetastorePartitionsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchUpdateMetastorePartitionsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - if (!Array.isArray(message.partitions)) - return "partitions: array expected"; - for (var i = 0; i < message.partitions.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.verify(message.partitions[i], long + 1); - if (error) - return "partitions." + error; - } - } - return null; - }; - - /** - * Creates a BatchUpdateMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse} BatchUpdateMetastorePartitionsResponse - */ - BatchUpdateMetastorePartitionsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse(); - if (object.partitions) { - if (!Array.isArray(object.partitions)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse.partitions: array expected"); - message.partitions = []; - for (var i = 0; i < object.partitions.length; ++i) { - if (typeof object.partitions[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse.partitions: object expected"); - message.partitions[i] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.fromObject(object.partitions[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a BatchUpdateMetastorePartitionsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse} message BatchUpdateMetastorePartitionsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchUpdateMetastorePartitionsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.partitions = []; - if (message.partitions && message.partitions.length) { - object.partitions = []; - for (var j = 0; j < message.partitions.length; ++j) - object.partitions[j] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.toObject(message.partitions[j], options); - } - return object; - }; - - /** - * Converts this BatchUpdateMetastorePartitionsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @instance - * @returns {Object.} JSON object - */ - BatchUpdateMetastorePartitionsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchUpdateMetastorePartitionsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchUpdateMetastorePartitionsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse"; - }; - - return BatchUpdateMetastorePartitionsResponse; - })(); - - v1beta.ListMetastorePartitionsRequest = (function() { - - /** - * Properties of a ListMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IListMetastorePartitionsRequest - * @property {string|null} [parent] ListMetastorePartitionsRequest parent - * @property {string|null} [filter] ListMetastorePartitionsRequest filter - * @property {string|null} [traceId] ListMetastorePartitionsRequest traceId - */ - - /** - * Constructs a new ListMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a ListMetastorePartitionsRequest. - * @implements IListMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest=} [properties] Properties to set - */ - function ListMetastorePartitionsRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ListMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @instance - */ - ListMetastorePartitionsRequest.prototype.parent = ""; - - /** - * ListMetastorePartitionsRequest filter. - * @member {string} filter - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @instance - */ - ListMetastorePartitionsRequest.prototype.filter = ""; - - /** - * ListMetastorePartitionsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @instance - */ - ListMetastorePartitionsRequest.prototype.traceId = ""; - - /** - * Creates a new ListMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest} ListMetastorePartitionsRequest instance - */ - ListMetastorePartitionsRequest.create = function create(properties) { - return new ListMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified ListMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest} message ListMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ListMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.filter != null && Object.hasOwnProperty.call(message, "filter")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.filter); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.traceId); - return writer; - }; - - /** - * Encodes the specified ListMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest} message ListMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ListMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ListMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest} ListMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ListMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - message.filter = reader.string(); - break; - } - case 3: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ListMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest} ListMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ListMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ListMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ListMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.filter != null && message.hasOwnProperty("filter")) - if (!$util.isString(message.filter)) - return "filter: string expected"; - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates a ListMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest} ListMetastorePartitionsRequest - */ - ListMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.filter != null) - message.filter = String(object.filter); - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from a ListMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest} message ListMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ListMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.parent = ""; - object.filter = ""; - object.traceId = ""; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.filter != null && message.hasOwnProperty("filter")) - object.filter = message.filter; - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - return object; - }; - - /** - * Converts this ListMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - ListMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ListMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ListMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest"; - }; - - return ListMetastorePartitionsRequest; - })(); - - v1beta.ListMetastorePartitionsResponse = (function() { - - /** - * Properties of a ListMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IListMetastorePartitionsResponse - * @property {google.cloud.bigquery.storage.v1beta.IMetastorePartitionList|null} [partitions] ListMetastorePartitionsResponse partitions - * @property {google.cloud.bigquery.storage.v1beta.IStreamList|null} [streams] ListMetastorePartitionsResponse streams - */ - - /** - * Constructs a new ListMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a ListMetastorePartitionsResponse. - * @implements IListMetastorePartitionsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse=} [properties] Properties to set - */ - function ListMetastorePartitionsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ListMetastorePartitionsResponse partitions. - * @member {google.cloud.bigquery.storage.v1beta.IMetastorePartitionList|null|undefined} partitions - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @instance - */ - ListMetastorePartitionsResponse.prototype.partitions = null; - - /** - * ListMetastorePartitionsResponse streams. - * @member {google.cloud.bigquery.storage.v1beta.IStreamList|null|undefined} streams - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @instance - */ - ListMetastorePartitionsResponse.prototype.streams = null; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * ListMetastorePartitionsResponse response. - * @member {"partitions"|"streams"|undefined} response - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @instance - */ - Object.defineProperty(ListMetastorePartitionsResponse.prototype, "response", { - get: $util.oneOfGetter($oneOfFields = ["partitions", "streams"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new ListMetastorePartitionsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse} ListMetastorePartitionsResponse instance - */ - ListMetastorePartitionsResponse.create = function create(properties) { - return new ListMetastorePartitionsResponse(properties); - }; - - /** - * Encodes the specified ListMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse} message ListMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ListMetastorePartitionsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.partitions != null && Object.hasOwnProperty.call(message, "partitions")) - $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionList.encode(message.partitions, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.streams != null && Object.hasOwnProperty.call(message, "streams")) - $root.google.cloud.bigquery.storage.v1beta.StreamList.encode(message.streams, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ListMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse} message ListMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ListMetastorePartitionsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ListMetastorePartitionsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse} ListMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ListMetastorePartitionsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.partitions = $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionList.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.streams = $root.google.cloud.bigquery.storage.v1beta.StreamList.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ListMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse} ListMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ListMetastorePartitionsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ListMetastorePartitionsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ListMetastorePartitionsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - properties.response = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionList.verify(message.partitions, long + 1); - if (error) - return "partitions." + error; - } - } - if (message.streams != null && message.hasOwnProperty("streams")) { - if (properties.response === 1) - return "response: multiple values"; - properties.response = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta.StreamList.verify(message.streams, long + 1); - if (error) - return "streams." + error; - } - } - return null; - }; - - /** - * Creates a ListMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse} ListMetastorePartitionsResponse - */ - ListMetastorePartitionsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse(); - if (object.partitions != null) { - if (typeof object.partitions !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse.partitions: object expected"); - message.partitions = $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionList.fromObject(object.partitions, long + 1); - } - if (object.streams != null) { - if (typeof object.streams !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse.streams: object expected"); - message.streams = $root.google.cloud.bigquery.storage.v1beta.StreamList.fromObject(object.streams, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ListMetastorePartitionsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse} message ListMetastorePartitionsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ListMetastorePartitionsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - object.partitions = $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionList.toObject(message.partitions, options); - if (options.oneofs) - object.response = "partitions"; - } - if (message.streams != null && message.hasOwnProperty("streams")) { - object.streams = $root.google.cloud.bigquery.storage.v1beta.StreamList.toObject(message.streams, options); - if (options.oneofs) - object.response = "streams"; - } - return object; - }; - - /** - * Converts this ListMetastorePartitionsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @instance - * @returns {Object.} JSON object - */ - ListMetastorePartitionsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ListMetastorePartitionsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ListMetastorePartitionsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse"; - }; - - return ListMetastorePartitionsResponse; - })(); - - v1beta.StreamMetastorePartitionsRequest = (function() { - - /** - * Properties of a StreamMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IStreamMetastorePartitionsRequest - * @property {string|null} [parent] StreamMetastorePartitionsRequest parent - * @property {Array.|null} [metastorePartitions] StreamMetastorePartitionsRequest metastorePartitions - * @property {boolean|null} [skipExistingPartitions] StreamMetastorePartitionsRequest skipExistingPartitions - */ - - /** - * Constructs a new StreamMetastorePartitionsRequest. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a StreamMetastorePartitionsRequest. - * @implements IStreamMetastorePartitionsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest=} [properties] Properties to set - */ - function StreamMetastorePartitionsRequest(properties) { - this.metastorePartitions = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamMetastorePartitionsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @instance - */ - StreamMetastorePartitionsRequest.prototype.parent = ""; - - /** - * StreamMetastorePartitionsRequest metastorePartitions. - * @member {Array.} metastorePartitions - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @instance - */ - StreamMetastorePartitionsRequest.prototype.metastorePartitions = $util.emptyArray; - - /** - * StreamMetastorePartitionsRequest skipExistingPartitions. - * @member {boolean} skipExistingPartitions - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @instance - */ - StreamMetastorePartitionsRequest.prototype.skipExistingPartitions = false; - - /** - * Creates a new StreamMetastorePartitionsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest} StreamMetastorePartitionsRequest instance - */ - StreamMetastorePartitionsRequest.create = function create(properties) { - return new StreamMetastorePartitionsRequest(properties); - }; - - /** - * Encodes the specified StreamMetastorePartitionsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest} message StreamMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamMetastorePartitionsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.metastorePartitions != null && message.metastorePartitions.length) - for (var i = 0; i < message.metastorePartitions.length; ++i) - $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.encode(message.metastorePartitions[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.skipExistingPartitions != null && Object.hasOwnProperty.call(message, "skipExistingPartitions")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.skipExistingPartitions); - return writer; - }; - - /** - * Encodes the specified StreamMetastorePartitionsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsRequest} message StreamMetastorePartitionsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamMetastorePartitionsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamMetastorePartitionsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest} StreamMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamMetastorePartitionsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.metastorePartitions && message.metastorePartitions.length)) - message.metastorePartitions = []; - message.metastorePartitions.push($root.google.cloud.bigquery.storage.v1beta.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 3: { - message.skipExistingPartitions = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamMetastorePartitionsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest} StreamMetastorePartitionsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamMetastorePartitionsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamMetastorePartitionsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamMetastorePartitionsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.metastorePartitions != null && message.hasOwnProperty("metastorePartitions")) { - if (!Array.isArray(message.metastorePartitions)) - return "metastorePartitions: array expected"; - for (var i = 0; i < message.metastorePartitions.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.verify(message.metastorePartitions[i], long + 1); - if (error) - return "metastorePartitions." + error; - } - } - if (message.skipExistingPartitions != null && message.hasOwnProperty("skipExistingPartitions")) - if (typeof message.skipExistingPartitions !== "boolean") - return "skipExistingPartitions: boolean expected"; - return null; - }; - - /** - * Creates a StreamMetastorePartitionsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest} StreamMetastorePartitionsRequest - */ - StreamMetastorePartitionsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.metastorePartitions) { - if (!Array.isArray(object.metastorePartitions)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest.metastorePartitions: array expected"); - message.metastorePartitions = []; - for (var i = 0; i < object.metastorePartitions.length; ++i) { - if (typeof object.metastorePartitions[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest.metastorePartitions: object expected"); - message.metastorePartitions[i] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.fromObject(object.metastorePartitions[i], long + 1); - } - } - if (object.skipExistingPartitions != null) - message.skipExistingPartitions = Boolean(object.skipExistingPartitions); - return message; - }; - - /** - * Creates a plain object from a StreamMetastorePartitionsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest} message StreamMetastorePartitionsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamMetastorePartitionsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.metastorePartitions = []; - if (options.defaults) { - object.parent = ""; - object.skipExistingPartitions = false; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.metastorePartitions && message.metastorePartitions.length) { - object.metastorePartitions = []; - for (var j = 0; j < message.metastorePartitions.length; ++j) - object.metastorePartitions[j] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.toObject(message.metastorePartitions[j], options); - } - if (message.skipExistingPartitions != null && message.hasOwnProperty("skipExistingPartitions")) - object.skipExistingPartitions = message.skipExistingPartitions; - return object; - }; - - /** - * Converts this StreamMetastorePartitionsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @instance - * @returns {Object.} JSON object - */ - StreamMetastorePartitionsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamMetastorePartitionsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamMetastorePartitionsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest"; - }; - - return StreamMetastorePartitionsRequest; - })(); - - v1beta.StreamMetastorePartitionsResponse = (function() { - - /** - * Properties of a StreamMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IStreamMetastorePartitionsResponse - * @property {number|Long|null} [totalPartitionsStreamedCount] StreamMetastorePartitionsResponse totalPartitionsStreamedCount - * @property {number|Long|null} [totalPartitionsInsertedCount] StreamMetastorePartitionsResponse totalPartitionsInsertedCount - */ - - /** - * Constructs a new StreamMetastorePartitionsResponse. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a StreamMetastorePartitionsResponse. - * @implements IStreamMetastorePartitionsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsResponse=} [properties] Properties to set - */ - function StreamMetastorePartitionsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamMetastorePartitionsResponse totalPartitionsStreamedCount. - * @member {number|Long} totalPartitionsStreamedCount - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @instance - */ - StreamMetastorePartitionsResponse.prototype.totalPartitionsStreamedCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * StreamMetastorePartitionsResponse totalPartitionsInsertedCount. - * @member {number|Long} totalPartitionsInsertedCount - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @instance - */ - StreamMetastorePartitionsResponse.prototype.totalPartitionsInsertedCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new StreamMetastorePartitionsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse} StreamMetastorePartitionsResponse instance - */ - StreamMetastorePartitionsResponse.create = function create(properties) { - return new StreamMetastorePartitionsResponse(properties); - }; - - /** - * Encodes the specified StreamMetastorePartitionsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsResponse} message StreamMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamMetastorePartitionsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.totalPartitionsStreamedCount != null && Object.hasOwnProperty.call(message, "totalPartitionsStreamedCount")) - writer.uint32(/* id 2, wireType 0 =*/16).int64(message.totalPartitionsStreamedCount); - if (message.totalPartitionsInsertedCount != null && Object.hasOwnProperty.call(message, "totalPartitionsInsertedCount")) - writer.uint32(/* id 3, wireType 0 =*/24).int64(message.totalPartitionsInsertedCount); - return writer; - }; - - /** - * Encodes the specified StreamMetastorePartitionsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStreamMetastorePartitionsResponse} message StreamMetastorePartitionsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamMetastorePartitionsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamMetastorePartitionsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse} StreamMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamMetastorePartitionsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 2: { - message.totalPartitionsStreamedCount = reader.int64(); - break; - } - case 3: { - message.totalPartitionsInsertedCount = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamMetastorePartitionsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse} StreamMetastorePartitionsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamMetastorePartitionsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamMetastorePartitionsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamMetastorePartitionsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.totalPartitionsStreamedCount != null && message.hasOwnProperty("totalPartitionsStreamedCount")) - if (!$util.isInteger(message.totalPartitionsStreamedCount) && !(message.totalPartitionsStreamedCount && $util.isInteger(message.totalPartitionsStreamedCount.low) && $util.isInteger(message.totalPartitionsStreamedCount.high))) - return "totalPartitionsStreamedCount: integer|Long expected"; - if (message.totalPartitionsInsertedCount != null && message.hasOwnProperty("totalPartitionsInsertedCount")) - if (!$util.isInteger(message.totalPartitionsInsertedCount) && !(message.totalPartitionsInsertedCount && $util.isInteger(message.totalPartitionsInsertedCount.low) && $util.isInteger(message.totalPartitionsInsertedCount.high))) - return "totalPartitionsInsertedCount: integer|Long expected"; - return null; - }; - - /** - * Creates a StreamMetastorePartitionsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse} StreamMetastorePartitionsResponse - */ - StreamMetastorePartitionsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse(); - if (object.totalPartitionsStreamedCount != null) - if ($util.Long) - (message.totalPartitionsStreamedCount = $util.Long.fromValue(object.totalPartitionsStreamedCount)).unsigned = false; - else if (typeof object.totalPartitionsStreamedCount === "string") - message.totalPartitionsStreamedCount = parseInt(object.totalPartitionsStreamedCount, 10); - else if (typeof object.totalPartitionsStreamedCount === "number") - message.totalPartitionsStreamedCount = object.totalPartitionsStreamedCount; - else if (typeof object.totalPartitionsStreamedCount === "object") - message.totalPartitionsStreamedCount = new $util.LongBits(object.totalPartitionsStreamedCount.low >>> 0, object.totalPartitionsStreamedCount.high >>> 0).toNumber(); - if (object.totalPartitionsInsertedCount != null) - if ($util.Long) - (message.totalPartitionsInsertedCount = $util.Long.fromValue(object.totalPartitionsInsertedCount)).unsigned = false; - else if (typeof object.totalPartitionsInsertedCount === "string") - message.totalPartitionsInsertedCount = parseInt(object.totalPartitionsInsertedCount, 10); - else if (typeof object.totalPartitionsInsertedCount === "number") - message.totalPartitionsInsertedCount = object.totalPartitionsInsertedCount; - else if (typeof object.totalPartitionsInsertedCount === "object") - message.totalPartitionsInsertedCount = new $util.LongBits(object.totalPartitionsInsertedCount.low >>> 0, object.totalPartitionsInsertedCount.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a StreamMetastorePartitionsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse} message StreamMetastorePartitionsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamMetastorePartitionsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.totalPartitionsStreamedCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.totalPartitionsStreamedCount = options.longs === String ? "0" : 0; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.totalPartitionsInsertedCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.totalPartitionsInsertedCount = options.longs === String ? "0" : 0; - } - if (message.totalPartitionsStreamedCount != null && message.hasOwnProperty("totalPartitionsStreamedCount")) - if (typeof message.totalPartitionsStreamedCount === "number") - object.totalPartitionsStreamedCount = options.longs === String ? String(message.totalPartitionsStreamedCount) : message.totalPartitionsStreamedCount; - else - object.totalPartitionsStreamedCount = options.longs === String ? $util.Long.prototype.toString.call(message.totalPartitionsStreamedCount) : options.longs === Number ? new $util.LongBits(message.totalPartitionsStreamedCount.low >>> 0, message.totalPartitionsStreamedCount.high >>> 0).toNumber() : message.totalPartitionsStreamedCount; - if (message.totalPartitionsInsertedCount != null && message.hasOwnProperty("totalPartitionsInsertedCount")) - if (typeof message.totalPartitionsInsertedCount === "number") - object.totalPartitionsInsertedCount = options.longs === String ? String(message.totalPartitionsInsertedCount) : message.totalPartitionsInsertedCount; - else - object.totalPartitionsInsertedCount = options.longs === String ? $util.Long.prototype.toString.call(message.totalPartitionsInsertedCount) : options.longs === Number ? new $util.LongBits(message.totalPartitionsInsertedCount.low >>> 0, message.totalPartitionsInsertedCount.high >>> 0).toNumber() : message.totalPartitionsInsertedCount; - return object; - }; - - /** - * Converts this StreamMetastorePartitionsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @instance - * @returns {Object.} JSON object - */ - StreamMetastorePartitionsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamMetastorePartitionsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamMetastorePartitionsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse"; - }; - - return StreamMetastorePartitionsResponse; - })(); - - v1beta.BatchSizeTooLargeError = (function() { - - /** - * Properties of a BatchSizeTooLargeError. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IBatchSizeTooLargeError - * @property {number|Long|null} [maxBatchSize] BatchSizeTooLargeError maxBatchSize - * @property {string|null} [errorMessage] BatchSizeTooLargeError errorMessage - */ - - /** - * Constructs a new BatchSizeTooLargeError. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a BatchSizeTooLargeError. - * @implements IBatchSizeTooLargeError - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IBatchSizeTooLargeError=} [properties] Properties to set - */ - function BatchSizeTooLargeError(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchSizeTooLargeError maxBatchSize. - * @member {number|Long} maxBatchSize - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @instance - */ - BatchSizeTooLargeError.prototype.maxBatchSize = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * BatchSizeTooLargeError errorMessage. - * @member {string} errorMessage - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @instance - */ - BatchSizeTooLargeError.prototype.errorMessage = ""; - - /** - * Creates a new BatchSizeTooLargeError instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchSizeTooLargeError=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError} BatchSizeTooLargeError instance - */ - BatchSizeTooLargeError.create = function create(properties) { - return new BatchSizeTooLargeError(properties); - }; - - /** - * Encodes the specified BatchSizeTooLargeError message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchSizeTooLargeError} message BatchSizeTooLargeError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchSizeTooLargeError.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.maxBatchSize != null && Object.hasOwnProperty.call(message, "maxBatchSize")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.maxBatchSize); - if (message.errorMessage != null && Object.hasOwnProperty.call(message, "errorMessage")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.errorMessage); - return writer; - }; - - /** - * Encodes the specified BatchSizeTooLargeError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @static - * @param {google.cloud.bigquery.storage.v1beta.IBatchSizeTooLargeError} message BatchSizeTooLargeError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchSizeTooLargeError.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchSizeTooLargeError message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError} BatchSizeTooLargeError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchSizeTooLargeError.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.maxBatchSize = reader.int64(); - break; - } - case 2: { - message.errorMessage = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchSizeTooLargeError message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError} BatchSizeTooLargeError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchSizeTooLargeError.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchSizeTooLargeError message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchSizeTooLargeError.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.maxBatchSize != null && message.hasOwnProperty("maxBatchSize")) - if (!$util.isInteger(message.maxBatchSize) && !(message.maxBatchSize && $util.isInteger(message.maxBatchSize.low) && $util.isInteger(message.maxBatchSize.high))) - return "maxBatchSize: integer|Long expected"; - if (message.errorMessage != null && message.hasOwnProperty("errorMessage")) - if (!$util.isString(message.errorMessage)) - return "errorMessage: string expected"; - return null; - }; - - /** - * Creates a BatchSizeTooLargeError message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError} BatchSizeTooLargeError - */ - BatchSizeTooLargeError.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError(); - if (object.maxBatchSize != null) - if ($util.Long) - (message.maxBatchSize = $util.Long.fromValue(object.maxBatchSize)).unsigned = false; - else if (typeof object.maxBatchSize === "string") - message.maxBatchSize = parseInt(object.maxBatchSize, 10); - else if (typeof object.maxBatchSize === "number") - message.maxBatchSize = object.maxBatchSize; - else if (typeof object.maxBatchSize === "object") - message.maxBatchSize = new $util.LongBits(object.maxBatchSize.low >>> 0, object.maxBatchSize.high >>> 0).toNumber(); - if (object.errorMessage != null) - message.errorMessage = String(object.errorMessage); - return message; - }; - - /** - * Creates a plain object from a BatchSizeTooLargeError message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @static - * @param {google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError} message BatchSizeTooLargeError - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchSizeTooLargeError.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.maxBatchSize = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.maxBatchSize = options.longs === String ? "0" : 0; - object.errorMessage = ""; - } - if (message.maxBatchSize != null && message.hasOwnProperty("maxBatchSize")) - if (typeof message.maxBatchSize === "number") - object.maxBatchSize = options.longs === String ? String(message.maxBatchSize) : message.maxBatchSize; - else - object.maxBatchSize = options.longs === String ? $util.Long.prototype.toString.call(message.maxBatchSize) : options.longs === Number ? new $util.LongBits(message.maxBatchSize.low >>> 0, message.maxBatchSize.high >>> 0).toNumber() : message.maxBatchSize; - if (message.errorMessage != null && message.hasOwnProperty("errorMessage")) - object.errorMessage = message.errorMessage; - return object; - }; - - /** - * Converts this BatchSizeTooLargeError to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @instance - * @returns {Object.} JSON object - */ - BatchSizeTooLargeError.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchSizeTooLargeError - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchSizeTooLargeError.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.BatchSizeTooLargeError"; - }; - - return BatchSizeTooLargeError; - })(); - - v1beta.FieldSchema = (function() { - - /** - * Properties of a FieldSchema. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IFieldSchema - * @property {string|null} [name] FieldSchema name - * @property {string|null} [type] FieldSchema type - */ - - /** - * Constructs a new FieldSchema. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a FieldSchema. - * @implements IFieldSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IFieldSchema=} [properties] Properties to set - */ - function FieldSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FieldSchema name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @instance - */ - FieldSchema.prototype.name = ""; - - /** - * FieldSchema type. - * @member {string} type - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @instance - */ - FieldSchema.prototype.type = ""; - - /** - * Creates a new FieldSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta.IFieldSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.FieldSchema} FieldSchema instance - */ - FieldSchema.create = function create(properties) { - return new FieldSchema(properties); - }; - - /** - * Encodes the specified FieldSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.FieldSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta.IFieldSchema} message FieldSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.type); - return writer; - }; - - /** - * Encodes the specified FieldSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.FieldSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta.IFieldSchema} message FieldSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FieldSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.FieldSchema} FieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.FieldSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.type = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FieldSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.FieldSchema} FieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FieldSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FieldSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.type != null && message.hasOwnProperty("type")) - if (!$util.isString(message.type)) - return "type: string expected"; - return null; - }; - - /** - * Creates a FieldSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.FieldSchema} FieldSchema - */ - FieldSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.FieldSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.FieldSchema(); - if (object.name != null) - message.name = String(object.name); - if (object.type != null) - message.type = String(object.type); - return message; - }; - - /** - * Creates a plain object from a FieldSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta.FieldSchema} message FieldSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FieldSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.type = ""; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.type != null && message.hasOwnProperty("type")) - object.type = message.type; - return object; - }; - - /** - * Converts this FieldSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @instance - * @returns {Object.} JSON object - */ - FieldSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FieldSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.FieldSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FieldSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.FieldSchema"; - }; - - return FieldSchema; - })(); - - v1beta.StorageDescriptor = (function() { - - /** - * Properties of a StorageDescriptor. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IStorageDescriptor - * @property {string|null} [locationUri] StorageDescriptor locationUri - * @property {string|null} [inputFormat] StorageDescriptor inputFormat - * @property {string|null} [outputFormat] StorageDescriptor outputFormat - * @property {google.cloud.bigquery.storage.v1beta.ISerDeInfo|null} [serdeInfo] StorageDescriptor serdeInfo - */ - - /** - * Constructs a new StorageDescriptor. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a StorageDescriptor. - * @implements IStorageDescriptor - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IStorageDescriptor=} [properties] Properties to set - */ - function StorageDescriptor(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StorageDescriptor locationUri. - * @member {string} locationUri - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @instance - */ - StorageDescriptor.prototype.locationUri = ""; - - /** - * StorageDescriptor inputFormat. - * @member {string} inputFormat - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @instance - */ - StorageDescriptor.prototype.inputFormat = ""; - - /** - * StorageDescriptor outputFormat. - * @member {string} outputFormat - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @instance - */ - StorageDescriptor.prototype.outputFormat = ""; - - /** - * StorageDescriptor serdeInfo. - * @member {google.cloud.bigquery.storage.v1beta.ISerDeInfo|null|undefined} serdeInfo - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @instance - */ - StorageDescriptor.prototype.serdeInfo = null; - - /** - * Creates a new StorageDescriptor instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStorageDescriptor=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.StorageDescriptor} StorageDescriptor instance - */ - StorageDescriptor.create = function create(properties) { - return new StorageDescriptor(properties); - }; - - /** - * Encodes the specified StorageDescriptor message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StorageDescriptor.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStorageDescriptor} message StorageDescriptor message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StorageDescriptor.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.locationUri != null && Object.hasOwnProperty.call(message, "locationUri")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.locationUri); - if (message.inputFormat != null && Object.hasOwnProperty.call(message, "inputFormat")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.inputFormat); - if (message.outputFormat != null && Object.hasOwnProperty.call(message, "outputFormat")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.outputFormat); - if (message.serdeInfo != null && Object.hasOwnProperty.call(message, "serdeInfo")) - $root.google.cloud.bigquery.storage.v1beta.SerDeInfo.encode(message.serdeInfo, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified StorageDescriptor message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StorageDescriptor.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStorageDescriptor} message StorageDescriptor message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StorageDescriptor.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StorageDescriptor message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.StorageDescriptor} StorageDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StorageDescriptor.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.StorageDescriptor(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.locationUri = reader.string(); - break; - } - case 2: { - message.inputFormat = reader.string(); - break; - } - case 3: { - message.outputFormat = reader.string(); - break; - } - case 4: { - message.serdeInfo = $root.google.cloud.bigquery.storage.v1beta.SerDeInfo.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StorageDescriptor message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.StorageDescriptor} StorageDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StorageDescriptor.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StorageDescriptor message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StorageDescriptor.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.locationUri != null && message.hasOwnProperty("locationUri")) - if (!$util.isString(message.locationUri)) - return "locationUri: string expected"; - if (message.inputFormat != null && message.hasOwnProperty("inputFormat")) - if (!$util.isString(message.inputFormat)) - return "inputFormat: string expected"; - if (message.outputFormat != null && message.hasOwnProperty("outputFormat")) - if (!$util.isString(message.outputFormat)) - return "outputFormat: string expected"; - if (message.serdeInfo != null && message.hasOwnProperty("serdeInfo")) { - var error = $root.google.cloud.bigquery.storage.v1beta.SerDeInfo.verify(message.serdeInfo, long + 1); - if (error) - return "serdeInfo." + error; - } - return null; - }; - - /** - * Creates a StorageDescriptor message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.StorageDescriptor} StorageDescriptor - */ - StorageDescriptor.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.StorageDescriptor) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.StorageDescriptor(); - if (object.locationUri != null) - message.locationUri = String(object.locationUri); - if (object.inputFormat != null) - message.inputFormat = String(object.inputFormat); - if (object.outputFormat != null) - message.outputFormat = String(object.outputFormat); - if (object.serdeInfo != null) { - if (typeof object.serdeInfo !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.StorageDescriptor.serdeInfo: object expected"); - message.serdeInfo = $root.google.cloud.bigquery.storage.v1beta.SerDeInfo.fromObject(object.serdeInfo, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a StorageDescriptor message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @static - * @param {google.cloud.bigquery.storage.v1beta.StorageDescriptor} message StorageDescriptor - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StorageDescriptor.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.locationUri = ""; - object.inputFormat = ""; - object.outputFormat = ""; - object.serdeInfo = null; - } - if (message.locationUri != null && message.hasOwnProperty("locationUri")) - object.locationUri = message.locationUri; - if (message.inputFormat != null && message.hasOwnProperty("inputFormat")) - object.inputFormat = message.inputFormat; - if (message.outputFormat != null && message.hasOwnProperty("outputFormat")) - object.outputFormat = message.outputFormat; - if (message.serdeInfo != null && message.hasOwnProperty("serdeInfo")) - object.serdeInfo = $root.google.cloud.bigquery.storage.v1beta.SerDeInfo.toObject(message.serdeInfo, options); - return object; - }; - - /** - * Converts this StorageDescriptor to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @instance - * @returns {Object.} JSON object - */ - StorageDescriptor.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StorageDescriptor - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.StorageDescriptor - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StorageDescriptor.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.StorageDescriptor"; - }; - - return StorageDescriptor; - })(); - - v1beta.SerDeInfo = (function() { - - /** - * Properties of a SerDeInfo. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface ISerDeInfo - * @property {string|null} [name] SerDeInfo name - * @property {string|null} [serializationLibrary] SerDeInfo serializationLibrary - * @property {Object.|null} [parameters] SerDeInfo parameters - */ - - /** - * Constructs a new SerDeInfo. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a SerDeInfo. - * @implements ISerDeInfo - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.ISerDeInfo=} [properties] Properties to set - */ - function SerDeInfo(properties) { - this.parameters = {}; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SerDeInfo name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @instance - */ - SerDeInfo.prototype.name = ""; - - /** - * SerDeInfo serializationLibrary. - * @member {string} serializationLibrary - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @instance - */ - SerDeInfo.prototype.serializationLibrary = ""; - - /** - * SerDeInfo parameters. - * @member {Object.} parameters - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @instance - */ - SerDeInfo.prototype.parameters = $util.emptyObject; - - /** - * Creates a new SerDeInfo instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @static - * @param {google.cloud.bigquery.storage.v1beta.ISerDeInfo=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.SerDeInfo} SerDeInfo instance - */ - SerDeInfo.create = function create(properties) { - return new SerDeInfo(properties); - }; - - /** - * Encodes the specified SerDeInfo message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.SerDeInfo.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @static - * @param {google.cloud.bigquery.storage.v1beta.ISerDeInfo} message SerDeInfo message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SerDeInfo.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.serializationLibrary != null && Object.hasOwnProperty.call(message, "serializationLibrary")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.serializationLibrary); - if (message.parameters != null && Object.hasOwnProperty.call(message, "parameters")) - for (var keys = Object.keys(message.parameters), i = 0; i < keys.length; ++i) - writer.uint32(/* id 3, wireType 2 =*/26).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.parameters[keys[i]]).ldelim(); - return writer; - }; - - /** - * Encodes the specified SerDeInfo message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.SerDeInfo.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @static - * @param {google.cloud.bigquery.storage.v1beta.ISerDeInfo} message SerDeInfo message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SerDeInfo.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SerDeInfo message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.SerDeInfo} SerDeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SerDeInfo.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.SerDeInfo(), key, value; - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.serializationLibrary = reader.string(); - break; - } - case 3: { - if (message.parameters === $util.emptyObject) - message.parameters = {}; - var end2 = reader.uint32() + reader.pos; - key = ""; - value = ""; - while (reader.pos < end2) { - var tag2 = reader.uint32(); - switch (tag2 >>> 3) { - case 1: - key = reader.string(); - break; - case 2: - value = reader.string(); - break; - default: - reader.skipType(tag2 & 7, long); - break; - } - } - if (key === "__proto__") - $util.makeProp(message.parameters, key); - message.parameters[key] = value; - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SerDeInfo message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.SerDeInfo} SerDeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SerDeInfo.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SerDeInfo message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SerDeInfo.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.serializationLibrary != null && message.hasOwnProperty("serializationLibrary")) - if (!$util.isString(message.serializationLibrary)) - return "serializationLibrary: string expected"; - if (message.parameters != null && message.hasOwnProperty("parameters")) { - if (!$util.isObject(message.parameters)) - return "parameters: object expected"; - var key = Object.keys(message.parameters); - for (var i = 0; i < key.length; ++i) - if (!$util.isString(message.parameters[key[i]])) - return "parameters: string{k:string} expected"; - } - return null; - }; - - /** - * Creates a SerDeInfo message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.SerDeInfo} SerDeInfo - */ - SerDeInfo.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.SerDeInfo) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.SerDeInfo(); - if (object.name != null) - message.name = String(object.name); - if (object.serializationLibrary != null) - message.serializationLibrary = String(object.serializationLibrary); - if (object.parameters) { - if (typeof object.parameters !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.SerDeInfo.parameters: object expected"); - message.parameters = {}; - for (var keys = Object.keys(object.parameters), i = 0; i < keys.length; ++i) { - if (keys[i] === "__proto__") - $util.makeProp(message.parameters, keys[i]); - message.parameters[keys[i]] = String(object.parameters[keys[i]]); - } - } - return message; - }; - - /** - * Creates a plain object from a SerDeInfo message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @static - * @param {google.cloud.bigquery.storage.v1beta.SerDeInfo} message SerDeInfo - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SerDeInfo.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.objects || options.defaults) - object.parameters = {}; - if (options.defaults) { - object.name = ""; - object.serializationLibrary = ""; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.serializationLibrary != null && message.hasOwnProperty("serializationLibrary")) - object.serializationLibrary = message.serializationLibrary; - var keys2; - if (message.parameters && (keys2 = Object.keys(message.parameters)).length) { - object.parameters = {}; - for (var j = 0; j < keys2.length; ++j) { - if (keys2[j] === "__proto__") - $util.makeProp(object.parameters, keys2[j]); - object.parameters[keys2[j]] = message.parameters[keys2[j]]; - } - } - return object; - }; - - /** - * Converts this SerDeInfo to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @instance - * @returns {Object.} JSON object - */ - SerDeInfo.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SerDeInfo - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.SerDeInfo - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SerDeInfo.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.SerDeInfo"; - }; - - return SerDeInfo; - })(); - - v1beta.MetastorePartition = (function() { - - /** - * Properties of a MetastorePartition. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IMetastorePartition - * @property {Array.|null} [values] MetastorePartition values - * @property {google.protobuf.ITimestamp|null} [createTime] MetastorePartition createTime - * @property {google.cloud.bigquery.storage.v1beta.IStorageDescriptor|null} [storageDescriptor] MetastorePartition storageDescriptor - * @property {Object.|null} [parameters] MetastorePartition parameters - * @property {Array.|null} [fields] MetastorePartition fields - */ - - /** - * Constructs a new MetastorePartition. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a MetastorePartition. - * @implements IMetastorePartition - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartition=} [properties] Properties to set - */ - function MetastorePartition(properties) { - this.values = []; - this.parameters = {}; - this.fields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MetastorePartition values. - * @member {Array.} values - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @instance - */ - MetastorePartition.prototype.values = $util.emptyArray; - - /** - * MetastorePartition createTime. - * @member {google.protobuf.ITimestamp|null|undefined} createTime - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @instance - */ - MetastorePartition.prototype.createTime = null; - - /** - * MetastorePartition storageDescriptor. - * @member {google.cloud.bigquery.storage.v1beta.IStorageDescriptor|null|undefined} storageDescriptor - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @instance - */ - MetastorePartition.prototype.storageDescriptor = null; - - /** - * MetastorePartition parameters. - * @member {Object.} parameters - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @instance - */ - MetastorePartition.prototype.parameters = $util.emptyObject; - - /** - * MetastorePartition fields. - * @member {Array.} fields - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @instance - */ - MetastorePartition.prototype.fields = $util.emptyArray; - - /** - * Creates a new MetastorePartition instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @static - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartition=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartition} MetastorePartition instance - */ - MetastorePartition.create = function create(properties) { - return new MetastorePartition(properties); - }; - - /** - * Encodes the specified MetastorePartition message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartition.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @static - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartition} message MetastorePartition message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartition.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.values != null && message.values.length) - for (var i = 0; i < message.values.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.values[i]); - if (message.createTime != null && Object.hasOwnProperty.call(message, "createTime")) - $root.google.protobuf.Timestamp.encode(message.createTime, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.storageDescriptor != null && Object.hasOwnProperty.call(message, "storageDescriptor")) - $root.google.cloud.bigquery.storage.v1beta.StorageDescriptor.encode(message.storageDescriptor, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.parameters != null && Object.hasOwnProperty.call(message, "parameters")) - for (var keys = Object.keys(message.parameters), i = 0; i < keys.length; ++i) - writer.uint32(/* id 4, wireType 2 =*/34).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.parameters[keys[i]]).ldelim(); - if (message.fields != null && message.fields.length) - for (var i = 0; i < message.fields.length; ++i) - $root.google.cloud.bigquery.storage.v1beta.FieldSchema.encode(message.fields[i], writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified MetastorePartition message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartition.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @static - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartition} message MetastorePartition message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartition.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MetastorePartition message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartition} MetastorePartition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartition.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.MetastorePartition(), key, value; - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.values && message.values.length)) - message.values = []; - message.values.push(reader.string()); - break; - } - case 2: { - message.createTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.storageDescriptor = $root.google.cloud.bigquery.storage.v1beta.StorageDescriptor.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - if (message.parameters === $util.emptyObject) - message.parameters = {}; - var end2 = reader.uint32() + reader.pos; - key = ""; - value = ""; - while (reader.pos < end2) { - var tag2 = reader.uint32(); - switch (tag2 >>> 3) { - case 1: - key = reader.string(); - break; - case 2: - value = reader.string(); - break; - default: - reader.skipType(tag2 & 7, long); - break; - } - } - if (key === "__proto__") - $util.makeProp(message.parameters, key); - message.parameters[key] = value; - break; - } - case 5: { - if (!(message.fields && message.fields.length)) - message.fields = []; - message.fields.push($root.google.cloud.bigquery.storage.v1beta.FieldSchema.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MetastorePartition message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartition} MetastorePartition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartition.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MetastorePartition message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MetastorePartition.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.values != null && message.hasOwnProperty("values")) { - if (!Array.isArray(message.values)) - return "values: array expected"; - for (var i = 0; i < message.values.length; ++i) - if (!$util.isString(message.values[i])) - return "values: string[] expected"; - } - if (message.createTime != null && message.hasOwnProperty("createTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.createTime, long + 1); - if (error) - return "createTime." + error; - } - if (message.storageDescriptor != null && message.hasOwnProperty("storageDescriptor")) { - var error = $root.google.cloud.bigquery.storage.v1beta.StorageDescriptor.verify(message.storageDescriptor, long + 1); - if (error) - return "storageDescriptor." + error; - } - if (message.parameters != null && message.hasOwnProperty("parameters")) { - if (!$util.isObject(message.parameters)) - return "parameters: object expected"; - var key = Object.keys(message.parameters); - for (var i = 0; i < key.length; ++i) - if (!$util.isString(message.parameters[key[i]])) - return "parameters: string{k:string} expected"; - } - if (message.fields != null && message.hasOwnProperty("fields")) { - if (!Array.isArray(message.fields)) - return "fields: array expected"; - for (var i = 0; i < message.fields.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta.FieldSchema.verify(message.fields[i], long + 1); - if (error) - return "fields." + error; - } - } - return null; - }; - - /** - * Creates a MetastorePartition message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartition} MetastorePartition - */ - MetastorePartition.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.MetastorePartition) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.MetastorePartition(); - if (object.values) { - if (!Array.isArray(object.values)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.MetastorePartition.values: array expected"); - message.values = []; - for (var i = 0; i < object.values.length; ++i) - message.values[i] = String(object.values[i]); - } - if (object.createTime != null) { - if (typeof object.createTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.MetastorePartition.createTime: object expected"); - message.createTime = $root.google.protobuf.Timestamp.fromObject(object.createTime, long + 1); - } - if (object.storageDescriptor != null) { - if (typeof object.storageDescriptor !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.MetastorePartition.storageDescriptor: object expected"); - message.storageDescriptor = $root.google.cloud.bigquery.storage.v1beta.StorageDescriptor.fromObject(object.storageDescriptor, long + 1); - } - if (object.parameters) { - if (typeof object.parameters !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.MetastorePartition.parameters: object expected"); - message.parameters = {}; - for (var keys = Object.keys(object.parameters), i = 0; i < keys.length; ++i) { - if (keys[i] === "__proto__") - $util.makeProp(message.parameters, keys[i]); - message.parameters[keys[i]] = String(object.parameters[keys[i]]); - } - } - if (object.fields) { - if (!Array.isArray(object.fields)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.MetastorePartition.fields: array expected"); - message.fields = []; - for (var i = 0; i < object.fields.length; ++i) { - if (typeof object.fields[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.MetastorePartition.fields: object expected"); - message.fields[i] = $root.google.cloud.bigquery.storage.v1beta.FieldSchema.fromObject(object.fields[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a MetastorePartition message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @static - * @param {google.cloud.bigquery.storage.v1beta.MetastorePartition} message MetastorePartition - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MetastorePartition.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.values = []; - object.fields = []; - } - if (options.objects || options.defaults) - object.parameters = {}; - if (options.defaults) { - object.createTime = null; - object.storageDescriptor = null; - } - if (message.values && message.values.length) { - object.values = []; - for (var j = 0; j < message.values.length; ++j) - object.values[j] = message.values[j]; - } - if (message.createTime != null && message.hasOwnProperty("createTime")) - object.createTime = $root.google.protobuf.Timestamp.toObject(message.createTime, options); - if (message.storageDescriptor != null && message.hasOwnProperty("storageDescriptor")) - object.storageDescriptor = $root.google.cloud.bigquery.storage.v1beta.StorageDescriptor.toObject(message.storageDescriptor, options); - var keys2; - if (message.parameters && (keys2 = Object.keys(message.parameters)).length) { - object.parameters = {}; - for (var j = 0; j < keys2.length; ++j) { - if (keys2[j] === "__proto__") - $util.makeProp(object.parameters, keys2[j]); - object.parameters[keys2[j]] = message.parameters[keys2[j]]; - } - } - if (message.fields && message.fields.length) { - object.fields = []; - for (var j = 0; j < message.fields.length; ++j) - object.fields[j] = $root.google.cloud.bigquery.storage.v1beta.FieldSchema.toObject(message.fields[j], options); - } - return object; - }; - - /** - * Converts this MetastorePartition to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @instance - * @returns {Object.} JSON object - */ - MetastorePartition.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MetastorePartition - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartition - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MetastorePartition.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.MetastorePartition"; - }; - - return MetastorePartition; - })(); - - v1beta.MetastorePartitionList = (function() { - - /** - * Properties of a MetastorePartitionList. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IMetastorePartitionList - * @property {Array.|null} [partitions] MetastorePartitionList partitions - */ - - /** - * Constructs a new MetastorePartitionList. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a MetastorePartitionList. - * @implements IMetastorePartitionList - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartitionList=} [properties] Properties to set - */ - function MetastorePartitionList(properties) { - this.partitions = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MetastorePartitionList partitions. - * @member {Array.} partitions - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @instance - */ - MetastorePartitionList.prototype.partitions = $util.emptyArray; - - /** - * Creates a new MetastorePartitionList instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @static - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartitionList=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartitionList} MetastorePartitionList instance - */ - MetastorePartitionList.create = function create(properties) { - return new MetastorePartitionList(properties); - }; - - /** - * Encodes the specified MetastorePartitionList message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionList.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @static - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartitionList} message MetastorePartitionList message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartitionList.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.partitions != null && message.partitions.length) - for (var i = 0; i < message.partitions.length; ++i) - $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.encode(message.partitions[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified MetastorePartitionList message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionList.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @static - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartitionList} message MetastorePartitionList message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartitionList.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MetastorePartitionList message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartitionList} MetastorePartitionList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartitionList.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionList(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.partitions && message.partitions.length)) - message.partitions = []; - message.partitions.push($root.google.cloud.bigquery.storage.v1beta.MetastorePartition.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MetastorePartitionList message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartitionList} MetastorePartitionList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartitionList.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MetastorePartitionList message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MetastorePartitionList.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.partitions != null && message.hasOwnProperty("partitions")) { - if (!Array.isArray(message.partitions)) - return "partitions: array expected"; - for (var i = 0; i < message.partitions.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.verify(message.partitions[i], long + 1); - if (error) - return "partitions." + error; - } - } - return null; - }; - - /** - * Creates a MetastorePartitionList message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartitionList} MetastorePartitionList - */ - MetastorePartitionList.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionList) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionList(); - if (object.partitions) { - if (!Array.isArray(object.partitions)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.MetastorePartitionList.partitions: array expected"); - message.partitions = []; - for (var i = 0; i < object.partitions.length; ++i) { - if (typeof object.partitions[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.MetastorePartitionList.partitions: object expected"); - message.partitions[i] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.fromObject(object.partitions[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a MetastorePartitionList message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @static - * @param {google.cloud.bigquery.storage.v1beta.MetastorePartitionList} message MetastorePartitionList - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MetastorePartitionList.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.partitions = []; - if (message.partitions && message.partitions.length) { - object.partitions = []; - for (var j = 0; j < message.partitions.length; ++j) - object.partitions[j] = $root.google.cloud.bigquery.storage.v1beta.MetastorePartition.toObject(message.partitions[j], options); - } - return object; - }; - - /** - * Converts this MetastorePartitionList to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @instance - * @returns {Object.} JSON object - */ - MetastorePartitionList.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MetastorePartitionList - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionList - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MetastorePartitionList.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.MetastorePartitionList"; - }; - - return MetastorePartitionList; - })(); - - v1beta.ReadStream = (function() { - - /** - * Properties of a ReadStream. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IReadStream - * @property {string|null} [name] ReadStream name - */ - - /** - * Constructs a new ReadStream. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a ReadStream. - * @implements IReadStream - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IReadStream=} [properties] Properties to set - */ - function ReadStream(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadStream name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @instance - */ - ReadStream.prototype.name = ""; - - /** - * Creates a new ReadStream instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1beta.IReadStream=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.ReadStream} ReadStream instance - */ - ReadStream.create = function create(properties) { - return new ReadStream(properties); - }; - - /** - * Encodes the specified ReadStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ReadStream.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1beta.IReadStream} message ReadStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadStream.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - return writer; - }; - - /** - * Encodes the specified ReadStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.ReadStream.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1beta.IReadStream} message ReadStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadStream.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadStream message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.ReadStream} ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadStream.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.ReadStream(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadStream message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.ReadStream} ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadStream.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadStream message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadStream.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - return null; - }; - - /** - * Creates a ReadStream message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.ReadStream} ReadStream - */ - ReadStream.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.ReadStream) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.ReadStream(); - if (object.name != null) - message.name = String(object.name); - return message; - }; - - /** - * Creates a plain object from a ReadStream message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1beta.ReadStream} message ReadStream - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadStream.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.name = ""; - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - return object; - }; - - /** - * Converts this ReadStream to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @instance - * @returns {Object.} JSON object - */ - ReadStream.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadStream - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.ReadStream - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadStream.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.ReadStream"; - }; - - return ReadStream; - })(); - - v1beta.StreamList = (function() { - - /** - * Properties of a StreamList. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IStreamList - * @property {Array.|null} [streams] StreamList streams - */ - - /** - * Constructs a new StreamList. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a StreamList. - * @implements IStreamList - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IStreamList=} [properties] Properties to set - */ - function StreamList(properties) { - this.streams = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamList streams. - * @member {Array.} streams - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @instance - */ - StreamList.prototype.streams = $util.emptyArray; - - /** - * Creates a new StreamList instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStreamList=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.StreamList} StreamList instance - */ - StreamList.create = function create(properties) { - return new StreamList(properties); - }; - - /** - * Encodes the specified StreamList message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamList.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStreamList} message StreamList message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamList.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.streams != null && message.streams.length) - for (var i = 0; i < message.streams.length; ++i) - $root.google.cloud.bigquery.storage.v1beta.ReadStream.encode(message.streams[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified StreamList message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.StreamList.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @static - * @param {google.cloud.bigquery.storage.v1beta.IStreamList} message StreamList message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamList.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamList message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.StreamList} StreamList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamList.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.StreamList(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.streams && message.streams.length)) - message.streams = []; - message.streams.push($root.google.cloud.bigquery.storage.v1beta.ReadStream.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamList message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.StreamList} StreamList - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamList.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamList message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamList.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.streams != null && message.hasOwnProperty("streams")) { - if (!Array.isArray(message.streams)) - return "streams: array expected"; - for (var i = 0; i < message.streams.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta.ReadStream.verify(message.streams[i], long + 1); - if (error) - return "streams." + error; - } - } - return null; - }; - - /** - * Creates a StreamList message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.StreamList} StreamList - */ - StreamList.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.StreamList) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.StreamList(); - if (object.streams) { - if (!Array.isArray(object.streams)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.StreamList.streams: array expected"); - message.streams = []; - for (var i = 0; i < object.streams.length; ++i) { - if (typeof object.streams[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta.StreamList.streams: object expected"); - message.streams[i] = $root.google.cloud.bigquery.storage.v1beta.ReadStream.fromObject(object.streams[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a StreamList message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @static - * @param {google.cloud.bigquery.storage.v1beta.StreamList} message StreamList - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamList.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.streams = []; - if (message.streams && message.streams.length) { - object.streams = []; - for (var j = 0; j < message.streams.length; ++j) - object.streams[j] = $root.google.cloud.bigquery.storage.v1beta.ReadStream.toObject(message.streams[j], options); - } - return object; - }; - - /** - * Converts this StreamList to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @instance - * @returns {Object.} JSON object - */ - StreamList.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamList - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.StreamList - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamList.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.StreamList"; - }; - - return StreamList; - })(); - - v1beta.MetastorePartitionValues = (function() { - - /** - * Properties of a MetastorePartitionValues. - * @memberof google.cloud.bigquery.storage.v1beta - * @interface IMetastorePartitionValues - * @property {Array.|null} [values] MetastorePartitionValues values - */ - - /** - * Constructs a new MetastorePartitionValues. - * @memberof google.cloud.bigquery.storage.v1beta - * @classdesc Represents a MetastorePartitionValues. - * @implements IMetastorePartitionValues - * @constructor - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues=} [properties] Properties to set - */ - function MetastorePartitionValues(properties) { - this.values = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MetastorePartitionValues values. - * @member {Array.} values - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @instance - */ - MetastorePartitionValues.prototype.values = $util.emptyArray; - - /** - * Creates a new MetastorePartitionValues instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @static - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartitionValues} MetastorePartitionValues instance - */ - MetastorePartitionValues.create = function create(properties) { - return new MetastorePartitionValues(properties); - }; - - /** - * Encodes the specified MetastorePartitionValues message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @static - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues} message MetastorePartitionValues message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartitionValues.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.values != null && message.values.length) - for (var i = 0; i < message.values.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.values[i]); - return writer; - }; - - /** - * Encodes the specified MetastorePartitionValues message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @static - * @param {google.cloud.bigquery.storage.v1beta.IMetastorePartitionValues} message MetastorePartitionValues message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MetastorePartitionValues.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MetastorePartitionValues message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartitionValues} MetastorePartitionValues - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartitionValues.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionValues(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.values && message.values.length)) - message.values = []; - message.values.push(reader.string()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MetastorePartitionValues message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartitionValues} MetastorePartitionValues - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MetastorePartitionValues.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MetastorePartitionValues message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MetastorePartitionValues.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.values != null && message.hasOwnProperty("values")) { - if (!Array.isArray(message.values)) - return "values: array expected"; - for (var i = 0; i < message.values.length; ++i) - if (!$util.isString(message.values[i])) - return "values: string[] expected"; - } - return null; - }; - - /** - * Creates a MetastorePartitionValues message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta.MetastorePartitionValues} MetastorePartitionValues - */ - MetastorePartitionValues.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionValues) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta.MetastorePartitionValues(); - if (object.values) { - if (!Array.isArray(object.values)) - throw TypeError(".google.cloud.bigquery.storage.v1beta.MetastorePartitionValues.values: array expected"); - message.values = []; - for (var i = 0; i < object.values.length; ++i) - message.values[i] = String(object.values[i]); - } - return message; - }; - - /** - * Creates a plain object from a MetastorePartitionValues message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @static - * @param {google.cloud.bigquery.storage.v1beta.MetastorePartitionValues} message MetastorePartitionValues - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MetastorePartitionValues.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.values = []; - if (message.values && message.values.length) { - object.values = []; - for (var j = 0; j < message.values.length; ++j) - object.values[j] = message.values[j]; - } - return object; - }; - - /** - * Converts this MetastorePartitionValues to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @instance - * @returns {Object.} JSON object - */ - MetastorePartitionValues.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MetastorePartitionValues - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta.MetastorePartitionValues - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MetastorePartitionValues.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta.MetastorePartitionValues"; - }; - - return MetastorePartitionValues; - })(); - - return v1beta; - })(); - - storage.v1beta1 = (function() { - - /** - * Namespace v1beta1. - * @memberof google.cloud.bigquery.storage - * @namespace - */ - var v1beta1 = {}; - - v1beta1.ArrowSchema = (function() { - - /** - * Properties of an ArrowSchema. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IArrowSchema - * @property {Uint8Array|null} [serializedSchema] ArrowSchema serializedSchema - */ - - /** - * Constructs a new ArrowSchema. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents an ArrowSchema. - * @implements IArrowSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IArrowSchema=} [properties] Properties to set - */ - function ArrowSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ArrowSchema serializedSchema. - * @member {Uint8Array} serializedSchema - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @instance - */ - ArrowSchema.prototype.serializedSchema = $util.newBuffer([]); - - /** - * Creates a new ArrowSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IArrowSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.ArrowSchema} ArrowSchema instance - */ - ArrowSchema.create = function create(properties) { - return new ArrowSchema(properties); - }; - - /** - * Encodes the specified ArrowSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ArrowSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IArrowSchema} message ArrowSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedSchema != null && Object.hasOwnProperty.call(message, "serializedSchema")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedSchema); - return writer; - }; - - /** - * Encodes the specified ArrowSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ArrowSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IArrowSchema} message ArrowSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.ArrowSchema} ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.serializedSchema = reader.bytes(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.ArrowSchema} ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ArrowSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ArrowSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedSchema != null && message.hasOwnProperty("serializedSchema")) - if (!(message.serializedSchema && typeof message.serializedSchema.length === "number" || $util.isString(message.serializedSchema))) - return "serializedSchema: buffer expected"; - return null; - }; - - /** - * Creates an ArrowSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.ArrowSchema} ArrowSchema - */ - ArrowSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema(); - if (object.serializedSchema != null) - if (typeof object.serializedSchema === "string") - $util.base64.decode(object.serializedSchema, message.serializedSchema = $util.newBuffer($util.base64.length(object.serializedSchema)), 0); - else if (object.serializedSchema.length >= 0) - message.serializedSchema = object.serializedSchema; - return message; - }; - - /** - * Creates a plain object from an ArrowSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ArrowSchema} message ArrowSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ArrowSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if (options.bytes === String) - object.serializedSchema = ""; - else { - object.serializedSchema = []; - if (options.bytes !== Array) - object.serializedSchema = $util.newBuffer(object.serializedSchema); - } - if (message.serializedSchema != null && message.hasOwnProperty("serializedSchema")) - object.serializedSchema = options.bytes === String ? $util.base64.encode(message.serializedSchema, 0, message.serializedSchema.length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedSchema) : message.serializedSchema; - return object; - }; - - /** - * Converts this ArrowSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @instance - * @returns {Object.} JSON object - */ - ArrowSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ArrowSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ArrowSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.ArrowSchema"; - }; - - return ArrowSchema; - })(); - - v1beta1.ArrowRecordBatch = (function() { - - /** - * Properties of an ArrowRecordBatch. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IArrowRecordBatch - * @property {Uint8Array|null} [serializedRecordBatch] ArrowRecordBatch serializedRecordBatch - * @property {number|Long|null} [rowCount] ArrowRecordBatch rowCount - */ - - /** - * Constructs a new ArrowRecordBatch. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents an ArrowRecordBatch. - * @implements IArrowRecordBatch - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch=} [properties] Properties to set - */ - function ArrowRecordBatch(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ArrowRecordBatch serializedRecordBatch. - * @member {Uint8Array} serializedRecordBatch - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @instance - */ - ArrowRecordBatch.prototype.serializedRecordBatch = $util.newBuffer([]); - - /** - * ArrowRecordBatch rowCount. - * @member {number|Long} rowCount - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @instance - */ - ArrowRecordBatch.prototype.rowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new ArrowRecordBatch instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch} ArrowRecordBatch instance - */ - ArrowRecordBatch.create = function create(properties) { - return new ArrowRecordBatch(properties); - }; - - /** - * Encodes the specified ArrowRecordBatch message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch} message ArrowRecordBatch message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowRecordBatch.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedRecordBatch != null && Object.hasOwnProperty.call(message, "serializedRecordBatch")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedRecordBatch); - if (message.rowCount != null && Object.hasOwnProperty.call(message, "rowCount")) - writer.uint32(/* id 2, wireType 0 =*/16).int64(message.rowCount); - return writer; - }; - - /** - * Encodes the specified ArrowRecordBatch message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch} message ArrowRecordBatch message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowRecordBatch.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch} ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowRecordBatch.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.serializedRecordBatch = reader.bytes(); - break; - } - case 2: { - message.rowCount = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch} ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowRecordBatch.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ArrowRecordBatch message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ArrowRecordBatch.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedRecordBatch != null && message.hasOwnProperty("serializedRecordBatch")) - if (!(message.serializedRecordBatch && typeof message.serializedRecordBatch.length === "number" || $util.isString(message.serializedRecordBatch))) - return "serializedRecordBatch: buffer expected"; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (!$util.isInteger(message.rowCount) && !(message.rowCount && $util.isInteger(message.rowCount.low) && $util.isInteger(message.rowCount.high))) - return "rowCount: integer|Long expected"; - return null; - }; - - /** - * Creates an ArrowRecordBatch message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch} ArrowRecordBatch - */ - ArrowRecordBatch.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch(); - if (object.serializedRecordBatch != null) - if (typeof object.serializedRecordBatch === "string") - $util.base64.decode(object.serializedRecordBatch, message.serializedRecordBatch = $util.newBuffer($util.base64.length(object.serializedRecordBatch)), 0); - else if (object.serializedRecordBatch.length >= 0) - message.serializedRecordBatch = object.serializedRecordBatch; - if (object.rowCount != null) - if ($util.Long) - (message.rowCount = $util.Long.fromValue(object.rowCount)).unsigned = false; - else if (typeof object.rowCount === "string") - message.rowCount = parseInt(object.rowCount, 10); - else if (typeof object.rowCount === "number") - message.rowCount = object.rowCount; - else if (typeof object.rowCount === "object") - message.rowCount = new $util.LongBits(object.rowCount.low >>> 0, object.rowCount.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from an ArrowRecordBatch message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch} message ArrowRecordBatch - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ArrowRecordBatch.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if (options.bytes === String) - object.serializedRecordBatch = ""; - else { - object.serializedRecordBatch = []; - if (options.bytes !== Array) - object.serializedRecordBatch = $util.newBuffer(object.serializedRecordBatch); - } - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.rowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.rowCount = options.longs === String ? "0" : 0; - } - if (message.serializedRecordBatch != null && message.hasOwnProperty("serializedRecordBatch")) - object.serializedRecordBatch = options.bytes === String ? $util.base64.encode(message.serializedRecordBatch, 0, message.serializedRecordBatch.length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedRecordBatch) : message.serializedRecordBatch; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (typeof message.rowCount === "number") - object.rowCount = options.longs === String ? String(message.rowCount) : message.rowCount; - else - object.rowCount = options.longs === String ? $util.Long.prototype.toString.call(message.rowCount) : options.longs === Number ? new $util.LongBits(message.rowCount.low >>> 0, message.rowCount.high >>> 0).toNumber() : message.rowCount; - return object; - }; - - /** - * Converts this ArrowRecordBatch to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @instance - * @returns {Object.} JSON object - */ - ArrowRecordBatch.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ArrowRecordBatch - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ArrowRecordBatch.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch"; - }; - - return ArrowRecordBatch; - })(); - - v1beta1.AvroSchema = (function() { - - /** - * Properties of an AvroSchema. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IAvroSchema - * @property {string|null} [schema] AvroSchema schema - */ - - /** - * Constructs a new AvroSchema. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents an AvroSchema. - * @implements IAvroSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IAvroSchema=} [properties] Properties to set - */ - function AvroSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AvroSchema schema. - * @member {string} schema - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @instance - */ - AvroSchema.prototype.schema = ""; - - /** - * Creates a new AvroSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IAvroSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.AvroSchema} AvroSchema instance - */ - AvroSchema.create = function create(properties) { - return new AvroSchema(properties); - }; - - /** - * Encodes the specified AvroSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.AvroSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IAvroSchema} message AvroSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.schema != null && Object.hasOwnProperty.call(message, "schema")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.schema); - return writer; - }; - - /** - * Encodes the specified AvroSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.AvroSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IAvroSchema} message AvroSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AvroSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.AvroSchema} AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.AvroSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.schema = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AvroSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.AvroSchema} AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AvroSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AvroSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.schema != null && message.hasOwnProperty("schema")) - if (!$util.isString(message.schema)) - return "schema: string expected"; - return null; - }; - - /** - * Creates an AvroSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.AvroSchema} AvroSchema - */ - AvroSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.AvroSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.AvroSchema(); - if (object.schema != null) - message.schema = String(object.schema); - return message; - }; - - /** - * Creates a plain object from an AvroSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta1.AvroSchema} message AvroSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AvroSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.schema = ""; - if (message.schema != null && message.hasOwnProperty("schema")) - object.schema = message.schema; - return object; - }; - - /** - * Converts this AvroSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @instance - * @returns {Object.} JSON object - */ - AvroSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AvroSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.AvroSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AvroSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.AvroSchema"; - }; - - return AvroSchema; - })(); - - v1beta1.AvroRows = (function() { - - /** - * Properties of an AvroRows. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IAvroRows - * @property {Uint8Array|null} [serializedBinaryRows] AvroRows serializedBinaryRows - * @property {number|Long|null} [rowCount] AvroRows rowCount - */ - - /** - * Constructs a new AvroRows. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents an AvroRows. - * @implements IAvroRows - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IAvroRows=} [properties] Properties to set - */ - function AvroRows(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AvroRows serializedBinaryRows. - * @member {Uint8Array} serializedBinaryRows - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @instance - */ - AvroRows.prototype.serializedBinaryRows = $util.newBuffer([]); - - /** - * AvroRows rowCount. - * @member {number|Long} rowCount - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @instance - */ - AvroRows.prototype.rowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new AvroRows instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IAvroRows=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.AvroRows} AvroRows instance - */ - AvroRows.create = function create(properties) { - return new AvroRows(properties); - }; - - /** - * Encodes the specified AvroRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.AvroRows.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IAvroRows} message AvroRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroRows.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedBinaryRows != null && Object.hasOwnProperty.call(message, "serializedBinaryRows")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedBinaryRows); - if (message.rowCount != null && Object.hasOwnProperty.call(message, "rowCount")) - writer.uint32(/* id 2, wireType 0 =*/16).int64(message.rowCount); - return writer; - }; - - /** - * Encodes the specified AvroRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.AvroRows.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IAvroRows} message AvroRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroRows.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AvroRows message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.AvroRows} AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroRows.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.AvroRows(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.serializedBinaryRows = reader.bytes(); - break; - } - case 2: { - message.rowCount = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AvroRows message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.AvroRows} AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroRows.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AvroRows message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AvroRows.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedBinaryRows != null && message.hasOwnProperty("serializedBinaryRows")) - if (!(message.serializedBinaryRows && typeof message.serializedBinaryRows.length === "number" || $util.isString(message.serializedBinaryRows))) - return "serializedBinaryRows: buffer expected"; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (!$util.isInteger(message.rowCount) && !(message.rowCount && $util.isInteger(message.rowCount.low) && $util.isInteger(message.rowCount.high))) - return "rowCount: integer|Long expected"; - return null; - }; - - /** - * Creates an AvroRows message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.AvroRows} AvroRows - */ - AvroRows.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.AvroRows) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.AvroRows(); - if (object.serializedBinaryRows != null) - if (typeof object.serializedBinaryRows === "string") - $util.base64.decode(object.serializedBinaryRows, message.serializedBinaryRows = $util.newBuffer($util.base64.length(object.serializedBinaryRows)), 0); - else if (object.serializedBinaryRows.length >= 0) - message.serializedBinaryRows = object.serializedBinaryRows; - if (object.rowCount != null) - if ($util.Long) - (message.rowCount = $util.Long.fromValue(object.rowCount)).unsigned = false; - else if (typeof object.rowCount === "string") - message.rowCount = parseInt(object.rowCount, 10); - else if (typeof object.rowCount === "number") - message.rowCount = object.rowCount; - else if (typeof object.rowCount === "object") - message.rowCount = new $util.LongBits(object.rowCount.low >>> 0, object.rowCount.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from an AvroRows message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1beta1.AvroRows} message AvroRows - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AvroRows.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if (options.bytes === String) - object.serializedBinaryRows = ""; - else { - object.serializedBinaryRows = []; - if (options.bytes !== Array) - object.serializedBinaryRows = $util.newBuffer(object.serializedBinaryRows); - } - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.rowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.rowCount = options.longs === String ? "0" : 0; - } - if (message.serializedBinaryRows != null && message.hasOwnProperty("serializedBinaryRows")) - object.serializedBinaryRows = options.bytes === String ? $util.base64.encode(message.serializedBinaryRows, 0, message.serializedBinaryRows.length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedBinaryRows) : message.serializedBinaryRows; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (typeof message.rowCount === "number") - object.rowCount = options.longs === String ? String(message.rowCount) : message.rowCount; - else - object.rowCount = options.longs === String ? $util.Long.prototype.toString.call(message.rowCount) : options.longs === Number ? new $util.LongBits(message.rowCount.low >>> 0, message.rowCount.high >>> 0).toNumber() : message.rowCount; - return object; - }; - - /** - * Converts this AvroRows to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @instance - * @returns {Object.} JSON object - */ - AvroRows.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AvroRows - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.AvroRows - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AvroRows.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.AvroRows"; - }; - - return AvroRows; - })(); - - v1beta1.TableReadOptions = (function() { - - /** - * Properties of a TableReadOptions. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface ITableReadOptions - * @property {Array.|null} [selectedFields] TableReadOptions selectedFields - * @property {string|null} [rowRestriction] TableReadOptions rowRestriction - */ - - /** - * Constructs a new TableReadOptions. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a TableReadOptions. - * @implements ITableReadOptions - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.ITableReadOptions=} [properties] Properties to set - */ - function TableReadOptions(properties) { - this.selectedFields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableReadOptions selectedFields. - * @member {Array.} selectedFields - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @instance - */ - TableReadOptions.prototype.selectedFields = $util.emptyArray; - - /** - * TableReadOptions rowRestriction. - * @member {string} rowRestriction - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @instance - */ - TableReadOptions.prototype.rowRestriction = ""; - - /** - * Creates a new TableReadOptions instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ITableReadOptions=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.TableReadOptions} TableReadOptions instance - */ - TableReadOptions.create = function create(properties) { - return new TableReadOptions(properties); - }; - - /** - * Encodes the specified TableReadOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableReadOptions.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ITableReadOptions} message TableReadOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableReadOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.selectedFields != null && message.selectedFields.length) - for (var i = 0; i < message.selectedFields.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.selectedFields[i]); - if (message.rowRestriction != null && Object.hasOwnProperty.call(message, "rowRestriction")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.rowRestriction); - return writer; - }; - - /** - * Encodes the specified TableReadOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableReadOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ITableReadOptions} message TableReadOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableReadOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.TableReadOptions} TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableReadOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.TableReadOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.selectedFields && message.selectedFields.length)) - message.selectedFields = []; - message.selectedFields.push(reader.string()); - break; - } - case 2: { - message.rowRestriction = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.TableReadOptions} TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableReadOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableReadOptions message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableReadOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.selectedFields != null && message.hasOwnProperty("selectedFields")) { - if (!Array.isArray(message.selectedFields)) - return "selectedFields: array expected"; - for (var i = 0; i < message.selectedFields.length; ++i) - if (!$util.isString(message.selectedFields[i])) - return "selectedFields: string[] expected"; - } - if (message.rowRestriction != null && message.hasOwnProperty("rowRestriction")) - if (!$util.isString(message.rowRestriction)) - return "rowRestriction: string expected"; - return null; - }; - - /** - * Creates a TableReadOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.TableReadOptions} TableReadOptions - */ - TableReadOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.TableReadOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.TableReadOptions(); - if (object.selectedFields) { - if (!Array.isArray(object.selectedFields)) - throw TypeError(".google.cloud.bigquery.storage.v1beta1.TableReadOptions.selectedFields: array expected"); - message.selectedFields = []; - for (var i = 0; i < object.selectedFields.length; ++i) - message.selectedFields[i] = String(object.selectedFields[i]); - } - if (object.rowRestriction != null) - message.rowRestriction = String(object.rowRestriction); - return message; - }; - - /** - * Creates a plain object from a TableReadOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta1.TableReadOptions} message TableReadOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableReadOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.selectedFields = []; - if (options.defaults) - object.rowRestriction = ""; - if (message.selectedFields && message.selectedFields.length) { - object.selectedFields = []; - for (var j = 0; j < message.selectedFields.length; ++j) - object.selectedFields[j] = message.selectedFields[j]; - } - if (message.rowRestriction != null && message.hasOwnProperty("rowRestriction")) - object.rowRestriction = message.rowRestriction; - return object; - }; - - /** - * Converts this TableReadOptions to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @instance - * @returns {Object.} JSON object - */ - TableReadOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableReadOptions - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.TableReadOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableReadOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.TableReadOptions"; - }; - - return TableReadOptions; - })(); - - v1beta1.BigQueryStorage = (function() { - - /** - * Constructs a new BigQueryStorage service. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a BigQueryStorage - * @extends $protobuf.rpc.Service - * @constructor - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - */ - function BigQueryStorage(rpcImpl, requestDelimited, responseDelimited) { - $protobuf.rpc.Service.call(this, rpcImpl, requestDelimited, responseDelimited); - } - - (BigQueryStorage.prototype = Object.create($protobuf.rpc.Service.prototype)).constructor = BigQueryStorage; - - /** - * Creates new BigQueryStorage service using the specified rpc implementation. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @static - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - * @returns {BigQueryStorage} RPC service. Useful where requests and/or responses are streamed. - */ - BigQueryStorage.create = function create(rpcImpl, requestDelimited, responseDelimited) { - return new this(rpcImpl, requestDelimited, responseDelimited); - }; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|createReadSession}. - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @typedef CreateReadSessionCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta1.ReadSession} [response] ReadSession - */ - - /** - * Calls CreateReadSession. - * @function createReadSession - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest} request CreateReadSessionRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta1.BigQueryStorage.CreateReadSessionCallback} callback Node-style callback called with the error, if any, and ReadSession - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryStorage.prototype.createReadSession = function createReadSession(request, callback) { - return this.rpcCall(createReadSession, $root.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest, $root.google.cloud.bigquery.storage.v1beta1.ReadSession, request, callback); - }, "name", { value: "CreateReadSession" }); - - /** - * Calls CreateReadSession. - * @function createReadSession - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest} request CreateReadSessionRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|readRows}. - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @typedef ReadRowsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta1.ReadRowsResponse} [response] ReadRowsResponse - */ - - /** - * Calls ReadRows. - * @function readRows - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsRequest} request ReadRowsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta1.BigQueryStorage.ReadRowsCallback} callback Node-style callback called with the error, if any, and ReadRowsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryStorage.prototype.readRows = function readRows(request, callback) { - return this.rpcCall(readRows, $root.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest, $root.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse, request, callback); - }, "name", { value: "ReadRows" }); - - /** - * Calls ReadRows. - * @function readRows - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsRequest} request ReadRowsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|batchCreateReadSessionStreams}. - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @typedef BatchCreateReadSessionStreamsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse} [response] BatchCreateReadSessionStreamsResponse - */ - - /** - * Calls BatchCreateReadSessionStreams. - * @function batchCreateReadSessionStreams - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest} request BatchCreateReadSessionStreamsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta1.BigQueryStorage.BatchCreateReadSessionStreamsCallback} callback Node-style callback called with the error, if any, and BatchCreateReadSessionStreamsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryStorage.prototype.batchCreateReadSessionStreams = function batchCreateReadSessionStreams(request, callback) { - return this.rpcCall(batchCreateReadSessionStreams, $root.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest, $root.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse, request, callback); - }, "name", { value: "BatchCreateReadSessionStreams" }); - - /** - * Calls BatchCreateReadSessionStreams. - * @function batchCreateReadSessionStreams - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest} request BatchCreateReadSessionStreamsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|finalizeStream}. - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @typedef FinalizeStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.protobuf.Empty} [response] Empty - */ - - /** - * Calls FinalizeStream. - * @function finalizeStream - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest} request FinalizeStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta1.BigQueryStorage.FinalizeStreamCallback} callback Node-style callback called with the error, if any, and Empty - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryStorage.prototype.finalizeStream = function finalizeStream(request, callback) { - return this.rpcCall(finalizeStream, $root.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest, $root.google.protobuf.Empty, request, callback); - }, "name", { value: "FinalizeStream" }); - - /** - * Calls FinalizeStream. - * @function finalizeStream - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest} request FinalizeStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta1.BigQueryStorage|splitReadStream}. - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @typedef SplitReadStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse} [response] SplitReadStreamResponse - */ - - /** - * Calls SplitReadStream. - * @function splitReadStream - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest} request SplitReadStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta1.BigQueryStorage.SplitReadStreamCallback} callback Node-style callback called with the error, if any, and SplitReadStreamResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryStorage.prototype.splitReadStream = function splitReadStream(request, callback) { - return this.rpcCall(splitReadStream, $root.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest, $root.google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse, request, callback); - }, "name", { value: "SplitReadStream" }); - - /** - * Calls SplitReadStream. - * @function splitReadStream - * @memberof google.cloud.bigquery.storage.v1beta1.BigQueryStorage - * @instance - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest} request SplitReadStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - return BigQueryStorage; - })(); - - v1beta1.Stream = (function() { - - /** - * Properties of a Stream. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IStream - * @property {string|null} [name] Stream name - */ - - /** - * Constructs a new Stream. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a Stream. - * @implements IStream - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IStream=} [properties] Properties to set - */ - function Stream(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Stream name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @instance - */ - Stream.prototype.name = ""; - - /** - * Creates a new Stream instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IStream=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.Stream} Stream instance - */ - Stream.create = function create(properties) { - return new Stream(properties); - }; - - /** - * Encodes the specified Stream message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.Stream.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IStream} message Stream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Stream.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - return writer; - }; - - /** - * Encodes the specified Stream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.Stream.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IStream} message Stream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Stream.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Stream message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.Stream} Stream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Stream.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.Stream(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Stream message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.Stream} Stream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Stream.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Stream message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Stream.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - return null; - }; - - /** - * Creates a Stream message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.Stream} Stream - */ - Stream.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.Stream) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.Stream(); - if (object.name != null) - message.name = String(object.name); - return message; - }; - - /** - * Creates a plain object from a Stream message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @static - * @param {google.cloud.bigquery.storage.v1beta1.Stream} message Stream - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Stream.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.name = ""; - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - return object; - }; - - /** - * Converts this Stream to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @instance - * @returns {Object.} JSON object - */ - Stream.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Stream - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.Stream - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Stream.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.Stream"; - }; - - return Stream; - })(); - - v1beta1.StreamPosition = (function() { - - /** - * Properties of a StreamPosition. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IStreamPosition - * @property {google.cloud.bigquery.storage.v1beta1.IStream|null} [stream] StreamPosition stream - * @property {number|Long|null} [offset] StreamPosition offset - */ - - /** - * Constructs a new StreamPosition. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a StreamPosition. - * @implements IStreamPosition - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IStreamPosition=} [properties] Properties to set - */ - function StreamPosition(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamPosition stream. - * @member {google.cloud.bigquery.storage.v1beta1.IStream|null|undefined} stream - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @instance - */ - StreamPosition.prototype.stream = null; - - /** - * StreamPosition offset. - * @member {number|Long} offset - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @instance - */ - StreamPosition.prototype.offset = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new StreamPosition instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IStreamPosition=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.StreamPosition} StreamPosition instance - */ - StreamPosition.create = function create(properties) { - return new StreamPosition(properties); - }; - - /** - * Encodes the specified StreamPosition message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.StreamPosition.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IStreamPosition} message StreamPosition message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamPosition.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.stream != null && Object.hasOwnProperty.call(message, "stream")) - $root.google.cloud.bigquery.storage.v1beta1.Stream.encode(message.stream, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - writer.uint32(/* id 2, wireType 0 =*/16).int64(message.offset); - return writer; - }; - - /** - * Encodes the specified StreamPosition message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.StreamPosition.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IStreamPosition} message StreamPosition message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamPosition.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamPosition message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.StreamPosition} StreamPosition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamPosition.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.StreamPosition(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.stream = $root.google.cloud.bigquery.storage.v1beta1.Stream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.offset = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamPosition message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.StreamPosition} StreamPosition - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamPosition.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamPosition message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamPosition.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.stream != null && message.hasOwnProperty("stream")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.Stream.verify(message.stream, long + 1); - if (error) - return "stream." + error; - } - if (message.offset != null && message.hasOwnProperty("offset")) - if (!$util.isInteger(message.offset) && !(message.offset && $util.isInteger(message.offset.low) && $util.isInteger(message.offset.high))) - return "offset: integer|Long expected"; - return null; - }; - - /** - * Creates a StreamPosition message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.StreamPosition} StreamPosition - */ - StreamPosition.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.StreamPosition) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.StreamPosition(); - if (object.stream != null) { - if (typeof object.stream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.StreamPosition.stream: object expected"); - message.stream = $root.google.cloud.bigquery.storage.v1beta1.Stream.fromObject(object.stream, long + 1); - } - if (object.offset != null) - if ($util.Long) - (message.offset = $util.Long.fromValue(object.offset)).unsigned = false; - else if (typeof object.offset === "string") - message.offset = parseInt(object.offset, 10); - else if (typeof object.offset === "number") - message.offset = object.offset; - else if (typeof object.offset === "object") - message.offset = new $util.LongBits(object.offset.low >>> 0, object.offset.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a StreamPosition message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @static - * @param {google.cloud.bigquery.storage.v1beta1.StreamPosition} message StreamPosition - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamPosition.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.stream = null; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.offset = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.offset = options.longs === String ? "0" : 0; - } - if (message.stream != null && message.hasOwnProperty("stream")) - object.stream = $root.google.cloud.bigquery.storage.v1beta1.Stream.toObject(message.stream, options); - if (message.offset != null && message.hasOwnProperty("offset")) - if (typeof message.offset === "number") - object.offset = options.longs === String ? String(message.offset) : message.offset; - else - object.offset = options.longs === String ? $util.Long.prototype.toString.call(message.offset) : options.longs === Number ? new $util.LongBits(message.offset.low >>> 0, message.offset.high >>> 0).toNumber() : message.offset; - return object; - }; - - /** - * Converts this StreamPosition to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @instance - * @returns {Object.} JSON object - */ - StreamPosition.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamPosition - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.StreamPosition - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamPosition.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.StreamPosition"; - }; - - return StreamPosition; - })(); - - v1beta1.ReadSession = (function() { - - /** - * Properties of a ReadSession. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IReadSession - * @property {string|null} [name] ReadSession name - * @property {google.protobuf.ITimestamp|null} [expireTime] ReadSession expireTime - * @property {google.cloud.bigquery.storage.v1beta1.IAvroSchema|null} [avroSchema] ReadSession avroSchema - * @property {google.cloud.bigquery.storage.v1beta1.IArrowSchema|null} [arrowSchema] ReadSession arrowSchema - * @property {Array.|null} [streams] ReadSession streams - * @property {google.cloud.bigquery.storage.v1beta1.ITableReference|null} [tableReference] ReadSession tableReference - * @property {google.cloud.bigquery.storage.v1beta1.ITableModifiers|null} [tableModifiers] ReadSession tableModifiers - * @property {google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null} [shardingStrategy] ReadSession shardingStrategy - */ - - /** - * Constructs a new ReadSession. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a ReadSession. - * @implements IReadSession - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IReadSession=} [properties] Properties to set - */ - function ReadSession(properties) { - this.streams = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadSession name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - */ - ReadSession.prototype.name = ""; - - /** - * ReadSession expireTime. - * @member {google.protobuf.ITimestamp|null|undefined} expireTime - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - */ - ReadSession.prototype.expireTime = null; - - /** - * ReadSession avroSchema. - * @member {google.cloud.bigquery.storage.v1beta1.IAvroSchema|null|undefined} avroSchema - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - */ - ReadSession.prototype.avroSchema = null; - - /** - * ReadSession arrowSchema. - * @member {google.cloud.bigquery.storage.v1beta1.IArrowSchema|null|undefined} arrowSchema - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - */ - ReadSession.prototype.arrowSchema = null; - - /** - * ReadSession streams. - * @member {Array.} streams - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - */ - ReadSession.prototype.streams = $util.emptyArray; - - /** - * ReadSession tableReference. - * @member {google.cloud.bigquery.storage.v1beta1.ITableReference|null|undefined} tableReference - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - */ - ReadSession.prototype.tableReference = null; - - /** - * ReadSession tableModifiers. - * @member {google.cloud.bigquery.storage.v1beta1.ITableModifiers|null|undefined} tableModifiers - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - */ - ReadSession.prototype.tableModifiers = null; - - /** - * ReadSession shardingStrategy. - * @member {google.cloud.bigquery.storage.v1beta1.ShardingStrategy} shardingStrategy - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - */ - ReadSession.prototype.shardingStrategy = 0; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * ReadSession schema. - * @member {"avroSchema"|"arrowSchema"|undefined} schema - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - */ - Object.defineProperty(ReadSession.prototype, "schema", { - get: $util.oneOfGetter($oneOfFields = ["avroSchema", "arrowSchema"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new ReadSession instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IReadSession=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.ReadSession} ReadSession instance - */ - ReadSession.create = function create(properties) { - return new ReadSession(properties); - }; - - /** - * Encodes the specified ReadSession message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadSession.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IReadSession} message ReadSession message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadSession.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.expireTime != null && Object.hasOwnProperty.call(message, "expireTime")) - $root.google.protobuf.Timestamp.encode(message.expireTime, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.streams != null && message.streams.length) - for (var i = 0; i < message.streams.length; ++i) - $root.google.cloud.bigquery.storage.v1beta1.Stream.encode(message.streams[i], writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.avroSchema != null && Object.hasOwnProperty.call(message, "avroSchema")) - $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.encode(message.avroSchema, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.arrowSchema != null && Object.hasOwnProperty.call(message, "arrowSchema")) - $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.encode(message.arrowSchema, writer.uint32(/* id 6, wireType 2 =*/50).fork()).ldelim(); - if (message.tableReference != null && Object.hasOwnProperty.call(message, "tableReference")) - $root.google.cloud.bigquery.storage.v1beta1.TableReference.encode(message.tableReference, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); - if (message.tableModifiers != null && Object.hasOwnProperty.call(message, "tableModifiers")) - $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.encode(message.tableModifiers, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - if (message.shardingStrategy != null && Object.hasOwnProperty.call(message, "shardingStrategy")) - writer.uint32(/* id 9, wireType 0 =*/72).int32(message.shardingStrategy); - return writer; - }; - - /** - * Encodes the specified ReadSession message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadSession.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IReadSession} message ReadSession message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadSession.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadSession message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.ReadSession} ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadSession.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.ReadSession(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.expireTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.avroSchema = $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 6: { - message.arrowSchema = $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - if (!(message.streams && message.streams.length)) - message.streams = []; - message.streams.push($root.google.cloud.bigquery.storage.v1beta1.Stream.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 7: { - message.tableReference = $root.google.cloud.bigquery.storage.v1beta1.TableReference.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 8: { - message.tableModifiers = $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 9: { - message.shardingStrategy = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadSession message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.ReadSession} ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadSession.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadSession message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadSession.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.expireTime != null && message.hasOwnProperty("expireTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.expireTime, long + 1); - if (error) - return "expireTime." + error; - } - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.verify(message.avroSchema, long + 1); - if (error) - return "avroSchema." + error; - } - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - if (properties.schema === 1) - return "schema: multiple values"; - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.verify(message.arrowSchema, long + 1); - if (error) - return "arrowSchema." + error; - } - } - if (message.streams != null && message.hasOwnProperty("streams")) { - if (!Array.isArray(message.streams)) - return "streams: array expected"; - for (var i = 0; i < message.streams.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta1.Stream.verify(message.streams[i], long + 1); - if (error) - return "streams." + error; - } - } - if (message.tableReference != null && message.hasOwnProperty("tableReference")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.TableReference.verify(message.tableReference, long + 1); - if (error) - return "tableReference." + error; - } - if (message.tableModifiers != null && message.hasOwnProperty("tableModifiers")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.verify(message.tableModifiers, long + 1); - if (error) - return "tableModifiers." + error; - } - if (message.shardingStrategy != null && message.hasOwnProperty("shardingStrategy")) - switch (message.shardingStrategy) { - default: - return "shardingStrategy: enum value expected"; - case 0: - case 1: - case 2: - break; - } - return null; - }; - - /** - * Creates a ReadSession message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.ReadSession} ReadSession - */ - ReadSession.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.ReadSession) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.ReadSession(); - if (object.name != null) - message.name = String(object.name); - if (object.expireTime != null) { - if (typeof object.expireTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadSession.expireTime: object expected"); - message.expireTime = $root.google.protobuf.Timestamp.fromObject(object.expireTime, long + 1); - } - if (object.avroSchema != null) { - if (typeof object.avroSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadSession.avroSchema: object expected"); - message.avroSchema = $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.fromObject(object.avroSchema, long + 1); - } - if (object.arrowSchema != null) { - if (typeof object.arrowSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadSession.arrowSchema: object expected"); - message.arrowSchema = $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.fromObject(object.arrowSchema, long + 1); - } - if (object.streams) { - if (!Array.isArray(object.streams)) - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadSession.streams: array expected"); - message.streams = []; - for (var i = 0; i < object.streams.length; ++i) { - if (typeof object.streams[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadSession.streams: object expected"); - message.streams[i] = $root.google.cloud.bigquery.storage.v1beta1.Stream.fromObject(object.streams[i], long + 1); - } - } - if (object.tableReference != null) { - if (typeof object.tableReference !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadSession.tableReference: object expected"); - message.tableReference = $root.google.cloud.bigquery.storage.v1beta1.TableReference.fromObject(object.tableReference, long + 1); - } - if (object.tableModifiers != null) { - if (typeof object.tableModifiers !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadSession.tableModifiers: object expected"); - message.tableModifiers = $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.fromObject(object.tableModifiers, long + 1); - } - switch (object.shardingStrategy) { - default: - if (typeof object.shardingStrategy === "number") { - message.shardingStrategy = object.shardingStrategy; - break; - } - break; - case "SHARDING_STRATEGY_UNSPECIFIED": - case 0: - message.shardingStrategy = 0; - break; - case "LIQUID": - case 1: - message.shardingStrategy = 1; - break; - case "BALANCED": - case 2: - message.shardingStrategy = 2; - break; - } - return message; - }; - - /** - * Creates a plain object from a ReadSession message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ReadSession} message ReadSession - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadSession.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.streams = []; - if (options.defaults) { - object.name = ""; - object.expireTime = null; - object.tableReference = null; - object.tableModifiers = null; - object.shardingStrategy = options.enums === String ? "SHARDING_STRATEGY_UNSPECIFIED" : 0; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.expireTime != null && message.hasOwnProperty("expireTime")) - object.expireTime = $root.google.protobuf.Timestamp.toObject(message.expireTime, options); - if (message.streams && message.streams.length) { - object.streams = []; - for (var j = 0; j < message.streams.length; ++j) - object.streams[j] = $root.google.cloud.bigquery.storage.v1beta1.Stream.toObject(message.streams[j], options); - } - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - object.avroSchema = $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.toObject(message.avroSchema, options); - if (options.oneofs) - object.schema = "avroSchema"; - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - object.arrowSchema = $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.toObject(message.arrowSchema, options); - if (options.oneofs) - object.schema = "arrowSchema"; - } - if (message.tableReference != null && message.hasOwnProperty("tableReference")) - object.tableReference = $root.google.cloud.bigquery.storage.v1beta1.TableReference.toObject(message.tableReference, options); - if (message.tableModifiers != null && message.hasOwnProperty("tableModifiers")) - object.tableModifiers = $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.toObject(message.tableModifiers, options); - if (message.shardingStrategy != null && message.hasOwnProperty("shardingStrategy")) - object.shardingStrategy = options.enums === String ? $root.google.cloud.bigquery.storage.v1beta1.ShardingStrategy[message.shardingStrategy] === undefined ? message.shardingStrategy : $root.google.cloud.bigquery.storage.v1beta1.ShardingStrategy[message.shardingStrategy] : message.shardingStrategy; - return object; - }; - - /** - * Converts this ReadSession to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @instance - * @returns {Object.} JSON object - */ - ReadSession.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadSession - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.ReadSession - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadSession.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.ReadSession"; - }; - - return ReadSession; - })(); - - /** - * DataFormat enum. - * @name google.cloud.bigquery.storage.v1beta1.DataFormat - * @enum {number} - * @property {number} DATA_FORMAT_UNSPECIFIED=0 DATA_FORMAT_UNSPECIFIED value - * @property {number} AVRO=1 AVRO value - * @property {number} ARROW=3 ARROW value - */ - v1beta1.DataFormat = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "DATA_FORMAT_UNSPECIFIED"] = 0; - values[valuesById[1] = "AVRO"] = 1; - values[valuesById[3] = "ARROW"] = 3; - return values; - })(); - - /** - * ShardingStrategy enum. - * @name google.cloud.bigquery.storage.v1beta1.ShardingStrategy - * @enum {number} - * @property {number} SHARDING_STRATEGY_UNSPECIFIED=0 SHARDING_STRATEGY_UNSPECIFIED value - * @property {number} LIQUID=1 LIQUID value - * @property {number} BALANCED=2 BALANCED value - */ - v1beta1.ShardingStrategy = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "SHARDING_STRATEGY_UNSPECIFIED"] = 0; - values[valuesById[1] = "LIQUID"] = 1; - values[valuesById[2] = "BALANCED"] = 2; - return values; - })(); - - v1beta1.CreateReadSessionRequest = (function() { - - /** - * Properties of a CreateReadSessionRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface ICreateReadSessionRequest - * @property {google.cloud.bigquery.storage.v1beta1.ITableReference|null} [tableReference] CreateReadSessionRequest tableReference - * @property {string|null} [parent] CreateReadSessionRequest parent - * @property {google.cloud.bigquery.storage.v1beta1.ITableModifiers|null} [tableModifiers] CreateReadSessionRequest tableModifiers - * @property {number|null} [requestedStreams] CreateReadSessionRequest requestedStreams - * @property {google.cloud.bigquery.storage.v1beta1.ITableReadOptions|null} [readOptions] CreateReadSessionRequest readOptions - * @property {google.cloud.bigquery.storage.v1beta1.DataFormat|null} [format] CreateReadSessionRequest format - * @property {google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null} [shardingStrategy] CreateReadSessionRequest shardingStrategy - */ - - /** - * Constructs a new CreateReadSessionRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a CreateReadSessionRequest. - * @implements ICreateReadSessionRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest=} [properties] Properties to set - */ - function CreateReadSessionRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CreateReadSessionRequest tableReference. - * @member {google.cloud.bigquery.storage.v1beta1.ITableReference|null|undefined} tableReference - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.tableReference = null; - - /** - * CreateReadSessionRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.parent = ""; - - /** - * CreateReadSessionRequest tableModifiers. - * @member {google.cloud.bigquery.storage.v1beta1.ITableModifiers|null|undefined} tableModifiers - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.tableModifiers = null; - - /** - * CreateReadSessionRequest requestedStreams. - * @member {number} requestedStreams - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.requestedStreams = 0; - - /** - * CreateReadSessionRequest readOptions. - * @member {google.cloud.bigquery.storage.v1beta1.ITableReadOptions|null|undefined} readOptions - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.readOptions = null; - - /** - * CreateReadSessionRequest format. - * @member {google.cloud.bigquery.storage.v1beta1.DataFormat} format - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.format = 0; - - /** - * CreateReadSessionRequest shardingStrategy. - * @member {google.cloud.bigquery.storage.v1beta1.ShardingStrategy} shardingStrategy - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.shardingStrategy = 0; - - /** - * Creates a new CreateReadSessionRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest} CreateReadSessionRequest instance - */ - CreateReadSessionRequest.create = function create(properties) { - return new CreateReadSessionRequest(properties); - }; - - /** - * Encodes the specified CreateReadSessionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest} message CreateReadSessionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateReadSessionRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.tableReference != null && Object.hasOwnProperty.call(message, "tableReference")) - $root.google.cloud.bigquery.storage.v1beta1.TableReference.encode(message.tableReference, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.tableModifiers != null && Object.hasOwnProperty.call(message, "tableModifiers")) - $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.encode(message.tableModifiers, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.requestedStreams != null && Object.hasOwnProperty.call(message, "requestedStreams")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.requestedStreams); - if (message.readOptions != null && Object.hasOwnProperty.call(message, "readOptions")) - $root.google.cloud.bigquery.storage.v1beta1.TableReadOptions.encode(message.readOptions, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.format != null && Object.hasOwnProperty.call(message, "format")) - writer.uint32(/* id 5, wireType 0 =*/40).int32(message.format); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.parent); - if (message.shardingStrategy != null && Object.hasOwnProperty.call(message, "shardingStrategy")) - writer.uint32(/* id 7, wireType 0 =*/56).int32(message.shardingStrategy); - return writer; - }; - - /** - * Encodes the specified CreateReadSessionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest} message CreateReadSessionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateReadSessionRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest} CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateReadSessionRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.tableReference = $root.google.cloud.bigquery.storage.v1beta1.TableReference.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 6: { - message.parent = reader.string(); - break; - } - case 2: { - message.tableModifiers = $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.requestedStreams = reader.int32(); - break; - } - case 4: { - message.readOptions = $root.google.cloud.bigquery.storage.v1beta1.TableReadOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.format = reader.int32(); - break; - } - case 7: { - message.shardingStrategy = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest} CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateReadSessionRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CreateReadSessionRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CreateReadSessionRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.tableReference != null && message.hasOwnProperty("tableReference")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.TableReference.verify(message.tableReference, long + 1); - if (error) - return "tableReference." + error; - } - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.tableModifiers != null && message.hasOwnProperty("tableModifiers")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.verify(message.tableModifiers, long + 1); - if (error) - return "tableModifiers." + error; - } - if (message.requestedStreams != null && message.hasOwnProperty("requestedStreams")) - if (!$util.isInteger(message.requestedStreams)) - return "requestedStreams: integer expected"; - if (message.readOptions != null && message.hasOwnProperty("readOptions")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.TableReadOptions.verify(message.readOptions, long + 1); - if (error) - return "readOptions." + error; - } - if (message.format != null && message.hasOwnProperty("format")) - switch (message.format) { - default: - return "format: enum value expected"; - case 0: - case 1: - case 3: - break; - } - if (message.shardingStrategy != null && message.hasOwnProperty("shardingStrategy")) - switch (message.shardingStrategy) { - default: - return "shardingStrategy: enum value expected"; - case 0: - case 1: - case 2: - break; - } - return null; - }; - - /** - * Creates a CreateReadSessionRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest} CreateReadSessionRequest - */ - CreateReadSessionRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest(); - if (object.tableReference != null) { - if (typeof object.tableReference !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest.tableReference: object expected"); - message.tableReference = $root.google.cloud.bigquery.storage.v1beta1.TableReference.fromObject(object.tableReference, long + 1); - } - if (object.parent != null) - message.parent = String(object.parent); - if (object.tableModifiers != null) { - if (typeof object.tableModifiers !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest.tableModifiers: object expected"); - message.tableModifiers = $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.fromObject(object.tableModifiers, long + 1); - } - if (object.requestedStreams != null) - message.requestedStreams = object.requestedStreams | 0; - if (object.readOptions != null) { - if (typeof object.readOptions !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest.readOptions: object expected"); - message.readOptions = $root.google.cloud.bigquery.storage.v1beta1.TableReadOptions.fromObject(object.readOptions, long + 1); - } - switch (object.format) { - default: - if (typeof object.format === "number") { - message.format = object.format; - break; - } - break; - case "DATA_FORMAT_UNSPECIFIED": - case 0: - message.format = 0; - break; - case "AVRO": - case 1: - message.format = 1; - break; - case "ARROW": - case 3: - message.format = 3; - break; - } - switch (object.shardingStrategy) { - default: - if (typeof object.shardingStrategy === "number") { - message.shardingStrategy = object.shardingStrategy; - break; - } - break; - case "SHARDING_STRATEGY_UNSPECIFIED": - case 0: - message.shardingStrategy = 0; - break; - case "LIQUID": - case 1: - message.shardingStrategy = 1; - break; - case "BALANCED": - case 2: - message.shardingStrategy = 2; - break; - } - return message; - }; - - /** - * Creates a plain object from a CreateReadSessionRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest} message CreateReadSessionRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CreateReadSessionRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.tableReference = null; - object.tableModifiers = null; - object.requestedStreams = 0; - object.readOptions = null; - object.format = options.enums === String ? "DATA_FORMAT_UNSPECIFIED" : 0; - object.parent = ""; - object.shardingStrategy = options.enums === String ? "SHARDING_STRATEGY_UNSPECIFIED" : 0; - } - if (message.tableReference != null && message.hasOwnProperty("tableReference")) - object.tableReference = $root.google.cloud.bigquery.storage.v1beta1.TableReference.toObject(message.tableReference, options); - if (message.tableModifiers != null && message.hasOwnProperty("tableModifiers")) - object.tableModifiers = $root.google.cloud.bigquery.storage.v1beta1.TableModifiers.toObject(message.tableModifiers, options); - if (message.requestedStreams != null && message.hasOwnProperty("requestedStreams")) - object.requestedStreams = message.requestedStreams; - if (message.readOptions != null && message.hasOwnProperty("readOptions")) - object.readOptions = $root.google.cloud.bigquery.storage.v1beta1.TableReadOptions.toObject(message.readOptions, options); - if (message.format != null && message.hasOwnProperty("format")) - object.format = options.enums === String ? $root.google.cloud.bigquery.storage.v1beta1.DataFormat[message.format] === undefined ? message.format : $root.google.cloud.bigquery.storage.v1beta1.DataFormat[message.format] : message.format; - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.shardingStrategy != null && message.hasOwnProperty("shardingStrategy")) - object.shardingStrategy = options.enums === String ? $root.google.cloud.bigquery.storage.v1beta1.ShardingStrategy[message.shardingStrategy] === undefined ? message.shardingStrategy : $root.google.cloud.bigquery.storage.v1beta1.ShardingStrategy[message.shardingStrategy] : message.shardingStrategy; - return object; - }; - - /** - * Converts this CreateReadSessionRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @instance - * @returns {Object.} JSON object - */ - CreateReadSessionRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CreateReadSessionRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CreateReadSessionRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest"; - }; - - return CreateReadSessionRequest; - })(); - - v1beta1.ReadRowsRequest = (function() { - - /** - * Properties of a ReadRowsRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IReadRowsRequest - * @property {google.cloud.bigquery.storage.v1beta1.IStreamPosition|null} [readPosition] ReadRowsRequest readPosition - */ - - /** - * Constructs a new ReadRowsRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a ReadRowsRequest. - * @implements IReadRowsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsRequest=} [properties] Properties to set - */ - function ReadRowsRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadRowsRequest readPosition. - * @member {google.cloud.bigquery.storage.v1beta1.IStreamPosition|null|undefined} readPosition - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @instance - */ - ReadRowsRequest.prototype.readPosition = null; - - /** - * Creates a new ReadRowsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.ReadRowsRequest} ReadRowsRequest instance - */ - ReadRowsRequest.create = function create(properties) { - return new ReadRowsRequest(properties); - }; - - /** - * Encodes the specified ReadRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadRowsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsRequest} message ReadRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.readPosition != null && Object.hasOwnProperty.call(message, "readPosition")) - $root.google.cloud.bigquery.storage.v1beta1.StreamPosition.encode(message.readPosition, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ReadRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadRowsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsRequest} message ReadRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.ReadRowsRequest} ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.readPosition = $root.google.cloud.bigquery.storage.v1beta1.StreamPosition.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.ReadRowsRequest} ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadRowsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadRowsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.readPosition != null && message.hasOwnProperty("readPosition")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.StreamPosition.verify(message.readPosition, long + 1); - if (error) - return "readPosition." + error; - } - return null; - }; - - /** - * Creates a ReadRowsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.ReadRowsRequest} ReadRowsRequest - */ - ReadRowsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest(); - if (object.readPosition != null) { - if (typeof object.readPosition !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadRowsRequest.readPosition: object expected"); - message.readPosition = $root.google.cloud.bigquery.storage.v1beta1.StreamPosition.fromObject(object.readPosition, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ReadRowsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ReadRowsRequest} message ReadRowsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadRowsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.readPosition = null; - if (message.readPosition != null && message.hasOwnProperty("readPosition")) - object.readPosition = $root.google.cloud.bigquery.storage.v1beta1.StreamPosition.toObject(message.readPosition, options); - return object; - }; - - /** - * Converts this ReadRowsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @instance - * @returns {Object.} JSON object - */ - ReadRowsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadRowsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadRowsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.ReadRowsRequest"; - }; - - return ReadRowsRequest; - })(); - - v1beta1.StreamStatus = (function() { - - /** - * Properties of a StreamStatus. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IStreamStatus - * @property {number|Long|null} [estimatedRowCount] StreamStatus estimatedRowCount - * @property {number|null} [fractionConsumed] StreamStatus fractionConsumed - * @property {google.cloud.bigquery.storage.v1beta1.IProgress|null} [progress] StreamStatus progress - * @property {boolean|null} [isSplittable] StreamStatus isSplittable - */ - - /** - * Constructs a new StreamStatus. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a StreamStatus. - * @implements IStreamStatus - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IStreamStatus=} [properties] Properties to set - */ - function StreamStatus(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamStatus estimatedRowCount. - * @member {number|Long} estimatedRowCount - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @instance - */ - StreamStatus.prototype.estimatedRowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * StreamStatus fractionConsumed. - * @member {number} fractionConsumed - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @instance - */ - StreamStatus.prototype.fractionConsumed = 0; - - /** - * StreamStatus progress. - * @member {google.cloud.bigquery.storage.v1beta1.IProgress|null|undefined} progress - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @instance - */ - StreamStatus.prototype.progress = null; - - /** - * StreamStatus isSplittable. - * @member {boolean} isSplittable - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @instance - */ - StreamStatus.prototype.isSplittable = false; - - /** - * Creates a new StreamStatus instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IStreamStatus=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.StreamStatus} StreamStatus instance - */ - StreamStatus.create = function create(properties) { - return new StreamStatus(properties); - }; - - /** - * Encodes the specified StreamStatus message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.StreamStatus.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IStreamStatus} message StreamStatus message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamStatus.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.estimatedRowCount != null && Object.hasOwnProperty.call(message, "estimatedRowCount")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.estimatedRowCount); - if (message.fractionConsumed != null && Object.hasOwnProperty.call(message, "fractionConsumed")) - writer.uint32(/* id 2, wireType 5 =*/21).float(message.fractionConsumed); - if (message.isSplittable != null && Object.hasOwnProperty.call(message, "isSplittable")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.isSplittable); - if (message.progress != null && Object.hasOwnProperty.call(message, "progress")) - $root.google.cloud.bigquery.storage.v1beta1.Progress.encode(message.progress, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified StreamStatus message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.StreamStatus.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IStreamStatus} message StreamStatus message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamStatus.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamStatus message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.StreamStatus} StreamStatus - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamStatus.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.StreamStatus(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.estimatedRowCount = reader.int64(); - break; - } - case 2: { - message.fractionConsumed = reader.float(); - break; - } - case 4: { - message.progress = $root.google.cloud.bigquery.storage.v1beta1.Progress.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.isSplittable = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamStatus message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.StreamStatus} StreamStatus - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamStatus.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamStatus message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamStatus.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.estimatedRowCount != null && message.hasOwnProperty("estimatedRowCount")) - if (!$util.isInteger(message.estimatedRowCount) && !(message.estimatedRowCount && $util.isInteger(message.estimatedRowCount.low) && $util.isInteger(message.estimatedRowCount.high))) - return "estimatedRowCount: integer|Long expected"; - if (message.fractionConsumed != null && message.hasOwnProperty("fractionConsumed")) - if (typeof message.fractionConsumed !== "number") - return "fractionConsumed: number expected"; - if (message.progress != null && message.hasOwnProperty("progress")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.Progress.verify(message.progress, long + 1); - if (error) - return "progress." + error; - } - if (message.isSplittable != null && message.hasOwnProperty("isSplittable")) - if (typeof message.isSplittable !== "boolean") - return "isSplittable: boolean expected"; - return null; - }; - - /** - * Creates a StreamStatus message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.StreamStatus} StreamStatus - */ - StreamStatus.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.StreamStatus) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.StreamStatus(); - if (object.estimatedRowCount != null) - if ($util.Long) - (message.estimatedRowCount = $util.Long.fromValue(object.estimatedRowCount)).unsigned = false; - else if (typeof object.estimatedRowCount === "string") - message.estimatedRowCount = parseInt(object.estimatedRowCount, 10); - else if (typeof object.estimatedRowCount === "number") - message.estimatedRowCount = object.estimatedRowCount; - else if (typeof object.estimatedRowCount === "object") - message.estimatedRowCount = new $util.LongBits(object.estimatedRowCount.low >>> 0, object.estimatedRowCount.high >>> 0).toNumber(); - if (object.fractionConsumed != null) - message.fractionConsumed = Number(object.fractionConsumed); - if (object.progress != null) { - if (typeof object.progress !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.StreamStatus.progress: object expected"); - message.progress = $root.google.cloud.bigquery.storage.v1beta1.Progress.fromObject(object.progress, long + 1); - } - if (object.isSplittable != null) - message.isSplittable = Boolean(object.isSplittable); - return message; - }; - - /** - * Creates a plain object from a StreamStatus message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @static - * @param {google.cloud.bigquery.storage.v1beta1.StreamStatus} message StreamStatus - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamStatus.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.estimatedRowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.estimatedRowCount = options.longs === String ? "0" : 0; - object.fractionConsumed = 0; - object.isSplittable = false; - object.progress = null; - } - if (message.estimatedRowCount != null && message.hasOwnProperty("estimatedRowCount")) - if (typeof message.estimatedRowCount === "number") - object.estimatedRowCount = options.longs === String ? String(message.estimatedRowCount) : message.estimatedRowCount; - else - object.estimatedRowCount = options.longs === String ? $util.Long.prototype.toString.call(message.estimatedRowCount) : options.longs === Number ? new $util.LongBits(message.estimatedRowCount.low >>> 0, message.estimatedRowCount.high >>> 0).toNumber() : message.estimatedRowCount; - if (message.fractionConsumed != null && message.hasOwnProperty("fractionConsumed")) - object.fractionConsumed = options.json && !isFinite(message.fractionConsumed) ? String(message.fractionConsumed) : message.fractionConsumed; - if (message.isSplittable != null && message.hasOwnProperty("isSplittable")) - object.isSplittable = message.isSplittable; - if (message.progress != null && message.hasOwnProperty("progress")) - object.progress = $root.google.cloud.bigquery.storage.v1beta1.Progress.toObject(message.progress, options); - return object; - }; - - /** - * Converts this StreamStatus to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @instance - * @returns {Object.} JSON object - */ - StreamStatus.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamStatus - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.StreamStatus - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamStatus.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.StreamStatus"; - }; - - return StreamStatus; - })(); - - v1beta1.Progress = (function() { - - /** - * Properties of a Progress. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IProgress - * @property {number|null} [atResponseStart] Progress atResponseStart - * @property {number|null} [atResponseEnd] Progress atResponseEnd - */ - - /** - * Constructs a new Progress. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a Progress. - * @implements IProgress - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IProgress=} [properties] Properties to set - */ - function Progress(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Progress atResponseStart. - * @member {number} atResponseStart - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @instance - */ - Progress.prototype.atResponseStart = 0; - - /** - * Progress atResponseEnd. - * @member {number} atResponseEnd - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @instance - */ - Progress.prototype.atResponseEnd = 0; - - /** - * Creates a new Progress instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IProgress=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.Progress} Progress instance - */ - Progress.create = function create(properties) { - return new Progress(properties); - }; - - /** - * Encodes the specified Progress message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.Progress.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IProgress} message Progress message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Progress.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.atResponseStart != null && Object.hasOwnProperty.call(message, "atResponseStart")) - writer.uint32(/* id 1, wireType 5 =*/13).float(message.atResponseStart); - if (message.atResponseEnd != null && Object.hasOwnProperty.call(message, "atResponseEnd")) - writer.uint32(/* id 2, wireType 5 =*/21).float(message.atResponseEnd); - return writer; - }; - - /** - * Encodes the specified Progress message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.Progress.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IProgress} message Progress message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Progress.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Progress message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.Progress} Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Progress.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.Progress(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.atResponseStart = reader.float(); - break; - } - case 2: { - message.atResponseEnd = reader.float(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Progress message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.Progress} Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Progress.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Progress message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Progress.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.atResponseStart != null && message.hasOwnProperty("atResponseStart")) - if (typeof message.atResponseStart !== "number") - return "atResponseStart: number expected"; - if (message.atResponseEnd != null && message.hasOwnProperty("atResponseEnd")) - if (typeof message.atResponseEnd !== "number") - return "atResponseEnd: number expected"; - return null; - }; - - /** - * Creates a Progress message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.Progress} Progress - */ - Progress.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.Progress) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.Progress(); - if (object.atResponseStart != null) - message.atResponseStart = Number(object.atResponseStart); - if (object.atResponseEnd != null) - message.atResponseEnd = Number(object.atResponseEnd); - return message; - }; - - /** - * Creates a plain object from a Progress message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @static - * @param {google.cloud.bigquery.storage.v1beta1.Progress} message Progress - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Progress.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.atResponseStart = 0; - object.atResponseEnd = 0; - } - if (message.atResponseStart != null && message.hasOwnProperty("atResponseStart")) - object.atResponseStart = options.json && !isFinite(message.atResponseStart) ? String(message.atResponseStart) : message.atResponseStart; - if (message.atResponseEnd != null && message.hasOwnProperty("atResponseEnd")) - object.atResponseEnd = options.json && !isFinite(message.atResponseEnd) ? String(message.atResponseEnd) : message.atResponseEnd; - return object; - }; - - /** - * Converts this Progress to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @instance - * @returns {Object.} JSON object - */ - Progress.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Progress - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.Progress - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Progress.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.Progress"; - }; - - return Progress; - })(); - - v1beta1.ThrottleStatus = (function() { - - /** - * Properties of a ThrottleStatus. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IThrottleStatus - * @property {number|null} [throttlePercent] ThrottleStatus throttlePercent - */ - - /** - * Constructs a new ThrottleStatus. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a ThrottleStatus. - * @implements IThrottleStatus - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IThrottleStatus=} [properties] Properties to set - */ - function ThrottleStatus(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ThrottleStatus throttlePercent. - * @member {number} throttlePercent - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @instance - */ - ThrottleStatus.prototype.throttlePercent = 0; - - /** - * Creates a new ThrottleStatus instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IThrottleStatus=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.ThrottleStatus} ThrottleStatus instance - */ - ThrottleStatus.create = function create(properties) { - return new ThrottleStatus(properties); - }; - - /** - * Encodes the specified ThrottleStatus message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ThrottleStatus.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IThrottleStatus} message ThrottleStatus message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ThrottleStatus.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.throttlePercent != null && Object.hasOwnProperty.call(message, "throttlePercent")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.throttlePercent); - return writer; - }; - - /** - * Encodes the specified ThrottleStatus message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ThrottleStatus.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IThrottleStatus} message ThrottleStatus message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ThrottleStatus.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ThrottleStatus message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.ThrottleStatus} ThrottleStatus - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ThrottleStatus.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.ThrottleStatus(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.throttlePercent = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ThrottleStatus message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.ThrottleStatus} ThrottleStatus - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ThrottleStatus.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ThrottleStatus message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ThrottleStatus.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.throttlePercent != null && message.hasOwnProperty("throttlePercent")) - if (!$util.isInteger(message.throttlePercent)) - return "throttlePercent: integer expected"; - return null; - }; - - /** - * Creates a ThrottleStatus message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.ThrottleStatus} ThrottleStatus - */ - ThrottleStatus.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.ThrottleStatus) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.ThrottleStatus(); - if (object.throttlePercent != null) - message.throttlePercent = object.throttlePercent | 0; - return message; - }; - - /** - * Creates a plain object from a ThrottleStatus message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ThrottleStatus} message ThrottleStatus - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ThrottleStatus.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.throttlePercent = 0; - if (message.throttlePercent != null && message.hasOwnProperty("throttlePercent")) - object.throttlePercent = message.throttlePercent; - return object; - }; - - /** - * Converts this ThrottleStatus to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @instance - * @returns {Object.} JSON object - */ - ThrottleStatus.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ThrottleStatus - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.ThrottleStatus - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ThrottleStatus.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.ThrottleStatus"; - }; - - return ThrottleStatus; - })(); - - v1beta1.ReadRowsResponse = (function() { - - /** - * Properties of a ReadRowsResponse. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IReadRowsResponse - * @property {google.cloud.bigquery.storage.v1beta1.IAvroRows|null} [avroRows] ReadRowsResponse avroRows - * @property {google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch|null} [arrowRecordBatch] ReadRowsResponse arrowRecordBatch - * @property {number|Long|null} [rowCount] ReadRowsResponse rowCount - * @property {google.cloud.bigquery.storage.v1beta1.IStreamStatus|null} [status] ReadRowsResponse status - * @property {google.cloud.bigquery.storage.v1beta1.IThrottleStatus|null} [throttleStatus] ReadRowsResponse throttleStatus - * @property {google.cloud.bigquery.storage.v1beta1.IAvroSchema|null} [avroSchema] ReadRowsResponse avroSchema - * @property {google.cloud.bigquery.storage.v1beta1.IArrowSchema|null} [arrowSchema] ReadRowsResponse arrowSchema - */ - - /** - * Constructs a new ReadRowsResponse. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a ReadRowsResponse. - * @implements IReadRowsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsResponse=} [properties] Properties to set - */ - function ReadRowsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadRowsResponse avroRows. - * @member {google.cloud.bigquery.storage.v1beta1.IAvroRows|null|undefined} avroRows - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.avroRows = null; - - /** - * ReadRowsResponse arrowRecordBatch. - * @member {google.cloud.bigquery.storage.v1beta1.IArrowRecordBatch|null|undefined} arrowRecordBatch - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.arrowRecordBatch = null; - - /** - * ReadRowsResponse rowCount. - * @member {number|Long} rowCount - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.rowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * ReadRowsResponse status. - * @member {google.cloud.bigquery.storage.v1beta1.IStreamStatus|null|undefined} status - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.status = null; - - /** - * ReadRowsResponse throttleStatus. - * @member {google.cloud.bigquery.storage.v1beta1.IThrottleStatus|null|undefined} throttleStatus - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.throttleStatus = null; - - /** - * ReadRowsResponse avroSchema. - * @member {google.cloud.bigquery.storage.v1beta1.IAvroSchema|null|undefined} avroSchema - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.avroSchema = null; - - /** - * ReadRowsResponse arrowSchema. - * @member {google.cloud.bigquery.storage.v1beta1.IArrowSchema|null|undefined} arrowSchema - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.arrowSchema = null; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * ReadRowsResponse rows. - * @member {"avroRows"|"arrowRecordBatch"|undefined} rows - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - */ - Object.defineProperty(ReadRowsResponse.prototype, "rows", { - get: $util.oneOfGetter($oneOfFields = ["avroRows", "arrowRecordBatch"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * ReadRowsResponse schema. - * @member {"avroSchema"|"arrowSchema"|undefined} schema - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - */ - Object.defineProperty(ReadRowsResponse.prototype, "schema", { - get: $util.oneOfGetter($oneOfFields = ["avroSchema", "arrowSchema"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new ReadRowsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.ReadRowsResponse} ReadRowsResponse instance - */ - ReadRowsResponse.create = function create(properties) { - return new ReadRowsResponse(properties); - }; - - /** - * Encodes the specified ReadRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsResponse} message ReadRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.status != null && Object.hasOwnProperty.call(message, "status")) - $root.google.cloud.bigquery.storage.v1beta1.StreamStatus.encode(message.status, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.avroRows != null && Object.hasOwnProperty.call(message, "avroRows")) - $root.google.cloud.bigquery.storage.v1beta1.AvroRows.encode(message.avroRows, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.arrowRecordBatch != null && Object.hasOwnProperty.call(message, "arrowRecordBatch")) - $root.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch.encode(message.arrowRecordBatch, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.throttleStatus != null && Object.hasOwnProperty.call(message, "throttleStatus")) - $root.google.cloud.bigquery.storage.v1beta1.ThrottleStatus.encode(message.throttleStatus, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.rowCount != null && Object.hasOwnProperty.call(message, "rowCount")) - writer.uint32(/* id 6, wireType 0 =*/48).int64(message.rowCount); - if (message.avroSchema != null && Object.hasOwnProperty.call(message, "avroSchema")) - $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.encode(message.avroSchema, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); - if (message.arrowSchema != null && Object.hasOwnProperty.call(message, "arrowSchema")) - $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.encode(message.arrowSchema, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ReadRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IReadRowsResponse} message ReadRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.ReadRowsResponse} ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 3: { - message.avroRows = $root.google.cloud.bigquery.storage.v1beta1.AvroRows.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - message.arrowRecordBatch = $root.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 6: { - message.rowCount = reader.int64(); - break; - } - case 2: { - message.status = $root.google.cloud.bigquery.storage.v1beta1.StreamStatus.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.throttleStatus = $root.google.cloud.bigquery.storage.v1beta1.ThrottleStatus.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 7: { - message.avroSchema = $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 8: { - message.arrowSchema = $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.ReadRowsResponse} ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadRowsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadRowsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.avroRows != null && message.hasOwnProperty("avroRows")) { - properties.rows = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta1.AvroRows.verify(message.avroRows, long + 1); - if (error) - return "avroRows." + error; - } - } - if (message.arrowRecordBatch != null && message.hasOwnProperty("arrowRecordBatch")) { - if (properties.rows === 1) - return "rows: multiple values"; - properties.rows = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch.verify(message.arrowRecordBatch, long + 1); - if (error) - return "arrowRecordBatch." + error; - } - } - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (!$util.isInteger(message.rowCount) && !(message.rowCount && $util.isInteger(message.rowCount.low) && $util.isInteger(message.rowCount.high))) - return "rowCount: integer|Long expected"; - if (message.status != null && message.hasOwnProperty("status")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.StreamStatus.verify(message.status, long + 1); - if (error) - return "status." + error; - } - if (message.throttleStatus != null && message.hasOwnProperty("throttleStatus")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.ThrottleStatus.verify(message.throttleStatus, long + 1); - if (error) - return "throttleStatus." + error; - } - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.verify(message.avroSchema, long + 1); - if (error) - return "avroSchema." + error; - } - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - if (properties.schema === 1) - return "schema: multiple values"; - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.verify(message.arrowSchema, long + 1); - if (error) - return "arrowSchema." + error; - } - } - return null; - }; - - /** - * Creates a ReadRowsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.ReadRowsResponse} ReadRowsResponse - */ - ReadRowsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse(); - if (object.avroRows != null) { - if (typeof object.avroRows !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.avroRows: object expected"); - message.avroRows = $root.google.cloud.bigquery.storage.v1beta1.AvroRows.fromObject(object.avroRows, long + 1); - } - if (object.arrowRecordBatch != null) { - if (typeof object.arrowRecordBatch !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.arrowRecordBatch: object expected"); - message.arrowRecordBatch = $root.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch.fromObject(object.arrowRecordBatch, long + 1); - } - if (object.rowCount != null) - if ($util.Long) - (message.rowCount = $util.Long.fromValue(object.rowCount)).unsigned = false; - else if (typeof object.rowCount === "string") - message.rowCount = parseInt(object.rowCount, 10); - else if (typeof object.rowCount === "number") - message.rowCount = object.rowCount; - else if (typeof object.rowCount === "object") - message.rowCount = new $util.LongBits(object.rowCount.low >>> 0, object.rowCount.high >>> 0).toNumber(); - if (object.status != null) { - if (typeof object.status !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.status: object expected"); - message.status = $root.google.cloud.bigquery.storage.v1beta1.StreamStatus.fromObject(object.status, long + 1); - } - if (object.throttleStatus != null) { - if (typeof object.throttleStatus !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.throttleStatus: object expected"); - message.throttleStatus = $root.google.cloud.bigquery.storage.v1beta1.ThrottleStatus.fromObject(object.throttleStatus, long + 1); - } - if (object.avroSchema != null) { - if (typeof object.avroSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.avroSchema: object expected"); - message.avroSchema = $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.fromObject(object.avroSchema, long + 1); - } - if (object.arrowSchema != null) { - if (typeof object.arrowSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.ReadRowsResponse.arrowSchema: object expected"); - message.arrowSchema = $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.fromObject(object.arrowSchema, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ReadRowsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ReadRowsResponse} message ReadRowsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadRowsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.status = null; - object.throttleStatus = null; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.rowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.rowCount = options.longs === String ? "0" : 0; - } - if (message.status != null && message.hasOwnProperty("status")) - object.status = $root.google.cloud.bigquery.storage.v1beta1.StreamStatus.toObject(message.status, options); - if (message.avroRows != null && message.hasOwnProperty("avroRows")) { - object.avroRows = $root.google.cloud.bigquery.storage.v1beta1.AvroRows.toObject(message.avroRows, options); - if (options.oneofs) - object.rows = "avroRows"; - } - if (message.arrowRecordBatch != null && message.hasOwnProperty("arrowRecordBatch")) { - object.arrowRecordBatch = $root.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch.toObject(message.arrowRecordBatch, options); - if (options.oneofs) - object.rows = "arrowRecordBatch"; - } - if (message.throttleStatus != null && message.hasOwnProperty("throttleStatus")) - object.throttleStatus = $root.google.cloud.bigquery.storage.v1beta1.ThrottleStatus.toObject(message.throttleStatus, options); - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (typeof message.rowCount === "number") - object.rowCount = options.longs === String ? String(message.rowCount) : message.rowCount; - else - object.rowCount = options.longs === String ? $util.Long.prototype.toString.call(message.rowCount) : options.longs === Number ? new $util.LongBits(message.rowCount.low >>> 0, message.rowCount.high >>> 0).toNumber() : message.rowCount; - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - object.avroSchema = $root.google.cloud.bigquery.storage.v1beta1.AvroSchema.toObject(message.avroSchema, options); - if (options.oneofs) - object.schema = "avroSchema"; - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - object.arrowSchema = $root.google.cloud.bigquery.storage.v1beta1.ArrowSchema.toObject(message.arrowSchema, options); - if (options.oneofs) - object.schema = "arrowSchema"; - } - return object; - }; - - /** - * Converts this ReadRowsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @instance - * @returns {Object.} JSON object - */ - ReadRowsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadRowsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.ReadRowsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadRowsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.ReadRowsResponse"; - }; - - return ReadRowsResponse; - })(); - - v1beta1.BatchCreateReadSessionStreamsRequest = (function() { - - /** - * Properties of a BatchCreateReadSessionStreamsRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IBatchCreateReadSessionStreamsRequest - * @property {google.cloud.bigquery.storage.v1beta1.IReadSession|null} [session] BatchCreateReadSessionStreamsRequest session - * @property {number|null} [requestedStreams] BatchCreateReadSessionStreamsRequest requestedStreams - */ - - /** - * Constructs a new BatchCreateReadSessionStreamsRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a BatchCreateReadSessionStreamsRequest. - * @implements IBatchCreateReadSessionStreamsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest=} [properties] Properties to set - */ - function BatchCreateReadSessionStreamsRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCreateReadSessionStreamsRequest session. - * @member {google.cloud.bigquery.storage.v1beta1.IReadSession|null|undefined} session - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @instance - */ - BatchCreateReadSessionStreamsRequest.prototype.session = null; - - /** - * BatchCreateReadSessionStreamsRequest requestedStreams. - * @member {number} requestedStreams - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @instance - */ - BatchCreateReadSessionStreamsRequest.prototype.requestedStreams = 0; - - /** - * Creates a new BatchCreateReadSessionStreamsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest} BatchCreateReadSessionStreamsRequest instance - */ - BatchCreateReadSessionStreamsRequest.create = function create(properties) { - return new BatchCreateReadSessionStreamsRequest(properties); - }; - - /** - * Encodes the specified BatchCreateReadSessionStreamsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest} message BatchCreateReadSessionStreamsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateReadSessionStreamsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.session != null && Object.hasOwnProperty.call(message, "session")) - $root.google.cloud.bigquery.storage.v1beta1.ReadSession.encode(message.session, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.requestedStreams != null && Object.hasOwnProperty.call(message, "requestedStreams")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.requestedStreams); - return writer; - }; - - /** - * Encodes the specified BatchCreateReadSessionStreamsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest} message BatchCreateReadSessionStreamsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateReadSessionStreamsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCreateReadSessionStreamsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest} BatchCreateReadSessionStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateReadSessionStreamsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.session = $root.google.cloud.bigquery.storage.v1beta1.ReadSession.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.requestedStreams = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCreateReadSessionStreamsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest} BatchCreateReadSessionStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateReadSessionStreamsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCreateReadSessionStreamsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCreateReadSessionStreamsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.session != null && message.hasOwnProperty("session")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.ReadSession.verify(message.session, long + 1); - if (error) - return "session." + error; - } - if (message.requestedStreams != null && message.hasOwnProperty("requestedStreams")) - if (!$util.isInteger(message.requestedStreams)) - return "requestedStreams: integer expected"; - return null; - }; - - /** - * Creates a BatchCreateReadSessionStreamsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest} BatchCreateReadSessionStreamsRequest - */ - BatchCreateReadSessionStreamsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest(); - if (object.session != null) { - if (typeof object.session !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest.session: object expected"); - message.session = $root.google.cloud.bigquery.storage.v1beta1.ReadSession.fromObject(object.session, long + 1); - } - if (object.requestedStreams != null) - message.requestedStreams = object.requestedStreams | 0; - return message; - }; - - /** - * Creates a plain object from a BatchCreateReadSessionStreamsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest} message BatchCreateReadSessionStreamsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCreateReadSessionStreamsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.session = null; - object.requestedStreams = 0; - } - if (message.session != null && message.hasOwnProperty("session")) - object.session = $root.google.cloud.bigquery.storage.v1beta1.ReadSession.toObject(message.session, options); - if (message.requestedStreams != null && message.hasOwnProperty("requestedStreams")) - object.requestedStreams = message.requestedStreams; - return object; - }; - - /** - * Converts this BatchCreateReadSessionStreamsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @instance - * @returns {Object.} JSON object - */ - BatchCreateReadSessionStreamsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCreateReadSessionStreamsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCreateReadSessionStreamsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest"; - }; - - return BatchCreateReadSessionStreamsRequest; - })(); - - v1beta1.BatchCreateReadSessionStreamsResponse = (function() { - - /** - * Properties of a BatchCreateReadSessionStreamsResponse. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IBatchCreateReadSessionStreamsResponse - * @property {Array.|null} [streams] BatchCreateReadSessionStreamsResponse streams - */ - - /** - * Constructs a new BatchCreateReadSessionStreamsResponse. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a BatchCreateReadSessionStreamsResponse. - * @implements IBatchCreateReadSessionStreamsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse=} [properties] Properties to set - */ - function BatchCreateReadSessionStreamsResponse(properties) { - this.streams = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCreateReadSessionStreamsResponse streams. - * @member {Array.} streams - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @instance - */ - BatchCreateReadSessionStreamsResponse.prototype.streams = $util.emptyArray; - - /** - * Creates a new BatchCreateReadSessionStreamsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse} BatchCreateReadSessionStreamsResponse instance - */ - BatchCreateReadSessionStreamsResponse.create = function create(properties) { - return new BatchCreateReadSessionStreamsResponse(properties); - }; - - /** - * Encodes the specified BatchCreateReadSessionStreamsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse} message BatchCreateReadSessionStreamsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateReadSessionStreamsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.streams != null && message.streams.length) - for (var i = 0; i < message.streams.length; ++i) - $root.google.cloud.bigquery.storage.v1beta1.Stream.encode(message.streams[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified BatchCreateReadSessionStreamsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse} message BatchCreateReadSessionStreamsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCreateReadSessionStreamsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCreateReadSessionStreamsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse} BatchCreateReadSessionStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateReadSessionStreamsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.streams && message.streams.length)) - message.streams = []; - message.streams.push($root.google.cloud.bigquery.storage.v1beta1.Stream.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCreateReadSessionStreamsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse} BatchCreateReadSessionStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCreateReadSessionStreamsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCreateReadSessionStreamsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCreateReadSessionStreamsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.streams != null && message.hasOwnProperty("streams")) { - if (!Array.isArray(message.streams)) - return "streams: array expected"; - for (var i = 0; i < message.streams.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta1.Stream.verify(message.streams[i], long + 1); - if (error) - return "streams." + error; - } - } - return null; - }; - - /** - * Creates a BatchCreateReadSessionStreamsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse} BatchCreateReadSessionStreamsResponse - */ - BatchCreateReadSessionStreamsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse(); - if (object.streams) { - if (!Array.isArray(object.streams)) - throw TypeError(".google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse.streams: array expected"); - message.streams = []; - for (var i = 0; i < object.streams.length; ++i) { - if (typeof object.streams[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse.streams: object expected"); - message.streams[i] = $root.google.cloud.bigquery.storage.v1beta1.Stream.fromObject(object.streams[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a BatchCreateReadSessionStreamsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse} message BatchCreateReadSessionStreamsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCreateReadSessionStreamsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.streams = []; - if (message.streams && message.streams.length) { - object.streams = []; - for (var j = 0; j < message.streams.length; ++j) - object.streams[j] = $root.google.cloud.bigquery.storage.v1beta1.Stream.toObject(message.streams[j], options); - } - return object; - }; - - /** - * Converts this BatchCreateReadSessionStreamsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @instance - * @returns {Object.} JSON object - */ - BatchCreateReadSessionStreamsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCreateReadSessionStreamsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCreateReadSessionStreamsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse"; - }; - - return BatchCreateReadSessionStreamsResponse; - })(); - - v1beta1.FinalizeStreamRequest = (function() { - - /** - * Properties of a FinalizeStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface IFinalizeStreamRequest - * @property {google.cloud.bigquery.storage.v1beta1.IStream|null} [stream] FinalizeStreamRequest stream - */ - - /** - * Constructs a new FinalizeStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a FinalizeStreamRequest. - * @implements IFinalizeStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest=} [properties] Properties to set - */ - function FinalizeStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FinalizeStreamRequest stream. - * @member {google.cloud.bigquery.storage.v1beta1.IStream|null|undefined} stream - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @instance - */ - FinalizeStreamRequest.prototype.stream = null; - - /** - * Creates a new FinalizeStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest} FinalizeStreamRequest instance - */ - FinalizeStreamRequest.create = function create(properties) { - return new FinalizeStreamRequest(properties); - }; - - /** - * Encodes the specified FinalizeStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest} message FinalizeStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.stream != null && Object.hasOwnProperty.call(message, "stream")) - $root.google.cloud.bigquery.storage.v1beta1.Stream.encode(message.stream, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified FinalizeStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest} message FinalizeStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FinalizeStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest} FinalizeStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 2: { - message.stream = $root.google.cloud.bigquery.storage.v1beta1.Stream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FinalizeStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest} FinalizeStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FinalizeStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FinalizeStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.stream != null && message.hasOwnProperty("stream")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.Stream.verify(message.stream, long + 1); - if (error) - return "stream." + error; - } - return null; - }; - - /** - * Creates a FinalizeStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest} FinalizeStreamRequest - */ - FinalizeStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest(); - if (object.stream != null) { - if (typeof object.stream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest.stream: object expected"); - message.stream = $root.google.cloud.bigquery.storage.v1beta1.Stream.fromObject(object.stream, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a FinalizeStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest} message FinalizeStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FinalizeStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.stream = null; - if (message.stream != null && message.hasOwnProperty("stream")) - object.stream = $root.google.cloud.bigquery.storage.v1beta1.Stream.toObject(message.stream, options); - return object; - }; - - /** - * Converts this FinalizeStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @instance - * @returns {Object.} JSON object - */ - FinalizeStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FinalizeStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FinalizeStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest"; - }; - - return FinalizeStreamRequest; - })(); - - v1beta1.SplitReadStreamRequest = (function() { - - /** - * Properties of a SplitReadStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface ISplitReadStreamRequest - * @property {google.cloud.bigquery.storage.v1beta1.IStream|null} [originalStream] SplitReadStreamRequest originalStream - * @property {number|null} [fraction] SplitReadStreamRequest fraction - */ - - /** - * Constructs a new SplitReadStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a SplitReadStreamRequest. - * @implements ISplitReadStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest=} [properties] Properties to set - */ - function SplitReadStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SplitReadStreamRequest originalStream. - * @member {google.cloud.bigquery.storage.v1beta1.IStream|null|undefined} originalStream - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @instance - */ - SplitReadStreamRequest.prototype.originalStream = null; - - /** - * SplitReadStreamRequest fraction. - * @member {number} fraction - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @instance - */ - SplitReadStreamRequest.prototype.fraction = 0; - - /** - * Creates a new SplitReadStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest} SplitReadStreamRequest instance - */ - SplitReadStreamRequest.create = function create(properties) { - return new SplitReadStreamRequest(properties); - }; - - /** - * Encodes the specified SplitReadStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest} message SplitReadStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.originalStream != null && Object.hasOwnProperty.call(message, "originalStream")) - $root.google.cloud.bigquery.storage.v1beta1.Stream.encode(message.originalStream, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.fraction != null && Object.hasOwnProperty.call(message, "fraction")) - writer.uint32(/* id 2, wireType 5 =*/21).float(message.fraction); - return writer; - }; - - /** - * Encodes the specified SplitReadStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest} message SplitReadStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest} SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.originalStream = $root.google.cloud.bigquery.storage.v1beta1.Stream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.fraction = reader.float(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest} SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SplitReadStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SplitReadStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.originalStream != null && message.hasOwnProperty("originalStream")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.Stream.verify(message.originalStream, long + 1); - if (error) - return "originalStream." + error; - } - if (message.fraction != null && message.hasOwnProperty("fraction")) - if (typeof message.fraction !== "number") - return "fraction: number expected"; - return null; - }; - - /** - * Creates a SplitReadStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest} SplitReadStreamRequest - */ - SplitReadStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest(); - if (object.originalStream != null) { - if (typeof object.originalStream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest.originalStream: object expected"); - message.originalStream = $root.google.cloud.bigquery.storage.v1beta1.Stream.fromObject(object.originalStream, long + 1); - } - if (object.fraction != null) - message.fraction = Number(object.fraction); - return message; - }; - - /** - * Creates a plain object from a SplitReadStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest} message SplitReadStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SplitReadStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.originalStream = null; - object.fraction = 0; - } - if (message.originalStream != null && message.hasOwnProperty("originalStream")) - object.originalStream = $root.google.cloud.bigquery.storage.v1beta1.Stream.toObject(message.originalStream, options); - if (message.fraction != null && message.hasOwnProperty("fraction")) - object.fraction = options.json && !isFinite(message.fraction) ? String(message.fraction) : message.fraction; - return object; - }; - - /** - * Converts this SplitReadStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @instance - * @returns {Object.} JSON object - */ - SplitReadStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SplitReadStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SplitReadStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest"; - }; - - return SplitReadStreamRequest; - })(); - - v1beta1.SplitReadStreamResponse = (function() { - - /** - * Properties of a SplitReadStreamResponse. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface ISplitReadStreamResponse - * @property {google.cloud.bigquery.storage.v1beta1.IStream|null} [primaryStream] SplitReadStreamResponse primaryStream - * @property {google.cloud.bigquery.storage.v1beta1.IStream|null} [remainderStream] SplitReadStreamResponse remainderStream - */ - - /** - * Constructs a new SplitReadStreamResponse. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a SplitReadStreamResponse. - * @implements ISplitReadStreamResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse=} [properties] Properties to set - */ - function SplitReadStreamResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SplitReadStreamResponse primaryStream. - * @member {google.cloud.bigquery.storage.v1beta1.IStream|null|undefined} primaryStream - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @instance - */ - SplitReadStreamResponse.prototype.primaryStream = null; - - /** - * SplitReadStreamResponse remainderStream. - * @member {google.cloud.bigquery.storage.v1beta1.IStream|null|undefined} remainderStream - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @instance - */ - SplitReadStreamResponse.prototype.remainderStream = null; - - /** - * Creates a new SplitReadStreamResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse} SplitReadStreamResponse instance - */ - SplitReadStreamResponse.create = function create(properties) { - return new SplitReadStreamResponse(properties); - }; - - /** - * Encodes the specified SplitReadStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse} message SplitReadStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.primaryStream != null && Object.hasOwnProperty.call(message, "primaryStream")) - $root.google.cloud.bigquery.storage.v1beta1.Stream.encode(message.primaryStream, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.remainderStream != null && Object.hasOwnProperty.call(message, "remainderStream")) - $root.google.cloud.bigquery.storage.v1beta1.Stream.encode(message.remainderStream, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified SplitReadStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse} message SplitReadStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse} SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.primaryStream = $root.google.cloud.bigquery.storage.v1beta1.Stream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.remainderStream = $root.google.cloud.bigquery.storage.v1beta1.Stream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse} SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SplitReadStreamResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SplitReadStreamResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.primaryStream != null && message.hasOwnProperty("primaryStream")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.Stream.verify(message.primaryStream, long + 1); - if (error) - return "primaryStream." + error; - } - if (message.remainderStream != null && message.hasOwnProperty("remainderStream")) { - var error = $root.google.cloud.bigquery.storage.v1beta1.Stream.verify(message.remainderStream, long + 1); - if (error) - return "remainderStream." + error; - } - return null; - }; - - /** - * Creates a SplitReadStreamResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse} SplitReadStreamResponse - */ - SplitReadStreamResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse(); - if (object.primaryStream != null) { - if (typeof object.primaryStream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse.primaryStream: object expected"); - message.primaryStream = $root.google.cloud.bigquery.storage.v1beta1.Stream.fromObject(object.primaryStream, long + 1); - } - if (object.remainderStream != null) { - if (typeof object.remainderStream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse.remainderStream: object expected"); - message.remainderStream = $root.google.cloud.bigquery.storage.v1beta1.Stream.fromObject(object.remainderStream, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a SplitReadStreamResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse} message SplitReadStreamResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SplitReadStreamResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.primaryStream = null; - object.remainderStream = null; - } - if (message.primaryStream != null && message.hasOwnProperty("primaryStream")) - object.primaryStream = $root.google.cloud.bigquery.storage.v1beta1.Stream.toObject(message.primaryStream, options); - if (message.remainderStream != null && message.hasOwnProperty("remainderStream")) - object.remainderStream = $root.google.cloud.bigquery.storage.v1beta1.Stream.toObject(message.remainderStream, options); - return object; - }; - - /** - * Converts this SplitReadStreamResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @instance - * @returns {Object.} JSON object - */ - SplitReadStreamResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SplitReadStreamResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SplitReadStreamResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse"; - }; - - return SplitReadStreamResponse; - })(); - - v1beta1.TableReference = (function() { - - /** - * Properties of a TableReference. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface ITableReference - * @property {string|null} [projectId] TableReference projectId - * @property {string|null} [datasetId] TableReference datasetId - * @property {string|null} [tableId] TableReference tableId - */ - - /** - * Constructs a new TableReference. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a TableReference. - * @implements ITableReference - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.ITableReference=} [properties] Properties to set - */ - function TableReference(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableReference projectId. - * @member {string} projectId - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @instance - */ - TableReference.prototype.projectId = ""; - - /** - * TableReference datasetId. - * @member {string} datasetId - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @instance - */ - TableReference.prototype.datasetId = ""; - - /** - * TableReference tableId. - * @member {string} tableId - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @instance - */ - TableReference.prototype.tableId = ""; - - /** - * Creates a new TableReference instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ITableReference=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.TableReference} TableReference instance - */ - TableReference.create = function create(properties) { - return new TableReference(properties); - }; - - /** - * Encodes the specified TableReference message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableReference.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ITableReference} message TableReference message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableReference.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.projectId != null && Object.hasOwnProperty.call(message, "projectId")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.projectId); - if (message.datasetId != null && Object.hasOwnProperty.call(message, "datasetId")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.datasetId); - if (message.tableId != null && Object.hasOwnProperty.call(message, "tableId")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.tableId); - return writer; - }; - - /** - * Encodes the specified TableReference message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableReference.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ITableReference} message TableReference message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableReference.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableReference message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.TableReference} TableReference - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableReference.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.TableReference(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.projectId = reader.string(); - break; - } - case 2: { - message.datasetId = reader.string(); - break; - } - case 3: { - message.tableId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableReference message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.TableReference} TableReference - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableReference.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableReference message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableReference.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.projectId != null && message.hasOwnProperty("projectId")) - if (!$util.isString(message.projectId)) - return "projectId: string expected"; - if (message.datasetId != null && message.hasOwnProperty("datasetId")) - if (!$util.isString(message.datasetId)) - return "datasetId: string expected"; - if (message.tableId != null && message.hasOwnProperty("tableId")) - if (!$util.isString(message.tableId)) - return "tableId: string expected"; - return null; - }; - - /** - * Creates a TableReference message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.TableReference} TableReference - */ - TableReference.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.TableReference) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.TableReference(); - if (object.projectId != null) - message.projectId = String(object.projectId); - if (object.datasetId != null) - message.datasetId = String(object.datasetId); - if (object.tableId != null) - message.tableId = String(object.tableId); - return message; - }; - - /** - * Creates a plain object from a TableReference message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @static - * @param {google.cloud.bigquery.storage.v1beta1.TableReference} message TableReference - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableReference.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.projectId = ""; - object.datasetId = ""; - object.tableId = ""; - } - if (message.projectId != null && message.hasOwnProperty("projectId")) - object.projectId = message.projectId; - if (message.datasetId != null && message.hasOwnProperty("datasetId")) - object.datasetId = message.datasetId; - if (message.tableId != null && message.hasOwnProperty("tableId")) - object.tableId = message.tableId; - return object; - }; - - /** - * Converts this TableReference to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @instance - * @returns {Object.} JSON object - */ - TableReference.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableReference - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.TableReference - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableReference.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.TableReference"; - }; - - return TableReference; - })(); - - v1beta1.TableModifiers = (function() { - - /** - * Properties of a TableModifiers. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @interface ITableModifiers - * @property {google.protobuf.ITimestamp|null} [snapshotTime] TableModifiers snapshotTime - */ - - /** - * Constructs a new TableModifiers. - * @memberof google.cloud.bigquery.storage.v1beta1 - * @classdesc Represents a TableModifiers. - * @implements ITableModifiers - * @constructor - * @param {google.cloud.bigquery.storage.v1beta1.ITableModifiers=} [properties] Properties to set - */ - function TableModifiers(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableModifiers snapshotTime. - * @member {google.protobuf.ITimestamp|null|undefined} snapshotTime - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @instance - */ - TableModifiers.prototype.snapshotTime = null; - - /** - * Creates a new TableModifiers instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ITableModifiers=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta1.TableModifiers} TableModifiers instance - */ - TableModifiers.create = function create(properties) { - return new TableModifiers(properties); - }; - - /** - * Encodes the specified TableModifiers message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableModifiers.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ITableModifiers} message TableModifiers message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableModifiers.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.snapshotTime != null && Object.hasOwnProperty.call(message, "snapshotTime")) - $root.google.protobuf.Timestamp.encode(message.snapshotTime, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified TableModifiers message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta1.TableModifiers.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1beta1.ITableModifiers} message TableModifiers message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableModifiers.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableModifiers message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta1.TableModifiers} TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableModifiers.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta1.TableModifiers(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.snapshotTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableModifiers message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta1.TableModifiers} TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableModifiers.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableModifiers message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableModifiers.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.snapshotTime != null && message.hasOwnProperty("snapshotTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.snapshotTime, long + 1); - if (error) - return "snapshotTime." + error; - } - return null; - }; - - /** - * Creates a TableModifiers message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta1.TableModifiers} TableModifiers - */ - TableModifiers.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta1.TableModifiers) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta1.TableModifiers(); - if (object.snapshotTime != null) { - if (typeof object.snapshotTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta1.TableModifiers.snapshotTime: object expected"); - message.snapshotTime = $root.google.protobuf.Timestamp.fromObject(object.snapshotTime, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a TableModifiers message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1beta1.TableModifiers} message TableModifiers - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableModifiers.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.snapshotTime = null; - if (message.snapshotTime != null && message.hasOwnProperty("snapshotTime")) - object.snapshotTime = $root.google.protobuf.Timestamp.toObject(message.snapshotTime, options); - return object; - }; - - /** - * Converts this TableModifiers to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @instance - * @returns {Object.} JSON object - */ - TableModifiers.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableModifiers - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta1.TableModifiers - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableModifiers.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta1.TableModifiers"; - }; - - return TableModifiers; - })(); - - return v1beta1; - })(); - - storage.v1beta2 = (function() { - - /** - * Namespace v1beta2. - * @memberof google.cloud.bigquery.storage - * @namespace - */ - var v1beta2 = {}; - - v1beta2.ArrowSchema = (function() { - - /** - * Properties of an ArrowSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IArrowSchema - * @property {Uint8Array|null} [serializedSchema] ArrowSchema serializedSchema - */ - - /** - * Constructs a new ArrowSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents an ArrowSchema. - * @implements IArrowSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IArrowSchema=} [properties] Properties to set - */ - function ArrowSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ArrowSchema serializedSchema. - * @member {Uint8Array} serializedSchema - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @instance - */ - ArrowSchema.prototype.serializedSchema = $util.newBuffer([]); - - /** - * Creates a new ArrowSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IArrowSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowSchema} ArrowSchema instance - */ - ArrowSchema.create = function create(properties) { - return new ArrowSchema(properties); - }; - - /** - * Encodes the specified ArrowSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IArrowSchema} message ArrowSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedSchema != null && Object.hasOwnProperty.call(message, "serializedSchema")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedSchema); - return writer; - }; - - /** - * Encodes the specified ArrowSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IArrowSchema} message ArrowSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowSchema} ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.serializedSchema = reader.bytes(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ArrowSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowSchema} ArrowSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ArrowSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ArrowSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedSchema != null && message.hasOwnProperty("serializedSchema")) - if (!(message.serializedSchema && typeof message.serializedSchema.length === "number" || $util.isString(message.serializedSchema))) - return "serializedSchema: buffer expected"; - return null; - }; - - /** - * Creates an ArrowSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowSchema} ArrowSchema - */ - ArrowSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema(); - if (object.serializedSchema != null) - if (typeof object.serializedSchema === "string") - $util.base64.decode(object.serializedSchema, message.serializedSchema = $util.newBuffer($util.base64.length(object.serializedSchema)), 0); - else if (object.serializedSchema.length >= 0) - message.serializedSchema = object.serializedSchema; - return message; - }; - - /** - * Creates a plain object from an ArrowSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ArrowSchema} message ArrowSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ArrowSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if (options.bytes === String) - object.serializedSchema = ""; - else { - object.serializedSchema = []; - if (options.bytes !== Array) - object.serializedSchema = $util.newBuffer(object.serializedSchema); - } - if (message.serializedSchema != null && message.hasOwnProperty("serializedSchema")) - object.serializedSchema = options.bytes === String ? $util.base64.encode(message.serializedSchema, 0, message.serializedSchema.length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedSchema) : message.serializedSchema; - return object; - }; - - /** - * Converts this ArrowSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @instance - * @returns {Object.} JSON object - */ - ArrowSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ArrowSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ArrowSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ArrowSchema"; - }; - - return ArrowSchema; - })(); - - v1beta2.ArrowRecordBatch = (function() { - - /** - * Properties of an ArrowRecordBatch. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IArrowRecordBatch - * @property {Uint8Array|null} [serializedRecordBatch] ArrowRecordBatch serializedRecordBatch - */ - - /** - * Constructs a new ArrowRecordBatch. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents an ArrowRecordBatch. - * @implements IArrowRecordBatch - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch=} [properties] Properties to set - */ - function ArrowRecordBatch(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ArrowRecordBatch serializedRecordBatch. - * @member {Uint8Array} serializedRecordBatch - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @instance - */ - ArrowRecordBatch.prototype.serializedRecordBatch = $util.newBuffer([]); - - /** - * Creates a new ArrowRecordBatch instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch} ArrowRecordBatch instance - */ - ArrowRecordBatch.create = function create(properties) { - return new ArrowRecordBatch(properties); - }; - - /** - * Encodes the specified ArrowRecordBatch message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch} message ArrowRecordBatch message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowRecordBatch.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedRecordBatch != null && Object.hasOwnProperty.call(message, "serializedRecordBatch")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedRecordBatch); - return writer; - }; - - /** - * Encodes the specified ArrowRecordBatch message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch} message ArrowRecordBatch message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowRecordBatch.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch} ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowRecordBatch.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.serializedRecordBatch = reader.bytes(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ArrowRecordBatch message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch} ArrowRecordBatch - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowRecordBatch.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ArrowRecordBatch message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ArrowRecordBatch.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedRecordBatch != null && message.hasOwnProperty("serializedRecordBatch")) - if (!(message.serializedRecordBatch && typeof message.serializedRecordBatch.length === "number" || $util.isString(message.serializedRecordBatch))) - return "serializedRecordBatch: buffer expected"; - return null; - }; - - /** - * Creates an ArrowRecordBatch message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch} ArrowRecordBatch - */ - ArrowRecordBatch.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch(); - if (object.serializedRecordBatch != null) - if (typeof object.serializedRecordBatch === "string") - $util.base64.decode(object.serializedRecordBatch, message.serializedRecordBatch = $util.newBuffer($util.base64.length(object.serializedRecordBatch)), 0); - else if (object.serializedRecordBatch.length >= 0) - message.serializedRecordBatch = object.serializedRecordBatch; - return message; - }; - - /** - * Creates a plain object from an ArrowRecordBatch message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch} message ArrowRecordBatch - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ArrowRecordBatch.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if (options.bytes === String) - object.serializedRecordBatch = ""; - else { - object.serializedRecordBatch = []; - if (options.bytes !== Array) - object.serializedRecordBatch = $util.newBuffer(object.serializedRecordBatch); - } - if (message.serializedRecordBatch != null && message.hasOwnProperty("serializedRecordBatch")) - object.serializedRecordBatch = options.bytes === String ? $util.base64.encode(message.serializedRecordBatch, 0, message.serializedRecordBatch.length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedRecordBatch) : message.serializedRecordBatch; - return object; - }; - - /** - * Converts this ArrowRecordBatch to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @instance - * @returns {Object.} JSON object - */ - ArrowRecordBatch.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ArrowRecordBatch - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ArrowRecordBatch.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch"; - }; - - return ArrowRecordBatch; - })(); - - v1beta2.ArrowSerializationOptions = (function() { - - /** - * Properties of an ArrowSerializationOptions. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IArrowSerializationOptions - * @property {google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format|null} [format] ArrowSerializationOptions format - */ - - /** - * Constructs a new ArrowSerializationOptions. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents an ArrowSerializationOptions. - * @implements IArrowSerializationOptions - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions=} [properties] Properties to set - */ - function ArrowSerializationOptions(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ArrowSerializationOptions format. - * @member {google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format} format - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @instance - */ - ArrowSerializationOptions.prototype.format = 0; - - /** - * Creates a new ArrowSerializationOptions instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions} ArrowSerializationOptions instance - */ - ArrowSerializationOptions.create = function create(properties) { - return new ArrowSerializationOptions(properties); - }; - - /** - * Encodes the specified ArrowSerializationOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions} message ArrowSerializationOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSerializationOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.format != null && Object.hasOwnProperty.call(message, "format")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.format); - return writer; - }; - - /** - * Encodes the specified ArrowSerializationOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions} message ArrowSerializationOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ArrowSerializationOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ArrowSerializationOptions message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions} ArrowSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSerializationOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.format = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ArrowSerializationOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions} ArrowSerializationOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ArrowSerializationOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ArrowSerializationOptions message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ArrowSerializationOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.format != null && message.hasOwnProperty("format")) - switch (message.format) { - default: - return "format: enum value expected"; - case 0: - case 1: - case 2: - break; - } - return null; - }; - - /** - * Creates an ArrowSerializationOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions} ArrowSerializationOptions - */ - ArrowSerializationOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions(); - switch (object.format) { - default: - if (typeof object.format === "number") { - message.format = object.format; - break; - } - break; - case "FORMAT_UNSPECIFIED": - case 0: - message.format = 0; - break; - case "ARROW_0_14": - case 1: - message.format = 1; - break; - case "ARROW_0_15": - case 2: - message.format = 2; - break; - } - return message; - }; - - /** - * Creates a plain object from an ArrowSerializationOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions} message ArrowSerializationOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ArrowSerializationOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.format = options.enums === String ? "FORMAT_UNSPECIFIED" : 0; - if (message.format != null && message.hasOwnProperty("format")) - object.format = options.enums === String ? $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format[message.format] === undefined ? message.format : $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format[message.format] : message.format; - return object; - }; - - /** - * Converts this ArrowSerializationOptions to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @instance - * @returns {Object.} JSON object - */ - ArrowSerializationOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ArrowSerializationOptions - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ArrowSerializationOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions"; - }; - - /** - * Format enum. - * @name google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format - * @enum {number} - * @property {number} FORMAT_UNSPECIFIED=0 FORMAT_UNSPECIFIED value - * @property {number} ARROW_0_14=1 ARROW_0_14 value - * @property {number} ARROW_0_15=2 ARROW_0_15 value - */ - ArrowSerializationOptions.Format = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "FORMAT_UNSPECIFIED"] = 0; - values[valuesById[1] = "ARROW_0_14"] = 1; - values[valuesById[2] = "ARROW_0_15"] = 2; - return values; - })(); - - return ArrowSerializationOptions; - })(); - - v1beta2.AvroSchema = (function() { - - /** - * Properties of an AvroSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IAvroSchema - * @property {string|null} [schema] AvroSchema schema - */ - - /** - * Constructs a new AvroSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents an AvroSchema. - * @implements IAvroSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IAvroSchema=} [properties] Properties to set - */ - function AvroSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AvroSchema schema. - * @member {string} schema - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @instance - */ - AvroSchema.prototype.schema = ""; - - /** - * Creates a new AvroSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAvroSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.AvroSchema} AvroSchema instance - */ - AvroSchema.create = function create(properties) { - return new AvroSchema(properties); - }; - - /** - * Encodes the specified AvroSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AvroSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAvroSchema} message AvroSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.schema != null && Object.hasOwnProperty.call(message, "schema")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.schema); - return writer; - }; - - /** - * Encodes the specified AvroSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AvroSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAvroSchema} message AvroSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AvroSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.AvroSchema} AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.AvroSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.schema = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AvroSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.AvroSchema} AvroSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AvroSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AvroSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.schema != null && message.hasOwnProperty("schema")) - if (!$util.isString(message.schema)) - return "schema: string expected"; - return null; - }; - - /** - * Creates an AvroSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.AvroSchema} AvroSchema - */ - AvroSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.AvroSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.AvroSchema(); - if (object.schema != null) - message.schema = String(object.schema); - return message; - }; - - /** - * Creates a plain object from an AvroSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AvroSchema} message AvroSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AvroSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.schema = ""; - if (message.schema != null && message.hasOwnProperty("schema")) - object.schema = message.schema; - return object; - }; - - /** - * Converts this AvroSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @instance - * @returns {Object.} JSON object - */ - AvroSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AvroSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.AvroSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AvroSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.AvroSchema"; - }; - - return AvroSchema; - })(); - - v1beta2.AvroRows = (function() { - - /** - * Properties of an AvroRows. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IAvroRows - * @property {Uint8Array|null} [serializedBinaryRows] AvroRows serializedBinaryRows - */ - - /** - * Constructs a new AvroRows. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents an AvroRows. - * @implements IAvroRows - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IAvroRows=} [properties] Properties to set - */ - function AvroRows(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AvroRows serializedBinaryRows. - * @member {Uint8Array} serializedBinaryRows - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @instance - */ - AvroRows.prototype.serializedBinaryRows = $util.newBuffer([]); - - /** - * Creates a new AvroRows instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAvroRows=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.AvroRows} AvroRows instance - */ - AvroRows.create = function create(properties) { - return new AvroRows(properties); - }; - - /** - * Encodes the specified AvroRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AvroRows.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAvroRows} message AvroRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroRows.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedBinaryRows != null && Object.hasOwnProperty.call(message, "serializedBinaryRows")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedBinaryRows); - return writer; - }; - - /** - * Encodes the specified AvroRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AvroRows.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAvroRows} message AvroRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AvroRows.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AvroRows message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.AvroRows} AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroRows.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.AvroRows(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.serializedBinaryRows = reader.bytes(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AvroRows message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.AvroRows} AvroRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AvroRows.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AvroRows message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AvroRows.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedBinaryRows != null && message.hasOwnProperty("serializedBinaryRows")) - if (!(message.serializedBinaryRows && typeof message.serializedBinaryRows.length === "number" || $util.isString(message.serializedBinaryRows))) - return "serializedBinaryRows: buffer expected"; - return null; - }; - - /** - * Creates an AvroRows message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.AvroRows} AvroRows - */ - AvroRows.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.AvroRows) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.AvroRows(); - if (object.serializedBinaryRows != null) - if (typeof object.serializedBinaryRows === "string") - $util.base64.decode(object.serializedBinaryRows, message.serializedBinaryRows = $util.newBuffer($util.base64.length(object.serializedBinaryRows)), 0); - else if (object.serializedBinaryRows.length >= 0) - message.serializedBinaryRows = object.serializedBinaryRows; - return message; - }; - - /** - * Creates a plain object from an AvroRows message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AvroRows} message AvroRows - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AvroRows.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if (options.bytes === String) - object.serializedBinaryRows = ""; - else { - object.serializedBinaryRows = []; - if (options.bytes !== Array) - object.serializedBinaryRows = $util.newBuffer(object.serializedBinaryRows); - } - if (message.serializedBinaryRows != null && message.hasOwnProperty("serializedBinaryRows")) - object.serializedBinaryRows = options.bytes === String ? $util.base64.encode(message.serializedBinaryRows, 0, message.serializedBinaryRows.length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedBinaryRows) : message.serializedBinaryRows; - return object; - }; - - /** - * Converts this AvroRows to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @instance - * @returns {Object.} JSON object - */ - AvroRows.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AvroRows - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.AvroRows - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AvroRows.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.AvroRows"; - }; - - return AvroRows; - })(); - - v1beta2.ProtoSchema = (function() { - - /** - * Properties of a ProtoSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IProtoSchema - * @property {google.protobuf.IDescriptorProto|null} [protoDescriptor] ProtoSchema protoDescriptor - */ - - /** - * Constructs a new ProtoSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a ProtoSchema. - * @implements IProtoSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IProtoSchema=} [properties] Properties to set - */ - function ProtoSchema(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ProtoSchema protoDescriptor. - * @member {google.protobuf.IDescriptorProto|null|undefined} protoDescriptor - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @instance - */ - ProtoSchema.prototype.protoDescriptor = null; - - /** - * Creates a new ProtoSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IProtoSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ProtoSchema} ProtoSchema instance - */ - ProtoSchema.create = function create(properties) { - return new ProtoSchema(properties); - }; - - /** - * Encodes the specified ProtoSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ProtoSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IProtoSchema} message ProtoSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.protoDescriptor != null && Object.hasOwnProperty.call(message, "protoDescriptor")) - $root.google.protobuf.DescriptorProto.encode(message.protoDescriptor, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ProtoSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ProtoSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IProtoSchema} message ProtoSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ProtoSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ProtoSchema} ProtoSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ProtoSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.protoDescriptor = $root.google.protobuf.DescriptorProto.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ProtoSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ProtoSchema} ProtoSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ProtoSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ProtoSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.protoDescriptor != null && message.hasOwnProperty("protoDescriptor")) { - var error = $root.google.protobuf.DescriptorProto.verify(message.protoDescriptor, long + 1); - if (error) - return "protoDescriptor." + error; - } - return null; - }; - - /** - * Creates a ProtoSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ProtoSchema} ProtoSchema - */ - ProtoSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ProtoSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ProtoSchema(); - if (object.protoDescriptor != null) { - if (typeof object.protoDescriptor !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ProtoSchema.protoDescriptor: object expected"); - message.protoDescriptor = $root.google.protobuf.DescriptorProto.fromObject(object.protoDescriptor, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ProtoSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ProtoSchema} message ProtoSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ProtoSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.protoDescriptor = null; - if (message.protoDescriptor != null && message.hasOwnProperty("protoDescriptor")) - object.protoDescriptor = $root.google.protobuf.DescriptorProto.toObject(message.protoDescriptor, options); - return object; - }; - - /** - * Converts this ProtoSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @instance - * @returns {Object.} JSON object - */ - ProtoSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ProtoSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ProtoSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ProtoSchema"; - }; - - return ProtoSchema; - })(); - - v1beta2.ProtoRows = (function() { - - /** - * Properties of a ProtoRows. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IProtoRows - * @property {Array.|null} [serializedRows] ProtoRows serializedRows - */ - - /** - * Constructs a new ProtoRows. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a ProtoRows. - * @implements IProtoRows - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IProtoRows=} [properties] Properties to set - */ - function ProtoRows(properties) { - this.serializedRows = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ProtoRows serializedRows. - * @member {Array.} serializedRows - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @instance - */ - ProtoRows.prototype.serializedRows = $util.emptyArray; - - /** - * Creates a new ProtoRows instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IProtoRows=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ProtoRows} ProtoRows instance - */ - ProtoRows.create = function create(properties) { - return new ProtoRows(properties); - }; - - /** - * Encodes the specified ProtoRows message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ProtoRows.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IProtoRows} message ProtoRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoRows.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.serializedRows != null && message.serializedRows.length) - for (var i = 0; i < message.serializedRows.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.serializedRows[i]); - return writer; - }; - - /** - * Encodes the specified ProtoRows message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ProtoRows.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IProtoRows} message ProtoRows message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoRows.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ProtoRows message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ProtoRows} ProtoRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoRows.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ProtoRows(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.serializedRows && message.serializedRows.length)) - message.serializedRows = []; - message.serializedRows.push(reader.bytes()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ProtoRows message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ProtoRows} ProtoRows - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoRows.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ProtoRows message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ProtoRows.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.serializedRows != null && message.hasOwnProperty("serializedRows")) { - if (!Array.isArray(message.serializedRows)) - return "serializedRows: array expected"; - for (var i = 0; i < message.serializedRows.length; ++i) - if (!(message.serializedRows[i] && typeof message.serializedRows[i].length === "number" || $util.isString(message.serializedRows[i]))) - return "serializedRows: buffer[] expected"; - } - return null; - }; - - /** - * Creates a ProtoRows message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ProtoRows} ProtoRows - */ - ProtoRows.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ProtoRows) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ProtoRows(); - if (object.serializedRows) { - if (!Array.isArray(object.serializedRows)) - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ProtoRows.serializedRows: array expected"); - message.serializedRows = []; - for (var i = 0; i < object.serializedRows.length; ++i) - if (typeof object.serializedRows[i] === "string") - $util.base64.decode(object.serializedRows[i], message.serializedRows[i] = $util.newBuffer($util.base64.length(object.serializedRows[i])), 0); - else if (object.serializedRows[i].length >= 0) - message.serializedRows[i] = object.serializedRows[i]; - } - return message; - }; - - /** - * Creates a plain object from a ProtoRows message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ProtoRows} message ProtoRows - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ProtoRows.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.serializedRows = []; - if (message.serializedRows && message.serializedRows.length) { - object.serializedRows = []; - for (var j = 0; j < message.serializedRows.length; ++j) - object.serializedRows[j] = options.bytes === String ? $util.base64.encode(message.serializedRows[j], 0, message.serializedRows[j].length) : options.bytes === Array ? Array.prototype.slice.call(message.serializedRows[j]) : message.serializedRows[j]; - } - return object; - }; - - /** - * Converts this ProtoRows to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @instance - * @returns {Object.} JSON object - */ - ProtoRows.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ProtoRows - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ProtoRows - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ProtoRows.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ProtoRows"; - }; - - return ProtoRows; - })(); - - v1beta2.BigQueryRead = (function() { - - /** - * Constructs a new BigQueryRead service. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a BigQueryRead - * @extends $protobuf.rpc.Service - * @constructor - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - */ - function BigQueryRead(rpcImpl, requestDelimited, responseDelimited) { - $protobuf.rpc.Service.call(this, rpcImpl, requestDelimited, responseDelimited); - } - - (BigQueryRead.prototype = Object.create($protobuf.rpc.Service.prototype)).constructor = BigQueryRead; - - /** - * Creates new BigQueryRead service using the specified rpc implementation. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @static - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - * @returns {BigQueryRead} RPC service. Useful where requests and/or responses are streamed. - */ - BigQueryRead.create = function create(rpcImpl, requestDelimited, responseDelimited) { - return new this(rpcImpl, requestDelimited, responseDelimited); - }; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryRead|createReadSession}. - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @typedef CreateReadSessionCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession} [response] ReadSession - */ - - /** - * Calls CreateReadSession. - * @function createReadSession - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest} request CreateReadSessionRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta2.BigQueryRead.CreateReadSessionCallback} callback Node-style callback called with the error, if any, and ReadSession - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryRead.prototype.createReadSession = function createReadSession(request, callback) { - return this.rpcCall(createReadSession, $root.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest, $root.google.cloud.bigquery.storage.v1beta2.ReadSession, request, callback); - }, "name", { value: "CreateReadSession" }); - - /** - * Calls CreateReadSession. - * @function createReadSession - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest} request CreateReadSessionRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryRead|readRows}. - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @typedef ReadRowsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta2.ReadRowsResponse} [response] ReadRowsResponse - */ - - /** - * Calls ReadRows. - * @function readRows - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsRequest} request ReadRowsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta2.BigQueryRead.ReadRowsCallback} callback Node-style callback called with the error, if any, and ReadRowsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryRead.prototype.readRows = function readRows(request, callback) { - return this.rpcCall(readRows, $root.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest, $root.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse, request, callback); - }, "name", { value: "ReadRows" }); - - /** - * Calls ReadRows. - * @function readRows - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsRequest} request ReadRowsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryRead|splitReadStream}. - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @typedef SplitReadStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse} [response] SplitReadStreamResponse - */ - - /** - * Calls SplitReadStream. - * @function splitReadStream - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest} request SplitReadStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta2.BigQueryRead.SplitReadStreamCallback} callback Node-style callback called with the error, if any, and SplitReadStreamResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryRead.prototype.splitReadStream = function splitReadStream(request, callback) { - return this.rpcCall(splitReadStream, $root.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest, $root.google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse, request, callback); - }, "name", { value: "SplitReadStream" }); - - /** - * Calls SplitReadStream. - * @function splitReadStream - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryRead - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest} request SplitReadStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - return BigQueryRead; - })(); - - v1beta2.BigQueryWrite = (function() { - - /** - * Constructs a new BigQueryWrite service. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a BigQueryWrite - * @extends $protobuf.rpc.Service - * @constructor - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - */ - function BigQueryWrite(rpcImpl, requestDelimited, responseDelimited) { - $protobuf.rpc.Service.call(this, rpcImpl, requestDelimited, responseDelimited); - } - - (BigQueryWrite.prototype = Object.create($protobuf.rpc.Service.prototype)).constructor = BigQueryWrite; - - /** - * Creates new BigQueryWrite service using the specified rpc implementation. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @static - * @param {$protobuf.RPCImpl} rpcImpl RPC implementation - * @param {boolean} [requestDelimited=false] Whether requests are length-delimited - * @param {boolean} [responseDelimited=false] Whether responses are length-delimited - * @returns {BigQueryWrite} RPC service. Useful where requests and/or responses are streamed. - */ - BigQueryWrite.create = function create(rpcImpl, requestDelimited, responseDelimited) { - return new this(rpcImpl, requestDelimited, responseDelimited); - }; - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|createWriteStream}. - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @typedef CreateWriteStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta2.WriteStream} [response] WriteStream - */ - - /** - * Calls CreateWriteStream. - * @function createWriteStream - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest} request CreateWriteStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta2.BigQueryWrite.CreateWriteStreamCallback} callback Node-style callback called with the error, if any, and WriteStream - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.createWriteStream = function createWriteStream(request, callback) { - return this.rpcCall(createWriteStream, $root.google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest, $root.google.cloud.bigquery.storage.v1beta2.WriteStream, request, callback); - }, "name", { value: "CreateWriteStream" }); - - /** - * Calls CreateWriteStream. - * @function createWriteStream - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest} request CreateWriteStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|appendRows}. - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @typedef AppendRowsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse} [response] AppendRowsResponse - */ - - /** - * Calls AppendRows. - * @function appendRows - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest} request AppendRowsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta2.BigQueryWrite.AppendRowsCallback} callback Node-style callback called with the error, if any, and AppendRowsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.appendRows = function appendRows(request, callback) { - return this.rpcCall(appendRows, $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest, $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse, request, callback); - }, "name", { value: "AppendRows" }); - - /** - * Calls AppendRows. - * @function appendRows - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest} request AppendRowsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|getWriteStream}. - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @typedef GetWriteStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta2.WriteStream} [response] WriteStream - */ - - /** - * Calls GetWriteStream. - * @function getWriteStream - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest} request GetWriteStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta2.BigQueryWrite.GetWriteStreamCallback} callback Node-style callback called with the error, if any, and WriteStream - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.getWriteStream = function getWriteStream(request, callback) { - return this.rpcCall(getWriteStream, $root.google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest, $root.google.cloud.bigquery.storage.v1beta2.WriteStream, request, callback); - }, "name", { value: "GetWriteStream" }); - - /** - * Calls GetWriteStream. - * @function getWriteStream - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest} request GetWriteStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|finalizeWriteStream}. - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @typedef FinalizeWriteStreamCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse} [response] FinalizeWriteStreamResponse - */ - - /** - * Calls FinalizeWriteStream. - * @function finalizeWriteStream - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest} request FinalizeWriteStreamRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta2.BigQueryWrite.FinalizeWriteStreamCallback} callback Node-style callback called with the error, if any, and FinalizeWriteStreamResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.finalizeWriteStream = function finalizeWriteStream(request, callback) { - return this.rpcCall(finalizeWriteStream, $root.google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest, $root.google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse, request, callback); - }, "name", { value: "FinalizeWriteStream" }); - - /** - * Calls FinalizeWriteStream. - * @function finalizeWriteStream - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest} request FinalizeWriteStreamRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|batchCommitWriteStreams}. - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @typedef BatchCommitWriteStreamsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse} [response] BatchCommitWriteStreamsResponse - */ - - /** - * Calls BatchCommitWriteStreams. - * @function batchCommitWriteStreams - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest} request BatchCommitWriteStreamsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta2.BigQueryWrite.BatchCommitWriteStreamsCallback} callback Node-style callback called with the error, if any, and BatchCommitWriteStreamsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.batchCommitWriteStreams = function batchCommitWriteStreams(request, callback) { - return this.rpcCall(batchCommitWriteStreams, $root.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest, $root.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse, request, callback); - }, "name", { value: "BatchCommitWriteStreams" }); - - /** - * Calls BatchCommitWriteStreams. - * @function batchCommitWriteStreams - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest} request BatchCommitWriteStreamsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - /** - * Callback as used by {@link google.cloud.bigquery.storage.v1beta2.BigQueryWrite|flushRows}. - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @typedef FlushRowsCallback - * @type {function} - * @param {Error|null} error Error, if any - * @param {google.cloud.bigquery.storage.v1beta2.FlushRowsResponse} [response] FlushRowsResponse - */ - - /** - * Calls FlushRows. - * @function flushRows - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest} request FlushRowsRequest message or plain object - * @param {google.cloud.bigquery.storage.v1beta2.BigQueryWrite.FlushRowsCallback} callback Node-style callback called with the error, if any, and FlushRowsResponse - * @returns {undefined} - * @variation 1 - */ - Object.defineProperty(BigQueryWrite.prototype.flushRows = function flushRows(request, callback) { - return this.rpcCall(flushRows, $root.google.cloud.bigquery.storage.v1beta2.FlushRowsRequest, $root.google.cloud.bigquery.storage.v1beta2.FlushRowsResponse, request, callback); - }, "name", { value: "FlushRows" }); - - /** - * Calls FlushRows. - * @function flushRows - * @memberof google.cloud.bigquery.storage.v1beta2.BigQueryWrite - * @instance - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest} request FlushRowsRequest message or plain object - * @returns {Promise} Promise - * @variation 2 - */ - - return BigQueryWrite; - })(); - - v1beta2.CreateReadSessionRequest = (function() { - - /** - * Properties of a CreateReadSessionRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface ICreateReadSessionRequest - * @property {string|null} [parent] CreateReadSessionRequest parent - * @property {google.cloud.bigquery.storage.v1beta2.IReadSession|null} [readSession] CreateReadSessionRequest readSession - * @property {number|null} [maxStreamCount] CreateReadSessionRequest maxStreamCount - */ - - /** - * Constructs a new CreateReadSessionRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a CreateReadSessionRequest. - * @implements ICreateReadSessionRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest=} [properties] Properties to set - */ - function CreateReadSessionRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CreateReadSessionRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.parent = ""; - - /** - * CreateReadSessionRequest readSession. - * @member {google.cloud.bigquery.storage.v1beta2.IReadSession|null|undefined} readSession - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.readSession = null; - - /** - * CreateReadSessionRequest maxStreamCount. - * @member {number} maxStreamCount - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @instance - */ - CreateReadSessionRequest.prototype.maxStreamCount = 0; - - /** - * Creates a new CreateReadSessionRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest} CreateReadSessionRequest instance - */ - CreateReadSessionRequest.create = function create(properties) { - return new CreateReadSessionRequest(properties); - }; - - /** - * Encodes the specified CreateReadSessionRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest} message CreateReadSessionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateReadSessionRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.readSession != null && Object.hasOwnProperty.call(message, "readSession")) - $root.google.cloud.bigquery.storage.v1beta2.ReadSession.encode(message.readSession, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.maxStreamCount != null && Object.hasOwnProperty.call(message, "maxStreamCount")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.maxStreamCount); - return writer; - }; - - /** - * Encodes the specified CreateReadSessionRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest} message CreateReadSessionRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateReadSessionRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest} CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateReadSessionRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - message.readSession = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.maxStreamCount = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CreateReadSessionRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest} CreateReadSessionRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateReadSessionRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CreateReadSessionRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CreateReadSessionRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.readSession != null && message.hasOwnProperty("readSession")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.verify(message.readSession, long + 1); - if (error) - return "readSession." + error; - } - if (message.maxStreamCount != null && message.hasOwnProperty("maxStreamCount")) - if (!$util.isInteger(message.maxStreamCount)) - return "maxStreamCount: integer expected"; - return null; - }; - - /** - * Creates a CreateReadSessionRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest} CreateReadSessionRequest - */ - CreateReadSessionRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.readSession != null) { - if (typeof object.readSession !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest.readSession: object expected"); - message.readSession = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.fromObject(object.readSession, long + 1); - } - if (object.maxStreamCount != null) - message.maxStreamCount = object.maxStreamCount | 0; - return message; - }; - - /** - * Creates a plain object from a CreateReadSessionRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest} message CreateReadSessionRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CreateReadSessionRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.parent = ""; - object.readSession = null; - object.maxStreamCount = 0; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.readSession != null && message.hasOwnProperty("readSession")) - object.readSession = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.toObject(message.readSession, options); - if (message.maxStreamCount != null && message.hasOwnProperty("maxStreamCount")) - object.maxStreamCount = message.maxStreamCount; - return object; - }; - - /** - * Converts this CreateReadSessionRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @instance - * @returns {Object.} JSON object - */ - CreateReadSessionRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CreateReadSessionRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CreateReadSessionRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest"; - }; - - return CreateReadSessionRequest; - })(); - - v1beta2.ReadRowsRequest = (function() { - - /** - * Properties of a ReadRowsRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IReadRowsRequest - * @property {string|null} [readStream] ReadRowsRequest readStream - * @property {number|Long|null} [offset] ReadRowsRequest offset - */ - - /** - * Constructs a new ReadRowsRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a ReadRowsRequest. - * @implements IReadRowsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsRequest=} [properties] Properties to set - */ - function ReadRowsRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadRowsRequest readStream. - * @member {string} readStream - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @instance - */ - ReadRowsRequest.prototype.readStream = ""; - - /** - * ReadRowsRequest offset. - * @member {number|Long} offset - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @instance - */ - ReadRowsRequest.prototype.offset = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new ReadRowsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ReadRowsRequest} ReadRowsRequest instance - */ - ReadRowsRequest.create = function create(properties) { - return new ReadRowsRequest(properties); - }; - - /** - * Encodes the specified ReadRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadRowsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsRequest} message ReadRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.readStream != null && Object.hasOwnProperty.call(message, "readStream")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.readStream); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - writer.uint32(/* id 2, wireType 0 =*/16).int64(message.offset); - return writer; - }; - - /** - * Encodes the specified ReadRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadRowsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsRequest} message ReadRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ReadRowsRequest} ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.readStream = reader.string(); - break; - } - case 2: { - message.offset = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadRowsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ReadRowsRequest} ReadRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadRowsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadRowsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.readStream != null && message.hasOwnProperty("readStream")) - if (!$util.isString(message.readStream)) - return "readStream: string expected"; - if (message.offset != null && message.hasOwnProperty("offset")) - if (!$util.isInteger(message.offset) && !(message.offset && $util.isInteger(message.offset.low) && $util.isInteger(message.offset.high))) - return "offset: integer|Long expected"; - return null; - }; - - /** - * Creates a ReadRowsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ReadRowsRequest} ReadRowsRequest - */ - ReadRowsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest(); - if (object.readStream != null) - message.readStream = String(object.readStream); - if (object.offset != null) - if ($util.Long) - (message.offset = $util.Long.fromValue(object.offset)).unsigned = false; - else if (typeof object.offset === "string") - message.offset = parseInt(object.offset, 10); - else if (typeof object.offset === "number") - message.offset = object.offset; - else if (typeof object.offset === "object") - message.offset = new $util.LongBits(object.offset.low >>> 0, object.offset.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a ReadRowsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadRowsRequest} message ReadRowsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadRowsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.readStream = ""; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.offset = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.offset = options.longs === String ? "0" : 0; - } - if (message.readStream != null && message.hasOwnProperty("readStream")) - object.readStream = message.readStream; - if (message.offset != null && message.hasOwnProperty("offset")) - if (typeof message.offset === "number") - object.offset = options.longs === String ? String(message.offset) : message.offset; - else - object.offset = options.longs === String ? $util.Long.prototype.toString.call(message.offset) : options.longs === Number ? new $util.LongBits(message.offset.low >>> 0, message.offset.high >>> 0).toNumber() : message.offset; - return object; - }; - - /** - * Converts this ReadRowsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @instance - * @returns {Object.} JSON object - */ - ReadRowsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadRowsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadRowsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ReadRowsRequest"; - }; - - return ReadRowsRequest; - })(); - - v1beta2.ThrottleState = (function() { - - /** - * Properties of a ThrottleState. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IThrottleState - * @property {number|null} [throttlePercent] ThrottleState throttlePercent - */ - - /** - * Constructs a new ThrottleState. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a ThrottleState. - * @implements IThrottleState - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IThrottleState=} [properties] Properties to set - */ - function ThrottleState(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ThrottleState throttlePercent. - * @member {number} throttlePercent - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @instance - */ - ThrottleState.prototype.throttlePercent = 0; - - /** - * Creates a new ThrottleState instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IThrottleState=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ThrottleState} ThrottleState instance - */ - ThrottleState.create = function create(properties) { - return new ThrottleState(properties); - }; - - /** - * Encodes the specified ThrottleState message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ThrottleState.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IThrottleState} message ThrottleState message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ThrottleState.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.throttlePercent != null && Object.hasOwnProperty.call(message, "throttlePercent")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.throttlePercent); - return writer; - }; - - /** - * Encodes the specified ThrottleState message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ThrottleState.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IThrottleState} message ThrottleState message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ThrottleState.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ThrottleState message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ThrottleState} ThrottleState - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ThrottleState.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ThrottleState(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.throttlePercent = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ThrottleState message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ThrottleState} ThrottleState - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ThrottleState.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ThrottleState message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ThrottleState.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.throttlePercent != null && message.hasOwnProperty("throttlePercent")) - if (!$util.isInteger(message.throttlePercent)) - return "throttlePercent: integer expected"; - return null; - }; - - /** - * Creates a ThrottleState message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ThrottleState} ThrottleState - */ - ThrottleState.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ThrottleState) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ThrottleState(); - if (object.throttlePercent != null) - message.throttlePercent = object.throttlePercent | 0; - return message; - }; - - /** - * Creates a plain object from a ThrottleState message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ThrottleState} message ThrottleState - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ThrottleState.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.throttlePercent = 0; - if (message.throttlePercent != null && message.hasOwnProperty("throttlePercent")) - object.throttlePercent = message.throttlePercent; - return object; - }; - - /** - * Converts this ThrottleState to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @instance - * @returns {Object.} JSON object - */ - ThrottleState.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ThrottleState - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ThrottleState - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ThrottleState.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ThrottleState"; - }; - - return ThrottleState; - })(); - - v1beta2.StreamStats = (function() { - - /** - * Properties of a StreamStats. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IStreamStats - * @property {google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress|null} [progress] StreamStats progress - */ - - /** - * Constructs a new StreamStats. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a StreamStats. - * @implements IStreamStats - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IStreamStats=} [properties] Properties to set - */ - function StreamStats(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StreamStats progress. - * @member {google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress|null|undefined} progress - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @instance - */ - StreamStats.prototype.progress = null; - - /** - * Creates a new StreamStats instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IStreamStats=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.StreamStats} StreamStats instance - */ - StreamStats.create = function create(properties) { - return new StreamStats(properties); - }; - - /** - * Encodes the specified StreamStats message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StreamStats.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IStreamStats} message StreamStats message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamStats.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.progress != null && Object.hasOwnProperty.call(message, "progress")) - $root.google.cloud.bigquery.storage.v1beta2.StreamStats.Progress.encode(message.progress, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified StreamStats message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StreamStats.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IStreamStats} message StreamStats message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StreamStats.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StreamStats message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.StreamStats} StreamStats - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamStats.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.StreamStats(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 2: { - message.progress = $root.google.cloud.bigquery.storage.v1beta2.StreamStats.Progress.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StreamStats message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.StreamStats} StreamStats - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StreamStats.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StreamStats message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StreamStats.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.progress != null && message.hasOwnProperty("progress")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.StreamStats.Progress.verify(message.progress, long + 1); - if (error) - return "progress." + error; - } - return null; - }; - - /** - * Creates a StreamStats message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.StreamStats} StreamStats - */ - StreamStats.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.StreamStats) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.StreamStats(); - if (object.progress != null) { - if (typeof object.progress !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.StreamStats.progress: object expected"); - message.progress = $root.google.cloud.bigquery.storage.v1beta2.StreamStats.Progress.fromObject(object.progress, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a StreamStats message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @static - * @param {google.cloud.bigquery.storage.v1beta2.StreamStats} message StreamStats - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StreamStats.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.progress = null; - if (message.progress != null && message.hasOwnProperty("progress")) - object.progress = $root.google.cloud.bigquery.storage.v1beta2.StreamStats.Progress.toObject(message.progress, options); - return object; - }; - - /** - * Converts this StreamStats to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @instance - * @returns {Object.} JSON object - */ - StreamStats.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StreamStats - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StreamStats.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.StreamStats"; - }; - - StreamStats.Progress = (function() { - - /** - * Properties of a Progress. - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @interface IProgress - * @property {number|null} [atResponseStart] Progress atResponseStart - * @property {number|null} [atResponseEnd] Progress atResponseEnd - */ - - /** - * Constructs a new Progress. - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats - * @classdesc Represents a Progress. - * @implements IProgress - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress=} [properties] Properties to set - */ - function Progress(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Progress atResponseStart. - * @member {number} atResponseStart - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @instance - */ - Progress.prototype.atResponseStart = 0; - - /** - * Progress atResponseEnd. - * @member {number} atResponseEnd - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @instance - */ - Progress.prototype.atResponseEnd = 0; - - /** - * Creates a new Progress instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @static - * @param {google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.StreamStats.Progress} Progress instance - */ - Progress.create = function create(properties) { - return new Progress(properties); - }; - - /** - * Encodes the specified Progress message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StreamStats.Progress.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @static - * @param {google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress} message Progress message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Progress.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.atResponseStart != null && Object.hasOwnProperty.call(message, "atResponseStart")) - writer.uint32(/* id 1, wireType 1 =*/9).double(message.atResponseStart); - if (message.atResponseEnd != null && Object.hasOwnProperty.call(message, "atResponseEnd")) - writer.uint32(/* id 2, wireType 1 =*/17).double(message.atResponseEnd); - return writer; - }; - - /** - * Encodes the specified Progress message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StreamStats.Progress.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @static - * @param {google.cloud.bigquery.storage.v1beta2.StreamStats.IProgress} message Progress message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Progress.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Progress message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.StreamStats.Progress} Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Progress.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.StreamStats.Progress(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.atResponseStart = reader.double(); - break; - } - case 2: { - message.atResponseEnd = reader.double(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Progress message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.StreamStats.Progress} Progress - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Progress.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Progress message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Progress.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.atResponseStart != null && message.hasOwnProperty("atResponseStart")) - if (typeof message.atResponseStart !== "number") - return "atResponseStart: number expected"; - if (message.atResponseEnd != null && message.hasOwnProperty("atResponseEnd")) - if (typeof message.atResponseEnd !== "number") - return "atResponseEnd: number expected"; - return null; - }; - - /** - * Creates a Progress message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.StreamStats.Progress} Progress - */ - Progress.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.StreamStats.Progress) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.StreamStats.Progress(); - if (object.atResponseStart != null) - message.atResponseStart = Number(object.atResponseStart); - if (object.atResponseEnd != null) - message.atResponseEnd = Number(object.atResponseEnd); - return message; - }; - - /** - * Creates a plain object from a Progress message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @static - * @param {google.cloud.bigquery.storage.v1beta2.StreamStats.Progress} message Progress - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Progress.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.atResponseStart = 0; - object.atResponseEnd = 0; - } - if (message.atResponseStart != null && message.hasOwnProperty("atResponseStart")) - object.atResponseStart = options.json && !isFinite(message.atResponseStart) ? String(message.atResponseStart) : message.atResponseStart; - if (message.atResponseEnd != null && message.hasOwnProperty("atResponseEnd")) - object.atResponseEnd = options.json && !isFinite(message.atResponseEnd) ? String(message.atResponseEnd) : message.atResponseEnd; - return object; - }; - - /** - * Converts this Progress to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @instance - * @returns {Object.} JSON object - */ - Progress.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Progress - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.StreamStats.Progress - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Progress.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.StreamStats.Progress"; - }; - - return Progress; - })(); - - return StreamStats; - })(); - - v1beta2.ReadRowsResponse = (function() { - - /** - * Properties of a ReadRowsResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IReadRowsResponse - * @property {google.cloud.bigquery.storage.v1beta2.IAvroRows|null} [avroRows] ReadRowsResponse avroRows - * @property {google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch|null} [arrowRecordBatch] ReadRowsResponse arrowRecordBatch - * @property {number|Long|null} [rowCount] ReadRowsResponse rowCount - * @property {google.cloud.bigquery.storage.v1beta2.IStreamStats|null} [stats] ReadRowsResponse stats - * @property {google.cloud.bigquery.storage.v1beta2.IThrottleState|null} [throttleState] ReadRowsResponse throttleState - * @property {google.cloud.bigquery.storage.v1beta2.IAvroSchema|null} [avroSchema] ReadRowsResponse avroSchema - * @property {google.cloud.bigquery.storage.v1beta2.IArrowSchema|null} [arrowSchema] ReadRowsResponse arrowSchema - */ - - /** - * Constructs a new ReadRowsResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a ReadRowsResponse. - * @implements IReadRowsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsResponse=} [properties] Properties to set - */ - function ReadRowsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadRowsResponse avroRows. - * @member {google.cloud.bigquery.storage.v1beta2.IAvroRows|null|undefined} avroRows - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.avroRows = null; - - /** - * ReadRowsResponse arrowRecordBatch. - * @member {google.cloud.bigquery.storage.v1beta2.IArrowRecordBatch|null|undefined} arrowRecordBatch - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.arrowRecordBatch = null; - - /** - * ReadRowsResponse rowCount. - * @member {number|Long} rowCount - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.rowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * ReadRowsResponse stats. - * @member {google.cloud.bigquery.storage.v1beta2.IStreamStats|null|undefined} stats - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.stats = null; - - /** - * ReadRowsResponse throttleState. - * @member {google.cloud.bigquery.storage.v1beta2.IThrottleState|null|undefined} throttleState - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.throttleState = null; - - /** - * ReadRowsResponse avroSchema. - * @member {google.cloud.bigquery.storage.v1beta2.IAvroSchema|null|undefined} avroSchema - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.avroSchema = null; - - /** - * ReadRowsResponse arrowSchema. - * @member {google.cloud.bigquery.storage.v1beta2.IArrowSchema|null|undefined} arrowSchema - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - */ - ReadRowsResponse.prototype.arrowSchema = null; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * ReadRowsResponse rows. - * @member {"avroRows"|"arrowRecordBatch"|undefined} rows - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - */ - Object.defineProperty(ReadRowsResponse.prototype, "rows", { - get: $util.oneOfGetter($oneOfFields = ["avroRows", "arrowRecordBatch"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * ReadRowsResponse schema. - * @member {"avroSchema"|"arrowSchema"|undefined} schema - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - */ - Object.defineProperty(ReadRowsResponse.prototype, "schema", { - get: $util.oneOfGetter($oneOfFields = ["avroSchema", "arrowSchema"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new ReadRowsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ReadRowsResponse} ReadRowsResponse instance - */ - ReadRowsResponse.create = function create(properties) { - return new ReadRowsResponse(properties); - }; - - /** - * Encodes the specified ReadRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsResponse} message ReadRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.stats != null && Object.hasOwnProperty.call(message, "stats")) - $root.google.cloud.bigquery.storage.v1beta2.StreamStats.encode(message.stats, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.avroRows != null && Object.hasOwnProperty.call(message, "avroRows")) - $root.google.cloud.bigquery.storage.v1beta2.AvroRows.encode(message.avroRows, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.arrowRecordBatch != null && Object.hasOwnProperty.call(message, "arrowRecordBatch")) - $root.google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch.encode(message.arrowRecordBatch, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.throttleState != null && Object.hasOwnProperty.call(message, "throttleState")) - $root.google.cloud.bigquery.storage.v1beta2.ThrottleState.encode(message.throttleState, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.rowCount != null && Object.hasOwnProperty.call(message, "rowCount")) - writer.uint32(/* id 6, wireType 0 =*/48).int64(message.rowCount); - if (message.avroSchema != null && Object.hasOwnProperty.call(message, "avroSchema")) - $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.encode(message.avroSchema, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); - if (message.arrowSchema != null && Object.hasOwnProperty.call(message, "arrowSchema")) - $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.encode(message.arrowSchema, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ReadRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadRowsResponse} message ReadRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadRowsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ReadRowsResponse} ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 3: { - message.avroRows = $root.google.cloud.bigquery.storage.v1beta2.AvroRows.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - message.arrowRecordBatch = $root.google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 6: { - message.rowCount = reader.int64(); - break; - } - case 2: { - message.stats = $root.google.cloud.bigquery.storage.v1beta2.StreamStats.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.throttleState = $root.google.cloud.bigquery.storage.v1beta2.ThrottleState.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 7: { - message.avroSchema = $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 8: { - message.arrowSchema = $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadRowsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ReadRowsResponse} ReadRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadRowsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadRowsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadRowsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.avroRows != null && message.hasOwnProperty("avroRows")) { - properties.rows = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta2.AvroRows.verify(message.avroRows, long + 1); - if (error) - return "avroRows." + error; - } - } - if (message.arrowRecordBatch != null && message.hasOwnProperty("arrowRecordBatch")) { - if (properties.rows === 1) - return "rows: multiple values"; - properties.rows = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch.verify(message.arrowRecordBatch, long + 1); - if (error) - return "arrowRecordBatch." + error; - } - } - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (!$util.isInteger(message.rowCount) && !(message.rowCount && $util.isInteger(message.rowCount.low) && $util.isInteger(message.rowCount.high))) - return "rowCount: integer|Long expected"; - if (message.stats != null && message.hasOwnProperty("stats")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.StreamStats.verify(message.stats, long + 1); - if (error) - return "stats." + error; - } - if (message.throttleState != null && message.hasOwnProperty("throttleState")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ThrottleState.verify(message.throttleState, long + 1); - if (error) - return "throttleState." + error; - } - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.verify(message.avroSchema, long + 1); - if (error) - return "avroSchema." + error; - } - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - if (properties.schema === 1) - return "schema: multiple values"; - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.verify(message.arrowSchema, long + 1); - if (error) - return "arrowSchema." + error; - } - } - return null; - }; - - /** - * Creates a ReadRowsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ReadRowsResponse} ReadRowsResponse - */ - ReadRowsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse(); - if (object.avroRows != null) { - if (typeof object.avroRows !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.avroRows: object expected"); - message.avroRows = $root.google.cloud.bigquery.storage.v1beta2.AvroRows.fromObject(object.avroRows, long + 1); - } - if (object.arrowRecordBatch != null) { - if (typeof object.arrowRecordBatch !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.arrowRecordBatch: object expected"); - message.arrowRecordBatch = $root.google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch.fromObject(object.arrowRecordBatch, long + 1); - } - if (object.rowCount != null) - if ($util.Long) - (message.rowCount = $util.Long.fromValue(object.rowCount)).unsigned = false; - else if (typeof object.rowCount === "string") - message.rowCount = parseInt(object.rowCount, 10); - else if (typeof object.rowCount === "number") - message.rowCount = object.rowCount; - else if (typeof object.rowCount === "object") - message.rowCount = new $util.LongBits(object.rowCount.low >>> 0, object.rowCount.high >>> 0).toNumber(); - if (object.stats != null) { - if (typeof object.stats !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.stats: object expected"); - message.stats = $root.google.cloud.bigquery.storage.v1beta2.StreamStats.fromObject(object.stats, long + 1); - } - if (object.throttleState != null) { - if (typeof object.throttleState !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.throttleState: object expected"); - message.throttleState = $root.google.cloud.bigquery.storage.v1beta2.ThrottleState.fromObject(object.throttleState, long + 1); - } - if (object.avroSchema != null) { - if (typeof object.avroSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.avroSchema: object expected"); - message.avroSchema = $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.fromObject(object.avroSchema, long + 1); - } - if (object.arrowSchema != null) { - if (typeof object.arrowSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadRowsResponse.arrowSchema: object expected"); - message.arrowSchema = $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.fromObject(object.arrowSchema, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ReadRowsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadRowsResponse} message ReadRowsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadRowsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.stats = null; - object.throttleState = null; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.rowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.rowCount = options.longs === String ? "0" : 0; - } - if (message.stats != null && message.hasOwnProperty("stats")) - object.stats = $root.google.cloud.bigquery.storage.v1beta2.StreamStats.toObject(message.stats, options); - if (message.avroRows != null && message.hasOwnProperty("avroRows")) { - object.avroRows = $root.google.cloud.bigquery.storage.v1beta2.AvroRows.toObject(message.avroRows, options); - if (options.oneofs) - object.rows = "avroRows"; - } - if (message.arrowRecordBatch != null && message.hasOwnProperty("arrowRecordBatch")) { - object.arrowRecordBatch = $root.google.cloud.bigquery.storage.v1beta2.ArrowRecordBatch.toObject(message.arrowRecordBatch, options); - if (options.oneofs) - object.rows = "arrowRecordBatch"; - } - if (message.throttleState != null && message.hasOwnProperty("throttleState")) - object.throttleState = $root.google.cloud.bigquery.storage.v1beta2.ThrottleState.toObject(message.throttleState, options); - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (typeof message.rowCount === "number") - object.rowCount = options.longs === String ? String(message.rowCount) : message.rowCount; - else - object.rowCount = options.longs === String ? $util.Long.prototype.toString.call(message.rowCount) : options.longs === Number ? new $util.LongBits(message.rowCount.low >>> 0, message.rowCount.high >>> 0).toNumber() : message.rowCount; - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - object.avroSchema = $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.toObject(message.avroSchema, options); - if (options.oneofs) - object.schema = "avroSchema"; - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - object.arrowSchema = $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.toObject(message.arrowSchema, options); - if (options.oneofs) - object.schema = "arrowSchema"; - } - return object; - }; - - /** - * Converts this ReadRowsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @instance - * @returns {Object.} JSON object - */ - ReadRowsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadRowsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ReadRowsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadRowsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ReadRowsResponse"; - }; - - return ReadRowsResponse; - })(); - - v1beta2.SplitReadStreamRequest = (function() { - - /** - * Properties of a SplitReadStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface ISplitReadStreamRequest - * @property {string|null} [name] SplitReadStreamRequest name - * @property {number|null} [fraction] SplitReadStreamRequest fraction - */ - - /** - * Constructs a new SplitReadStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a SplitReadStreamRequest. - * @implements ISplitReadStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest=} [properties] Properties to set - */ - function SplitReadStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SplitReadStreamRequest name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @instance - */ - SplitReadStreamRequest.prototype.name = ""; - - /** - * SplitReadStreamRequest fraction. - * @member {number} fraction - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @instance - */ - SplitReadStreamRequest.prototype.fraction = 0; - - /** - * Creates a new SplitReadStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest} SplitReadStreamRequest instance - */ - SplitReadStreamRequest.create = function create(properties) { - return new SplitReadStreamRequest(properties); - }; - - /** - * Encodes the specified SplitReadStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest} message SplitReadStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.fraction != null && Object.hasOwnProperty.call(message, "fraction")) - writer.uint32(/* id 2, wireType 1 =*/17).double(message.fraction); - return writer; - }; - - /** - * Encodes the specified SplitReadStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest} message SplitReadStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest} SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.fraction = reader.double(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SplitReadStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest} SplitReadStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SplitReadStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SplitReadStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.fraction != null && message.hasOwnProperty("fraction")) - if (typeof message.fraction !== "number") - return "fraction: number expected"; - return null; - }; - - /** - * Creates a SplitReadStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest} SplitReadStreamRequest - */ - SplitReadStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest(); - if (object.name != null) - message.name = String(object.name); - if (object.fraction != null) - message.fraction = Number(object.fraction); - return message; - }; - - /** - * Creates a plain object from a SplitReadStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest} message SplitReadStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SplitReadStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.fraction = 0; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.fraction != null && message.hasOwnProperty("fraction")) - object.fraction = options.json && !isFinite(message.fraction) ? String(message.fraction) : message.fraction; - return object; - }; - - /** - * Converts this SplitReadStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @instance - * @returns {Object.} JSON object - */ - SplitReadStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SplitReadStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SplitReadStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest"; - }; - - return SplitReadStreamRequest; - })(); - - v1beta2.SplitReadStreamResponse = (function() { - - /** - * Properties of a SplitReadStreamResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface ISplitReadStreamResponse - * @property {google.cloud.bigquery.storage.v1beta2.IReadStream|null} [primaryStream] SplitReadStreamResponse primaryStream - * @property {google.cloud.bigquery.storage.v1beta2.IReadStream|null} [remainderStream] SplitReadStreamResponse remainderStream - */ - - /** - * Constructs a new SplitReadStreamResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a SplitReadStreamResponse. - * @implements ISplitReadStreamResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse=} [properties] Properties to set - */ - function SplitReadStreamResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SplitReadStreamResponse primaryStream. - * @member {google.cloud.bigquery.storage.v1beta2.IReadStream|null|undefined} primaryStream - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @instance - */ - SplitReadStreamResponse.prototype.primaryStream = null; - - /** - * SplitReadStreamResponse remainderStream. - * @member {google.cloud.bigquery.storage.v1beta2.IReadStream|null|undefined} remainderStream - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @instance - */ - SplitReadStreamResponse.prototype.remainderStream = null; - - /** - * Creates a new SplitReadStreamResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse} SplitReadStreamResponse instance - */ - SplitReadStreamResponse.create = function create(properties) { - return new SplitReadStreamResponse(properties); - }; - - /** - * Encodes the specified SplitReadStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse} message SplitReadStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.primaryStream != null && Object.hasOwnProperty.call(message, "primaryStream")) - $root.google.cloud.bigquery.storage.v1beta2.ReadStream.encode(message.primaryStream, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.remainderStream != null && Object.hasOwnProperty.call(message, "remainderStream")) - $root.google.cloud.bigquery.storage.v1beta2.ReadStream.encode(message.remainderStream, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified SplitReadStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse} message SplitReadStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SplitReadStreamResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse} SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.primaryStream = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.remainderStream = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SplitReadStreamResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse} SplitReadStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SplitReadStreamResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SplitReadStreamResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SplitReadStreamResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.primaryStream != null && message.hasOwnProperty("primaryStream")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.verify(message.primaryStream, long + 1); - if (error) - return "primaryStream." + error; - } - if (message.remainderStream != null && message.hasOwnProperty("remainderStream")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.verify(message.remainderStream, long + 1); - if (error) - return "remainderStream." + error; - } - return null; - }; - - /** - * Creates a SplitReadStreamResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse} SplitReadStreamResponse - */ - SplitReadStreamResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse(); - if (object.primaryStream != null) { - if (typeof object.primaryStream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse.primaryStream: object expected"); - message.primaryStream = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.fromObject(object.primaryStream, long + 1); - } - if (object.remainderStream != null) { - if (typeof object.remainderStream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse.remainderStream: object expected"); - message.remainderStream = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.fromObject(object.remainderStream, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a SplitReadStreamResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse} message SplitReadStreamResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SplitReadStreamResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.primaryStream = null; - object.remainderStream = null; - } - if (message.primaryStream != null && message.hasOwnProperty("primaryStream")) - object.primaryStream = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.toObject(message.primaryStream, options); - if (message.remainderStream != null && message.hasOwnProperty("remainderStream")) - object.remainderStream = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.toObject(message.remainderStream, options); - return object; - }; - - /** - * Converts this SplitReadStreamResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @instance - * @returns {Object.} JSON object - */ - SplitReadStreamResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SplitReadStreamResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SplitReadStreamResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse"; - }; - - return SplitReadStreamResponse; - })(); - - v1beta2.CreateWriteStreamRequest = (function() { - - /** - * Properties of a CreateWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface ICreateWriteStreamRequest - * @property {string|null} [parent] CreateWriteStreamRequest parent - * @property {google.cloud.bigquery.storage.v1beta2.IWriteStream|null} [writeStream] CreateWriteStreamRequest writeStream - */ - - /** - * Constructs a new CreateWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a CreateWriteStreamRequest. - * @implements ICreateWriteStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest=} [properties] Properties to set - */ - function CreateWriteStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CreateWriteStreamRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @instance - */ - CreateWriteStreamRequest.prototype.parent = ""; - - /** - * CreateWriteStreamRequest writeStream. - * @member {google.cloud.bigquery.storage.v1beta2.IWriteStream|null|undefined} writeStream - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @instance - */ - CreateWriteStreamRequest.prototype.writeStream = null; - - /** - * Creates a new CreateWriteStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest} CreateWriteStreamRequest instance - */ - CreateWriteStreamRequest.create = function create(properties) { - return new CreateWriteStreamRequest(properties); - }; - - /** - * Encodes the specified CreateWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest} message CreateWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateWriteStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.writeStream != null && Object.hasOwnProperty.call(message, "writeStream")) - $root.google.cloud.bigquery.storage.v1beta2.WriteStream.encode(message.writeStream, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified CreateWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest} message CreateWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CreateWriteStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CreateWriteStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest} CreateWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateWriteStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - message.writeStream = $root.google.cloud.bigquery.storage.v1beta2.WriteStream.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CreateWriteStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest} CreateWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CreateWriteStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CreateWriteStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CreateWriteStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.writeStream != null && message.hasOwnProperty("writeStream")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.WriteStream.verify(message.writeStream, long + 1); - if (error) - return "writeStream." + error; - } - return null; - }; - - /** - * Creates a CreateWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest} CreateWriteStreamRequest - */ - CreateWriteStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.writeStream != null) { - if (typeof object.writeStream !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest.writeStream: object expected"); - message.writeStream = $root.google.cloud.bigquery.storage.v1beta2.WriteStream.fromObject(object.writeStream, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a CreateWriteStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest} message CreateWriteStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CreateWriteStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.parent = ""; - object.writeStream = null; - } - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - object.writeStream = $root.google.cloud.bigquery.storage.v1beta2.WriteStream.toObject(message.writeStream, options); - return object; - }; - - /** - * Converts this CreateWriteStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @instance - * @returns {Object.} JSON object - */ - CreateWriteStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CreateWriteStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CreateWriteStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.CreateWriteStreamRequest"; - }; - - return CreateWriteStreamRequest; - })(); - - v1beta2.AppendRowsRequest = (function() { - - /** - * Properties of an AppendRowsRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IAppendRowsRequest - * @property {string|null} [writeStream] AppendRowsRequest writeStream - * @property {google.protobuf.IInt64Value|null} [offset] AppendRowsRequest offset - * @property {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData|null} [protoRows] AppendRowsRequest protoRows - * @property {string|null} [traceId] AppendRowsRequest traceId - */ - - /** - * Constructs a new AppendRowsRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents an AppendRowsRequest. - * @implements IAppendRowsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest=} [properties] Properties to set - */ - function AppendRowsRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AppendRowsRequest writeStream. - * @member {string} writeStream - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.writeStream = ""; - - /** - * AppendRowsRequest offset. - * @member {google.protobuf.IInt64Value|null|undefined} offset - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.offset = null; - - /** - * AppendRowsRequest protoRows. - * @member {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData|null|undefined} protoRows - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.protoRows = null; - - /** - * AppendRowsRequest traceId. - * @member {string} traceId - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @instance - */ - AppendRowsRequest.prototype.traceId = ""; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * AppendRowsRequest rows. - * @member {"protoRows"|undefined} rows - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @instance - */ - Object.defineProperty(AppendRowsRequest.prototype, "rows", { - get: $util.oneOfGetter($oneOfFields = ["protoRows"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new AppendRowsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest} AppendRowsRequest instance - */ - AppendRowsRequest.create = function create(properties) { - return new AppendRowsRequest(properties); - }; - - /** - * Encodes the specified AppendRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest} message AppendRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendRowsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.writeStream != null && Object.hasOwnProperty.call(message, "writeStream")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.writeStream); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - $root.google.protobuf.Int64Value.encode(message.offset, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.protoRows != null && Object.hasOwnProperty.call(message, "protoRows")) - $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.encode(message.protoRows, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.traceId != null && Object.hasOwnProperty.call(message, "traceId")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.traceId); - return writer; - }; - - /** - * Encodes the specified AppendRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsRequest} message AppendRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendRowsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AppendRowsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest} AppendRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendRowsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.writeStream = reader.string(); - break; - } - case 2: { - message.offset = $root.google.protobuf.Int64Value.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - message.protoRows = $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 6: { - message.traceId = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AppendRowsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest} AppendRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendRowsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AppendRowsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AppendRowsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - if (!$util.isString(message.writeStream)) - return "writeStream: string expected"; - if (message.offset != null && message.hasOwnProperty("offset")) { - var error = $root.google.protobuf.Int64Value.verify(message.offset, long + 1); - if (error) - return "offset." + error; - } - if (message.protoRows != null && message.hasOwnProperty("protoRows")) { - properties.rows = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.verify(message.protoRows, long + 1); - if (error) - return "protoRows." + error; - } - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - if (!$util.isString(message.traceId)) - return "traceId: string expected"; - return null; - }; - - /** - * Creates an AppendRowsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest} AppendRowsRequest - */ - AppendRowsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest(); - if (object.writeStream != null) - message.writeStream = String(object.writeStream); - if (object.offset != null) { - if (typeof object.offset !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.offset: object expected"); - message.offset = $root.google.protobuf.Int64Value.fromObject(object.offset, long + 1); - } - if (object.protoRows != null) { - if (typeof object.protoRows !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.protoRows: object expected"); - message.protoRows = $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.fromObject(object.protoRows, long + 1); - } - if (object.traceId != null) - message.traceId = String(object.traceId); - return message; - }; - - /** - * Creates a plain object from an AppendRowsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest} message AppendRowsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AppendRowsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.writeStream = ""; - object.offset = null; - object.traceId = ""; - } - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - object.writeStream = message.writeStream; - if (message.offset != null && message.hasOwnProperty("offset")) - object.offset = $root.google.protobuf.Int64Value.toObject(message.offset, options); - if (message.protoRows != null && message.hasOwnProperty("protoRows")) { - object.protoRows = $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.toObject(message.protoRows, options); - if (options.oneofs) - object.rows = "protoRows"; - } - if (message.traceId != null && message.hasOwnProperty("traceId")) - object.traceId = message.traceId; - return object; - }; - - /** - * Converts this AppendRowsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @instance - * @returns {Object.} JSON object - */ - AppendRowsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AppendRowsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AppendRowsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.AppendRowsRequest"; - }; - - AppendRowsRequest.ProtoData = (function() { - - /** - * Properties of a ProtoData. - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @interface IProtoData - * @property {google.cloud.bigquery.storage.v1beta2.IProtoSchema|null} [writerSchema] ProtoData writerSchema - * @property {google.cloud.bigquery.storage.v1beta2.IProtoRows|null} [rows] ProtoData rows - */ - - /** - * Constructs a new ProtoData. - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest - * @classdesc Represents a ProtoData. - * @implements IProtoData - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData=} [properties] Properties to set - */ - function ProtoData(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ProtoData writerSchema. - * @member {google.cloud.bigquery.storage.v1beta2.IProtoSchema|null|undefined} writerSchema - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @instance - */ - ProtoData.prototype.writerSchema = null; - - /** - * ProtoData rows. - * @member {google.cloud.bigquery.storage.v1beta2.IProtoRows|null|undefined} rows - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @instance - */ - ProtoData.prototype.rows = null; - - /** - * Creates a new ProtoData instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData} ProtoData instance - */ - ProtoData.create = function create(properties) { - return new ProtoData(properties); - }; - - /** - * Encodes the specified ProtoData message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData} message ProtoData message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoData.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.writerSchema != null && Object.hasOwnProperty.call(message, "writerSchema")) - $root.google.cloud.bigquery.storage.v1beta2.ProtoSchema.encode(message.writerSchema, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.rows != null && Object.hasOwnProperty.call(message, "rows")) - $root.google.cloud.bigquery.storage.v1beta2.ProtoRows.encode(message.rows, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ProtoData message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.IProtoData} message ProtoData message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ProtoData.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ProtoData message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData} ProtoData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoData.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.writerSchema = $root.google.cloud.bigquery.storage.v1beta2.ProtoSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.rows = $root.google.cloud.bigquery.storage.v1beta2.ProtoRows.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ProtoData message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData} ProtoData - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ProtoData.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ProtoData message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ProtoData.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.writerSchema != null && message.hasOwnProperty("writerSchema")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ProtoSchema.verify(message.writerSchema, long + 1); - if (error) - return "writerSchema." + error; - } - if (message.rows != null && message.hasOwnProperty("rows")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ProtoRows.verify(message.rows, long + 1); - if (error) - return "rows." + error; - } - return null; - }; - - /** - * Creates a ProtoData message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData} ProtoData - */ - ProtoData.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData(); - if (object.writerSchema != null) { - if (typeof object.writerSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.writerSchema: object expected"); - message.writerSchema = $root.google.cloud.bigquery.storage.v1beta2.ProtoSchema.fromObject(object.writerSchema, long + 1); - } - if (object.rows != null) { - if (typeof object.rows !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData.rows: object expected"); - message.rows = $root.google.cloud.bigquery.storage.v1beta2.ProtoRows.fromObject(object.rows, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ProtoData message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData} message ProtoData - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ProtoData.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.writerSchema = null; - object.rows = null; - } - if (message.writerSchema != null && message.hasOwnProperty("writerSchema")) - object.writerSchema = $root.google.cloud.bigquery.storage.v1beta2.ProtoSchema.toObject(message.writerSchema, options); - if (message.rows != null && message.hasOwnProperty("rows")) - object.rows = $root.google.cloud.bigquery.storage.v1beta2.ProtoRows.toObject(message.rows, options); - return object; - }; - - /** - * Converts this ProtoData to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @instance - * @returns {Object.} JSON object - */ - ProtoData.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ProtoData - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ProtoData.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.ProtoData"; - }; - - return ProtoData; - })(); - - return AppendRowsRequest; - })(); - - v1beta2.AppendRowsResponse = (function() { - - /** - * Properties of an AppendRowsResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IAppendRowsResponse - * @property {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult|null} [appendResult] AppendRowsResponse appendResult - * @property {google.rpc.IStatus|null} [error] AppendRowsResponse error - * @property {google.cloud.bigquery.storage.v1beta2.ITableSchema|null} [updatedSchema] AppendRowsResponse updatedSchema - */ - - /** - * Constructs a new AppendRowsResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents an AppendRowsResponse. - * @implements IAppendRowsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsResponse=} [properties] Properties to set - */ - function AppendRowsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AppendRowsResponse appendResult. - * @member {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult|null|undefined} appendResult - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @instance - */ - AppendRowsResponse.prototype.appendResult = null; - - /** - * AppendRowsResponse error. - * @member {google.rpc.IStatus|null|undefined} error - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @instance - */ - AppendRowsResponse.prototype.error = null; - - /** - * AppendRowsResponse updatedSchema. - * @member {google.cloud.bigquery.storage.v1beta2.ITableSchema|null|undefined} updatedSchema - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @instance - */ - AppendRowsResponse.prototype.updatedSchema = null; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * AppendRowsResponse response. - * @member {"appendResult"|"error"|undefined} response - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @instance - */ - Object.defineProperty(AppendRowsResponse.prototype, "response", { - get: $util.oneOfGetter($oneOfFields = ["appendResult", "error"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new AppendRowsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse} AppendRowsResponse instance - */ - AppendRowsResponse.create = function create(properties) { - return new AppendRowsResponse(properties); - }; - - /** - * Encodes the specified AppendRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsResponse} message AppendRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendRowsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.appendResult != null && Object.hasOwnProperty.call(message, "appendResult")) - $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.encode(message.appendResult, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.error != null && Object.hasOwnProperty.call(message, "error")) - $root.google.rpc.Status.encode(message.error, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.updatedSchema != null && Object.hasOwnProperty.call(message, "updatedSchema")) - $root.google.cloud.bigquery.storage.v1beta2.TableSchema.encode(message.updatedSchema, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified AppendRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IAppendRowsResponse} message AppendRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendRowsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AppendRowsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse} AppendRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendRowsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.appendResult = $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.error = $root.google.rpc.Status.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.updatedSchema = $root.google.cloud.bigquery.storage.v1beta2.TableSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AppendRowsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse} AppendRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendRowsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AppendRowsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AppendRowsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.appendResult != null && message.hasOwnProperty("appendResult")) { - properties.response = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.verify(message.appendResult, long + 1); - if (error) - return "appendResult." + error; - } - } - if (message.error != null && message.hasOwnProperty("error")) { - if (properties.response === 1) - return "response: multiple values"; - properties.response = 1; - { - var error = $root.google.rpc.Status.verify(message.error, long + 1); - if (error) - return "error." + error; - } - } - if (message.updatedSchema != null && message.hasOwnProperty("updatedSchema")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.TableSchema.verify(message.updatedSchema, long + 1); - if (error) - return "updatedSchema." + error; - } - return null; - }; - - /** - * Creates an AppendRowsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse} AppendRowsResponse - */ - AppendRowsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse(); - if (object.appendResult != null) { - if (typeof object.appendResult !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.appendResult: object expected"); - message.appendResult = $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.fromObject(object.appendResult, long + 1); - } - if (object.error != null) { - if (typeof object.error !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.error: object expected"); - message.error = $root.google.rpc.Status.fromObject(object.error, long + 1); - } - if (object.updatedSchema != null) { - if (typeof object.updatedSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.updatedSchema: object expected"); - message.updatedSchema = $root.google.cloud.bigquery.storage.v1beta2.TableSchema.fromObject(object.updatedSchema, long + 1); - } - return message; - }; - - /** - * Creates a plain object from an AppendRowsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse} message AppendRowsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AppendRowsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.updatedSchema = null; - if (message.appendResult != null && message.hasOwnProperty("appendResult")) { - object.appendResult = $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.toObject(message.appendResult, options); - if (options.oneofs) - object.response = "appendResult"; - } - if (message.error != null && message.hasOwnProperty("error")) { - object.error = $root.google.rpc.Status.toObject(message.error, options); - if (options.oneofs) - object.response = "error"; - } - if (message.updatedSchema != null && message.hasOwnProperty("updatedSchema")) - object.updatedSchema = $root.google.cloud.bigquery.storage.v1beta2.TableSchema.toObject(message.updatedSchema, options); - return object; - }; - - /** - * Converts this AppendRowsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @instance - * @returns {Object.} JSON object - */ - AppendRowsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AppendRowsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AppendRowsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.AppendRowsResponse"; - }; - - AppendRowsResponse.AppendResult = (function() { - - /** - * Properties of an AppendResult. - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @interface IAppendResult - * @property {google.protobuf.IInt64Value|null} [offset] AppendResult offset - */ - - /** - * Constructs a new AppendResult. - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse - * @classdesc Represents an AppendResult. - * @implements IAppendResult - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult=} [properties] Properties to set - */ - function AppendResult(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * AppendResult offset. - * @member {google.protobuf.IInt64Value|null|undefined} offset - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @instance - */ - AppendResult.prototype.offset = null; - - /** - * Creates a new AppendResult instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult} AppendResult instance - */ - AppendResult.create = function create(properties) { - return new AppendResult(properties); - }; - - /** - * Encodes the specified AppendResult message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult} message AppendResult message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendResult.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - $root.google.protobuf.Int64Value.encode(message.offset, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified AppendResult message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.IAppendResult} message AppendResult message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - AppendResult.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an AppendResult message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult} AppendResult - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendResult.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.offset = $root.google.protobuf.Int64Value.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an AppendResult message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult} AppendResult - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - AppendResult.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an AppendResult message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - AppendResult.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.offset != null && message.hasOwnProperty("offset")) { - var error = $root.google.protobuf.Int64Value.verify(message.offset, long + 1); - if (error) - return "offset." + error; - } - return null; - }; - - /** - * Creates an AppendResult message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult} AppendResult - */ - AppendResult.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult(); - if (object.offset != null) { - if (typeof object.offset !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult.offset: object expected"); - message.offset = $root.google.protobuf.Int64Value.fromObject(object.offset, long + 1); - } - return message; - }; - - /** - * Creates a plain object from an AppendResult message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @static - * @param {google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult} message AppendResult - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - AppendResult.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.offset = null; - if (message.offset != null && message.hasOwnProperty("offset")) - object.offset = $root.google.protobuf.Int64Value.toObject(message.offset, options); - return object; - }; - - /** - * Converts this AppendResult to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @instance - * @returns {Object.} JSON object - */ - AppendResult.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for AppendResult - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - AppendResult.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.AppendRowsResponse.AppendResult"; - }; - - return AppendResult; - })(); - - return AppendRowsResponse; - })(); - - v1beta2.GetWriteStreamRequest = (function() { - - /** - * Properties of a GetWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IGetWriteStreamRequest - * @property {string|null} [name] GetWriteStreamRequest name - */ - - /** - * Constructs a new GetWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a GetWriteStreamRequest. - * @implements IGetWriteStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest=} [properties] Properties to set - */ - function GetWriteStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * GetWriteStreamRequest name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @instance - */ - GetWriteStreamRequest.prototype.name = ""; - - /** - * Creates a new GetWriteStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest} GetWriteStreamRequest instance - */ - GetWriteStreamRequest.create = function create(properties) { - return new GetWriteStreamRequest(properties); - }; - - /** - * Encodes the specified GetWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest} message GetWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - GetWriteStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - return writer; - }; - - /** - * Encodes the specified GetWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest} message GetWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - GetWriteStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a GetWriteStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest} GetWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - GetWriteStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a GetWriteStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest} GetWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - GetWriteStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a GetWriteStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - GetWriteStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - return null; - }; - - /** - * Creates a GetWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest} GetWriteStreamRequest - */ - GetWriteStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest(); - if (object.name != null) - message.name = String(object.name); - return message; - }; - - /** - * Creates a plain object from a GetWriteStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest} message GetWriteStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - GetWriteStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.name = ""; - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - return object; - }; - - /** - * Converts this GetWriteStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @instance - * @returns {Object.} JSON object - */ - GetWriteStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for GetWriteStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - GetWriteStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.GetWriteStreamRequest"; - }; - - return GetWriteStreamRequest; - })(); - - v1beta2.BatchCommitWriteStreamsRequest = (function() { - - /** - * Properties of a BatchCommitWriteStreamsRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IBatchCommitWriteStreamsRequest - * @property {string|null} [parent] BatchCommitWriteStreamsRequest parent - * @property {Array.|null} [writeStreams] BatchCommitWriteStreamsRequest writeStreams - */ - - /** - * Constructs a new BatchCommitWriteStreamsRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a BatchCommitWriteStreamsRequest. - * @implements IBatchCommitWriteStreamsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest=} [properties] Properties to set - */ - function BatchCommitWriteStreamsRequest(properties) { - this.writeStreams = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCommitWriteStreamsRequest parent. - * @member {string} parent - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @instance - */ - BatchCommitWriteStreamsRequest.prototype.parent = ""; - - /** - * BatchCommitWriteStreamsRequest writeStreams. - * @member {Array.} writeStreams - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @instance - */ - BatchCommitWriteStreamsRequest.prototype.writeStreams = $util.emptyArray; - - /** - * Creates a new BatchCommitWriteStreamsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest} BatchCommitWriteStreamsRequest instance - */ - BatchCommitWriteStreamsRequest.create = function create(properties) { - return new BatchCommitWriteStreamsRequest(properties); - }; - - /** - * Encodes the specified BatchCommitWriteStreamsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest} message BatchCommitWriteStreamsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCommitWriteStreamsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.parent != null && Object.hasOwnProperty.call(message, "parent")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.parent); - if (message.writeStreams != null && message.writeStreams.length) - for (var i = 0; i < message.writeStreams.length; ++i) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.writeStreams[i]); - return writer; - }; - - /** - * Encodes the specified BatchCommitWriteStreamsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest} message BatchCommitWriteStreamsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCommitWriteStreamsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCommitWriteStreamsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest} BatchCommitWriteStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCommitWriteStreamsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.parent = reader.string(); - break; - } - case 2: { - if (!(message.writeStreams && message.writeStreams.length)) - message.writeStreams = []; - message.writeStreams.push(reader.string()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCommitWriteStreamsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest} BatchCommitWriteStreamsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCommitWriteStreamsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCommitWriteStreamsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCommitWriteStreamsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.parent != null && message.hasOwnProperty("parent")) - if (!$util.isString(message.parent)) - return "parent: string expected"; - if (message.writeStreams != null && message.hasOwnProperty("writeStreams")) { - if (!Array.isArray(message.writeStreams)) - return "writeStreams: array expected"; - for (var i = 0; i < message.writeStreams.length; ++i) - if (!$util.isString(message.writeStreams[i])) - return "writeStreams: string[] expected"; - } - return null; - }; - - /** - * Creates a BatchCommitWriteStreamsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest} BatchCommitWriteStreamsRequest - */ - BatchCommitWriteStreamsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest(); - if (object.parent != null) - message.parent = String(object.parent); - if (object.writeStreams) { - if (!Array.isArray(object.writeStreams)) - throw TypeError(".google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest.writeStreams: array expected"); - message.writeStreams = []; - for (var i = 0; i < object.writeStreams.length; ++i) - message.writeStreams[i] = String(object.writeStreams[i]); - } - return message; - }; - - /** - * Creates a plain object from a BatchCommitWriteStreamsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest} message BatchCommitWriteStreamsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCommitWriteStreamsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.writeStreams = []; - if (options.defaults) - object.parent = ""; - if (message.parent != null && message.hasOwnProperty("parent")) - object.parent = message.parent; - if (message.writeStreams && message.writeStreams.length) { - object.writeStreams = []; - for (var j = 0; j < message.writeStreams.length; ++j) - object.writeStreams[j] = message.writeStreams[j]; - } - return object; - }; - - /** - * Converts this BatchCommitWriteStreamsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @instance - * @returns {Object.} JSON object - */ - BatchCommitWriteStreamsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCommitWriteStreamsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCommitWriteStreamsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsRequest"; - }; - - return BatchCommitWriteStreamsRequest; - })(); - - v1beta2.BatchCommitWriteStreamsResponse = (function() { - - /** - * Properties of a BatchCommitWriteStreamsResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IBatchCommitWriteStreamsResponse - * @property {google.protobuf.ITimestamp|null} [commitTime] BatchCommitWriteStreamsResponse commitTime - * @property {Array.|null} [streamErrors] BatchCommitWriteStreamsResponse streamErrors - */ - - /** - * Constructs a new BatchCommitWriteStreamsResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a BatchCommitWriteStreamsResponse. - * @implements IBatchCommitWriteStreamsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse=} [properties] Properties to set - */ - function BatchCommitWriteStreamsResponse(properties) { - this.streamErrors = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BatchCommitWriteStreamsResponse commitTime. - * @member {google.protobuf.ITimestamp|null|undefined} commitTime - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @instance - */ - BatchCommitWriteStreamsResponse.prototype.commitTime = null; - - /** - * BatchCommitWriteStreamsResponse streamErrors. - * @member {Array.} streamErrors - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @instance - */ - BatchCommitWriteStreamsResponse.prototype.streamErrors = $util.emptyArray; - - /** - * Creates a new BatchCommitWriteStreamsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse} BatchCommitWriteStreamsResponse instance - */ - BatchCommitWriteStreamsResponse.create = function create(properties) { - return new BatchCommitWriteStreamsResponse(properties); - }; - - /** - * Encodes the specified BatchCommitWriteStreamsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse} message BatchCommitWriteStreamsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCommitWriteStreamsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.commitTime != null && Object.hasOwnProperty.call(message, "commitTime")) - $root.google.protobuf.Timestamp.encode(message.commitTime, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.streamErrors != null && message.streamErrors.length) - for (var i = 0; i < message.streamErrors.length; ++i) - $root.google.cloud.bigquery.storage.v1beta2.StorageError.encode(message.streamErrors[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified BatchCommitWriteStreamsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse} message BatchCommitWriteStreamsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BatchCommitWriteStreamsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BatchCommitWriteStreamsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse} BatchCommitWriteStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCommitWriteStreamsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.commitTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - if (!(message.streamErrors && message.streamErrors.length)) - message.streamErrors = []; - message.streamErrors.push($root.google.cloud.bigquery.storage.v1beta2.StorageError.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BatchCommitWriteStreamsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse} BatchCommitWriteStreamsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BatchCommitWriteStreamsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BatchCommitWriteStreamsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BatchCommitWriteStreamsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.commitTime != null && message.hasOwnProperty("commitTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.commitTime, long + 1); - if (error) - return "commitTime." + error; - } - if (message.streamErrors != null && message.hasOwnProperty("streamErrors")) { - if (!Array.isArray(message.streamErrors)) - return "streamErrors: array expected"; - for (var i = 0; i < message.streamErrors.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta2.StorageError.verify(message.streamErrors[i], long + 1); - if (error) - return "streamErrors." + error; - } - } - return null; - }; - - /** - * Creates a BatchCommitWriteStreamsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse} BatchCommitWriteStreamsResponse - */ - BatchCommitWriteStreamsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse(); - if (object.commitTime != null) { - if (typeof object.commitTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse.commitTime: object expected"); - message.commitTime = $root.google.protobuf.Timestamp.fromObject(object.commitTime, long + 1); - } - if (object.streamErrors) { - if (!Array.isArray(object.streamErrors)) - throw TypeError(".google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse.streamErrors: array expected"); - message.streamErrors = []; - for (var i = 0; i < object.streamErrors.length; ++i) { - if (typeof object.streamErrors[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse.streamErrors: object expected"); - message.streamErrors[i] = $root.google.cloud.bigquery.storage.v1beta2.StorageError.fromObject(object.streamErrors[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a BatchCommitWriteStreamsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse} message BatchCommitWriteStreamsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BatchCommitWriteStreamsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.streamErrors = []; - if (options.defaults) - object.commitTime = null; - if (message.commitTime != null && message.hasOwnProperty("commitTime")) - object.commitTime = $root.google.protobuf.Timestamp.toObject(message.commitTime, options); - if (message.streamErrors && message.streamErrors.length) { - object.streamErrors = []; - for (var j = 0; j < message.streamErrors.length; ++j) - object.streamErrors[j] = $root.google.cloud.bigquery.storage.v1beta2.StorageError.toObject(message.streamErrors[j], options); - } - return object; - }; - - /** - * Converts this BatchCommitWriteStreamsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @instance - * @returns {Object.} JSON object - */ - BatchCommitWriteStreamsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BatchCommitWriteStreamsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BatchCommitWriteStreamsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse"; - }; - - return BatchCommitWriteStreamsResponse; - })(); - - v1beta2.FinalizeWriteStreamRequest = (function() { - - /** - * Properties of a FinalizeWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IFinalizeWriteStreamRequest - * @property {string|null} [name] FinalizeWriteStreamRequest name - */ - - /** - * Constructs a new FinalizeWriteStreamRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a FinalizeWriteStreamRequest. - * @implements IFinalizeWriteStreamRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest=} [properties] Properties to set - */ - function FinalizeWriteStreamRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FinalizeWriteStreamRequest name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @instance - */ - FinalizeWriteStreamRequest.prototype.name = ""; - - /** - * Creates a new FinalizeWriteStreamRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest} FinalizeWriteStreamRequest instance - */ - FinalizeWriteStreamRequest.create = function create(properties) { - return new FinalizeWriteStreamRequest(properties); - }; - - /** - * Encodes the specified FinalizeWriteStreamRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest} message FinalizeWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeWriteStreamRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - return writer; - }; - - /** - * Encodes the specified FinalizeWriteStreamRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest} message FinalizeWriteStreamRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeWriteStreamRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FinalizeWriteStreamRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest} FinalizeWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeWriteStreamRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FinalizeWriteStreamRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest} FinalizeWriteStreamRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeWriteStreamRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FinalizeWriteStreamRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FinalizeWriteStreamRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - return null; - }; - - /** - * Creates a FinalizeWriteStreamRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest} FinalizeWriteStreamRequest - */ - FinalizeWriteStreamRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest(); - if (object.name != null) - message.name = String(object.name); - return message; - }; - - /** - * Creates a plain object from a FinalizeWriteStreamRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest} message FinalizeWriteStreamRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FinalizeWriteStreamRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.name = ""; - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - return object; - }; - - /** - * Converts this FinalizeWriteStreamRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @instance - * @returns {Object.} JSON object - */ - FinalizeWriteStreamRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FinalizeWriteStreamRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FinalizeWriteStreamRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamRequest"; - }; - - return FinalizeWriteStreamRequest; - })(); - - v1beta2.FinalizeWriteStreamResponse = (function() { - - /** - * Properties of a FinalizeWriteStreamResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IFinalizeWriteStreamResponse - * @property {number|Long|null} [rowCount] FinalizeWriteStreamResponse rowCount - */ - - /** - * Constructs a new FinalizeWriteStreamResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a FinalizeWriteStreamResponse. - * @implements IFinalizeWriteStreamResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse=} [properties] Properties to set - */ - function FinalizeWriteStreamResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FinalizeWriteStreamResponse rowCount. - * @member {number|Long} rowCount - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @instance - */ - FinalizeWriteStreamResponse.prototype.rowCount = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new FinalizeWriteStreamResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse} FinalizeWriteStreamResponse instance - */ - FinalizeWriteStreamResponse.create = function create(properties) { - return new FinalizeWriteStreamResponse(properties); - }; - - /** - * Encodes the specified FinalizeWriteStreamResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse} message FinalizeWriteStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeWriteStreamResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.rowCount != null && Object.hasOwnProperty.call(message, "rowCount")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.rowCount); - return writer; - }; - - /** - * Encodes the specified FinalizeWriteStreamResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse} message FinalizeWriteStreamResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FinalizeWriteStreamResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FinalizeWriteStreamResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse} FinalizeWriteStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeWriteStreamResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.rowCount = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FinalizeWriteStreamResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse} FinalizeWriteStreamResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FinalizeWriteStreamResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FinalizeWriteStreamResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FinalizeWriteStreamResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (!$util.isInteger(message.rowCount) && !(message.rowCount && $util.isInteger(message.rowCount.low) && $util.isInteger(message.rowCount.high))) - return "rowCount: integer|Long expected"; - return null; - }; - - /** - * Creates a FinalizeWriteStreamResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse} FinalizeWriteStreamResponse - */ - FinalizeWriteStreamResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse(); - if (object.rowCount != null) - if ($util.Long) - (message.rowCount = $util.Long.fromValue(object.rowCount)).unsigned = false; - else if (typeof object.rowCount === "string") - message.rowCount = parseInt(object.rowCount, 10); - else if (typeof object.rowCount === "number") - message.rowCount = object.rowCount; - else if (typeof object.rowCount === "object") - message.rowCount = new $util.LongBits(object.rowCount.low >>> 0, object.rowCount.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a FinalizeWriteStreamResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse} message FinalizeWriteStreamResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FinalizeWriteStreamResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.rowCount = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.rowCount = options.longs === String ? "0" : 0; - if (message.rowCount != null && message.hasOwnProperty("rowCount")) - if (typeof message.rowCount === "number") - object.rowCount = options.longs === String ? String(message.rowCount) : message.rowCount; - else - object.rowCount = options.longs === String ? $util.Long.prototype.toString.call(message.rowCount) : options.longs === Number ? new $util.LongBits(message.rowCount.low >>> 0, message.rowCount.high >>> 0).toNumber() : message.rowCount; - return object; - }; - - /** - * Converts this FinalizeWriteStreamResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @instance - * @returns {Object.} JSON object - */ - FinalizeWriteStreamResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FinalizeWriteStreamResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FinalizeWriteStreamResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse"; - }; - - return FinalizeWriteStreamResponse; - })(); - - v1beta2.FlushRowsRequest = (function() { - - /** - * Properties of a FlushRowsRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IFlushRowsRequest - * @property {string|null} [writeStream] FlushRowsRequest writeStream - * @property {google.protobuf.IInt64Value|null} [offset] FlushRowsRequest offset - */ - - /** - * Constructs a new FlushRowsRequest. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a FlushRowsRequest. - * @implements IFlushRowsRequest - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest=} [properties] Properties to set - */ - function FlushRowsRequest(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FlushRowsRequest writeStream. - * @member {string} writeStream - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @instance - */ - FlushRowsRequest.prototype.writeStream = ""; - - /** - * FlushRowsRequest offset. - * @member {google.protobuf.IInt64Value|null|undefined} offset - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @instance - */ - FlushRowsRequest.prototype.offset = null; - - /** - * Creates a new FlushRowsRequest instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.FlushRowsRequest} FlushRowsRequest instance - */ - FlushRowsRequest.create = function create(properties) { - return new FlushRowsRequest(properties); - }; - - /** - * Encodes the specified FlushRowsRequest message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FlushRowsRequest.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest} message FlushRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FlushRowsRequest.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.writeStream != null && Object.hasOwnProperty.call(message, "writeStream")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.writeStream); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - $root.google.protobuf.Int64Value.encode(message.offset, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified FlushRowsRequest message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FlushRowsRequest.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest} message FlushRowsRequest message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FlushRowsRequest.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FlushRowsRequest message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.FlushRowsRequest} FlushRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FlushRowsRequest.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.FlushRowsRequest(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.writeStream = reader.string(); - break; - } - case 2: { - message.offset = $root.google.protobuf.Int64Value.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FlushRowsRequest message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.FlushRowsRequest} FlushRowsRequest - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FlushRowsRequest.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FlushRowsRequest message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FlushRowsRequest.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - if (!$util.isString(message.writeStream)) - return "writeStream: string expected"; - if (message.offset != null && message.hasOwnProperty("offset")) { - var error = $root.google.protobuf.Int64Value.verify(message.offset, long + 1); - if (error) - return "offset." + error; - } - return null; - }; - - /** - * Creates a FlushRowsRequest message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.FlushRowsRequest} FlushRowsRequest - */ - FlushRowsRequest.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.FlushRowsRequest) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.FlushRowsRequest(); - if (object.writeStream != null) - message.writeStream = String(object.writeStream); - if (object.offset != null) { - if (typeof object.offset !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.FlushRowsRequest.offset: object expected"); - message.offset = $root.google.protobuf.Int64Value.fromObject(object.offset, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a FlushRowsRequest message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @static - * @param {google.cloud.bigquery.storage.v1beta2.FlushRowsRequest} message FlushRowsRequest - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FlushRowsRequest.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.writeStream = ""; - object.offset = null; - } - if (message.writeStream != null && message.hasOwnProperty("writeStream")) - object.writeStream = message.writeStream; - if (message.offset != null && message.hasOwnProperty("offset")) - object.offset = $root.google.protobuf.Int64Value.toObject(message.offset, options); - return object; - }; - - /** - * Converts this FlushRowsRequest to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @instance - * @returns {Object.} JSON object - */ - FlushRowsRequest.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FlushRowsRequest - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsRequest - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FlushRowsRequest.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.FlushRowsRequest"; - }; - - return FlushRowsRequest; - })(); - - v1beta2.FlushRowsResponse = (function() { - - /** - * Properties of a FlushRowsResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IFlushRowsResponse - * @property {number|Long|null} [offset] FlushRowsResponse offset - */ - - /** - * Constructs a new FlushRowsResponse. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a FlushRowsResponse. - * @implements IFlushRowsResponse - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse=} [properties] Properties to set - */ - function FlushRowsResponse(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FlushRowsResponse offset. - * @member {number|Long} offset - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @instance - */ - FlushRowsResponse.prototype.offset = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new FlushRowsResponse instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.FlushRowsResponse} FlushRowsResponse instance - */ - FlushRowsResponse.create = function create(properties) { - return new FlushRowsResponse(properties); - }; - - /** - * Encodes the specified FlushRowsResponse message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FlushRowsResponse.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse} message FlushRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FlushRowsResponse.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.offset != null && Object.hasOwnProperty.call(message, "offset")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.offset); - return writer; - }; - - /** - * Encodes the specified FlushRowsResponse message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.FlushRowsResponse.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse} message FlushRowsResponse message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FlushRowsResponse.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FlushRowsResponse message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.FlushRowsResponse} FlushRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FlushRowsResponse.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.FlushRowsResponse(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.offset = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FlushRowsResponse message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.FlushRowsResponse} FlushRowsResponse - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FlushRowsResponse.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FlushRowsResponse message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FlushRowsResponse.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.offset != null && message.hasOwnProperty("offset")) - if (!$util.isInteger(message.offset) && !(message.offset && $util.isInteger(message.offset.low) && $util.isInteger(message.offset.high))) - return "offset: integer|Long expected"; - return null; - }; - - /** - * Creates a FlushRowsResponse message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.FlushRowsResponse} FlushRowsResponse - */ - FlushRowsResponse.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.FlushRowsResponse) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.FlushRowsResponse(); - if (object.offset != null) - if ($util.Long) - (message.offset = $util.Long.fromValue(object.offset)).unsigned = false; - else if (typeof object.offset === "string") - message.offset = parseInt(object.offset, 10); - else if (typeof object.offset === "number") - message.offset = object.offset; - else if (typeof object.offset === "object") - message.offset = new $util.LongBits(object.offset.low >>> 0, object.offset.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from a FlushRowsResponse message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @static - * @param {google.cloud.bigquery.storage.v1beta2.FlushRowsResponse} message FlushRowsResponse - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FlushRowsResponse.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.offset = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.offset = options.longs === String ? "0" : 0; - if (message.offset != null && message.hasOwnProperty("offset")) - if (typeof message.offset === "number") - object.offset = options.longs === String ? String(message.offset) : message.offset; - else - object.offset = options.longs === String ? $util.Long.prototype.toString.call(message.offset) : options.longs === Number ? new $util.LongBits(message.offset.low >>> 0, message.offset.high >>> 0).toNumber() : message.offset; - return object; - }; - - /** - * Converts this FlushRowsResponse to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @instance - * @returns {Object.} JSON object - */ - FlushRowsResponse.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FlushRowsResponse - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.FlushRowsResponse - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FlushRowsResponse.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.FlushRowsResponse"; - }; - - return FlushRowsResponse; - })(); - - v1beta2.StorageError = (function() { - - /** - * Properties of a StorageError. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IStorageError - * @property {google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode|null} [code] StorageError code - * @property {string|null} [entity] StorageError entity - * @property {string|null} [errorMessage] StorageError errorMessage - */ - - /** - * Constructs a new StorageError. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a StorageError. - * @implements IStorageError - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IStorageError=} [properties] Properties to set - */ - function StorageError(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StorageError code. - * @member {google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode} code - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @instance - */ - StorageError.prototype.code = 0; - - /** - * StorageError entity. - * @member {string} entity - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @instance - */ - StorageError.prototype.entity = ""; - - /** - * StorageError errorMessage. - * @member {string} errorMessage - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @instance - */ - StorageError.prototype.errorMessage = ""; - - /** - * Creates a new StorageError instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IStorageError=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.StorageError} StorageError instance - */ - StorageError.create = function create(properties) { - return new StorageError(properties); - }; - - /** - * Encodes the specified StorageError message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StorageError.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IStorageError} message StorageError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StorageError.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.code != null && Object.hasOwnProperty.call(message, "code")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.code); - if (message.entity != null && Object.hasOwnProperty.call(message, "entity")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.entity); - if (message.errorMessage != null && Object.hasOwnProperty.call(message, "errorMessage")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.errorMessage); - return writer; - }; - - /** - * Encodes the specified StorageError message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.StorageError.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IStorageError} message StorageError message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StorageError.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StorageError message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.StorageError} StorageError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StorageError.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.StorageError(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.code = reader.int32(); - break; - } - case 2: { - message.entity = reader.string(); - break; - } - case 3: { - message.errorMessage = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StorageError message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.StorageError} StorageError - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StorageError.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StorageError message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StorageError.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.code != null && message.hasOwnProperty("code")) - switch (message.code) { - default: - return "code: enum value expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - break; - } - if (message.entity != null && message.hasOwnProperty("entity")) - if (!$util.isString(message.entity)) - return "entity: string expected"; - if (message.errorMessage != null && message.hasOwnProperty("errorMessage")) - if (!$util.isString(message.errorMessage)) - return "errorMessage: string expected"; - return null; - }; - - /** - * Creates a StorageError message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.StorageError} StorageError - */ - StorageError.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.StorageError) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.StorageError(); - switch (object.code) { - default: - if (typeof object.code === "number") { - message.code = object.code; - break; - } - break; - case "STORAGE_ERROR_CODE_UNSPECIFIED": - case 0: - message.code = 0; - break; - case "TABLE_NOT_FOUND": - case 1: - message.code = 1; - break; - case "STREAM_ALREADY_COMMITTED": - case 2: - message.code = 2; - break; - case "STREAM_NOT_FOUND": - case 3: - message.code = 3; - break; - case "INVALID_STREAM_TYPE": - case 4: - message.code = 4; - break; - case "INVALID_STREAM_STATE": - case 5: - message.code = 5; - break; - case "STREAM_FINALIZED": - case 6: - message.code = 6; - break; - } - if (object.entity != null) - message.entity = String(object.entity); - if (object.errorMessage != null) - message.errorMessage = String(object.errorMessage); - return message; - }; - - /** - * Creates a plain object from a StorageError message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @static - * @param {google.cloud.bigquery.storage.v1beta2.StorageError} message StorageError - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StorageError.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.code = options.enums === String ? "STORAGE_ERROR_CODE_UNSPECIFIED" : 0; - object.entity = ""; - object.errorMessage = ""; - } - if (message.code != null && message.hasOwnProperty("code")) - object.code = options.enums === String ? $root.google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode[message.code] === undefined ? message.code : $root.google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode[message.code] : message.code; - if (message.entity != null && message.hasOwnProperty("entity")) - object.entity = message.entity; - if (message.errorMessage != null && message.hasOwnProperty("errorMessage")) - object.errorMessage = message.errorMessage; - return object; - }; - - /** - * Converts this StorageError to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @instance - * @returns {Object.} JSON object - */ - StorageError.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StorageError - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.StorageError - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StorageError.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.StorageError"; - }; - - /** - * StorageErrorCode enum. - * @name google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode - * @enum {number} - * @property {number} STORAGE_ERROR_CODE_UNSPECIFIED=0 STORAGE_ERROR_CODE_UNSPECIFIED value - * @property {number} TABLE_NOT_FOUND=1 TABLE_NOT_FOUND value - * @property {number} STREAM_ALREADY_COMMITTED=2 STREAM_ALREADY_COMMITTED value - * @property {number} STREAM_NOT_FOUND=3 STREAM_NOT_FOUND value - * @property {number} INVALID_STREAM_TYPE=4 INVALID_STREAM_TYPE value - * @property {number} INVALID_STREAM_STATE=5 INVALID_STREAM_STATE value - * @property {number} STREAM_FINALIZED=6 STREAM_FINALIZED value - */ - StorageError.StorageErrorCode = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "STORAGE_ERROR_CODE_UNSPECIFIED"] = 0; - values[valuesById[1] = "TABLE_NOT_FOUND"] = 1; - values[valuesById[2] = "STREAM_ALREADY_COMMITTED"] = 2; - values[valuesById[3] = "STREAM_NOT_FOUND"] = 3; - values[valuesById[4] = "INVALID_STREAM_TYPE"] = 4; - values[valuesById[5] = "INVALID_STREAM_STATE"] = 5; - values[valuesById[6] = "STREAM_FINALIZED"] = 6; - return values; - })(); - - return StorageError; - })(); - - /** - * DataFormat enum. - * @name google.cloud.bigquery.storage.v1beta2.DataFormat - * @enum {number} - * @property {number} DATA_FORMAT_UNSPECIFIED=0 DATA_FORMAT_UNSPECIFIED value - * @property {number} AVRO=1 AVRO value - * @property {number} ARROW=2 ARROW value - */ - v1beta2.DataFormat = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "DATA_FORMAT_UNSPECIFIED"] = 0; - values[valuesById[1] = "AVRO"] = 1; - values[valuesById[2] = "ARROW"] = 2; - return values; - })(); - - v1beta2.ReadSession = (function() { - - /** - * Properties of a ReadSession. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IReadSession - * @property {string|null} [name] ReadSession name - * @property {google.protobuf.ITimestamp|null} [expireTime] ReadSession expireTime - * @property {google.cloud.bigquery.storage.v1beta2.DataFormat|null} [dataFormat] ReadSession dataFormat - * @property {google.cloud.bigquery.storage.v1beta2.IAvroSchema|null} [avroSchema] ReadSession avroSchema - * @property {google.cloud.bigquery.storage.v1beta2.IArrowSchema|null} [arrowSchema] ReadSession arrowSchema - * @property {string|null} [table] ReadSession table - * @property {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers|null} [tableModifiers] ReadSession tableModifiers - * @property {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions|null} [readOptions] ReadSession readOptions - * @property {Array.|null} [streams] ReadSession streams - */ - - /** - * Constructs a new ReadSession. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a ReadSession. - * @implements IReadSession - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IReadSession=} [properties] Properties to set - */ - function ReadSession(properties) { - this.streams = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadSession name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - ReadSession.prototype.name = ""; - - /** - * ReadSession expireTime. - * @member {google.protobuf.ITimestamp|null|undefined} expireTime - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - ReadSession.prototype.expireTime = null; - - /** - * ReadSession dataFormat. - * @member {google.cloud.bigquery.storage.v1beta2.DataFormat} dataFormat - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - ReadSession.prototype.dataFormat = 0; - - /** - * ReadSession avroSchema. - * @member {google.cloud.bigquery.storage.v1beta2.IAvroSchema|null|undefined} avroSchema - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - ReadSession.prototype.avroSchema = null; - - /** - * ReadSession arrowSchema. - * @member {google.cloud.bigquery.storage.v1beta2.IArrowSchema|null|undefined} arrowSchema - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - ReadSession.prototype.arrowSchema = null; - - /** - * ReadSession table. - * @member {string} table - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - ReadSession.prototype.table = ""; - - /** - * ReadSession tableModifiers. - * @member {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers|null|undefined} tableModifiers - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - ReadSession.prototype.tableModifiers = null; - - /** - * ReadSession readOptions. - * @member {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions|null|undefined} readOptions - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - ReadSession.prototype.readOptions = null; - - /** - * ReadSession streams. - * @member {Array.} streams - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - ReadSession.prototype.streams = $util.emptyArray; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * ReadSession schema. - * @member {"avroSchema"|"arrowSchema"|undefined} schema - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - */ - Object.defineProperty(ReadSession.prototype, "schema", { - get: $util.oneOfGetter($oneOfFields = ["avroSchema", "arrowSchema"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new ReadSession instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadSession=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession} ReadSession instance - */ - ReadSession.create = function create(properties) { - return new ReadSession(properties); - }; - - /** - * Encodes the specified ReadSession message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadSession} message ReadSession message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadSession.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.expireTime != null && Object.hasOwnProperty.call(message, "expireTime")) - $root.google.protobuf.Timestamp.encode(message.expireTime, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.dataFormat != null && Object.hasOwnProperty.call(message, "dataFormat")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.dataFormat); - if (message.avroSchema != null && Object.hasOwnProperty.call(message, "avroSchema")) - $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.encode(message.avroSchema, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.arrowSchema != null && Object.hasOwnProperty.call(message, "arrowSchema")) - $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.encode(message.arrowSchema, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.table != null && Object.hasOwnProperty.call(message, "table")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.table); - if (message.tableModifiers != null && Object.hasOwnProperty.call(message, "tableModifiers")) - $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.encode(message.tableModifiers, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); - if (message.readOptions != null && Object.hasOwnProperty.call(message, "readOptions")) - $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.encode(message.readOptions, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - if (message.streams != null && message.streams.length) - for (var i = 0; i < message.streams.length; ++i) - $root.google.cloud.bigquery.storage.v1beta2.ReadStream.encode(message.streams[i], writer.uint32(/* id 10, wireType 2 =*/82).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ReadSession message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadSession} message ReadSession message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadSession.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadSession message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession} ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadSession.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ReadSession(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.expireTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.dataFormat = reader.int32(); - break; - } - case 4: { - message.avroSchema = $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.arrowSchema = $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 6: { - message.table = reader.string(); - break; - } - case 7: { - message.tableModifiers = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 8: { - message.readOptions = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 10: { - if (!(message.streams && message.streams.length)) - message.streams = []; - message.streams.push($root.google.cloud.bigquery.storage.v1beta2.ReadStream.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadSession message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession} ReadSession - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadSession.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadSession message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadSession.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.expireTime != null && message.hasOwnProperty("expireTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.expireTime, long + 1); - if (error) - return "expireTime." + error; - } - if (message.dataFormat != null && message.hasOwnProperty("dataFormat")) - switch (message.dataFormat) { - default: - return "dataFormat: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.verify(message.avroSchema, long + 1); - if (error) - return "avroSchema." + error; - } - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - if (properties.schema === 1) - return "schema: multiple values"; - properties.schema = 1; - { - var error = $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.verify(message.arrowSchema, long + 1); - if (error) - return "arrowSchema." + error; - } - } - if (message.table != null && message.hasOwnProperty("table")) - if (!$util.isString(message.table)) - return "table: string expected"; - if (message.tableModifiers != null && message.hasOwnProperty("tableModifiers")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.verify(message.tableModifiers, long + 1); - if (error) - return "tableModifiers." + error; - } - if (message.readOptions != null && message.hasOwnProperty("readOptions")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.verify(message.readOptions, long + 1); - if (error) - return "readOptions." + error; - } - if (message.streams != null && message.hasOwnProperty("streams")) { - if (!Array.isArray(message.streams)) - return "streams: array expected"; - for (var i = 0; i < message.streams.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.verify(message.streams[i], long + 1); - if (error) - return "streams." + error; - } - } - return null; - }; - - /** - * Creates a ReadSession message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession} ReadSession - */ - ReadSession.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ReadSession) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ReadSession(); - if (object.name != null) - message.name = String(object.name); - if (object.expireTime != null) { - if (typeof object.expireTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.expireTime: object expected"); - message.expireTime = $root.google.protobuf.Timestamp.fromObject(object.expireTime, long + 1); - } - switch (object.dataFormat) { - default: - if (typeof object.dataFormat === "number") { - message.dataFormat = object.dataFormat; - break; - } - break; - case "DATA_FORMAT_UNSPECIFIED": - case 0: - message.dataFormat = 0; - break; - case "AVRO": - case 1: - message.dataFormat = 1; - break; - case "ARROW": - case 2: - message.dataFormat = 2; - break; - } - if (object.avroSchema != null) { - if (typeof object.avroSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.avroSchema: object expected"); - message.avroSchema = $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.fromObject(object.avroSchema, long + 1); - } - if (object.arrowSchema != null) { - if (typeof object.arrowSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.arrowSchema: object expected"); - message.arrowSchema = $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.fromObject(object.arrowSchema, long + 1); - } - if (object.table != null) - message.table = String(object.table); - if (object.tableModifiers != null) { - if (typeof object.tableModifiers !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.tableModifiers: object expected"); - message.tableModifiers = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.fromObject(object.tableModifiers, long + 1); - } - if (object.readOptions != null) { - if (typeof object.readOptions !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.readOptions: object expected"); - message.readOptions = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.fromObject(object.readOptions, long + 1); - } - if (object.streams) { - if (!Array.isArray(object.streams)) - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.streams: array expected"); - message.streams = []; - for (var i = 0; i < object.streams.length; ++i) { - if (typeof object.streams[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.streams: object expected"); - message.streams[i] = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.fromObject(object.streams[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a ReadSession message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession} message ReadSession - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadSession.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.streams = []; - if (options.defaults) { - object.name = ""; - object.expireTime = null; - object.dataFormat = options.enums === String ? "DATA_FORMAT_UNSPECIFIED" : 0; - object.table = ""; - object.tableModifiers = null; - object.readOptions = null; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.expireTime != null && message.hasOwnProperty("expireTime")) - object.expireTime = $root.google.protobuf.Timestamp.toObject(message.expireTime, options); - if (message.dataFormat != null && message.hasOwnProperty("dataFormat")) - object.dataFormat = options.enums === String ? $root.google.cloud.bigquery.storage.v1beta2.DataFormat[message.dataFormat] === undefined ? message.dataFormat : $root.google.cloud.bigquery.storage.v1beta2.DataFormat[message.dataFormat] : message.dataFormat; - if (message.avroSchema != null && message.hasOwnProperty("avroSchema")) { - object.avroSchema = $root.google.cloud.bigquery.storage.v1beta2.AvroSchema.toObject(message.avroSchema, options); - if (options.oneofs) - object.schema = "avroSchema"; - } - if (message.arrowSchema != null && message.hasOwnProperty("arrowSchema")) { - object.arrowSchema = $root.google.cloud.bigquery.storage.v1beta2.ArrowSchema.toObject(message.arrowSchema, options); - if (options.oneofs) - object.schema = "arrowSchema"; - } - if (message.table != null && message.hasOwnProperty("table")) - object.table = message.table; - if (message.tableModifiers != null && message.hasOwnProperty("tableModifiers")) - object.tableModifiers = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.toObject(message.tableModifiers, options); - if (message.readOptions != null && message.hasOwnProperty("readOptions")) - object.readOptions = $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.toObject(message.readOptions, options); - if (message.streams && message.streams.length) { - object.streams = []; - for (var j = 0; j < message.streams.length; ++j) - object.streams[j] = $root.google.cloud.bigquery.storage.v1beta2.ReadStream.toObject(message.streams[j], options); - } - return object; - }; - - /** - * Converts this ReadSession to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @instance - * @returns {Object.} JSON object - */ - ReadSession.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadSession - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadSession.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ReadSession"; - }; - - ReadSession.TableModifiers = (function() { - - /** - * Properties of a TableModifiers. - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @interface ITableModifiers - * @property {google.protobuf.ITimestamp|null} [snapshotTime] TableModifiers snapshotTime - */ - - /** - * Constructs a new TableModifiers. - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @classdesc Represents a TableModifiers. - * @implements ITableModifiers - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers=} [properties] Properties to set - */ - function TableModifiers(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableModifiers snapshotTime. - * @member {google.protobuf.ITimestamp|null|undefined} snapshotTime - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @instance - */ - TableModifiers.prototype.snapshotTime = null; - - /** - * Creates a new TableModifiers instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers} TableModifiers instance - */ - TableModifiers.create = function create(properties) { - return new TableModifiers(properties); - }; - - /** - * Encodes the specified TableModifiers message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers} message TableModifiers message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableModifiers.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.snapshotTime != null && Object.hasOwnProperty.call(message, "snapshotTime")) - $root.google.protobuf.Timestamp.encode(message.snapshotTime, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified TableModifiers message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableModifiers} message TableModifiers message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableModifiers.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableModifiers message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers} TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableModifiers.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.snapshotTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableModifiers message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers} TableModifiers - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableModifiers.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableModifiers message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableModifiers.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.snapshotTime != null && message.hasOwnProperty("snapshotTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.snapshotTime, long + 1); - if (error) - return "snapshotTime." + error; - } - return null; - }; - - /** - * Creates a TableModifiers message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers} TableModifiers - */ - TableModifiers.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers(); - if (object.snapshotTime != null) { - if (typeof object.snapshotTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers.snapshotTime: object expected"); - message.snapshotTime = $root.google.protobuf.Timestamp.fromObject(object.snapshotTime, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a TableModifiers message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers} message TableModifiers - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableModifiers.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.snapshotTime = null; - if (message.snapshotTime != null && message.hasOwnProperty("snapshotTime")) - object.snapshotTime = $root.google.protobuf.Timestamp.toObject(message.snapshotTime, options); - return object; - }; - - /** - * Converts this TableModifiers to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @instance - * @returns {Object.} JSON object - */ - TableModifiers.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableModifiers - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableModifiers.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ReadSession.TableModifiers"; - }; - - return TableModifiers; - })(); - - ReadSession.TableReadOptions = (function() { - - /** - * Properties of a TableReadOptions. - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @interface ITableReadOptions - * @property {Array.|null} [selectedFields] TableReadOptions selectedFields - * @property {string|null} [rowRestriction] TableReadOptions rowRestriction - * @property {google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions|null} [arrowSerializationOptions] TableReadOptions arrowSerializationOptions - */ - - /** - * Constructs a new TableReadOptions. - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession - * @classdesc Represents a TableReadOptions. - * @implements ITableReadOptions - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions=} [properties] Properties to set - */ - function TableReadOptions(properties) { - this.selectedFields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableReadOptions selectedFields. - * @member {Array.} selectedFields - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @instance - */ - TableReadOptions.prototype.selectedFields = $util.emptyArray; - - /** - * TableReadOptions rowRestriction. - * @member {string} rowRestriction - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @instance - */ - TableReadOptions.prototype.rowRestriction = ""; - - /** - * TableReadOptions arrowSerializationOptions. - * @member {google.cloud.bigquery.storage.v1beta2.IArrowSerializationOptions|null|undefined} arrowSerializationOptions - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @instance - */ - TableReadOptions.prototype.arrowSerializationOptions = null; - - /** - * Creates a new TableReadOptions instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions} TableReadOptions instance - */ - TableReadOptions.create = function create(properties) { - return new TableReadOptions(properties); - }; - - /** - * Encodes the specified TableReadOptions message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions} message TableReadOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableReadOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.selectedFields != null && message.selectedFields.length) - for (var i = 0; i < message.selectedFields.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.selectedFields[i]); - if (message.rowRestriction != null && Object.hasOwnProperty.call(message, "rowRestriction")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.rowRestriction); - if (message.arrowSerializationOptions != null && Object.hasOwnProperty.call(message, "arrowSerializationOptions")) - $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.encode(message.arrowSerializationOptions, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified TableReadOptions message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.ITableReadOptions} message TableReadOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableReadOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions} TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableReadOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.selectedFields && message.selectedFields.length)) - message.selectedFields = []; - message.selectedFields.push(reader.string()); - break; - } - case 2: { - message.rowRestriction = reader.string(); - break; - } - case 3: { - message.arrowSerializationOptions = $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableReadOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions} TableReadOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableReadOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableReadOptions message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableReadOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.selectedFields != null && message.hasOwnProperty("selectedFields")) { - if (!Array.isArray(message.selectedFields)) - return "selectedFields: array expected"; - for (var i = 0; i < message.selectedFields.length; ++i) - if (!$util.isString(message.selectedFields[i])) - return "selectedFields: string[] expected"; - } - if (message.rowRestriction != null && message.hasOwnProperty("rowRestriction")) - if (!$util.isString(message.rowRestriction)) - return "rowRestriction: string expected"; - if (message.arrowSerializationOptions != null && message.hasOwnProperty("arrowSerializationOptions")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.verify(message.arrowSerializationOptions, long + 1); - if (error) - return "arrowSerializationOptions." + error; - } - return null; - }; - - /** - * Creates a TableReadOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions} TableReadOptions - */ - TableReadOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions(); - if (object.selectedFields) { - if (!Array.isArray(object.selectedFields)) - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.selectedFields: array expected"); - message.selectedFields = []; - for (var i = 0; i < object.selectedFields.length; ++i) - message.selectedFields[i] = String(object.selectedFields[i]); - } - if (object.rowRestriction != null) - message.rowRestriction = String(object.rowRestriction); - if (object.arrowSerializationOptions != null) { - if (typeof object.arrowSerializationOptions !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions.arrowSerializationOptions: object expected"); - message.arrowSerializationOptions = $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.fromObject(object.arrowSerializationOptions, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a TableReadOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions} message TableReadOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableReadOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.selectedFields = []; - if (options.defaults) { - object.rowRestriction = ""; - object.arrowSerializationOptions = null; - } - if (message.selectedFields && message.selectedFields.length) { - object.selectedFields = []; - for (var j = 0; j < message.selectedFields.length; ++j) - object.selectedFields[j] = message.selectedFields[j]; - } - if (message.rowRestriction != null && message.hasOwnProperty("rowRestriction")) - object.rowRestriction = message.rowRestriction; - if (message.arrowSerializationOptions != null && message.hasOwnProperty("arrowSerializationOptions")) - object.arrowSerializationOptions = $root.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.toObject(message.arrowSerializationOptions, options); - return object; - }; - - /** - * Converts this TableReadOptions to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @instance - * @returns {Object.} JSON object - */ - TableReadOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableReadOptions - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableReadOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ReadSession.TableReadOptions"; - }; - - return TableReadOptions; - })(); - - return ReadSession; - })(); - - v1beta2.ReadStream = (function() { - - /** - * Properties of a ReadStream. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IReadStream - * @property {string|null} [name] ReadStream name - */ - - /** - * Constructs a new ReadStream. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a ReadStream. - * @implements IReadStream - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IReadStream=} [properties] Properties to set - */ - function ReadStream(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReadStream name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @instance - */ - ReadStream.prototype.name = ""; - - /** - * Creates a new ReadStream instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadStream=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.ReadStream} ReadStream instance - */ - ReadStream.create = function create(properties) { - return new ReadStream(properties); - }; - - /** - * Encodes the specified ReadStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadStream.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadStream} message ReadStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadStream.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - return writer; - }; - - /** - * Encodes the specified ReadStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.ReadStream.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IReadStream} message ReadStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReadStream.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReadStream message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.ReadStream} ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadStream.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.ReadStream(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReadStream message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.ReadStream} ReadStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReadStream.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReadStream message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReadStream.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - return null; - }; - - /** - * Creates a ReadStream message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.ReadStream} ReadStream - */ - ReadStream.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.ReadStream) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.ReadStream(); - if (object.name != null) - message.name = String(object.name); - return message; - }; - - /** - * Creates a plain object from a ReadStream message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ReadStream} message ReadStream - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReadStream.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.name = ""; - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - return object; - }; - - /** - * Converts this ReadStream to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @instance - * @returns {Object.} JSON object - */ - ReadStream.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReadStream - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.ReadStream - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReadStream.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.ReadStream"; - }; - - return ReadStream; - })(); - - v1beta2.WriteStream = (function() { - - /** - * Properties of a WriteStream. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface IWriteStream - * @property {string|null} [name] WriteStream name - * @property {google.cloud.bigquery.storage.v1beta2.WriteStream.Type|null} [type] WriteStream type - * @property {google.protobuf.ITimestamp|null} [createTime] WriteStream createTime - * @property {google.protobuf.ITimestamp|null} [commitTime] WriteStream commitTime - * @property {google.cloud.bigquery.storage.v1beta2.ITableSchema|null} [tableSchema] WriteStream tableSchema - */ - - /** - * Constructs a new WriteStream. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a WriteStream. - * @implements IWriteStream - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.IWriteStream=} [properties] Properties to set - */ - function WriteStream(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * WriteStream name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @instance - */ - WriteStream.prototype.name = ""; - - /** - * WriteStream type. - * @member {google.cloud.bigquery.storage.v1beta2.WriteStream.Type} type - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @instance - */ - WriteStream.prototype.type = 0; - - /** - * WriteStream createTime. - * @member {google.protobuf.ITimestamp|null|undefined} createTime - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @instance - */ - WriteStream.prototype.createTime = null; - - /** - * WriteStream commitTime. - * @member {google.protobuf.ITimestamp|null|undefined} commitTime - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @instance - */ - WriteStream.prototype.commitTime = null; - - /** - * WriteStream tableSchema. - * @member {google.cloud.bigquery.storage.v1beta2.ITableSchema|null|undefined} tableSchema - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @instance - */ - WriteStream.prototype.tableSchema = null; - - /** - * Creates a new WriteStream instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IWriteStream=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.WriteStream} WriteStream instance - */ - WriteStream.create = function create(properties) { - return new WriteStream(properties); - }; - - /** - * Encodes the specified WriteStream message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.WriteStream.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IWriteStream} message WriteStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - WriteStream.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.type); - if (message.createTime != null && Object.hasOwnProperty.call(message, "createTime")) - $root.google.protobuf.Timestamp.encode(message.createTime, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.commitTime != null && Object.hasOwnProperty.call(message, "commitTime")) - $root.google.protobuf.Timestamp.encode(message.commitTime, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.tableSchema != null && Object.hasOwnProperty.call(message, "tableSchema")) - $root.google.cloud.bigquery.storage.v1beta2.TableSchema.encode(message.tableSchema, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified WriteStream message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.WriteStream.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @static - * @param {google.cloud.bigquery.storage.v1beta2.IWriteStream} message WriteStream message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - WriteStream.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a WriteStream message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.WriteStream} WriteStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - WriteStream.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.WriteStream(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.type = reader.int32(); - break; - } - case 3: { - message.createTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - message.commitTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.tableSchema = $root.google.cloud.bigquery.storage.v1beta2.TableSchema.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a WriteStream message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.WriteStream} WriteStream - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - WriteStream.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a WriteStream message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - WriteStream.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.type != null && message.hasOwnProperty("type")) - switch (message.type) { - default: - return "type: enum value expected"; - case 0: - case 1: - case 2: - case 3: - break; - } - if (message.createTime != null && message.hasOwnProperty("createTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.createTime, long + 1); - if (error) - return "createTime." + error; - } - if (message.commitTime != null && message.hasOwnProperty("commitTime")) { - var error = $root.google.protobuf.Timestamp.verify(message.commitTime, long + 1); - if (error) - return "commitTime." + error; - } - if (message.tableSchema != null && message.hasOwnProperty("tableSchema")) { - var error = $root.google.cloud.bigquery.storage.v1beta2.TableSchema.verify(message.tableSchema, long + 1); - if (error) - return "tableSchema." + error; - } - return null; - }; - - /** - * Creates a WriteStream message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.WriteStream} WriteStream - */ - WriteStream.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.WriteStream) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.WriteStream(); - if (object.name != null) - message.name = String(object.name); - switch (object.type) { - default: - if (typeof object.type === "number") { - message.type = object.type; - break; - } - break; - case "TYPE_UNSPECIFIED": - case 0: - message.type = 0; - break; - case "COMMITTED": - case 1: - message.type = 1; - break; - case "PENDING": - case 2: - message.type = 2; - break; - case "BUFFERED": - case 3: - message.type = 3; - break; - } - if (object.createTime != null) { - if (typeof object.createTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.WriteStream.createTime: object expected"); - message.createTime = $root.google.protobuf.Timestamp.fromObject(object.createTime, long + 1); - } - if (object.commitTime != null) { - if (typeof object.commitTime !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.WriteStream.commitTime: object expected"); - message.commitTime = $root.google.protobuf.Timestamp.fromObject(object.commitTime, long + 1); - } - if (object.tableSchema != null) { - if (typeof object.tableSchema !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.WriteStream.tableSchema: object expected"); - message.tableSchema = $root.google.cloud.bigquery.storage.v1beta2.TableSchema.fromObject(object.tableSchema, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a WriteStream message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @static - * @param {google.cloud.bigquery.storage.v1beta2.WriteStream} message WriteStream - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - WriteStream.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.type = options.enums === String ? "TYPE_UNSPECIFIED" : 0; - object.createTime = null; - object.commitTime = null; - object.tableSchema = null; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.type != null && message.hasOwnProperty("type")) - object.type = options.enums === String ? $root.google.cloud.bigquery.storage.v1beta2.WriteStream.Type[message.type] === undefined ? message.type : $root.google.cloud.bigquery.storage.v1beta2.WriteStream.Type[message.type] : message.type; - if (message.createTime != null && message.hasOwnProperty("createTime")) - object.createTime = $root.google.protobuf.Timestamp.toObject(message.createTime, options); - if (message.commitTime != null && message.hasOwnProperty("commitTime")) - object.commitTime = $root.google.protobuf.Timestamp.toObject(message.commitTime, options); - if (message.tableSchema != null && message.hasOwnProperty("tableSchema")) - object.tableSchema = $root.google.cloud.bigquery.storage.v1beta2.TableSchema.toObject(message.tableSchema, options); - return object; - }; - - /** - * Converts this WriteStream to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @instance - * @returns {Object.} JSON object - */ - WriteStream.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for WriteStream - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.WriteStream - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - WriteStream.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.WriteStream"; - }; - - /** - * Type enum. - * @name google.cloud.bigquery.storage.v1beta2.WriteStream.Type - * @enum {number} - * @property {number} TYPE_UNSPECIFIED=0 TYPE_UNSPECIFIED value - * @property {number} COMMITTED=1 COMMITTED value - * @property {number} PENDING=2 PENDING value - * @property {number} BUFFERED=3 BUFFERED value - */ - WriteStream.Type = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "TYPE_UNSPECIFIED"] = 0; - values[valuesById[1] = "COMMITTED"] = 1; - values[valuesById[2] = "PENDING"] = 2; - values[valuesById[3] = "BUFFERED"] = 3; - return values; - })(); - - return WriteStream; - })(); - - v1beta2.TableSchema = (function() { - - /** - * Properties of a TableSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface ITableSchema - * @property {Array.|null} [fields] TableSchema fields - */ - - /** - * Constructs a new TableSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a TableSchema. - * @implements ITableSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.ITableSchema=} [properties] Properties to set - */ - function TableSchema(properties) { - this.fields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableSchema fields. - * @member {Array.} fields - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @instance - */ - TableSchema.prototype.fields = $util.emptyArray; - - /** - * Creates a new TableSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ITableSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.TableSchema} TableSchema instance - */ - TableSchema.create = function create(properties) { - return new TableSchema(properties); - }; - - /** - * Encodes the specified TableSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.TableSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ITableSchema} message TableSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.fields != null && message.fields.length) - for (var i = 0; i < message.fields.length; ++i) - $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.encode(message.fields[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified TableSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.TableSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ITableSchema} message TableSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.TableSchema} TableSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.TableSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.fields && message.fields.length)) - message.fields = []; - message.fields.push($root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.TableSchema} TableSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.fields != null && message.hasOwnProperty("fields")) { - if (!Array.isArray(message.fields)) - return "fields: array expected"; - for (var i = 0; i < message.fields.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.verify(message.fields[i], long + 1); - if (error) - return "fields." + error; - } - } - return null; - }; - - /** - * Creates a TableSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.TableSchema} TableSchema - */ - TableSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.TableSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.TableSchema(); - if (object.fields) { - if (!Array.isArray(object.fields)) - throw TypeError(".google.cloud.bigquery.storage.v1beta2.TableSchema.fields: array expected"); - message.fields = []; - for (var i = 0; i < object.fields.length; ++i) { - if (typeof object.fields[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.TableSchema.fields: object expected"); - message.fields[i] = $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.fromObject(object.fields[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a TableSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.TableSchema} message TableSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.fields = []; - if (message.fields && message.fields.length) { - object.fields = []; - for (var j = 0; j < message.fields.length; ++j) - object.fields[j] = $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.toObject(message.fields[j], options); - } - return object; - }; - - /** - * Converts this TableSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @instance - * @returns {Object.} JSON object - */ - TableSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.TableSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.TableSchema"; - }; - - return TableSchema; - })(); - - v1beta2.TableFieldSchema = (function() { - - /** - * Properties of a TableFieldSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @interface ITableFieldSchema - * @property {string|null} [name] TableFieldSchema name - * @property {google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Type|null} [type] TableFieldSchema type - * @property {google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode|null} [mode] TableFieldSchema mode - * @property {Array.|null} [fields] TableFieldSchema fields - * @property {string|null} [description] TableFieldSchema description - */ - - /** - * Constructs a new TableFieldSchema. - * @memberof google.cloud.bigquery.storage.v1beta2 - * @classdesc Represents a TableFieldSchema. - * @implements ITableFieldSchema - * @constructor - * @param {google.cloud.bigquery.storage.v1beta2.ITableFieldSchema=} [properties] Properties to set - */ - function TableFieldSchema(properties) { - this.fields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * TableFieldSchema name. - * @member {string} name - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.name = ""; - - /** - * TableFieldSchema type. - * @member {google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Type} type - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.type = 0; - - /** - * TableFieldSchema mode. - * @member {google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode} mode - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.mode = 0; - - /** - * TableFieldSchema fields. - * @member {Array.} fields - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.fields = $util.emptyArray; - - /** - * TableFieldSchema description. - * @member {string} description - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @instance - */ - TableFieldSchema.prototype.description = ""; - - /** - * Creates a new TableFieldSchema instance using the specified properties. - * @function create - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ITableFieldSchema=} [properties] Properties to set - * @returns {google.cloud.bigquery.storage.v1beta2.TableFieldSchema} TableFieldSchema instance - */ - TableFieldSchema.create = function create(properties) { - return new TableFieldSchema(properties); - }; - - /** - * Encodes the specified TableFieldSchema message. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.TableFieldSchema.verify|verify} messages. - * @function encode - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ITableFieldSchema} message TableFieldSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableFieldSchema.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.type); - if (message.mode != null && Object.hasOwnProperty.call(message, "mode")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.mode); - if (message.fields != null && message.fields.length) - for (var i = 0; i < message.fields.length; ++i) - $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.encode(message.fields[i], writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.description != null && Object.hasOwnProperty.call(message, "description")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.description); - return writer; - }; - - /** - * Encodes the specified TableFieldSchema message, length delimited. Does not implicitly {@link google.cloud.bigquery.storage.v1beta2.TableFieldSchema.verify|verify} messages. - * @function encodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.ITableFieldSchema} message TableFieldSchema message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - TableFieldSchema.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a TableFieldSchema message from the specified reader or buffer. - * @function decode - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.cloud.bigquery.storage.v1beta2.TableFieldSchema} TableFieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableFieldSchema.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.type = reader.int32(); - break; - } - case 3: { - message.mode = reader.int32(); - break; - } - case 4: { - if (!(message.fields && message.fields.length)) - message.fields = []; - message.fields.push($root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 6: { - message.description = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a TableFieldSchema message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.cloud.bigquery.storage.v1beta2.TableFieldSchema} TableFieldSchema - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - TableFieldSchema.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a TableFieldSchema message. - * @function verify - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - TableFieldSchema.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.type != null && message.hasOwnProperty("type")) - switch (message.type) { - default: - return "type: enum value expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - case 7: - case 8: - case 9: - case 10: - case 11: - case 12: - case 13: - case 14: - case 15: - break; - } - if (message.mode != null && message.hasOwnProperty("mode")) - switch (message.mode) { - default: - return "mode: enum value expected"; - case 0: - case 1: - case 2: - case 3: - break; - } - if (message.fields != null && message.hasOwnProperty("fields")) { - if (!Array.isArray(message.fields)) - return "fields: array expected"; - for (var i = 0; i < message.fields.length; ++i) { - var error = $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.verify(message.fields[i], long + 1); - if (error) - return "fields." + error; - } - } - if (message.description != null && message.hasOwnProperty("description")) - if (!$util.isString(message.description)) - return "description: string expected"; - return null; - }; - - /** - * Creates a TableFieldSchema message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @static - * @param {Object.} object Plain object - * @returns {google.cloud.bigquery.storage.v1beta2.TableFieldSchema} TableFieldSchema - */ - TableFieldSchema.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema(); - if (object.name != null) - message.name = String(object.name); - switch (object.type) { - default: - if (typeof object.type === "number") { - message.type = object.type; - break; - } - break; - case "TYPE_UNSPECIFIED": - case 0: - message.type = 0; - break; - case "STRING": - case 1: - message.type = 1; - break; - case "INT64": - case 2: - message.type = 2; - break; - case "DOUBLE": - case 3: - message.type = 3; - break; - case "STRUCT": - case 4: - message.type = 4; - break; - case "BYTES": - case 5: - message.type = 5; - break; - case "BOOL": - case 6: - message.type = 6; - break; - case "TIMESTAMP": - case 7: - message.type = 7; - break; - case "DATE": - case 8: - message.type = 8; - break; - case "TIME": - case 9: - message.type = 9; - break; - case "DATETIME": - case 10: - message.type = 10; - break; - case "GEOGRAPHY": - case 11: - message.type = 11; - break; - case "NUMERIC": - case 12: - message.type = 12; - break; - case "BIGNUMERIC": - case 13: - message.type = 13; - break; - case "INTERVAL": - case 14: - message.type = 14; - break; - case "JSON": - case 15: - message.type = 15; - break; - } - switch (object.mode) { - default: - if (typeof object.mode === "number") { - message.mode = object.mode; - break; - } - break; - case "MODE_UNSPECIFIED": - case 0: - message.mode = 0; - break; - case "NULLABLE": - case 1: - message.mode = 1; - break; - case "REQUIRED": - case 2: - message.mode = 2; - break; - case "REPEATED": - case 3: - message.mode = 3; - break; - } - if (object.fields) { - if (!Array.isArray(object.fields)) - throw TypeError(".google.cloud.bigquery.storage.v1beta2.TableFieldSchema.fields: array expected"); - message.fields = []; - for (var i = 0; i < object.fields.length; ++i) { - if (typeof object.fields[i] !== "object") - throw TypeError(".google.cloud.bigquery.storage.v1beta2.TableFieldSchema.fields: object expected"); - message.fields[i] = $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.fromObject(object.fields[i], long + 1); - } - } - if (object.description != null) - message.description = String(object.description); - return message; - }; - - /** - * Creates a plain object from a TableFieldSchema message. Also converts values to other types if specified. - * @function toObject - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @static - * @param {google.cloud.bigquery.storage.v1beta2.TableFieldSchema} message TableFieldSchema - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - TableFieldSchema.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.fields = []; - if (options.defaults) { - object.name = ""; - object.type = options.enums === String ? "TYPE_UNSPECIFIED" : 0; - object.mode = options.enums === String ? "MODE_UNSPECIFIED" : 0; - object.description = ""; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.type != null && message.hasOwnProperty("type")) - object.type = options.enums === String ? $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Type[message.type] === undefined ? message.type : $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Type[message.type] : message.type; - if (message.mode != null && message.hasOwnProperty("mode")) - object.mode = options.enums === String ? $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode[message.mode] === undefined ? message.mode : $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode[message.mode] : message.mode; - if (message.fields && message.fields.length) { - object.fields = []; - for (var j = 0; j < message.fields.length; ++j) - object.fields[j] = $root.google.cloud.bigquery.storage.v1beta2.TableFieldSchema.toObject(message.fields[j], options); - } - if (message.description != null && message.hasOwnProperty("description")) - object.description = message.description; - return object; - }; - - /** - * Converts this TableFieldSchema to JSON. - * @function toJSON - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @instance - * @returns {Object.} JSON object - */ - TableFieldSchema.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for TableFieldSchema - * @function getTypeUrl - * @memberof google.cloud.bigquery.storage.v1beta2.TableFieldSchema - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - TableFieldSchema.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.cloud.bigquery.storage.v1beta2.TableFieldSchema"; - }; - - /** - * Type enum. - * @name google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Type - * @enum {number} - * @property {number} TYPE_UNSPECIFIED=0 TYPE_UNSPECIFIED value - * @property {number} STRING=1 STRING value - * @property {number} INT64=2 INT64 value - * @property {number} DOUBLE=3 DOUBLE value - * @property {number} STRUCT=4 STRUCT value - * @property {number} BYTES=5 BYTES value - * @property {number} BOOL=6 BOOL value - * @property {number} TIMESTAMP=7 TIMESTAMP value - * @property {number} DATE=8 DATE value - * @property {number} TIME=9 TIME value - * @property {number} DATETIME=10 DATETIME value - * @property {number} GEOGRAPHY=11 GEOGRAPHY value - * @property {number} NUMERIC=12 NUMERIC value - * @property {number} BIGNUMERIC=13 BIGNUMERIC value - * @property {number} INTERVAL=14 INTERVAL value - * @property {number} JSON=15 JSON value - */ - TableFieldSchema.Type = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "TYPE_UNSPECIFIED"] = 0; - values[valuesById[1] = "STRING"] = 1; - values[valuesById[2] = "INT64"] = 2; - values[valuesById[3] = "DOUBLE"] = 3; - values[valuesById[4] = "STRUCT"] = 4; - values[valuesById[5] = "BYTES"] = 5; - values[valuesById[6] = "BOOL"] = 6; - values[valuesById[7] = "TIMESTAMP"] = 7; - values[valuesById[8] = "DATE"] = 8; - values[valuesById[9] = "TIME"] = 9; - values[valuesById[10] = "DATETIME"] = 10; - values[valuesById[11] = "GEOGRAPHY"] = 11; - values[valuesById[12] = "NUMERIC"] = 12; - values[valuesById[13] = "BIGNUMERIC"] = 13; - values[valuesById[14] = "INTERVAL"] = 14; - values[valuesById[15] = "JSON"] = 15; - return values; - })(); - - /** - * Mode enum. - * @name google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode - * @enum {number} - * @property {number} MODE_UNSPECIFIED=0 MODE_UNSPECIFIED value - * @property {number} NULLABLE=1 NULLABLE value - * @property {number} REQUIRED=2 REQUIRED value - * @property {number} REPEATED=3 REPEATED value - */ - TableFieldSchema.Mode = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "MODE_UNSPECIFIED"] = 0; - values[valuesById[1] = "NULLABLE"] = 1; - values[valuesById[2] = "REQUIRED"] = 2; - values[valuesById[3] = "REPEATED"] = 3; - return values; - })(); - - return TableFieldSchema; - })(); - - return v1beta2; - })(); - - return storage; - })(); - - return bigquery; - })(); - - return cloud; - })(); - - google.protobuf = (function() { - - /** - * Namespace protobuf. - * @memberof google - * @namespace - */ - var protobuf = {}; - - protobuf.FileDescriptorSet = (function() { - - /** - * Properties of a FileDescriptorSet. - * @memberof google.protobuf - * @interface IFileDescriptorSet - * @property {Array.|null} [file] FileDescriptorSet file - */ - - /** - * Constructs a new FileDescriptorSet. - * @memberof google.protobuf - * @classdesc Represents a FileDescriptorSet. - * @implements IFileDescriptorSet - * @constructor - * @param {google.protobuf.IFileDescriptorSet=} [properties] Properties to set - */ - function FileDescriptorSet(properties) { - this.file = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FileDescriptorSet file. - * @member {Array.} file - * @memberof google.protobuf.FileDescriptorSet - * @instance - */ - FileDescriptorSet.prototype.file = $util.emptyArray; - - /** - * Creates a new FileDescriptorSet instance using the specified properties. - * @function create - * @memberof google.protobuf.FileDescriptorSet - * @static - * @param {google.protobuf.IFileDescriptorSet=} [properties] Properties to set - * @returns {google.protobuf.FileDescriptorSet} FileDescriptorSet instance - */ - FileDescriptorSet.create = function create(properties) { - return new FileDescriptorSet(properties); - }; - - /** - * Encodes the specified FileDescriptorSet message. Does not implicitly {@link google.protobuf.FileDescriptorSet.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FileDescriptorSet - * @static - * @param {google.protobuf.IFileDescriptorSet} message FileDescriptorSet message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FileDescriptorSet.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.file != null && message.file.length) - for (var i = 0; i < message.file.length; ++i) - $root.google.protobuf.FileDescriptorProto.encode(message.file[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified FileDescriptorSet message, length delimited. Does not implicitly {@link google.protobuf.FileDescriptorSet.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FileDescriptorSet - * @static - * @param {google.protobuf.IFileDescriptorSet} message FileDescriptorSet message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FileDescriptorSet.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FileDescriptorSet message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FileDescriptorSet - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FileDescriptorSet} FileDescriptorSet - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FileDescriptorSet.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FileDescriptorSet(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.file && message.file.length)) - message.file = []; - message.file.push($root.google.protobuf.FileDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FileDescriptorSet message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FileDescriptorSet - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FileDescriptorSet} FileDescriptorSet - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FileDescriptorSet.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FileDescriptorSet message. - * @function verify - * @memberof google.protobuf.FileDescriptorSet - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FileDescriptorSet.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.file != null && message.hasOwnProperty("file")) { - if (!Array.isArray(message.file)) - return "file: array expected"; - for (var i = 0; i < message.file.length; ++i) { - var error = $root.google.protobuf.FileDescriptorProto.verify(message.file[i], long + 1); - if (error) - return "file." + error; - } - } - return null; - }; - - /** - * Creates a FileDescriptorSet message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FileDescriptorSet - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FileDescriptorSet} FileDescriptorSet - */ - FileDescriptorSet.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FileDescriptorSet) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FileDescriptorSet(); - if (object.file) { - if (!Array.isArray(object.file)) - throw TypeError(".google.protobuf.FileDescriptorSet.file: array expected"); - message.file = []; - for (var i = 0; i < object.file.length; ++i) { - if (typeof object.file[i] !== "object") - throw TypeError(".google.protobuf.FileDescriptorSet.file: object expected"); - message.file[i] = $root.google.protobuf.FileDescriptorProto.fromObject(object.file[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a FileDescriptorSet message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FileDescriptorSet - * @static - * @param {google.protobuf.FileDescriptorSet} message FileDescriptorSet - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FileDescriptorSet.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.file = []; - if (message.file && message.file.length) { - object.file = []; - for (var j = 0; j < message.file.length; ++j) - object.file[j] = $root.google.protobuf.FileDescriptorProto.toObject(message.file[j], options); - } - return object; - }; - - /** - * Converts this FileDescriptorSet to JSON. - * @function toJSON - * @memberof google.protobuf.FileDescriptorSet - * @instance - * @returns {Object.} JSON object - */ - FileDescriptorSet.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FileDescriptorSet - * @function getTypeUrl - * @memberof google.protobuf.FileDescriptorSet - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FileDescriptorSet.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FileDescriptorSet"; - }; - - return FileDescriptorSet; - })(); - - /** - * Edition enum. - * @name google.protobuf.Edition - * @enum {number} - * @property {number} EDITION_UNKNOWN=0 EDITION_UNKNOWN value - * @property {number} EDITION_LEGACY=900 EDITION_LEGACY value - * @property {number} EDITION_PROTO2=998 EDITION_PROTO2 value - * @property {number} EDITION_PROTO3=999 EDITION_PROTO3 value - * @property {number} EDITION_2023=1000 EDITION_2023 value - * @property {number} EDITION_2024=1001 EDITION_2024 value - * @property {number} EDITION_1_TEST_ONLY=1 EDITION_1_TEST_ONLY value - * @property {number} EDITION_2_TEST_ONLY=2 EDITION_2_TEST_ONLY value - * @property {number} EDITION_99997_TEST_ONLY=99997 EDITION_99997_TEST_ONLY value - * @property {number} EDITION_99998_TEST_ONLY=99998 EDITION_99998_TEST_ONLY value - * @property {number} EDITION_99999_TEST_ONLY=99999 EDITION_99999_TEST_ONLY value - * @property {number} EDITION_MAX=2147483647 EDITION_MAX value - */ - protobuf.Edition = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "EDITION_UNKNOWN"] = 0; - values[valuesById[900] = "EDITION_LEGACY"] = 900; - values[valuesById[998] = "EDITION_PROTO2"] = 998; - values[valuesById[999] = "EDITION_PROTO3"] = 999; - values[valuesById[1000] = "EDITION_2023"] = 1000; - values[valuesById[1001] = "EDITION_2024"] = 1001; - values[valuesById[1] = "EDITION_1_TEST_ONLY"] = 1; - values[valuesById[2] = "EDITION_2_TEST_ONLY"] = 2; - values[valuesById[99997] = "EDITION_99997_TEST_ONLY"] = 99997; - values[valuesById[99998] = "EDITION_99998_TEST_ONLY"] = 99998; - values[valuesById[99999] = "EDITION_99999_TEST_ONLY"] = 99999; - values[valuesById[2147483647] = "EDITION_MAX"] = 2147483647; - return values; - })(); - - protobuf.FileDescriptorProto = (function() { - - /** - * Properties of a FileDescriptorProto. - * @memberof google.protobuf - * @interface IFileDescriptorProto - * @property {string|null} [name] FileDescriptorProto name - * @property {string|null} ["package"] FileDescriptorProto package - * @property {Array.|null} [dependency] FileDescriptorProto dependency - * @property {Array.|null} [publicDependency] FileDescriptorProto publicDependency - * @property {Array.|null} [weakDependency] FileDescriptorProto weakDependency - * @property {Array.|null} [optionDependency] FileDescriptorProto optionDependency - * @property {Array.|null} [messageType] FileDescriptorProto messageType - * @property {Array.|null} [enumType] FileDescriptorProto enumType - * @property {Array.|null} [service] FileDescriptorProto service - * @property {Array.|null} [extension] FileDescriptorProto extension - * @property {google.protobuf.IFileOptions|null} [options] FileDescriptorProto options - * @property {google.protobuf.ISourceCodeInfo|null} [sourceCodeInfo] FileDescriptorProto sourceCodeInfo - * @property {string|null} [syntax] FileDescriptorProto syntax - * @property {google.protobuf.Edition|null} [edition] FileDescriptorProto edition - */ - - /** - * Constructs a new FileDescriptorProto. - * @memberof google.protobuf - * @classdesc Represents a FileDescriptorProto. - * @implements IFileDescriptorProto - * @constructor - * @param {google.protobuf.IFileDescriptorProto=} [properties] Properties to set - */ - function FileDescriptorProto(properties) { - this.dependency = []; - this.publicDependency = []; - this.weakDependency = []; - this.optionDependency = []; - this.messageType = []; - this.enumType = []; - this.service = []; - this.extension = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FileDescriptorProto name. - * @member {string} name - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.name = ""; - - /** - * FileDescriptorProto package. - * @member {string} package - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype["package"] = ""; - - /** - * FileDescriptorProto dependency. - * @member {Array.} dependency - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.dependency = $util.emptyArray; - - /** - * FileDescriptorProto publicDependency. - * @member {Array.} publicDependency - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.publicDependency = $util.emptyArray; - - /** - * FileDescriptorProto weakDependency. - * @member {Array.} weakDependency - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.weakDependency = $util.emptyArray; - - /** - * FileDescriptorProto optionDependency. - * @member {Array.} optionDependency - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.optionDependency = $util.emptyArray; - - /** - * FileDescriptorProto messageType. - * @member {Array.} messageType - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.messageType = $util.emptyArray; - - /** - * FileDescriptorProto enumType. - * @member {Array.} enumType - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.enumType = $util.emptyArray; - - /** - * FileDescriptorProto service. - * @member {Array.} service - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.service = $util.emptyArray; - - /** - * FileDescriptorProto extension. - * @member {Array.} extension - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.extension = $util.emptyArray; - - /** - * FileDescriptorProto options. - * @member {google.protobuf.IFileOptions|null|undefined} options - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.options = null; - - /** - * FileDescriptorProto sourceCodeInfo. - * @member {google.protobuf.ISourceCodeInfo|null|undefined} sourceCodeInfo - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.sourceCodeInfo = null; - - /** - * FileDescriptorProto syntax. - * @member {string} syntax - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.syntax = ""; - - /** - * FileDescriptorProto edition. - * @member {google.protobuf.Edition} edition - * @memberof google.protobuf.FileDescriptorProto - * @instance - */ - FileDescriptorProto.prototype.edition = 0; - - /** - * Creates a new FileDescriptorProto instance using the specified properties. - * @function create - * @memberof google.protobuf.FileDescriptorProto - * @static - * @param {google.protobuf.IFileDescriptorProto=} [properties] Properties to set - * @returns {google.protobuf.FileDescriptorProto} FileDescriptorProto instance - */ - FileDescriptorProto.create = function create(properties) { - return new FileDescriptorProto(properties); - }; - - /** - * Encodes the specified FileDescriptorProto message. Does not implicitly {@link google.protobuf.FileDescriptorProto.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FileDescriptorProto - * @static - * @param {google.protobuf.IFileDescriptorProto} message FileDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FileDescriptorProto.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message["package"] != null && Object.hasOwnProperty.call(message, "package")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message["package"]); - if (message.dependency != null && message.dependency.length) - for (var i = 0; i < message.dependency.length; ++i) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.dependency[i]); - if (message.messageType != null && message.messageType.length) - for (var i = 0; i < message.messageType.length; ++i) - $root.google.protobuf.DescriptorProto.encode(message.messageType[i], writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.enumType != null && message.enumType.length) - for (var i = 0; i < message.enumType.length; ++i) - $root.google.protobuf.EnumDescriptorProto.encode(message.enumType[i], writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.service != null && message.service.length) - for (var i = 0; i < message.service.length; ++i) - $root.google.protobuf.ServiceDescriptorProto.encode(message.service[i], writer.uint32(/* id 6, wireType 2 =*/50).fork()).ldelim(); - if (message.extension != null && message.extension.length) - for (var i = 0; i < message.extension.length; ++i) - $root.google.protobuf.FieldDescriptorProto.encode(message.extension[i], writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); - if (message.options != null && Object.hasOwnProperty.call(message, "options")) - $root.google.protobuf.FileOptions.encode(message.options, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - if (message.sourceCodeInfo != null && Object.hasOwnProperty.call(message, "sourceCodeInfo")) - $root.google.protobuf.SourceCodeInfo.encode(message.sourceCodeInfo, writer.uint32(/* id 9, wireType 2 =*/74).fork()).ldelim(); - if (message.publicDependency != null && message.publicDependency.length) - for (var i = 0; i < message.publicDependency.length; ++i) - writer.uint32(/* id 10, wireType 0 =*/80).int32(message.publicDependency[i]); - if (message.weakDependency != null && message.weakDependency.length) - for (var i = 0; i < message.weakDependency.length; ++i) - writer.uint32(/* id 11, wireType 0 =*/88).int32(message.weakDependency[i]); - if (message.syntax != null && Object.hasOwnProperty.call(message, "syntax")) - writer.uint32(/* id 12, wireType 2 =*/98).string(message.syntax); - if (message.edition != null && Object.hasOwnProperty.call(message, "edition")) - writer.uint32(/* id 14, wireType 0 =*/112).int32(message.edition); - if (message.optionDependency != null && message.optionDependency.length) - for (var i = 0; i < message.optionDependency.length; ++i) - writer.uint32(/* id 15, wireType 2 =*/122).string(message.optionDependency[i]); - return writer; - }; - - /** - * Encodes the specified FileDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.FileDescriptorProto.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FileDescriptorProto - * @static - * @param {google.protobuf.IFileDescriptorProto} message FileDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FileDescriptorProto.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FileDescriptorProto message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FileDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FileDescriptorProto} FileDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FileDescriptorProto.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FileDescriptorProto(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message["package"] = reader.string(); - break; - } - case 3: { - if (!(message.dependency && message.dependency.length)) - message.dependency = []; - message.dependency.push(reader.string()); - break; - } - case 10: { - if (!(message.publicDependency && message.publicDependency.length)) - message.publicDependency = []; - if ((tag & 7) === 2) { - var end2 = reader.uint32() + reader.pos; - while (reader.pos < end2) - message.publicDependency.push(reader.int32()); - } else - message.publicDependency.push(reader.int32()); - break; - } - case 11: { - if (!(message.weakDependency && message.weakDependency.length)) - message.weakDependency = []; - if ((tag & 7) === 2) { - var end2 = reader.uint32() + reader.pos; - while (reader.pos < end2) - message.weakDependency.push(reader.int32()); - } else - message.weakDependency.push(reader.int32()); - break; - } - case 15: { - if (!(message.optionDependency && message.optionDependency.length)) - message.optionDependency = []; - message.optionDependency.push(reader.string()); - break; - } - case 4: { - if (!(message.messageType && message.messageType.length)) - message.messageType = []; - message.messageType.push($root.google.protobuf.DescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 5: { - if (!(message.enumType && message.enumType.length)) - message.enumType = []; - message.enumType.push($root.google.protobuf.EnumDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 6: { - if (!(message.service && message.service.length)) - message.service = []; - message.service.push($root.google.protobuf.ServiceDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 7: { - if (!(message.extension && message.extension.length)) - message.extension = []; - message.extension.push($root.google.protobuf.FieldDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 8: { - message.options = $root.google.protobuf.FileOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 9: { - message.sourceCodeInfo = $root.google.protobuf.SourceCodeInfo.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 12: { - message.syntax = reader.string(); - break; - } - case 14: { - message.edition = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FileDescriptorProto message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FileDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FileDescriptorProto} FileDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FileDescriptorProto.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FileDescriptorProto message. - * @function verify - * @memberof google.protobuf.FileDescriptorProto - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FileDescriptorProto.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message["package"] != null && message.hasOwnProperty("package")) - if (!$util.isString(message["package"])) - return "package: string expected"; - if (message.dependency != null && message.hasOwnProperty("dependency")) { - if (!Array.isArray(message.dependency)) - return "dependency: array expected"; - for (var i = 0; i < message.dependency.length; ++i) - if (!$util.isString(message.dependency[i])) - return "dependency: string[] expected"; - } - if (message.publicDependency != null && message.hasOwnProperty("publicDependency")) { - if (!Array.isArray(message.publicDependency)) - return "publicDependency: array expected"; - for (var i = 0; i < message.publicDependency.length; ++i) - if (!$util.isInteger(message.publicDependency[i])) - return "publicDependency: integer[] expected"; - } - if (message.weakDependency != null && message.hasOwnProperty("weakDependency")) { - if (!Array.isArray(message.weakDependency)) - return "weakDependency: array expected"; - for (var i = 0; i < message.weakDependency.length; ++i) - if (!$util.isInteger(message.weakDependency[i])) - return "weakDependency: integer[] expected"; - } - if (message.optionDependency != null && message.hasOwnProperty("optionDependency")) { - if (!Array.isArray(message.optionDependency)) - return "optionDependency: array expected"; - for (var i = 0; i < message.optionDependency.length; ++i) - if (!$util.isString(message.optionDependency[i])) - return "optionDependency: string[] expected"; - } - if (message.messageType != null && message.hasOwnProperty("messageType")) { - if (!Array.isArray(message.messageType)) - return "messageType: array expected"; - for (var i = 0; i < message.messageType.length; ++i) { - var error = $root.google.protobuf.DescriptorProto.verify(message.messageType[i], long + 1); - if (error) - return "messageType." + error; - } - } - if (message.enumType != null && message.hasOwnProperty("enumType")) { - if (!Array.isArray(message.enumType)) - return "enumType: array expected"; - for (var i = 0; i < message.enumType.length; ++i) { - var error = $root.google.protobuf.EnumDescriptorProto.verify(message.enumType[i], long + 1); - if (error) - return "enumType." + error; - } - } - if (message.service != null && message.hasOwnProperty("service")) { - if (!Array.isArray(message.service)) - return "service: array expected"; - for (var i = 0; i < message.service.length; ++i) { - var error = $root.google.protobuf.ServiceDescriptorProto.verify(message.service[i], long + 1); - if (error) - return "service." + error; - } - } - if (message.extension != null && message.hasOwnProperty("extension")) { - if (!Array.isArray(message.extension)) - return "extension: array expected"; - for (var i = 0; i < message.extension.length; ++i) { - var error = $root.google.protobuf.FieldDescriptorProto.verify(message.extension[i], long + 1); - if (error) - return "extension." + error; - } - } - if (message.options != null && message.hasOwnProperty("options")) { - var error = $root.google.protobuf.FileOptions.verify(message.options, long + 1); - if (error) - return "options." + error; - } - if (message.sourceCodeInfo != null && message.hasOwnProperty("sourceCodeInfo")) { - var error = $root.google.protobuf.SourceCodeInfo.verify(message.sourceCodeInfo, long + 1); - if (error) - return "sourceCodeInfo." + error; - } - if (message.syntax != null && message.hasOwnProperty("syntax")) - if (!$util.isString(message.syntax)) - return "syntax: string expected"; - if (message.edition != null && message.hasOwnProperty("edition")) - switch (message.edition) { - default: - return "edition: enum value expected"; - case 0: - case 900: - case 998: - case 999: - case 1000: - case 1001: - case 1: - case 2: - case 99997: - case 99998: - case 99999: - case 2147483647: - break; - } - return null; - }; - - /** - * Creates a FileDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FileDescriptorProto - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FileDescriptorProto} FileDescriptorProto - */ - FileDescriptorProto.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FileDescriptorProto) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FileDescriptorProto(); - if (object.name != null) - message.name = String(object.name); - if (object["package"] != null) - message["package"] = String(object["package"]); - if (object.dependency) { - if (!Array.isArray(object.dependency)) - throw TypeError(".google.protobuf.FileDescriptorProto.dependency: array expected"); - message.dependency = []; - for (var i = 0; i < object.dependency.length; ++i) - message.dependency[i] = String(object.dependency[i]); - } - if (object.publicDependency) { - if (!Array.isArray(object.publicDependency)) - throw TypeError(".google.protobuf.FileDescriptorProto.publicDependency: array expected"); - message.publicDependency = []; - for (var i = 0; i < object.publicDependency.length; ++i) - message.publicDependency[i] = object.publicDependency[i] | 0; - } - if (object.weakDependency) { - if (!Array.isArray(object.weakDependency)) - throw TypeError(".google.protobuf.FileDescriptorProto.weakDependency: array expected"); - message.weakDependency = []; - for (var i = 0; i < object.weakDependency.length; ++i) - message.weakDependency[i] = object.weakDependency[i] | 0; - } - if (object.optionDependency) { - if (!Array.isArray(object.optionDependency)) - throw TypeError(".google.protobuf.FileDescriptorProto.optionDependency: array expected"); - message.optionDependency = []; - for (var i = 0; i < object.optionDependency.length; ++i) - message.optionDependency[i] = String(object.optionDependency[i]); - } - if (object.messageType) { - if (!Array.isArray(object.messageType)) - throw TypeError(".google.protobuf.FileDescriptorProto.messageType: array expected"); - message.messageType = []; - for (var i = 0; i < object.messageType.length; ++i) { - if (typeof object.messageType[i] !== "object") - throw TypeError(".google.protobuf.FileDescriptorProto.messageType: object expected"); - message.messageType[i] = $root.google.protobuf.DescriptorProto.fromObject(object.messageType[i], long + 1); - } - } - if (object.enumType) { - if (!Array.isArray(object.enumType)) - throw TypeError(".google.protobuf.FileDescriptorProto.enumType: array expected"); - message.enumType = []; - for (var i = 0; i < object.enumType.length; ++i) { - if (typeof object.enumType[i] !== "object") - throw TypeError(".google.protobuf.FileDescriptorProto.enumType: object expected"); - message.enumType[i] = $root.google.protobuf.EnumDescriptorProto.fromObject(object.enumType[i], long + 1); - } - } - if (object.service) { - if (!Array.isArray(object.service)) - throw TypeError(".google.protobuf.FileDescriptorProto.service: array expected"); - message.service = []; - for (var i = 0; i < object.service.length; ++i) { - if (typeof object.service[i] !== "object") - throw TypeError(".google.protobuf.FileDescriptorProto.service: object expected"); - message.service[i] = $root.google.protobuf.ServiceDescriptorProto.fromObject(object.service[i], long + 1); - } - } - if (object.extension) { - if (!Array.isArray(object.extension)) - throw TypeError(".google.protobuf.FileDescriptorProto.extension: array expected"); - message.extension = []; - for (var i = 0; i < object.extension.length; ++i) { - if (typeof object.extension[i] !== "object") - throw TypeError(".google.protobuf.FileDescriptorProto.extension: object expected"); - message.extension[i] = $root.google.protobuf.FieldDescriptorProto.fromObject(object.extension[i], long + 1); - } - } - if (object.options != null) { - if (typeof object.options !== "object") - throw TypeError(".google.protobuf.FileDescriptorProto.options: object expected"); - message.options = $root.google.protobuf.FileOptions.fromObject(object.options, long + 1); - } - if (object.sourceCodeInfo != null) { - if (typeof object.sourceCodeInfo !== "object") - throw TypeError(".google.protobuf.FileDescriptorProto.sourceCodeInfo: object expected"); - message.sourceCodeInfo = $root.google.protobuf.SourceCodeInfo.fromObject(object.sourceCodeInfo, long + 1); - } - if (object.syntax != null) - message.syntax = String(object.syntax); - switch (object.edition) { - default: - if (typeof object.edition === "number") { - message.edition = object.edition; - break; - } - break; - case "EDITION_UNKNOWN": - case 0: - message.edition = 0; - break; - case "EDITION_LEGACY": - case 900: - message.edition = 900; - break; - case "EDITION_PROTO2": - case 998: - message.edition = 998; - break; - case "EDITION_PROTO3": - case 999: - message.edition = 999; - break; - case "EDITION_2023": - case 1000: - message.edition = 1000; - break; - case "EDITION_2024": - case 1001: - message.edition = 1001; - break; - case "EDITION_1_TEST_ONLY": - case 1: - message.edition = 1; - break; - case "EDITION_2_TEST_ONLY": - case 2: - message.edition = 2; - break; - case "EDITION_99997_TEST_ONLY": - case 99997: - message.edition = 99997; - break; - case "EDITION_99998_TEST_ONLY": - case 99998: - message.edition = 99998; - break; - case "EDITION_99999_TEST_ONLY": - case 99999: - message.edition = 99999; - break; - case "EDITION_MAX": - case 2147483647: - message.edition = 2147483647; - break; - } - return message; - }; - - /** - * Creates a plain object from a FileDescriptorProto message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FileDescriptorProto - * @static - * @param {google.protobuf.FileDescriptorProto} message FileDescriptorProto - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FileDescriptorProto.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.dependency = []; - object.messageType = []; - object.enumType = []; - object.service = []; - object.extension = []; - object.publicDependency = []; - object.weakDependency = []; - object.optionDependency = []; - } - if (options.defaults) { - object.name = ""; - object["package"] = ""; - object.options = null; - object.sourceCodeInfo = null; - object.syntax = ""; - object.edition = options.enums === String ? "EDITION_UNKNOWN" : 0; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message["package"] != null && message.hasOwnProperty("package")) - object["package"] = message["package"]; - if (message.dependency && message.dependency.length) { - object.dependency = []; - for (var j = 0; j < message.dependency.length; ++j) - object.dependency[j] = message.dependency[j]; - } - if (message.messageType && message.messageType.length) { - object.messageType = []; - for (var j = 0; j < message.messageType.length; ++j) - object.messageType[j] = $root.google.protobuf.DescriptorProto.toObject(message.messageType[j], options); - } - if (message.enumType && message.enumType.length) { - object.enumType = []; - for (var j = 0; j < message.enumType.length; ++j) - object.enumType[j] = $root.google.protobuf.EnumDescriptorProto.toObject(message.enumType[j], options); - } - if (message.service && message.service.length) { - object.service = []; - for (var j = 0; j < message.service.length; ++j) - object.service[j] = $root.google.protobuf.ServiceDescriptorProto.toObject(message.service[j], options); - } - if (message.extension && message.extension.length) { - object.extension = []; - for (var j = 0; j < message.extension.length; ++j) - object.extension[j] = $root.google.protobuf.FieldDescriptorProto.toObject(message.extension[j], options); - } - if (message.options != null && message.hasOwnProperty("options")) - object.options = $root.google.protobuf.FileOptions.toObject(message.options, options); - if (message.sourceCodeInfo != null && message.hasOwnProperty("sourceCodeInfo")) - object.sourceCodeInfo = $root.google.protobuf.SourceCodeInfo.toObject(message.sourceCodeInfo, options); - if (message.publicDependency && message.publicDependency.length) { - object.publicDependency = []; - for (var j = 0; j < message.publicDependency.length; ++j) - object.publicDependency[j] = message.publicDependency[j]; - } - if (message.weakDependency && message.weakDependency.length) { - object.weakDependency = []; - for (var j = 0; j < message.weakDependency.length; ++j) - object.weakDependency[j] = message.weakDependency[j]; - } - if (message.syntax != null && message.hasOwnProperty("syntax")) - object.syntax = message.syntax; - if (message.edition != null && message.hasOwnProperty("edition")) - object.edition = options.enums === String ? $root.google.protobuf.Edition[message.edition] === undefined ? message.edition : $root.google.protobuf.Edition[message.edition] : message.edition; - if (message.optionDependency && message.optionDependency.length) { - object.optionDependency = []; - for (var j = 0; j < message.optionDependency.length; ++j) - object.optionDependency[j] = message.optionDependency[j]; - } - return object; - }; - - /** - * Converts this FileDescriptorProto to JSON. - * @function toJSON - * @memberof google.protobuf.FileDescriptorProto - * @instance - * @returns {Object.} JSON object - */ - FileDescriptorProto.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FileDescriptorProto - * @function getTypeUrl - * @memberof google.protobuf.FileDescriptorProto - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FileDescriptorProto.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FileDescriptorProto"; - }; - - return FileDescriptorProto; - })(); - - protobuf.DescriptorProto = (function() { - - /** - * Properties of a DescriptorProto. - * @memberof google.protobuf - * @interface IDescriptorProto - * @property {string|null} [name] DescriptorProto name - * @property {Array.|null} [field] DescriptorProto field - * @property {Array.|null} [extension] DescriptorProto extension - * @property {Array.|null} [nestedType] DescriptorProto nestedType - * @property {Array.|null} [enumType] DescriptorProto enumType - * @property {Array.|null} [extensionRange] DescriptorProto extensionRange - * @property {Array.|null} [oneofDecl] DescriptorProto oneofDecl - * @property {google.protobuf.IMessageOptions|null} [options] DescriptorProto options - * @property {Array.|null} [reservedRange] DescriptorProto reservedRange - * @property {Array.|null} [reservedName] DescriptorProto reservedName - * @property {google.protobuf.SymbolVisibility|null} [visibility] DescriptorProto visibility - */ - - /** - * Constructs a new DescriptorProto. - * @memberof google.protobuf - * @classdesc Represents a DescriptorProto. - * @implements IDescriptorProto - * @constructor - * @param {google.protobuf.IDescriptorProto=} [properties] Properties to set - */ - function DescriptorProto(properties) { - this.field = []; - this.extension = []; - this.nestedType = []; - this.enumType = []; - this.extensionRange = []; - this.oneofDecl = []; - this.reservedRange = []; - this.reservedName = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * DescriptorProto name. - * @member {string} name - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.name = ""; - - /** - * DescriptorProto field. - * @member {Array.} field - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.field = $util.emptyArray; - - /** - * DescriptorProto extension. - * @member {Array.} extension - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.extension = $util.emptyArray; - - /** - * DescriptorProto nestedType. - * @member {Array.} nestedType - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.nestedType = $util.emptyArray; - - /** - * DescriptorProto enumType. - * @member {Array.} enumType - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.enumType = $util.emptyArray; - - /** - * DescriptorProto extensionRange. - * @member {Array.} extensionRange - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.extensionRange = $util.emptyArray; - - /** - * DescriptorProto oneofDecl. - * @member {Array.} oneofDecl - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.oneofDecl = $util.emptyArray; - - /** - * DescriptorProto options. - * @member {google.protobuf.IMessageOptions|null|undefined} options - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.options = null; - - /** - * DescriptorProto reservedRange. - * @member {Array.} reservedRange - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.reservedRange = $util.emptyArray; - - /** - * DescriptorProto reservedName. - * @member {Array.} reservedName - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.reservedName = $util.emptyArray; - - /** - * DescriptorProto visibility. - * @member {google.protobuf.SymbolVisibility} visibility - * @memberof google.protobuf.DescriptorProto - * @instance - */ - DescriptorProto.prototype.visibility = 0; - - /** - * Creates a new DescriptorProto instance using the specified properties. - * @function create - * @memberof google.protobuf.DescriptorProto - * @static - * @param {google.protobuf.IDescriptorProto=} [properties] Properties to set - * @returns {google.protobuf.DescriptorProto} DescriptorProto instance - */ - DescriptorProto.create = function create(properties) { - return new DescriptorProto(properties); - }; - - /** - * Encodes the specified DescriptorProto message. Does not implicitly {@link google.protobuf.DescriptorProto.verify|verify} messages. - * @function encode - * @memberof google.protobuf.DescriptorProto - * @static - * @param {google.protobuf.IDescriptorProto} message DescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - DescriptorProto.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.field != null && message.field.length) - for (var i = 0; i < message.field.length; ++i) - $root.google.protobuf.FieldDescriptorProto.encode(message.field[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.nestedType != null && message.nestedType.length) - for (var i = 0; i < message.nestedType.length; ++i) - $root.google.protobuf.DescriptorProto.encode(message.nestedType[i], writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.enumType != null && message.enumType.length) - for (var i = 0; i < message.enumType.length; ++i) - $root.google.protobuf.EnumDescriptorProto.encode(message.enumType[i], writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.extensionRange != null && message.extensionRange.length) - for (var i = 0; i < message.extensionRange.length; ++i) - $root.google.protobuf.DescriptorProto.ExtensionRange.encode(message.extensionRange[i], writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - if (message.extension != null && message.extension.length) - for (var i = 0; i < message.extension.length; ++i) - $root.google.protobuf.FieldDescriptorProto.encode(message.extension[i], writer.uint32(/* id 6, wireType 2 =*/50).fork()).ldelim(); - if (message.options != null && Object.hasOwnProperty.call(message, "options")) - $root.google.protobuf.MessageOptions.encode(message.options, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); - if (message.oneofDecl != null && message.oneofDecl.length) - for (var i = 0; i < message.oneofDecl.length; ++i) - $root.google.protobuf.OneofDescriptorProto.encode(message.oneofDecl[i], writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - if (message.reservedRange != null && message.reservedRange.length) - for (var i = 0; i < message.reservedRange.length; ++i) - $root.google.protobuf.DescriptorProto.ReservedRange.encode(message.reservedRange[i], writer.uint32(/* id 9, wireType 2 =*/74).fork()).ldelim(); - if (message.reservedName != null && message.reservedName.length) - for (var i = 0; i < message.reservedName.length; ++i) - writer.uint32(/* id 10, wireType 2 =*/82).string(message.reservedName[i]); - if (message.visibility != null && Object.hasOwnProperty.call(message, "visibility")) - writer.uint32(/* id 11, wireType 0 =*/88).int32(message.visibility); - return writer; - }; - - /** - * Encodes the specified DescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.DescriptorProto.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.DescriptorProto - * @static - * @param {google.protobuf.IDescriptorProto} message DescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - DescriptorProto.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a DescriptorProto message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.DescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.DescriptorProto} DescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - DescriptorProto.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.DescriptorProto(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - if (!(message.field && message.field.length)) - message.field = []; - message.field.push($root.google.protobuf.FieldDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 6: { - if (!(message.extension && message.extension.length)) - message.extension = []; - message.extension.push($root.google.protobuf.FieldDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 3: { - if (!(message.nestedType && message.nestedType.length)) - message.nestedType = []; - message.nestedType.push($root.google.protobuf.DescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 4: { - if (!(message.enumType && message.enumType.length)) - message.enumType = []; - message.enumType.push($root.google.protobuf.EnumDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 5: { - if (!(message.extensionRange && message.extensionRange.length)) - message.extensionRange = []; - message.extensionRange.push($root.google.protobuf.DescriptorProto.ExtensionRange.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 8: { - if (!(message.oneofDecl && message.oneofDecl.length)) - message.oneofDecl = []; - message.oneofDecl.push($root.google.protobuf.OneofDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 7: { - message.options = $root.google.protobuf.MessageOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 9: { - if (!(message.reservedRange && message.reservedRange.length)) - message.reservedRange = []; - message.reservedRange.push($root.google.protobuf.DescriptorProto.ReservedRange.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 10: { - if (!(message.reservedName && message.reservedName.length)) - message.reservedName = []; - message.reservedName.push(reader.string()); - break; - } - case 11: { - message.visibility = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a DescriptorProto message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.DescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.DescriptorProto} DescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - DescriptorProto.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a DescriptorProto message. - * @function verify - * @memberof google.protobuf.DescriptorProto - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - DescriptorProto.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.field != null && message.hasOwnProperty("field")) { - if (!Array.isArray(message.field)) - return "field: array expected"; - for (var i = 0; i < message.field.length; ++i) { - var error = $root.google.protobuf.FieldDescriptorProto.verify(message.field[i], long + 1); - if (error) - return "field." + error; - } - } - if (message.extension != null && message.hasOwnProperty("extension")) { - if (!Array.isArray(message.extension)) - return "extension: array expected"; - for (var i = 0; i < message.extension.length; ++i) { - var error = $root.google.protobuf.FieldDescriptorProto.verify(message.extension[i], long + 1); - if (error) - return "extension." + error; - } - } - if (message.nestedType != null && message.hasOwnProperty("nestedType")) { - if (!Array.isArray(message.nestedType)) - return "nestedType: array expected"; - for (var i = 0; i < message.nestedType.length; ++i) { - var error = $root.google.protobuf.DescriptorProto.verify(message.nestedType[i], long + 1); - if (error) - return "nestedType." + error; - } - } - if (message.enumType != null && message.hasOwnProperty("enumType")) { - if (!Array.isArray(message.enumType)) - return "enumType: array expected"; - for (var i = 0; i < message.enumType.length; ++i) { - var error = $root.google.protobuf.EnumDescriptorProto.verify(message.enumType[i], long + 1); - if (error) - return "enumType." + error; - } - } - if (message.extensionRange != null && message.hasOwnProperty("extensionRange")) { - if (!Array.isArray(message.extensionRange)) - return "extensionRange: array expected"; - for (var i = 0; i < message.extensionRange.length; ++i) { - var error = $root.google.protobuf.DescriptorProto.ExtensionRange.verify(message.extensionRange[i], long + 1); - if (error) - return "extensionRange." + error; - } - } - if (message.oneofDecl != null && message.hasOwnProperty("oneofDecl")) { - if (!Array.isArray(message.oneofDecl)) - return "oneofDecl: array expected"; - for (var i = 0; i < message.oneofDecl.length; ++i) { - var error = $root.google.protobuf.OneofDescriptorProto.verify(message.oneofDecl[i], long + 1); - if (error) - return "oneofDecl." + error; - } - } - if (message.options != null && message.hasOwnProperty("options")) { - var error = $root.google.protobuf.MessageOptions.verify(message.options, long + 1); - if (error) - return "options." + error; - } - if (message.reservedRange != null && message.hasOwnProperty("reservedRange")) { - if (!Array.isArray(message.reservedRange)) - return "reservedRange: array expected"; - for (var i = 0; i < message.reservedRange.length; ++i) { - var error = $root.google.protobuf.DescriptorProto.ReservedRange.verify(message.reservedRange[i], long + 1); - if (error) - return "reservedRange." + error; - } - } - if (message.reservedName != null && message.hasOwnProperty("reservedName")) { - if (!Array.isArray(message.reservedName)) - return "reservedName: array expected"; - for (var i = 0; i < message.reservedName.length; ++i) - if (!$util.isString(message.reservedName[i])) - return "reservedName: string[] expected"; - } - if (message.visibility != null && message.hasOwnProperty("visibility")) - switch (message.visibility) { - default: - return "visibility: enum value expected"; - case 0: - case 1: - case 2: - break; - } - return null; - }; - - /** - * Creates a DescriptorProto message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.DescriptorProto - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.DescriptorProto} DescriptorProto - */ - DescriptorProto.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.DescriptorProto) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.DescriptorProto(); - if (object.name != null) - message.name = String(object.name); - if (object.field) { - if (!Array.isArray(object.field)) - throw TypeError(".google.protobuf.DescriptorProto.field: array expected"); - message.field = []; - for (var i = 0; i < object.field.length; ++i) { - if (typeof object.field[i] !== "object") - throw TypeError(".google.protobuf.DescriptorProto.field: object expected"); - message.field[i] = $root.google.protobuf.FieldDescriptorProto.fromObject(object.field[i], long + 1); - } - } - if (object.extension) { - if (!Array.isArray(object.extension)) - throw TypeError(".google.protobuf.DescriptorProto.extension: array expected"); - message.extension = []; - for (var i = 0; i < object.extension.length; ++i) { - if (typeof object.extension[i] !== "object") - throw TypeError(".google.protobuf.DescriptorProto.extension: object expected"); - message.extension[i] = $root.google.protobuf.FieldDescriptorProto.fromObject(object.extension[i], long + 1); - } - } - if (object.nestedType) { - if (!Array.isArray(object.nestedType)) - throw TypeError(".google.protobuf.DescriptorProto.nestedType: array expected"); - message.nestedType = []; - for (var i = 0; i < object.nestedType.length; ++i) { - if (typeof object.nestedType[i] !== "object") - throw TypeError(".google.protobuf.DescriptorProto.nestedType: object expected"); - message.nestedType[i] = $root.google.protobuf.DescriptorProto.fromObject(object.nestedType[i], long + 1); - } - } - if (object.enumType) { - if (!Array.isArray(object.enumType)) - throw TypeError(".google.protobuf.DescriptorProto.enumType: array expected"); - message.enumType = []; - for (var i = 0; i < object.enumType.length; ++i) { - if (typeof object.enumType[i] !== "object") - throw TypeError(".google.protobuf.DescriptorProto.enumType: object expected"); - message.enumType[i] = $root.google.protobuf.EnumDescriptorProto.fromObject(object.enumType[i], long + 1); - } - } - if (object.extensionRange) { - if (!Array.isArray(object.extensionRange)) - throw TypeError(".google.protobuf.DescriptorProto.extensionRange: array expected"); - message.extensionRange = []; - for (var i = 0; i < object.extensionRange.length; ++i) { - if (typeof object.extensionRange[i] !== "object") - throw TypeError(".google.protobuf.DescriptorProto.extensionRange: object expected"); - message.extensionRange[i] = $root.google.protobuf.DescriptorProto.ExtensionRange.fromObject(object.extensionRange[i], long + 1); - } - } - if (object.oneofDecl) { - if (!Array.isArray(object.oneofDecl)) - throw TypeError(".google.protobuf.DescriptorProto.oneofDecl: array expected"); - message.oneofDecl = []; - for (var i = 0; i < object.oneofDecl.length; ++i) { - if (typeof object.oneofDecl[i] !== "object") - throw TypeError(".google.protobuf.DescriptorProto.oneofDecl: object expected"); - message.oneofDecl[i] = $root.google.protobuf.OneofDescriptorProto.fromObject(object.oneofDecl[i], long + 1); - } - } - if (object.options != null) { - if (typeof object.options !== "object") - throw TypeError(".google.protobuf.DescriptorProto.options: object expected"); - message.options = $root.google.protobuf.MessageOptions.fromObject(object.options, long + 1); - } - if (object.reservedRange) { - if (!Array.isArray(object.reservedRange)) - throw TypeError(".google.protobuf.DescriptorProto.reservedRange: array expected"); - message.reservedRange = []; - for (var i = 0; i < object.reservedRange.length; ++i) { - if (typeof object.reservedRange[i] !== "object") - throw TypeError(".google.protobuf.DescriptorProto.reservedRange: object expected"); - message.reservedRange[i] = $root.google.protobuf.DescriptorProto.ReservedRange.fromObject(object.reservedRange[i], long + 1); - } - } - if (object.reservedName) { - if (!Array.isArray(object.reservedName)) - throw TypeError(".google.protobuf.DescriptorProto.reservedName: array expected"); - message.reservedName = []; - for (var i = 0; i < object.reservedName.length; ++i) - message.reservedName[i] = String(object.reservedName[i]); - } - switch (object.visibility) { - default: - if (typeof object.visibility === "number") { - message.visibility = object.visibility; - break; - } - break; - case "VISIBILITY_UNSET": - case 0: - message.visibility = 0; - break; - case "VISIBILITY_LOCAL": - case 1: - message.visibility = 1; - break; - case "VISIBILITY_EXPORT": - case 2: - message.visibility = 2; - break; - } - return message; - }; - - /** - * Creates a plain object from a DescriptorProto message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.DescriptorProto - * @static - * @param {google.protobuf.DescriptorProto} message DescriptorProto - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - DescriptorProto.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.field = []; - object.nestedType = []; - object.enumType = []; - object.extensionRange = []; - object.extension = []; - object.oneofDecl = []; - object.reservedRange = []; - object.reservedName = []; - } - if (options.defaults) { - object.name = ""; - object.options = null; - object.visibility = options.enums === String ? "VISIBILITY_UNSET" : 0; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.field && message.field.length) { - object.field = []; - for (var j = 0; j < message.field.length; ++j) - object.field[j] = $root.google.protobuf.FieldDescriptorProto.toObject(message.field[j], options); - } - if (message.nestedType && message.nestedType.length) { - object.nestedType = []; - for (var j = 0; j < message.nestedType.length; ++j) - object.nestedType[j] = $root.google.protobuf.DescriptorProto.toObject(message.nestedType[j], options); - } - if (message.enumType && message.enumType.length) { - object.enumType = []; - for (var j = 0; j < message.enumType.length; ++j) - object.enumType[j] = $root.google.protobuf.EnumDescriptorProto.toObject(message.enumType[j], options); - } - if (message.extensionRange && message.extensionRange.length) { - object.extensionRange = []; - for (var j = 0; j < message.extensionRange.length; ++j) - object.extensionRange[j] = $root.google.protobuf.DescriptorProto.ExtensionRange.toObject(message.extensionRange[j], options); - } - if (message.extension && message.extension.length) { - object.extension = []; - for (var j = 0; j < message.extension.length; ++j) - object.extension[j] = $root.google.protobuf.FieldDescriptorProto.toObject(message.extension[j], options); - } - if (message.options != null && message.hasOwnProperty("options")) - object.options = $root.google.protobuf.MessageOptions.toObject(message.options, options); - if (message.oneofDecl && message.oneofDecl.length) { - object.oneofDecl = []; - for (var j = 0; j < message.oneofDecl.length; ++j) - object.oneofDecl[j] = $root.google.protobuf.OneofDescriptorProto.toObject(message.oneofDecl[j], options); - } - if (message.reservedRange && message.reservedRange.length) { - object.reservedRange = []; - for (var j = 0; j < message.reservedRange.length; ++j) - object.reservedRange[j] = $root.google.protobuf.DescriptorProto.ReservedRange.toObject(message.reservedRange[j], options); - } - if (message.reservedName && message.reservedName.length) { - object.reservedName = []; - for (var j = 0; j < message.reservedName.length; ++j) - object.reservedName[j] = message.reservedName[j]; - } - if (message.visibility != null && message.hasOwnProperty("visibility")) - object.visibility = options.enums === String ? $root.google.protobuf.SymbolVisibility[message.visibility] === undefined ? message.visibility : $root.google.protobuf.SymbolVisibility[message.visibility] : message.visibility; - return object; - }; - - /** - * Converts this DescriptorProto to JSON. - * @function toJSON - * @memberof google.protobuf.DescriptorProto - * @instance - * @returns {Object.} JSON object - */ - DescriptorProto.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for DescriptorProto - * @function getTypeUrl - * @memberof google.protobuf.DescriptorProto - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - DescriptorProto.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.DescriptorProto"; - }; - - DescriptorProto.ExtensionRange = (function() { - - /** - * Properties of an ExtensionRange. - * @memberof google.protobuf.DescriptorProto - * @interface IExtensionRange - * @property {number|null} [start] ExtensionRange start - * @property {number|null} [end] ExtensionRange end - * @property {google.protobuf.IExtensionRangeOptions|null} [options] ExtensionRange options - */ - - /** - * Constructs a new ExtensionRange. - * @memberof google.protobuf.DescriptorProto - * @classdesc Represents an ExtensionRange. - * @implements IExtensionRange - * @constructor - * @param {google.protobuf.DescriptorProto.IExtensionRange=} [properties] Properties to set - */ - function ExtensionRange(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ExtensionRange start. - * @member {number} start - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @instance - */ - ExtensionRange.prototype.start = 0; - - /** - * ExtensionRange end. - * @member {number} end - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @instance - */ - ExtensionRange.prototype.end = 0; - - /** - * ExtensionRange options. - * @member {google.protobuf.IExtensionRangeOptions|null|undefined} options - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @instance - */ - ExtensionRange.prototype.options = null; - - /** - * Creates a new ExtensionRange instance using the specified properties. - * @function create - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @static - * @param {google.protobuf.DescriptorProto.IExtensionRange=} [properties] Properties to set - * @returns {google.protobuf.DescriptorProto.ExtensionRange} ExtensionRange instance - */ - ExtensionRange.create = function create(properties) { - return new ExtensionRange(properties); - }; - - /** - * Encodes the specified ExtensionRange message. Does not implicitly {@link google.protobuf.DescriptorProto.ExtensionRange.verify|verify} messages. - * @function encode - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @static - * @param {google.protobuf.DescriptorProto.IExtensionRange} message ExtensionRange message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ExtensionRange.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.start != null && Object.hasOwnProperty.call(message, "start")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.start); - if (message.end != null && Object.hasOwnProperty.call(message, "end")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.end); - if (message.options != null && Object.hasOwnProperty.call(message, "options")) - $root.google.protobuf.ExtensionRangeOptions.encode(message.options, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ExtensionRange message, length delimited. Does not implicitly {@link google.protobuf.DescriptorProto.ExtensionRange.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @static - * @param {google.protobuf.DescriptorProto.IExtensionRange} message ExtensionRange message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ExtensionRange.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ExtensionRange message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.DescriptorProto.ExtensionRange} ExtensionRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ExtensionRange.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.DescriptorProto.ExtensionRange(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.start = reader.int32(); - break; - } - case 2: { - message.end = reader.int32(); - break; - } - case 3: { - message.options = $root.google.protobuf.ExtensionRangeOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ExtensionRange message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.DescriptorProto.ExtensionRange} ExtensionRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ExtensionRange.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ExtensionRange message. - * @function verify - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ExtensionRange.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.start != null && message.hasOwnProperty("start")) - if (!$util.isInteger(message.start)) - return "start: integer expected"; - if (message.end != null && message.hasOwnProperty("end")) - if (!$util.isInteger(message.end)) - return "end: integer expected"; - if (message.options != null && message.hasOwnProperty("options")) { - var error = $root.google.protobuf.ExtensionRangeOptions.verify(message.options, long + 1); - if (error) - return "options." + error; - } - return null; - }; - - /** - * Creates an ExtensionRange message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.DescriptorProto.ExtensionRange} ExtensionRange - */ - ExtensionRange.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.DescriptorProto.ExtensionRange) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.DescriptorProto.ExtensionRange(); - if (object.start != null) - message.start = object.start | 0; - if (object.end != null) - message.end = object.end | 0; - if (object.options != null) { - if (typeof object.options !== "object") - throw TypeError(".google.protobuf.DescriptorProto.ExtensionRange.options: object expected"); - message.options = $root.google.protobuf.ExtensionRangeOptions.fromObject(object.options, long + 1); - } - return message; - }; - - /** - * Creates a plain object from an ExtensionRange message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @static - * @param {google.protobuf.DescriptorProto.ExtensionRange} message ExtensionRange - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ExtensionRange.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.start = 0; - object.end = 0; - object.options = null; - } - if (message.start != null && message.hasOwnProperty("start")) - object.start = message.start; - if (message.end != null && message.hasOwnProperty("end")) - object.end = message.end; - if (message.options != null && message.hasOwnProperty("options")) - object.options = $root.google.protobuf.ExtensionRangeOptions.toObject(message.options, options); - return object; - }; - - /** - * Converts this ExtensionRange to JSON. - * @function toJSON - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @instance - * @returns {Object.} JSON object - */ - ExtensionRange.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ExtensionRange - * @function getTypeUrl - * @memberof google.protobuf.DescriptorProto.ExtensionRange - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ExtensionRange.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.DescriptorProto.ExtensionRange"; - }; - - return ExtensionRange; - })(); - - DescriptorProto.ReservedRange = (function() { - - /** - * Properties of a ReservedRange. - * @memberof google.protobuf.DescriptorProto - * @interface IReservedRange - * @property {number|null} [start] ReservedRange start - * @property {number|null} [end] ReservedRange end - */ - - /** - * Constructs a new ReservedRange. - * @memberof google.protobuf.DescriptorProto - * @classdesc Represents a ReservedRange. - * @implements IReservedRange - * @constructor - * @param {google.protobuf.DescriptorProto.IReservedRange=} [properties] Properties to set - */ - function ReservedRange(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ReservedRange start. - * @member {number} start - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @instance - */ - ReservedRange.prototype.start = 0; - - /** - * ReservedRange end. - * @member {number} end - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @instance - */ - ReservedRange.prototype.end = 0; - - /** - * Creates a new ReservedRange instance using the specified properties. - * @function create - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @static - * @param {google.protobuf.DescriptorProto.IReservedRange=} [properties] Properties to set - * @returns {google.protobuf.DescriptorProto.ReservedRange} ReservedRange instance - */ - ReservedRange.create = function create(properties) { - return new ReservedRange(properties); - }; - - /** - * Encodes the specified ReservedRange message. Does not implicitly {@link google.protobuf.DescriptorProto.ReservedRange.verify|verify} messages. - * @function encode - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @static - * @param {google.protobuf.DescriptorProto.IReservedRange} message ReservedRange message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReservedRange.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.start != null && Object.hasOwnProperty.call(message, "start")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.start); - if (message.end != null && Object.hasOwnProperty.call(message, "end")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.end); - return writer; - }; - - /** - * Encodes the specified ReservedRange message, length delimited. Does not implicitly {@link google.protobuf.DescriptorProto.ReservedRange.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @static - * @param {google.protobuf.DescriptorProto.IReservedRange} message ReservedRange message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ReservedRange.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ReservedRange message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.DescriptorProto.ReservedRange} ReservedRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReservedRange.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.DescriptorProto.ReservedRange(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.start = reader.int32(); - break; - } - case 2: { - message.end = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ReservedRange message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.DescriptorProto.ReservedRange} ReservedRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ReservedRange.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ReservedRange message. - * @function verify - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ReservedRange.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.start != null && message.hasOwnProperty("start")) - if (!$util.isInteger(message.start)) - return "start: integer expected"; - if (message.end != null && message.hasOwnProperty("end")) - if (!$util.isInteger(message.end)) - return "end: integer expected"; - return null; - }; - - /** - * Creates a ReservedRange message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.DescriptorProto.ReservedRange} ReservedRange - */ - ReservedRange.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.DescriptorProto.ReservedRange) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.DescriptorProto.ReservedRange(); - if (object.start != null) - message.start = object.start | 0; - if (object.end != null) - message.end = object.end | 0; - return message; - }; - - /** - * Creates a plain object from a ReservedRange message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @static - * @param {google.protobuf.DescriptorProto.ReservedRange} message ReservedRange - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ReservedRange.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.start = 0; - object.end = 0; - } - if (message.start != null && message.hasOwnProperty("start")) - object.start = message.start; - if (message.end != null && message.hasOwnProperty("end")) - object.end = message.end; - return object; - }; - - /** - * Converts this ReservedRange to JSON. - * @function toJSON - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @instance - * @returns {Object.} JSON object - */ - ReservedRange.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ReservedRange - * @function getTypeUrl - * @memberof google.protobuf.DescriptorProto.ReservedRange - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ReservedRange.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.DescriptorProto.ReservedRange"; - }; - - return ReservedRange; - })(); - - return DescriptorProto; - })(); - - protobuf.ExtensionRangeOptions = (function() { - - /** - * Properties of an ExtensionRangeOptions. - * @memberof google.protobuf - * @interface IExtensionRangeOptions - * @property {Array.|null} [uninterpretedOption] ExtensionRangeOptions uninterpretedOption - * @property {Array.|null} [declaration] ExtensionRangeOptions declaration - * @property {google.protobuf.IFeatureSet|null} [features] ExtensionRangeOptions features - * @property {google.protobuf.ExtensionRangeOptions.VerificationState|null} [verification] ExtensionRangeOptions verification - */ - - /** - * Constructs a new ExtensionRangeOptions. - * @memberof google.protobuf - * @classdesc Represents an ExtensionRangeOptions. - * @implements IExtensionRangeOptions - * @constructor - * @param {google.protobuf.IExtensionRangeOptions=} [properties] Properties to set - */ - function ExtensionRangeOptions(properties) { - this.uninterpretedOption = []; - this.declaration = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ExtensionRangeOptions uninterpretedOption. - * @member {Array.} uninterpretedOption - * @memberof google.protobuf.ExtensionRangeOptions - * @instance - */ - ExtensionRangeOptions.prototype.uninterpretedOption = $util.emptyArray; - - /** - * ExtensionRangeOptions declaration. - * @member {Array.} declaration - * @memberof google.protobuf.ExtensionRangeOptions - * @instance - */ - ExtensionRangeOptions.prototype.declaration = $util.emptyArray; - - /** - * ExtensionRangeOptions features. - * @member {google.protobuf.IFeatureSet|null|undefined} features - * @memberof google.protobuf.ExtensionRangeOptions - * @instance - */ - ExtensionRangeOptions.prototype.features = null; - - /** - * ExtensionRangeOptions verification. - * @member {google.protobuf.ExtensionRangeOptions.VerificationState} verification - * @memberof google.protobuf.ExtensionRangeOptions - * @instance - */ - ExtensionRangeOptions.prototype.verification = 1; - - /** - * Creates a new ExtensionRangeOptions instance using the specified properties. - * @function create - * @memberof google.protobuf.ExtensionRangeOptions - * @static - * @param {google.protobuf.IExtensionRangeOptions=} [properties] Properties to set - * @returns {google.protobuf.ExtensionRangeOptions} ExtensionRangeOptions instance - */ - ExtensionRangeOptions.create = function create(properties) { - return new ExtensionRangeOptions(properties); - }; - - /** - * Encodes the specified ExtensionRangeOptions message. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.verify|verify} messages. - * @function encode - * @memberof google.protobuf.ExtensionRangeOptions - * @static - * @param {google.protobuf.IExtensionRangeOptions} message ExtensionRangeOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ExtensionRangeOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.declaration != null && message.declaration.length) - for (var i = 0; i < message.declaration.length; ++i) - $root.google.protobuf.ExtensionRangeOptions.Declaration.encode(message.declaration[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.verification != null && Object.hasOwnProperty.call(message, "verification")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.verification); - if (message.features != null && Object.hasOwnProperty.call(message, "features")) - $root.google.protobuf.FeatureSet.encode(message.features, writer.uint32(/* id 50, wireType 2 =*/402).fork()).ldelim(); - if (message.uninterpretedOption != null && message.uninterpretedOption.length) - for (var i = 0; i < message.uninterpretedOption.length; ++i) - $root.google.protobuf.UninterpretedOption.encode(message.uninterpretedOption[i], writer.uint32(/* id 999, wireType 2 =*/7994).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ExtensionRangeOptions message, length delimited. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.ExtensionRangeOptions - * @static - * @param {google.protobuf.IExtensionRangeOptions} message ExtensionRangeOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ExtensionRangeOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ExtensionRangeOptions message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.ExtensionRangeOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.ExtensionRangeOptions} ExtensionRangeOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ExtensionRangeOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.ExtensionRangeOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 999: { - if (!(message.uninterpretedOption && message.uninterpretedOption.length)) - message.uninterpretedOption = []; - message.uninterpretedOption.push($root.google.protobuf.UninterpretedOption.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 2: { - if (!(message.declaration && message.declaration.length)) - message.declaration = []; - message.declaration.push($root.google.protobuf.ExtensionRangeOptions.Declaration.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 50: { - message.features = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.verification = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ExtensionRangeOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.ExtensionRangeOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.ExtensionRangeOptions} ExtensionRangeOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ExtensionRangeOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ExtensionRangeOptions message. - * @function verify - * @memberof google.protobuf.ExtensionRangeOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ExtensionRangeOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.uninterpretedOption != null && message.hasOwnProperty("uninterpretedOption")) { - if (!Array.isArray(message.uninterpretedOption)) - return "uninterpretedOption: array expected"; - for (var i = 0; i < message.uninterpretedOption.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.verify(message.uninterpretedOption[i], long + 1); - if (error) - return "uninterpretedOption." + error; - } - } - if (message.declaration != null && message.hasOwnProperty("declaration")) { - if (!Array.isArray(message.declaration)) - return "declaration: array expected"; - for (var i = 0; i < message.declaration.length; ++i) { - var error = $root.google.protobuf.ExtensionRangeOptions.Declaration.verify(message.declaration[i], long + 1); - if (error) - return "declaration." + error; - } - } - if (message.features != null && message.hasOwnProperty("features")) { - var error = $root.google.protobuf.FeatureSet.verify(message.features, long + 1); - if (error) - return "features." + error; - } - if (message.verification != null && message.hasOwnProperty("verification")) - switch (message.verification) { - default: - return "verification: enum value expected"; - case 0: - case 1: - break; - } - return null; - }; - - /** - * Creates an ExtensionRangeOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.ExtensionRangeOptions - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.ExtensionRangeOptions} ExtensionRangeOptions - */ - ExtensionRangeOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.ExtensionRangeOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.ExtensionRangeOptions(); - if (object.uninterpretedOption) { - if (!Array.isArray(object.uninterpretedOption)) - throw TypeError(".google.protobuf.ExtensionRangeOptions.uninterpretedOption: array expected"); - message.uninterpretedOption = []; - for (var i = 0; i < object.uninterpretedOption.length; ++i) { - if (typeof object.uninterpretedOption[i] !== "object") - throw TypeError(".google.protobuf.ExtensionRangeOptions.uninterpretedOption: object expected"); - message.uninterpretedOption[i] = $root.google.protobuf.UninterpretedOption.fromObject(object.uninterpretedOption[i], long + 1); - } - } - if (object.declaration) { - if (!Array.isArray(object.declaration)) - throw TypeError(".google.protobuf.ExtensionRangeOptions.declaration: array expected"); - message.declaration = []; - for (var i = 0; i < object.declaration.length; ++i) { - if (typeof object.declaration[i] !== "object") - throw TypeError(".google.protobuf.ExtensionRangeOptions.declaration: object expected"); - message.declaration[i] = $root.google.protobuf.ExtensionRangeOptions.Declaration.fromObject(object.declaration[i], long + 1); - } - } - if (object.features != null) { - if (typeof object.features !== "object") - throw TypeError(".google.protobuf.ExtensionRangeOptions.features: object expected"); - message.features = $root.google.protobuf.FeatureSet.fromObject(object.features, long + 1); - } - switch (object.verification) { - case "DECLARATION": - case 0: - message.verification = 0; - break; - default: - if (typeof object.verification === "number") { - message.verification = object.verification; - break; - } - break; - case "UNVERIFIED": - case 1: - message.verification = 1; - break; - } - return message; - }; - - /** - * Creates a plain object from an ExtensionRangeOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.ExtensionRangeOptions - * @static - * @param {google.protobuf.ExtensionRangeOptions} message ExtensionRangeOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ExtensionRangeOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.declaration = []; - object.uninterpretedOption = []; - } - if (options.defaults) { - object.verification = options.enums === String ? "UNVERIFIED" : 1; - object.features = null; - } - if (message.declaration && message.declaration.length) { - object.declaration = []; - for (var j = 0; j < message.declaration.length; ++j) - object.declaration[j] = $root.google.protobuf.ExtensionRangeOptions.Declaration.toObject(message.declaration[j], options); - } - if (message.verification != null && message.hasOwnProperty("verification")) - object.verification = options.enums === String ? $root.google.protobuf.ExtensionRangeOptions.VerificationState[message.verification] === undefined ? message.verification : $root.google.protobuf.ExtensionRangeOptions.VerificationState[message.verification] : message.verification; - if (message.features != null && message.hasOwnProperty("features")) - object.features = $root.google.protobuf.FeatureSet.toObject(message.features, options); - if (message.uninterpretedOption && message.uninterpretedOption.length) { - object.uninterpretedOption = []; - for (var j = 0; j < message.uninterpretedOption.length; ++j) - object.uninterpretedOption[j] = $root.google.protobuf.UninterpretedOption.toObject(message.uninterpretedOption[j], options); - } - return object; - }; - - /** - * Converts this ExtensionRangeOptions to JSON. - * @function toJSON - * @memberof google.protobuf.ExtensionRangeOptions - * @instance - * @returns {Object.} JSON object - */ - ExtensionRangeOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ExtensionRangeOptions - * @function getTypeUrl - * @memberof google.protobuf.ExtensionRangeOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ExtensionRangeOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.ExtensionRangeOptions"; - }; - - ExtensionRangeOptions.Declaration = (function() { - - /** - * Properties of a Declaration. - * @memberof google.protobuf.ExtensionRangeOptions - * @interface IDeclaration - * @property {number|null} [number] Declaration number - * @property {string|null} [fullName] Declaration fullName - * @property {string|null} [type] Declaration type - * @property {boolean|null} [reserved] Declaration reserved - * @property {boolean|null} [repeated] Declaration repeated - */ - - /** - * Constructs a new Declaration. - * @memberof google.protobuf.ExtensionRangeOptions - * @classdesc Represents a Declaration. - * @implements IDeclaration - * @constructor - * @param {google.protobuf.ExtensionRangeOptions.IDeclaration=} [properties] Properties to set - */ - function Declaration(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Declaration number. - * @member {number} number - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @instance - */ - Declaration.prototype.number = 0; - - /** - * Declaration fullName. - * @member {string} fullName - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @instance - */ - Declaration.prototype.fullName = ""; - - /** - * Declaration type. - * @member {string} type - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @instance - */ - Declaration.prototype.type = ""; - - /** - * Declaration reserved. - * @member {boolean} reserved - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @instance - */ - Declaration.prototype.reserved = false; - - /** - * Declaration repeated. - * @member {boolean} repeated - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @instance - */ - Declaration.prototype.repeated = false; - - /** - * Creates a new Declaration instance using the specified properties. - * @function create - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @static - * @param {google.protobuf.ExtensionRangeOptions.IDeclaration=} [properties] Properties to set - * @returns {google.protobuf.ExtensionRangeOptions.Declaration} Declaration instance - */ - Declaration.create = function create(properties) { - return new Declaration(properties); - }; - - /** - * Encodes the specified Declaration message. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.Declaration.verify|verify} messages. - * @function encode - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @static - * @param {google.protobuf.ExtensionRangeOptions.IDeclaration} message Declaration message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Declaration.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.number != null && Object.hasOwnProperty.call(message, "number")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.number); - if (message.fullName != null && Object.hasOwnProperty.call(message, "fullName")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.fullName); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.type); - if (message.reserved != null && Object.hasOwnProperty.call(message, "reserved")) - writer.uint32(/* id 5, wireType 0 =*/40).bool(message.reserved); - if (message.repeated != null && Object.hasOwnProperty.call(message, "repeated")) - writer.uint32(/* id 6, wireType 0 =*/48).bool(message.repeated); - return writer; - }; - - /** - * Encodes the specified Declaration message, length delimited. Does not implicitly {@link google.protobuf.ExtensionRangeOptions.Declaration.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @static - * @param {google.protobuf.ExtensionRangeOptions.IDeclaration} message Declaration message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Declaration.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Declaration message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.ExtensionRangeOptions.Declaration} Declaration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Declaration.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.ExtensionRangeOptions.Declaration(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.number = reader.int32(); - break; - } - case 2: { - message.fullName = reader.string(); - break; - } - case 3: { - message.type = reader.string(); - break; - } - case 5: { - message.reserved = reader.bool(); - break; - } - case 6: { - message.repeated = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Declaration message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.ExtensionRangeOptions.Declaration} Declaration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Declaration.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Declaration message. - * @function verify - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Declaration.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.number != null && message.hasOwnProperty("number")) - if (!$util.isInteger(message.number)) - return "number: integer expected"; - if (message.fullName != null && message.hasOwnProperty("fullName")) - if (!$util.isString(message.fullName)) - return "fullName: string expected"; - if (message.type != null && message.hasOwnProperty("type")) - if (!$util.isString(message.type)) - return "type: string expected"; - if (message.reserved != null && message.hasOwnProperty("reserved")) - if (typeof message.reserved !== "boolean") - return "reserved: boolean expected"; - if (message.repeated != null && message.hasOwnProperty("repeated")) - if (typeof message.repeated !== "boolean") - return "repeated: boolean expected"; - return null; - }; - - /** - * Creates a Declaration message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.ExtensionRangeOptions.Declaration} Declaration - */ - Declaration.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.ExtensionRangeOptions.Declaration) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.ExtensionRangeOptions.Declaration(); - if (object.number != null) - message.number = object.number | 0; - if (object.fullName != null) - message.fullName = String(object.fullName); - if (object.type != null) - message.type = String(object.type); - if (object.reserved != null) - message.reserved = Boolean(object.reserved); - if (object.repeated != null) - message.repeated = Boolean(object.repeated); - return message; - }; - - /** - * Creates a plain object from a Declaration message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @static - * @param {google.protobuf.ExtensionRangeOptions.Declaration} message Declaration - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Declaration.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.number = 0; - object.fullName = ""; - object.type = ""; - object.reserved = false; - object.repeated = false; - } - if (message.number != null && message.hasOwnProperty("number")) - object.number = message.number; - if (message.fullName != null && message.hasOwnProperty("fullName")) - object.fullName = message.fullName; - if (message.type != null && message.hasOwnProperty("type")) - object.type = message.type; - if (message.reserved != null && message.hasOwnProperty("reserved")) - object.reserved = message.reserved; - if (message.repeated != null && message.hasOwnProperty("repeated")) - object.repeated = message.repeated; - return object; - }; - - /** - * Converts this Declaration to JSON. - * @function toJSON - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @instance - * @returns {Object.} JSON object - */ - Declaration.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Declaration - * @function getTypeUrl - * @memberof google.protobuf.ExtensionRangeOptions.Declaration - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Declaration.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.ExtensionRangeOptions.Declaration"; - }; - - return Declaration; - })(); - - /** - * VerificationState enum. - * @name google.protobuf.ExtensionRangeOptions.VerificationState - * @enum {number} - * @property {number} DECLARATION=0 DECLARATION value - * @property {number} UNVERIFIED=1 UNVERIFIED value - */ - ExtensionRangeOptions.VerificationState = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "DECLARATION"] = 0; - values[valuesById[1] = "UNVERIFIED"] = 1; - return values; - })(); - - return ExtensionRangeOptions; - })(); - - protobuf.FieldDescriptorProto = (function() { - - /** - * Properties of a FieldDescriptorProto. - * @memberof google.protobuf - * @interface IFieldDescriptorProto - * @property {string|null} [name] FieldDescriptorProto name - * @property {number|null} [number] FieldDescriptorProto number - * @property {google.protobuf.FieldDescriptorProto.Label|null} [label] FieldDescriptorProto label - * @property {google.protobuf.FieldDescriptorProto.Type|null} [type] FieldDescriptorProto type - * @property {string|null} [typeName] FieldDescriptorProto typeName - * @property {string|null} [extendee] FieldDescriptorProto extendee - * @property {string|null} [defaultValue] FieldDescriptorProto defaultValue - * @property {number|null} [oneofIndex] FieldDescriptorProto oneofIndex - * @property {string|null} [jsonName] FieldDescriptorProto jsonName - * @property {google.protobuf.IFieldOptions|null} [options] FieldDescriptorProto options - * @property {boolean|null} [proto3Optional] FieldDescriptorProto proto3Optional - */ - - /** - * Constructs a new FieldDescriptorProto. - * @memberof google.protobuf - * @classdesc Represents a FieldDescriptorProto. - * @implements IFieldDescriptorProto - * @constructor - * @param {google.protobuf.IFieldDescriptorProto=} [properties] Properties to set - */ - function FieldDescriptorProto(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FieldDescriptorProto name. - * @member {string} name - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.name = ""; - - /** - * FieldDescriptorProto number. - * @member {number} number - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.number = 0; - - /** - * FieldDescriptorProto label. - * @member {google.protobuf.FieldDescriptorProto.Label} label - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.label = 1; - - /** - * FieldDescriptorProto type. - * @member {google.protobuf.FieldDescriptorProto.Type} type - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.type = 1; - - /** - * FieldDescriptorProto typeName. - * @member {string} typeName - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.typeName = ""; - - /** - * FieldDescriptorProto extendee. - * @member {string} extendee - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.extendee = ""; - - /** - * FieldDescriptorProto defaultValue. - * @member {string} defaultValue - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.defaultValue = ""; - - /** - * FieldDescriptorProto oneofIndex. - * @member {number} oneofIndex - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.oneofIndex = 0; - - /** - * FieldDescriptorProto jsonName. - * @member {string} jsonName - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.jsonName = ""; - - /** - * FieldDescriptorProto options. - * @member {google.protobuf.IFieldOptions|null|undefined} options - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.options = null; - - /** - * FieldDescriptorProto proto3Optional. - * @member {boolean} proto3Optional - * @memberof google.protobuf.FieldDescriptorProto - * @instance - */ - FieldDescriptorProto.prototype.proto3Optional = false; - - /** - * Creates a new FieldDescriptorProto instance using the specified properties. - * @function create - * @memberof google.protobuf.FieldDescriptorProto - * @static - * @param {google.protobuf.IFieldDescriptorProto=} [properties] Properties to set - * @returns {google.protobuf.FieldDescriptorProto} FieldDescriptorProto instance - */ - FieldDescriptorProto.create = function create(properties) { - return new FieldDescriptorProto(properties); - }; - - /** - * Encodes the specified FieldDescriptorProto message. Does not implicitly {@link google.protobuf.FieldDescriptorProto.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FieldDescriptorProto - * @static - * @param {google.protobuf.IFieldDescriptorProto} message FieldDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldDescriptorProto.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.extendee != null && Object.hasOwnProperty.call(message, "extendee")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.extendee); - if (message.number != null && Object.hasOwnProperty.call(message, "number")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.number); - if (message.label != null && Object.hasOwnProperty.call(message, "label")) - writer.uint32(/* id 4, wireType 0 =*/32).int32(message.label); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 5, wireType 0 =*/40).int32(message.type); - if (message.typeName != null && Object.hasOwnProperty.call(message, "typeName")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.typeName); - if (message.defaultValue != null && Object.hasOwnProperty.call(message, "defaultValue")) - writer.uint32(/* id 7, wireType 2 =*/58).string(message.defaultValue); - if (message.options != null && Object.hasOwnProperty.call(message, "options")) - $root.google.protobuf.FieldOptions.encode(message.options, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - if (message.oneofIndex != null && Object.hasOwnProperty.call(message, "oneofIndex")) - writer.uint32(/* id 9, wireType 0 =*/72).int32(message.oneofIndex); - if (message.jsonName != null && Object.hasOwnProperty.call(message, "jsonName")) - writer.uint32(/* id 10, wireType 2 =*/82).string(message.jsonName); - if (message.proto3Optional != null && Object.hasOwnProperty.call(message, "proto3Optional")) - writer.uint32(/* id 17, wireType 0 =*/136).bool(message.proto3Optional); - return writer; - }; - - /** - * Encodes the specified FieldDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.FieldDescriptorProto.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FieldDescriptorProto - * @static - * @param {google.protobuf.IFieldDescriptorProto} message FieldDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldDescriptorProto.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FieldDescriptorProto message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FieldDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FieldDescriptorProto} FieldDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldDescriptorProto.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FieldDescriptorProto(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 3: { - message.number = reader.int32(); - break; - } - case 4: { - message.label = reader.int32(); - break; - } - case 5: { - message.type = reader.int32(); - break; - } - case 6: { - message.typeName = reader.string(); - break; - } - case 2: { - message.extendee = reader.string(); - break; - } - case 7: { - message.defaultValue = reader.string(); - break; - } - case 9: { - message.oneofIndex = reader.int32(); - break; - } - case 10: { - message.jsonName = reader.string(); - break; - } - case 8: { - message.options = $root.google.protobuf.FieldOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 17: { - message.proto3Optional = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FieldDescriptorProto message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FieldDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FieldDescriptorProto} FieldDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldDescriptorProto.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FieldDescriptorProto message. - * @function verify - * @memberof google.protobuf.FieldDescriptorProto - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FieldDescriptorProto.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.number != null && message.hasOwnProperty("number")) - if (!$util.isInteger(message.number)) - return "number: integer expected"; - if (message.label != null && message.hasOwnProperty("label")) - switch (message.label) { - default: - return "label: enum value expected"; - case 1: - case 3: - case 2: - break; - } - if (message.type != null && message.hasOwnProperty("type")) - switch (message.type) { - default: - return "type: enum value expected"; - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - case 7: - case 8: - case 9: - case 10: - case 11: - case 12: - case 13: - case 14: - case 15: - case 16: - case 17: - case 18: - break; - } - if (message.typeName != null && message.hasOwnProperty("typeName")) - if (!$util.isString(message.typeName)) - return "typeName: string expected"; - if (message.extendee != null && message.hasOwnProperty("extendee")) - if (!$util.isString(message.extendee)) - return "extendee: string expected"; - if (message.defaultValue != null && message.hasOwnProperty("defaultValue")) - if (!$util.isString(message.defaultValue)) - return "defaultValue: string expected"; - if (message.oneofIndex != null && message.hasOwnProperty("oneofIndex")) - if (!$util.isInteger(message.oneofIndex)) - return "oneofIndex: integer expected"; - if (message.jsonName != null && message.hasOwnProperty("jsonName")) - if (!$util.isString(message.jsonName)) - return "jsonName: string expected"; - if (message.options != null && message.hasOwnProperty("options")) { - var error = $root.google.protobuf.FieldOptions.verify(message.options, long + 1); - if (error) - return "options." + error; - } - if (message.proto3Optional != null && message.hasOwnProperty("proto3Optional")) - if (typeof message.proto3Optional !== "boolean") - return "proto3Optional: boolean expected"; - return null; - }; - - /** - * Creates a FieldDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FieldDescriptorProto - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FieldDescriptorProto} FieldDescriptorProto - */ - FieldDescriptorProto.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FieldDescriptorProto) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FieldDescriptorProto(); - if (object.name != null) - message.name = String(object.name); - if (object.number != null) - message.number = object.number | 0; - switch (object.label) { - default: - if (typeof object.label === "number") { - message.label = object.label; - break; - } - break; - case "LABEL_OPTIONAL": - case 1: - message.label = 1; - break; - case "LABEL_REPEATED": - case 3: - message.label = 3; - break; - case "LABEL_REQUIRED": - case 2: - message.label = 2; - break; - } - switch (object.type) { - default: - if (typeof object.type === "number") { - message.type = object.type; - break; - } - break; - case "TYPE_DOUBLE": - case 1: - message.type = 1; - break; - case "TYPE_FLOAT": - case 2: - message.type = 2; - break; - case "TYPE_INT64": - case 3: - message.type = 3; - break; - case "TYPE_UINT64": - case 4: - message.type = 4; - break; - case "TYPE_INT32": - case 5: - message.type = 5; - break; - case "TYPE_FIXED64": - case 6: - message.type = 6; - break; - case "TYPE_FIXED32": - case 7: - message.type = 7; - break; - case "TYPE_BOOL": - case 8: - message.type = 8; - break; - case "TYPE_STRING": - case 9: - message.type = 9; - break; - case "TYPE_GROUP": - case 10: - message.type = 10; - break; - case "TYPE_MESSAGE": - case 11: - message.type = 11; - break; - case "TYPE_BYTES": - case 12: - message.type = 12; - break; - case "TYPE_UINT32": - case 13: - message.type = 13; - break; - case "TYPE_ENUM": - case 14: - message.type = 14; - break; - case "TYPE_SFIXED32": - case 15: - message.type = 15; - break; - case "TYPE_SFIXED64": - case 16: - message.type = 16; - break; - case "TYPE_SINT32": - case 17: - message.type = 17; - break; - case "TYPE_SINT64": - case 18: - message.type = 18; - break; - } - if (object.typeName != null) - message.typeName = String(object.typeName); - if (object.extendee != null) - message.extendee = String(object.extendee); - if (object.defaultValue != null) - message.defaultValue = String(object.defaultValue); - if (object.oneofIndex != null) - message.oneofIndex = object.oneofIndex | 0; - if (object.jsonName != null) - message.jsonName = String(object.jsonName); - if (object.options != null) { - if (typeof object.options !== "object") - throw TypeError(".google.protobuf.FieldDescriptorProto.options: object expected"); - message.options = $root.google.protobuf.FieldOptions.fromObject(object.options, long + 1); - } - if (object.proto3Optional != null) - message.proto3Optional = Boolean(object.proto3Optional); - return message; - }; - - /** - * Creates a plain object from a FieldDescriptorProto message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FieldDescriptorProto - * @static - * @param {google.protobuf.FieldDescriptorProto} message FieldDescriptorProto - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FieldDescriptorProto.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.extendee = ""; - object.number = 0; - object.label = options.enums === String ? "LABEL_OPTIONAL" : 1; - object.type = options.enums === String ? "TYPE_DOUBLE" : 1; - object.typeName = ""; - object.defaultValue = ""; - object.options = null; - object.oneofIndex = 0; - object.jsonName = ""; - object.proto3Optional = false; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.extendee != null && message.hasOwnProperty("extendee")) - object.extendee = message.extendee; - if (message.number != null && message.hasOwnProperty("number")) - object.number = message.number; - if (message.label != null && message.hasOwnProperty("label")) - object.label = options.enums === String ? $root.google.protobuf.FieldDescriptorProto.Label[message.label] === undefined ? message.label : $root.google.protobuf.FieldDescriptorProto.Label[message.label] : message.label; - if (message.type != null && message.hasOwnProperty("type")) - object.type = options.enums === String ? $root.google.protobuf.FieldDescriptorProto.Type[message.type] === undefined ? message.type : $root.google.protobuf.FieldDescriptorProto.Type[message.type] : message.type; - if (message.typeName != null && message.hasOwnProperty("typeName")) - object.typeName = message.typeName; - if (message.defaultValue != null && message.hasOwnProperty("defaultValue")) - object.defaultValue = message.defaultValue; - if (message.options != null && message.hasOwnProperty("options")) - object.options = $root.google.protobuf.FieldOptions.toObject(message.options, options); - if (message.oneofIndex != null && message.hasOwnProperty("oneofIndex")) - object.oneofIndex = message.oneofIndex; - if (message.jsonName != null && message.hasOwnProperty("jsonName")) - object.jsonName = message.jsonName; - if (message.proto3Optional != null && message.hasOwnProperty("proto3Optional")) - object.proto3Optional = message.proto3Optional; - return object; - }; - - /** - * Converts this FieldDescriptorProto to JSON. - * @function toJSON - * @memberof google.protobuf.FieldDescriptorProto - * @instance - * @returns {Object.} JSON object - */ - FieldDescriptorProto.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FieldDescriptorProto - * @function getTypeUrl - * @memberof google.protobuf.FieldDescriptorProto - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FieldDescriptorProto.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FieldDescriptorProto"; - }; - - /** - * Type enum. - * @name google.protobuf.FieldDescriptorProto.Type - * @enum {number} - * @property {number} TYPE_DOUBLE=1 TYPE_DOUBLE value - * @property {number} TYPE_FLOAT=2 TYPE_FLOAT value - * @property {number} TYPE_INT64=3 TYPE_INT64 value - * @property {number} TYPE_UINT64=4 TYPE_UINT64 value - * @property {number} TYPE_INT32=5 TYPE_INT32 value - * @property {number} TYPE_FIXED64=6 TYPE_FIXED64 value - * @property {number} TYPE_FIXED32=7 TYPE_FIXED32 value - * @property {number} TYPE_BOOL=8 TYPE_BOOL value - * @property {number} TYPE_STRING=9 TYPE_STRING value - * @property {number} TYPE_GROUP=10 TYPE_GROUP value - * @property {number} TYPE_MESSAGE=11 TYPE_MESSAGE value - * @property {number} TYPE_BYTES=12 TYPE_BYTES value - * @property {number} TYPE_UINT32=13 TYPE_UINT32 value - * @property {number} TYPE_ENUM=14 TYPE_ENUM value - * @property {number} TYPE_SFIXED32=15 TYPE_SFIXED32 value - * @property {number} TYPE_SFIXED64=16 TYPE_SFIXED64 value - * @property {number} TYPE_SINT32=17 TYPE_SINT32 value - * @property {number} TYPE_SINT64=18 TYPE_SINT64 value - */ - FieldDescriptorProto.Type = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[1] = "TYPE_DOUBLE"] = 1; - values[valuesById[2] = "TYPE_FLOAT"] = 2; - values[valuesById[3] = "TYPE_INT64"] = 3; - values[valuesById[4] = "TYPE_UINT64"] = 4; - values[valuesById[5] = "TYPE_INT32"] = 5; - values[valuesById[6] = "TYPE_FIXED64"] = 6; - values[valuesById[7] = "TYPE_FIXED32"] = 7; - values[valuesById[8] = "TYPE_BOOL"] = 8; - values[valuesById[9] = "TYPE_STRING"] = 9; - values[valuesById[10] = "TYPE_GROUP"] = 10; - values[valuesById[11] = "TYPE_MESSAGE"] = 11; - values[valuesById[12] = "TYPE_BYTES"] = 12; - values[valuesById[13] = "TYPE_UINT32"] = 13; - values[valuesById[14] = "TYPE_ENUM"] = 14; - values[valuesById[15] = "TYPE_SFIXED32"] = 15; - values[valuesById[16] = "TYPE_SFIXED64"] = 16; - values[valuesById[17] = "TYPE_SINT32"] = 17; - values[valuesById[18] = "TYPE_SINT64"] = 18; - return values; - })(); - - /** - * Label enum. - * @name google.protobuf.FieldDescriptorProto.Label - * @enum {number} - * @property {number} LABEL_OPTIONAL=1 LABEL_OPTIONAL value - * @property {number} LABEL_REPEATED=3 LABEL_REPEATED value - * @property {number} LABEL_REQUIRED=2 LABEL_REQUIRED value - */ - FieldDescriptorProto.Label = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[1] = "LABEL_OPTIONAL"] = 1; - values[valuesById[3] = "LABEL_REPEATED"] = 3; - values[valuesById[2] = "LABEL_REQUIRED"] = 2; - return values; - })(); - - return FieldDescriptorProto; - })(); - - protobuf.OneofDescriptorProto = (function() { - - /** - * Properties of an OneofDescriptorProto. - * @memberof google.protobuf - * @interface IOneofDescriptorProto - * @property {string|null} [name] OneofDescriptorProto name - * @property {google.protobuf.IOneofOptions|null} [options] OneofDescriptorProto options - */ - - /** - * Constructs a new OneofDescriptorProto. - * @memberof google.protobuf - * @classdesc Represents an OneofDescriptorProto. - * @implements IOneofDescriptorProto - * @constructor - * @param {google.protobuf.IOneofDescriptorProto=} [properties] Properties to set - */ - function OneofDescriptorProto(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * OneofDescriptorProto name. - * @member {string} name - * @memberof google.protobuf.OneofDescriptorProto - * @instance - */ - OneofDescriptorProto.prototype.name = ""; - - /** - * OneofDescriptorProto options. - * @member {google.protobuf.IOneofOptions|null|undefined} options - * @memberof google.protobuf.OneofDescriptorProto - * @instance - */ - OneofDescriptorProto.prototype.options = null; - - /** - * Creates a new OneofDescriptorProto instance using the specified properties. - * @function create - * @memberof google.protobuf.OneofDescriptorProto - * @static - * @param {google.protobuf.IOneofDescriptorProto=} [properties] Properties to set - * @returns {google.protobuf.OneofDescriptorProto} OneofDescriptorProto instance - */ - OneofDescriptorProto.create = function create(properties) { - return new OneofDescriptorProto(properties); - }; - - /** - * Encodes the specified OneofDescriptorProto message. Does not implicitly {@link google.protobuf.OneofDescriptorProto.verify|verify} messages. - * @function encode - * @memberof google.protobuf.OneofDescriptorProto - * @static - * @param {google.protobuf.IOneofDescriptorProto} message OneofDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - OneofDescriptorProto.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.options != null && Object.hasOwnProperty.call(message, "options")) - $root.google.protobuf.OneofOptions.encode(message.options, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified OneofDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.OneofDescriptorProto.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.OneofDescriptorProto - * @static - * @param {google.protobuf.IOneofDescriptorProto} message OneofDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - OneofDescriptorProto.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an OneofDescriptorProto message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.OneofDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.OneofDescriptorProto} OneofDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - OneofDescriptorProto.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.OneofDescriptorProto(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.options = $root.google.protobuf.OneofOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an OneofDescriptorProto message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.OneofDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.OneofDescriptorProto} OneofDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - OneofDescriptorProto.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an OneofDescriptorProto message. - * @function verify - * @memberof google.protobuf.OneofDescriptorProto - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - OneofDescriptorProto.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.options != null && message.hasOwnProperty("options")) { - var error = $root.google.protobuf.OneofOptions.verify(message.options, long + 1); - if (error) - return "options." + error; - } - return null; - }; - - /** - * Creates an OneofDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.OneofDescriptorProto - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.OneofDescriptorProto} OneofDescriptorProto - */ - OneofDescriptorProto.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.OneofDescriptorProto) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.OneofDescriptorProto(); - if (object.name != null) - message.name = String(object.name); - if (object.options != null) { - if (typeof object.options !== "object") - throw TypeError(".google.protobuf.OneofDescriptorProto.options: object expected"); - message.options = $root.google.protobuf.OneofOptions.fromObject(object.options, long + 1); - } - return message; - }; - - /** - * Creates a plain object from an OneofDescriptorProto message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.OneofDescriptorProto - * @static - * @param {google.protobuf.OneofDescriptorProto} message OneofDescriptorProto - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - OneofDescriptorProto.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.options = null; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.options != null && message.hasOwnProperty("options")) - object.options = $root.google.protobuf.OneofOptions.toObject(message.options, options); - return object; - }; - - /** - * Converts this OneofDescriptorProto to JSON. - * @function toJSON - * @memberof google.protobuf.OneofDescriptorProto - * @instance - * @returns {Object.} JSON object - */ - OneofDescriptorProto.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for OneofDescriptorProto - * @function getTypeUrl - * @memberof google.protobuf.OneofDescriptorProto - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - OneofDescriptorProto.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.OneofDescriptorProto"; - }; - - return OneofDescriptorProto; - })(); - - protobuf.EnumDescriptorProto = (function() { - - /** - * Properties of an EnumDescriptorProto. - * @memberof google.protobuf - * @interface IEnumDescriptorProto - * @property {string|null} [name] EnumDescriptorProto name - * @property {Array.|null} [value] EnumDescriptorProto value - * @property {google.protobuf.IEnumOptions|null} [options] EnumDescriptorProto options - * @property {Array.|null} [reservedRange] EnumDescriptorProto reservedRange - * @property {Array.|null} [reservedName] EnumDescriptorProto reservedName - * @property {google.protobuf.SymbolVisibility|null} [visibility] EnumDescriptorProto visibility - */ - - /** - * Constructs a new EnumDescriptorProto. - * @memberof google.protobuf - * @classdesc Represents an EnumDescriptorProto. - * @implements IEnumDescriptorProto - * @constructor - * @param {google.protobuf.IEnumDescriptorProto=} [properties] Properties to set - */ - function EnumDescriptorProto(properties) { - this.value = []; - this.reservedRange = []; - this.reservedName = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * EnumDescriptorProto name. - * @member {string} name - * @memberof google.protobuf.EnumDescriptorProto - * @instance - */ - EnumDescriptorProto.prototype.name = ""; - - /** - * EnumDescriptorProto value. - * @member {Array.} value - * @memberof google.protobuf.EnumDescriptorProto - * @instance - */ - EnumDescriptorProto.prototype.value = $util.emptyArray; - - /** - * EnumDescriptorProto options. - * @member {google.protobuf.IEnumOptions|null|undefined} options - * @memberof google.protobuf.EnumDescriptorProto - * @instance - */ - EnumDescriptorProto.prototype.options = null; - - /** - * EnumDescriptorProto reservedRange. - * @member {Array.} reservedRange - * @memberof google.protobuf.EnumDescriptorProto - * @instance - */ - EnumDescriptorProto.prototype.reservedRange = $util.emptyArray; - - /** - * EnumDescriptorProto reservedName. - * @member {Array.} reservedName - * @memberof google.protobuf.EnumDescriptorProto - * @instance - */ - EnumDescriptorProto.prototype.reservedName = $util.emptyArray; - - /** - * EnumDescriptorProto visibility. - * @member {google.protobuf.SymbolVisibility} visibility - * @memberof google.protobuf.EnumDescriptorProto - * @instance - */ - EnumDescriptorProto.prototype.visibility = 0; - - /** - * Creates a new EnumDescriptorProto instance using the specified properties. - * @function create - * @memberof google.protobuf.EnumDescriptorProto - * @static - * @param {google.protobuf.IEnumDescriptorProto=} [properties] Properties to set - * @returns {google.protobuf.EnumDescriptorProto} EnumDescriptorProto instance - */ - EnumDescriptorProto.create = function create(properties) { - return new EnumDescriptorProto(properties); - }; - - /** - * Encodes the specified EnumDescriptorProto message. Does not implicitly {@link google.protobuf.EnumDescriptorProto.verify|verify} messages. - * @function encode - * @memberof google.protobuf.EnumDescriptorProto - * @static - * @param {google.protobuf.IEnumDescriptorProto} message EnumDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumDescriptorProto.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.value != null && message.value.length) - for (var i = 0; i < message.value.length; ++i) - $root.google.protobuf.EnumValueDescriptorProto.encode(message.value[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.options != null && Object.hasOwnProperty.call(message, "options")) - $root.google.protobuf.EnumOptions.encode(message.options, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.reservedRange != null && message.reservedRange.length) - for (var i = 0; i < message.reservedRange.length; ++i) - $root.google.protobuf.EnumDescriptorProto.EnumReservedRange.encode(message.reservedRange[i], writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.reservedName != null && message.reservedName.length) - for (var i = 0; i < message.reservedName.length; ++i) - writer.uint32(/* id 5, wireType 2 =*/42).string(message.reservedName[i]); - if (message.visibility != null && Object.hasOwnProperty.call(message, "visibility")) - writer.uint32(/* id 6, wireType 0 =*/48).int32(message.visibility); - return writer; - }; - - /** - * Encodes the specified EnumDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.EnumDescriptorProto.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.EnumDescriptorProto - * @static - * @param {google.protobuf.IEnumDescriptorProto} message EnumDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumDescriptorProto.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an EnumDescriptorProto message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.EnumDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.EnumDescriptorProto} EnumDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumDescriptorProto.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.EnumDescriptorProto(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - if (!(message.value && message.value.length)) - message.value = []; - message.value.push($root.google.protobuf.EnumValueDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 3: { - message.options = $root.google.protobuf.EnumOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - if (!(message.reservedRange && message.reservedRange.length)) - message.reservedRange = []; - message.reservedRange.push($root.google.protobuf.EnumDescriptorProto.EnumReservedRange.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 5: { - if (!(message.reservedName && message.reservedName.length)) - message.reservedName = []; - message.reservedName.push(reader.string()); - break; - } - case 6: { - message.visibility = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an EnumDescriptorProto message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.EnumDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.EnumDescriptorProto} EnumDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumDescriptorProto.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an EnumDescriptorProto message. - * @function verify - * @memberof google.protobuf.EnumDescriptorProto - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - EnumDescriptorProto.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.value != null && message.hasOwnProperty("value")) { - if (!Array.isArray(message.value)) - return "value: array expected"; - for (var i = 0; i < message.value.length; ++i) { - var error = $root.google.protobuf.EnumValueDescriptorProto.verify(message.value[i], long + 1); - if (error) - return "value." + error; - } - } - if (message.options != null && message.hasOwnProperty("options")) { - var error = $root.google.protobuf.EnumOptions.verify(message.options, long + 1); - if (error) - return "options." + error; - } - if (message.reservedRange != null && message.hasOwnProperty("reservedRange")) { - if (!Array.isArray(message.reservedRange)) - return "reservedRange: array expected"; - for (var i = 0; i < message.reservedRange.length; ++i) { - var error = $root.google.protobuf.EnumDescriptorProto.EnumReservedRange.verify(message.reservedRange[i], long + 1); - if (error) - return "reservedRange." + error; - } - } - if (message.reservedName != null && message.hasOwnProperty("reservedName")) { - if (!Array.isArray(message.reservedName)) - return "reservedName: array expected"; - for (var i = 0; i < message.reservedName.length; ++i) - if (!$util.isString(message.reservedName[i])) - return "reservedName: string[] expected"; - } - if (message.visibility != null && message.hasOwnProperty("visibility")) - switch (message.visibility) { - default: - return "visibility: enum value expected"; - case 0: - case 1: - case 2: - break; - } - return null; - }; - - /** - * Creates an EnumDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.EnumDescriptorProto - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.EnumDescriptorProto} EnumDescriptorProto - */ - EnumDescriptorProto.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.EnumDescriptorProto) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.EnumDescriptorProto(); - if (object.name != null) - message.name = String(object.name); - if (object.value) { - if (!Array.isArray(object.value)) - throw TypeError(".google.protobuf.EnumDescriptorProto.value: array expected"); - message.value = []; - for (var i = 0; i < object.value.length; ++i) { - if (typeof object.value[i] !== "object") - throw TypeError(".google.protobuf.EnumDescriptorProto.value: object expected"); - message.value[i] = $root.google.protobuf.EnumValueDescriptorProto.fromObject(object.value[i], long + 1); - } - } - if (object.options != null) { - if (typeof object.options !== "object") - throw TypeError(".google.protobuf.EnumDescriptorProto.options: object expected"); - message.options = $root.google.protobuf.EnumOptions.fromObject(object.options, long + 1); - } - if (object.reservedRange) { - if (!Array.isArray(object.reservedRange)) - throw TypeError(".google.protobuf.EnumDescriptorProto.reservedRange: array expected"); - message.reservedRange = []; - for (var i = 0; i < object.reservedRange.length; ++i) { - if (typeof object.reservedRange[i] !== "object") - throw TypeError(".google.protobuf.EnumDescriptorProto.reservedRange: object expected"); - message.reservedRange[i] = $root.google.protobuf.EnumDescriptorProto.EnumReservedRange.fromObject(object.reservedRange[i], long + 1); - } - } - if (object.reservedName) { - if (!Array.isArray(object.reservedName)) - throw TypeError(".google.protobuf.EnumDescriptorProto.reservedName: array expected"); - message.reservedName = []; - for (var i = 0; i < object.reservedName.length; ++i) - message.reservedName[i] = String(object.reservedName[i]); - } - switch (object.visibility) { - default: - if (typeof object.visibility === "number") { - message.visibility = object.visibility; - break; - } - break; - case "VISIBILITY_UNSET": - case 0: - message.visibility = 0; - break; - case "VISIBILITY_LOCAL": - case 1: - message.visibility = 1; - break; - case "VISIBILITY_EXPORT": - case 2: - message.visibility = 2; - break; - } - return message; - }; - - /** - * Creates a plain object from an EnumDescriptorProto message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.EnumDescriptorProto - * @static - * @param {google.protobuf.EnumDescriptorProto} message EnumDescriptorProto - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - EnumDescriptorProto.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.value = []; - object.reservedRange = []; - object.reservedName = []; - } - if (options.defaults) { - object.name = ""; - object.options = null; - object.visibility = options.enums === String ? "VISIBILITY_UNSET" : 0; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.value && message.value.length) { - object.value = []; - for (var j = 0; j < message.value.length; ++j) - object.value[j] = $root.google.protobuf.EnumValueDescriptorProto.toObject(message.value[j], options); - } - if (message.options != null && message.hasOwnProperty("options")) - object.options = $root.google.protobuf.EnumOptions.toObject(message.options, options); - if (message.reservedRange && message.reservedRange.length) { - object.reservedRange = []; - for (var j = 0; j < message.reservedRange.length; ++j) - object.reservedRange[j] = $root.google.protobuf.EnumDescriptorProto.EnumReservedRange.toObject(message.reservedRange[j], options); - } - if (message.reservedName && message.reservedName.length) { - object.reservedName = []; - for (var j = 0; j < message.reservedName.length; ++j) - object.reservedName[j] = message.reservedName[j]; - } - if (message.visibility != null && message.hasOwnProperty("visibility")) - object.visibility = options.enums === String ? $root.google.protobuf.SymbolVisibility[message.visibility] === undefined ? message.visibility : $root.google.protobuf.SymbolVisibility[message.visibility] : message.visibility; - return object; - }; - - /** - * Converts this EnumDescriptorProto to JSON. - * @function toJSON - * @memberof google.protobuf.EnumDescriptorProto - * @instance - * @returns {Object.} JSON object - */ - EnumDescriptorProto.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for EnumDescriptorProto - * @function getTypeUrl - * @memberof google.protobuf.EnumDescriptorProto - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - EnumDescriptorProto.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.EnumDescriptorProto"; - }; - - EnumDescriptorProto.EnumReservedRange = (function() { - - /** - * Properties of an EnumReservedRange. - * @memberof google.protobuf.EnumDescriptorProto - * @interface IEnumReservedRange - * @property {number|null} [start] EnumReservedRange start - * @property {number|null} [end] EnumReservedRange end - */ - - /** - * Constructs a new EnumReservedRange. - * @memberof google.protobuf.EnumDescriptorProto - * @classdesc Represents an EnumReservedRange. - * @implements IEnumReservedRange - * @constructor - * @param {google.protobuf.EnumDescriptorProto.IEnumReservedRange=} [properties] Properties to set - */ - function EnumReservedRange(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * EnumReservedRange start. - * @member {number} start - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @instance - */ - EnumReservedRange.prototype.start = 0; - - /** - * EnumReservedRange end. - * @member {number} end - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @instance - */ - EnumReservedRange.prototype.end = 0; - - /** - * Creates a new EnumReservedRange instance using the specified properties. - * @function create - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @static - * @param {google.protobuf.EnumDescriptorProto.IEnumReservedRange=} [properties] Properties to set - * @returns {google.protobuf.EnumDescriptorProto.EnumReservedRange} EnumReservedRange instance - */ - EnumReservedRange.create = function create(properties) { - return new EnumReservedRange(properties); - }; - - /** - * Encodes the specified EnumReservedRange message. Does not implicitly {@link google.protobuf.EnumDescriptorProto.EnumReservedRange.verify|verify} messages. - * @function encode - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @static - * @param {google.protobuf.EnumDescriptorProto.IEnumReservedRange} message EnumReservedRange message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumReservedRange.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.start != null && Object.hasOwnProperty.call(message, "start")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.start); - if (message.end != null && Object.hasOwnProperty.call(message, "end")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.end); - return writer; - }; - - /** - * Encodes the specified EnumReservedRange message, length delimited. Does not implicitly {@link google.protobuf.EnumDescriptorProto.EnumReservedRange.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @static - * @param {google.protobuf.EnumDescriptorProto.IEnumReservedRange} message EnumReservedRange message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumReservedRange.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an EnumReservedRange message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.EnumDescriptorProto.EnumReservedRange} EnumReservedRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumReservedRange.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.EnumDescriptorProto.EnumReservedRange(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.start = reader.int32(); - break; - } - case 2: { - message.end = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an EnumReservedRange message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.EnumDescriptorProto.EnumReservedRange} EnumReservedRange - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumReservedRange.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an EnumReservedRange message. - * @function verify - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - EnumReservedRange.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.start != null && message.hasOwnProperty("start")) - if (!$util.isInteger(message.start)) - return "start: integer expected"; - if (message.end != null && message.hasOwnProperty("end")) - if (!$util.isInteger(message.end)) - return "end: integer expected"; - return null; - }; - - /** - * Creates an EnumReservedRange message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.EnumDescriptorProto.EnumReservedRange} EnumReservedRange - */ - EnumReservedRange.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.EnumDescriptorProto.EnumReservedRange) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.EnumDescriptorProto.EnumReservedRange(); - if (object.start != null) - message.start = object.start | 0; - if (object.end != null) - message.end = object.end | 0; - return message; - }; - - /** - * Creates a plain object from an EnumReservedRange message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @static - * @param {google.protobuf.EnumDescriptorProto.EnumReservedRange} message EnumReservedRange - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - EnumReservedRange.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.start = 0; - object.end = 0; - } - if (message.start != null && message.hasOwnProperty("start")) - object.start = message.start; - if (message.end != null && message.hasOwnProperty("end")) - object.end = message.end; - return object; - }; - - /** - * Converts this EnumReservedRange to JSON. - * @function toJSON - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @instance - * @returns {Object.} JSON object - */ - EnumReservedRange.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for EnumReservedRange - * @function getTypeUrl - * @memberof google.protobuf.EnumDescriptorProto.EnumReservedRange - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - EnumReservedRange.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.EnumDescriptorProto.EnumReservedRange"; - }; - - return EnumReservedRange; - })(); - - return EnumDescriptorProto; - })(); - - protobuf.EnumValueDescriptorProto = (function() { - - /** - * Properties of an EnumValueDescriptorProto. - * @memberof google.protobuf - * @interface IEnumValueDescriptorProto - * @property {string|null} [name] EnumValueDescriptorProto name - * @property {number|null} [number] EnumValueDescriptorProto number - * @property {google.protobuf.IEnumValueOptions|null} [options] EnumValueDescriptorProto options - */ - - /** - * Constructs a new EnumValueDescriptorProto. - * @memberof google.protobuf - * @classdesc Represents an EnumValueDescriptorProto. - * @implements IEnumValueDescriptorProto - * @constructor - * @param {google.protobuf.IEnumValueDescriptorProto=} [properties] Properties to set - */ - function EnumValueDescriptorProto(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * EnumValueDescriptorProto name. - * @member {string} name - * @memberof google.protobuf.EnumValueDescriptorProto - * @instance - */ - EnumValueDescriptorProto.prototype.name = ""; - - /** - * EnumValueDescriptorProto number. - * @member {number} number - * @memberof google.protobuf.EnumValueDescriptorProto - * @instance - */ - EnumValueDescriptorProto.prototype.number = 0; - - /** - * EnumValueDescriptorProto options. - * @member {google.protobuf.IEnumValueOptions|null|undefined} options - * @memberof google.protobuf.EnumValueDescriptorProto - * @instance - */ - EnumValueDescriptorProto.prototype.options = null; - - /** - * Creates a new EnumValueDescriptorProto instance using the specified properties. - * @function create - * @memberof google.protobuf.EnumValueDescriptorProto - * @static - * @param {google.protobuf.IEnumValueDescriptorProto=} [properties] Properties to set - * @returns {google.protobuf.EnumValueDescriptorProto} EnumValueDescriptorProto instance - */ - EnumValueDescriptorProto.create = function create(properties) { - return new EnumValueDescriptorProto(properties); - }; - - /** - * Encodes the specified EnumValueDescriptorProto message. Does not implicitly {@link google.protobuf.EnumValueDescriptorProto.verify|verify} messages. - * @function encode - * @memberof google.protobuf.EnumValueDescriptorProto - * @static - * @param {google.protobuf.IEnumValueDescriptorProto} message EnumValueDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumValueDescriptorProto.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.number != null && Object.hasOwnProperty.call(message, "number")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.number); - if (message.options != null && Object.hasOwnProperty.call(message, "options")) - $root.google.protobuf.EnumValueOptions.encode(message.options, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified EnumValueDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.EnumValueDescriptorProto.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.EnumValueDescriptorProto - * @static - * @param {google.protobuf.IEnumValueDescriptorProto} message EnumValueDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumValueDescriptorProto.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an EnumValueDescriptorProto message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.EnumValueDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.EnumValueDescriptorProto} EnumValueDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumValueDescriptorProto.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.EnumValueDescriptorProto(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.number = reader.int32(); - break; - } - case 3: { - message.options = $root.google.protobuf.EnumValueOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an EnumValueDescriptorProto message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.EnumValueDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.EnumValueDescriptorProto} EnumValueDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumValueDescriptorProto.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an EnumValueDescriptorProto message. - * @function verify - * @memberof google.protobuf.EnumValueDescriptorProto - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - EnumValueDescriptorProto.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.number != null && message.hasOwnProperty("number")) - if (!$util.isInteger(message.number)) - return "number: integer expected"; - if (message.options != null && message.hasOwnProperty("options")) { - var error = $root.google.protobuf.EnumValueOptions.verify(message.options, long + 1); - if (error) - return "options." + error; - } - return null; - }; - - /** - * Creates an EnumValueDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.EnumValueDescriptorProto - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.EnumValueDescriptorProto} EnumValueDescriptorProto - */ - EnumValueDescriptorProto.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.EnumValueDescriptorProto) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.EnumValueDescriptorProto(); - if (object.name != null) - message.name = String(object.name); - if (object.number != null) - message.number = object.number | 0; - if (object.options != null) { - if (typeof object.options !== "object") - throw TypeError(".google.protobuf.EnumValueDescriptorProto.options: object expected"); - message.options = $root.google.protobuf.EnumValueOptions.fromObject(object.options, long + 1); - } - return message; - }; - - /** - * Creates a plain object from an EnumValueDescriptorProto message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.EnumValueDescriptorProto - * @static - * @param {google.protobuf.EnumValueDescriptorProto} message EnumValueDescriptorProto - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - EnumValueDescriptorProto.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.number = 0; - object.options = null; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.number != null && message.hasOwnProperty("number")) - object.number = message.number; - if (message.options != null && message.hasOwnProperty("options")) - object.options = $root.google.protobuf.EnumValueOptions.toObject(message.options, options); - return object; - }; - - /** - * Converts this EnumValueDescriptorProto to JSON. - * @function toJSON - * @memberof google.protobuf.EnumValueDescriptorProto - * @instance - * @returns {Object.} JSON object - */ - EnumValueDescriptorProto.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for EnumValueDescriptorProto - * @function getTypeUrl - * @memberof google.protobuf.EnumValueDescriptorProto - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - EnumValueDescriptorProto.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.EnumValueDescriptorProto"; - }; - - return EnumValueDescriptorProto; - })(); - - protobuf.ServiceDescriptorProto = (function() { - - /** - * Properties of a ServiceDescriptorProto. - * @memberof google.protobuf - * @interface IServiceDescriptorProto - * @property {string|null} [name] ServiceDescriptorProto name - * @property {Array.|null} [method] ServiceDescriptorProto method - * @property {google.protobuf.IServiceOptions|null} [options] ServiceDescriptorProto options - */ - - /** - * Constructs a new ServiceDescriptorProto. - * @memberof google.protobuf - * @classdesc Represents a ServiceDescriptorProto. - * @implements IServiceDescriptorProto - * @constructor - * @param {google.protobuf.IServiceDescriptorProto=} [properties] Properties to set - */ - function ServiceDescriptorProto(properties) { - this.method = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ServiceDescriptorProto name. - * @member {string} name - * @memberof google.protobuf.ServiceDescriptorProto - * @instance - */ - ServiceDescriptorProto.prototype.name = ""; - - /** - * ServiceDescriptorProto method. - * @member {Array.} method - * @memberof google.protobuf.ServiceDescriptorProto - * @instance - */ - ServiceDescriptorProto.prototype.method = $util.emptyArray; - - /** - * ServiceDescriptorProto options. - * @member {google.protobuf.IServiceOptions|null|undefined} options - * @memberof google.protobuf.ServiceDescriptorProto - * @instance - */ - ServiceDescriptorProto.prototype.options = null; - - /** - * Creates a new ServiceDescriptorProto instance using the specified properties. - * @function create - * @memberof google.protobuf.ServiceDescriptorProto - * @static - * @param {google.protobuf.IServiceDescriptorProto=} [properties] Properties to set - * @returns {google.protobuf.ServiceDescriptorProto} ServiceDescriptorProto instance - */ - ServiceDescriptorProto.create = function create(properties) { - return new ServiceDescriptorProto(properties); - }; - - /** - * Encodes the specified ServiceDescriptorProto message. Does not implicitly {@link google.protobuf.ServiceDescriptorProto.verify|verify} messages. - * @function encode - * @memberof google.protobuf.ServiceDescriptorProto - * @static - * @param {google.protobuf.IServiceDescriptorProto} message ServiceDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ServiceDescriptorProto.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.method != null && message.method.length) - for (var i = 0; i < message.method.length; ++i) - $root.google.protobuf.MethodDescriptorProto.encode(message.method[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.options != null && Object.hasOwnProperty.call(message, "options")) - $root.google.protobuf.ServiceOptions.encode(message.options, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ServiceDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.ServiceDescriptorProto.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.ServiceDescriptorProto - * @static - * @param {google.protobuf.IServiceDescriptorProto} message ServiceDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ServiceDescriptorProto.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ServiceDescriptorProto message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.ServiceDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.ServiceDescriptorProto} ServiceDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ServiceDescriptorProto.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.ServiceDescriptorProto(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - if (!(message.method && message.method.length)) - message.method = []; - message.method.push($root.google.protobuf.MethodDescriptorProto.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 3: { - message.options = $root.google.protobuf.ServiceOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ServiceDescriptorProto message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.ServiceDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.ServiceDescriptorProto} ServiceDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ServiceDescriptorProto.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ServiceDescriptorProto message. - * @function verify - * @memberof google.protobuf.ServiceDescriptorProto - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ServiceDescriptorProto.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.method != null && message.hasOwnProperty("method")) { - if (!Array.isArray(message.method)) - return "method: array expected"; - for (var i = 0; i < message.method.length; ++i) { - var error = $root.google.protobuf.MethodDescriptorProto.verify(message.method[i], long + 1); - if (error) - return "method." + error; - } - } - if (message.options != null && message.hasOwnProperty("options")) { - var error = $root.google.protobuf.ServiceOptions.verify(message.options, long + 1); - if (error) - return "options." + error; - } - return null; - }; - - /** - * Creates a ServiceDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.ServiceDescriptorProto - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.ServiceDescriptorProto} ServiceDescriptorProto - */ - ServiceDescriptorProto.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.ServiceDescriptorProto) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.ServiceDescriptorProto(); - if (object.name != null) - message.name = String(object.name); - if (object.method) { - if (!Array.isArray(object.method)) - throw TypeError(".google.protobuf.ServiceDescriptorProto.method: array expected"); - message.method = []; - for (var i = 0; i < object.method.length; ++i) { - if (typeof object.method[i] !== "object") - throw TypeError(".google.protobuf.ServiceDescriptorProto.method: object expected"); - message.method[i] = $root.google.protobuf.MethodDescriptorProto.fromObject(object.method[i], long + 1); - } - } - if (object.options != null) { - if (typeof object.options !== "object") - throw TypeError(".google.protobuf.ServiceDescriptorProto.options: object expected"); - message.options = $root.google.protobuf.ServiceOptions.fromObject(object.options, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ServiceDescriptorProto message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.ServiceDescriptorProto - * @static - * @param {google.protobuf.ServiceDescriptorProto} message ServiceDescriptorProto - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ServiceDescriptorProto.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.method = []; - if (options.defaults) { - object.name = ""; - object.options = null; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.method && message.method.length) { - object.method = []; - for (var j = 0; j < message.method.length; ++j) - object.method[j] = $root.google.protobuf.MethodDescriptorProto.toObject(message.method[j], options); - } - if (message.options != null && message.hasOwnProperty("options")) - object.options = $root.google.protobuf.ServiceOptions.toObject(message.options, options); - return object; - }; - - /** - * Converts this ServiceDescriptorProto to JSON. - * @function toJSON - * @memberof google.protobuf.ServiceDescriptorProto - * @instance - * @returns {Object.} JSON object - */ - ServiceDescriptorProto.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ServiceDescriptorProto - * @function getTypeUrl - * @memberof google.protobuf.ServiceDescriptorProto - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ServiceDescriptorProto.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.ServiceDescriptorProto"; - }; - - return ServiceDescriptorProto; - })(); - - protobuf.MethodDescriptorProto = (function() { - - /** - * Properties of a MethodDescriptorProto. - * @memberof google.protobuf - * @interface IMethodDescriptorProto - * @property {string|null} [name] MethodDescriptorProto name - * @property {string|null} [inputType] MethodDescriptorProto inputType - * @property {string|null} [outputType] MethodDescriptorProto outputType - * @property {google.protobuf.IMethodOptions|null} [options] MethodDescriptorProto options - * @property {boolean|null} [clientStreaming] MethodDescriptorProto clientStreaming - * @property {boolean|null} [serverStreaming] MethodDescriptorProto serverStreaming - */ - - /** - * Constructs a new MethodDescriptorProto. - * @memberof google.protobuf - * @classdesc Represents a MethodDescriptorProto. - * @implements IMethodDescriptorProto - * @constructor - * @param {google.protobuf.IMethodDescriptorProto=} [properties] Properties to set - */ - function MethodDescriptorProto(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MethodDescriptorProto name. - * @member {string} name - * @memberof google.protobuf.MethodDescriptorProto - * @instance - */ - MethodDescriptorProto.prototype.name = ""; - - /** - * MethodDescriptorProto inputType. - * @member {string} inputType - * @memberof google.protobuf.MethodDescriptorProto - * @instance - */ - MethodDescriptorProto.prototype.inputType = ""; - - /** - * MethodDescriptorProto outputType. - * @member {string} outputType - * @memberof google.protobuf.MethodDescriptorProto - * @instance - */ - MethodDescriptorProto.prototype.outputType = ""; - - /** - * MethodDescriptorProto options. - * @member {google.protobuf.IMethodOptions|null|undefined} options - * @memberof google.protobuf.MethodDescriptorProto - * @instance - */ - MethodDescriptorProto.prototype.options = null; - - /** - * MethodDescriptorProto clientStreaming. - * @member {boolean} clientStreaming - * @memberof google.protobuf.MethodDescriptorProto - * @instance - */ - MethodDescriptorProto.prototype.clientStreaming = false; - - /** - * MethodDescriptorProto serverStreaming. - * @member {boolean} serverStreaming - * @memberof google.protobuf.MethodDescriptorProto - * @instance - */ - MethodDescriptorProto.prototype.serverStreaming = false; - - /** - * Creates a new MethodDescriptorProto instance using the specified properties. - * @function create - * @memberof google.protobuf.MethodDescriptorProto - * @static - * @param {google.protobuf.IMethodDescriptorProto=} [properties] Properties to set - * @returns {google.protobuf.MethodDescriptorProto} MethodDescriptorProto instance - */ - MethodDescriptorProto.create = function create(properties) { - return new MethodDescriptorProto(properties); - }; - - /** - * Encodes the specified MethodDescriptorProto message. Does not implicitly {@link google.protobuf.MethodDescriptorProto.verify|verify} messages. - * @function encode - * @memberof google.protobuf.MethodDescriptorProto - * @static - * @param {google.protobuf.IMethodDescriptorProto} message MethodDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MethodDescriptorProto.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && Object.hasOwnProperty.call(message, "name")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); - if (message.inputType != null && Object.hasOwnProperty.call(message, "inputType")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.inputType); - if (message.outputType != null && Object.hasOwnProperty.call(message, "outputType")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.outputType); - if (message.options != null && Object.hasOwnProperty.call(message, "options")) - $root.google.protobuf.MethodOptions.encode(message.options, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.clientStreaming != null && Object.hasOwnProperty.call(message, "clientStreaming")) - writer.uint32(/* id 5, wireType 0 =*/40).bool(message.clientStreaming); - if (message.serverStreaming != null && Object.hasOwnProperty.call(message, "serverStreaming")) - writer.uint32(/* id 6, wireType 0 =*/48).bool(message.serverStreaming); - return writer; - }; - - /** - * Encodes the specified MethodDescriptorProto message, length delimited. Does not implicitly {@link google.protobuf.MethodDescriptorProto.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.MethodDescriptorProto - * @static - * @param {google.protobuf.IMethodDescriptorProto} message MethodDescriptorProto message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MethodDescriptorProto.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MethodDescriptorProto message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.MethodDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.MethodDescriptorProto} MethodDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MethodDescriptorProto.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.MethodDescriptorProto(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.name = reader.string(); - break; - } - case 2: { - message.inputType = reader.string(); - break; - } - case 3: { - message.outputType = reader.string(); - break; - } - case 4: { - message.options = $root.google.protobuf.MethodOptions.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.clientStreaming = reader.bool(); - break; - } - case 6: { - message.serverStreaming = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MethodDescriptorProto message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.MethodDescriptorProto - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.MethodDescriptorProto} MethodDescriptorProto - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MethodDescriptorProto.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MethodDescriptorProto message. - * @function verify - * @memberof google.protobuf.MethodDescriptorProto - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MethodDescriptorProto.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) - if (!$util.isString(message.name)) - return "name: string expected"; - if (message.inputType != null && message.hasOwnProperty("inputType")) - if (!$util.isString(message.inputType)) - return "inputType: string expected"; - if (message.outputType != null && message.hasOwnProperty("outputType")) - if (!$util.isString(message.outputType)) - return "outputType: string expected"; - if (message.options != null && message.hasOwnProperty("options")) { - var error = $root.google.protobuf.MethodOptions.verify(message.options, long + 1); - if (error) - return "options." + error; - } - if (message.clientStreaming != null && message.hasOwnProperty("clientStreaming")) - if (typeof message.clientStreaming !== "boolean") - return "clientStreaming: boolean expected"; - if (message.serverStreaming != null && message.hasOwnProperty("serverStreaming")) - if (typeof message.serverStreaming !== "boolean") - return "serverStreaming: boolean expected"; - return null; - }; - - /** - * Creates a MethodDescriptorProto message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.MethodDescriptorProto - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.MethodDescriptorProto} MethodDescriptorProto - */ - MethodDescriptorProto.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.MethodDescriptorProto) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.MethodDescriptorProto(); - if (object.name != null) - message.name = String(object.name); - if (object.inputType != null) - message.inputType = String(object.inputType); - if (object.outputType != null) - message.outputType = String(object.outputType); - if (object.options != null) { - if (typeof object.options !== "object") - throw TypeError(".google.protobuf.MethodDescriptorProto.options: object expected"); - message.options = $root.google.protobuf.MethodOptions.fromObject(object.options, long + 1); - } - if (object.clientStreaming != null) - message.clientStreaming = Boolean(object.clientStreaming); - if (object.serverStreaming != null) - message.serverStreaming = Boolean(object.serverStreaming); - return message; - }; - - /** - * Creates a plain object from a MethodDescriptorProto message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.MethodDescriptorProto - * @static - * @param {google.protobuf.MethodDescriptorProto} message MethodDescriptorProto - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MethodDescriptorProto.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.name = ""; - object.inputType = ""; - object.outputType = ""; - object.options = null; - object.clientStreaming = false; - object.serverStreaming = false; - } - if (message.name != null && message.hasOwnProperty("name")) - object.name = message.name; - if (message.inputType != null && message.hasOwnProperty("inputType")) - object.inputType = message.inputType; - if (message.outputType != null && message.hasOwnProperty("outputType")) - object.outputType = message.outputType; - if (message.options != null && message.hasOwnProperty("options")) - object.options = $root.google.protobuf.MethodOptions.toObject(message.options, options); - if (message.clientStreaming != null && message.hasOwnProperty("clientStreaming")) - object.clientStreaming = message.clientStreaming; - if (message.serverStreaming != null && message.hasOwnProperty("serverStreaming")) - object.serverStreaming = message.serverStreaming; - return object; - }; - - /** - * Converts this MethodDescriptorProto to JSON. - * @function toJSON - * @memberof google.protobuf.MethodDescriptorProto - * @instance - * @returns {Object.} JSON object - */ - MethodDescriptorProto.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MethodDescriptorProto - * @function getTypeUrl - * @memberof google.protobuf.MethodDescriptorProto - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MethodDescriptorProto.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.MethodDescriptorProto"; - }; - - return MethodDescriptorProto; - })(); - - protobuf.FileOptions = (function() { - - /** - * Properties of a FileOptions. - * @memberof google.protobuf - * @interface IFileOptions - * @property {string|null} [javaPackage] FileOptions javaPackage - * @property {string|null} [javaOuterClassname] FileOptions javaOuterClassname - * @property {boolean|null} [javaMultipleFiles] FileOptions javaMultipleFiles - * @property {boolean|null} [javaGenerateEqualsAndHash] FileOptions javaGenerateEqualsAndHash - * @property {boolean|null} [javaStringCheckUtf8] FileOptions javaStringCheckUtf8 - * @property {google.protobuf.FileOptions.OptimizeMode|null} [optimizeFor] FileOptions optimizeFor - * @property {string|null} [goPackage] FileOptions goPackage - * @property {boolean|null} [ccGenericServices] FileOptions ccGenericServices - * @property {boolean|null} [javaGenericServices] FileOptions javaGenericServices - * @property {boolean|null} [pyGenericServices] FileOptions pyGenericServices - * @property {boolean|null} [deprecated] FileOptions deprecated - * @property {boolean|null} [ccEnableArenas] FileOptions ccEnableArenas - * @property {string|null} [objcClassPrefix] FileOptions objcClassPrefix - * @property {string|null} [csharpNamespace] FileOptions csharpNamespace - * @property {string|null} [swiftPrefix] FileOptions swiftPrefix - * @property {string|null} [phpClassPrefix] FileOptions phpClassPrefix - * @property {string|null} [phpNamespace] FileOptions phpNamespace - * @property {string|null} [phpMetadataNamespace] FileOptions phpMetadataNamespace - * @property {string|null} [rubyPackage] FileOptions rubyPackage - * @property {google.protobuf.IFeatureSet|null} [features] FileOptions features - * @property {Array.|null} [uninterpretedOption] FileOptions uninterpretedOption - * @property {Array.|null} [".google.api.resourceDefinition"] FileOptions .google.api.resourceDefinition - */ - - /** - * Constructs a new FileOptions. - * @memberof google.protobuf - * @classdesc Represents a FileOptions. - * @implements IFileOptions - * @constructor - * @param {google.protobuf.IFileOptions=} [properties] Properties to set - */ - function FileOptions(properties) { - this.uninterpretedOption = []; - this[".google.api.resourceDefinition"] = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FileOptions javaPackage. - * @member {string} javaPackage - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.javaPackage = ""; - - /** - * FileOptions javaOuterClassname. - * @member {string} javaOuterClassname - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.javaOuterClassname = ""; - - /** - * FileOptions javaMultipleFiles. - * @member {boolean} javaMultipleFiles - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.javaMultipleFiles = false; - - /** - * FileOptions javaGenerateEqualsAndHash. - * @member {boolean} javaGenerateEqualsAndHash - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.javaGenerateEqualsAndHash = false; - - /** - * FileOptions javaStringCheckUtf8. - * @member {boolean} javaStringCheckUtf8 - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.javaStringCheckUtf8 = false; - - /** - * FileOptions optimizeFor. - * @member {google.protobuf.FileOptions.OptimizeMode} optimizeFor - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.optimizeFor = 1; - - /** - * FileOptions goPackage. - * @member {string} goPackage - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.goPackage = ""; - - /** - * FileOptions ccGenericServices. - * @member {boolean} ccGenericServices - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.ccGenericServices = false; - - /** - * FileOptions javaGenericServices. - * @member {boolean} javaGenericServices - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.javaGenericServices = false; - - /** - * FileOptions pyGenericServices. - * @member {boolean} pyGenericServices - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.pyGenericServices = false; - - /** - * FileOptions deprecated. - * @member {boolean} deprecated - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.deprecated = false; - - /** - * FileOptions ccEnableArenas. - * @member {boolean} ccEnableArenas - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.ccEnableArenas = true; - - /** - * FileOptions objcClassPrefix. - * @member {string} objcClassPrefix - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.objcClassPrefix = ""; - - /** - * FileOptions csharpNamespace. - * @member {string} csharpNamespace - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.csharpNamespace = ""; - - /** - * FileOptions swiftPrefix. - * @member {string} swiftPrefix - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.swiftPrefix = ""; - - /** - * FileOptions phpClassPrefix. - * @member {string} phpClassPrefix - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.phpClassPrefix = ""; - - /** - * FileOptions phpNamespace. - * @member {string} phpNamespace - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.phpNamespace = ""; - - /** - * FileOptions phpMetadataNamespace. - * @member {string} phpMetadataNamespace - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.phpMetadataNamespace = ""; - - /** - * FileOptions rubyPackage. - * @member {string} rubyPackage - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.rubyPackage = ""; - - /** - * FileOptions features. - * @member {google.protobuf.IFeatureSet|null|undefined} features - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.features = null; - - /** - * FileOptions uninterpretedOption. - * @member {Array.} uninterpretedOption - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype.uninterpretedOption = $util.emptyArray; - - /** - * FileOptions .google.api.resourceDefinition. - * @member {Array.} .google.api.resourceDefinition - * @memberof google.protobuf.FileOptions - * @instance - */ - FileOptions.prototype[".google.api.resourceDefinition"] = $util.emptyArray; - - /** - * Creates a new FileOptions instance using the specified properties. - * @function create - * @memberof google.protobuf.FileOptions - * @static - * @param {google.protobuf.IFileOptions=} [properties] Properties to set - * @returns {google.protobuf.FileOptions} FileOptions instance - */ - FileOptions.create = function create(properties) { - return new FileOptions(properties); - }; - - /** - * Encodes the specified FileOptions message. Does not implicitly {@link google.protobuf.FileOptions.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FileOptions - * @static - * @param {google.protobuf.IFileOptions} message FileOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FileOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.javaPackage != null && Object.hasOwnProperty.call(message, "javaPackage")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.javaPackage); - if (message.javaOuterClassname != null && Object.hasOwnProperty.call(message, "javaOuterClassname")) - writer.uint32(/* id 8, wireType 2 =*/66).string(message.javaOuterClassname); - if (message.optimizeFor != null && Object.hasOwnProperty.call(message, "optimizeFor")) - writer.uint32(/* id 9, wireType 0 =*/72).int32(message.optimizeFor); - if (message.javaMultipleFiles != null && Object.hasOwnProperty.call(message, "javaMultipleFiles")) - writer.uint32(/* id 10, wireType 0 =*/80).bool(message.javaMultipleFiles); - if (message.goPackage != null && Object.hasOwnProperty.call(message, "goPackage")) - writer.uint32(/* id 11, wireType 2 =*/90).string(message.goPackage); - if (message.ccGenericServices != null && Object.hasOwnProperty.call(message, "ccGenericServices")) - writer.uint32(/* id 16, wireType 0 =*/128).bool(message.ccGenericServices); - if (message.javaGenericServices != null && Object.hasOwnProperty.call(message, "javaGenericServices")) - writer.uint32(/* id 17, wireType 0 =*/136).bool(message.javaGenericServices); - if (message.pyGenericServices != null && Object.hasOwnProperty.call(message, "pyGenericServices")) - writer.uint32(/* id 18, wireType 0 =*/144).bool(message.pyGenericServices); - if (message.javaGenerateEqualsAndHash != null && Object.hasOwnProperty.call(message, "javaGenerateEqualsAndHash")) - writer.uint32(/* id 20, wireType 0 =*/160).bool(message.javaGenerateEqualsAndHash); - if (message.deprecated != null && Object.hasOwnProperty.call(message, "deprecated")) - writer.uint32(/* id 23, wireType 0 =*/184).bool(message.deprecated); - if (message.javaStringCheckUtf8 != null && Object.hasOwnProperty.call(message, "javaStringCheckUtf8")) - writer.uint32(/* id 27, wireType 0 =*/216).bool(message.javaStringCheckUtf8); - if (message.ccEnableArenas != null && Object.hasOwnProperty.call(message, "ccEnableArenas")) - writer.uint32(/* id 31, wireType 0 =*/248).bool(message.ccEnableArenas); - if (message.objcClassPrefix != null && Object.hasOwnProperty.call(message, "objcClassPrefix")) - writer.uint32(/* id 36, wireType 2 =*/290).string(message.objcClassPrefix); - if (message.csharpNamespace != null && Object.hasOwnProperty.call(message, "csharpNamespace")) - writer.uint32(/* id 37, wireType 2 =*/298).string(message.csharpNamespace); - if (message.swiftPrefix != null && Object.hasOwnProperty.call(message, "swiftPrefix")) - writer.uint32(/* id 39, wireType 2 =*/314).string(message.swiftPrefix); - if (message.phpClassPrefix != null && Object.hasOwnProperty.call(message, "phpClassPrefix")) - writer.uint32(/* id 40, wireType 2 =*/322).string(message.phpClassPrefix); - if (message.phpNamespace != null && Object.hasOwnProperty.call(message, "phpNamespace")) - writer.uint32(/* id 41, wireType 2 =*/330).string(message.phpNamespace); - if (message.phpMetadataNamespace != null && Object.hasOwnProperty.call(message, "phpMetadataNamespace")) - writer.uint32(/* id 44, wireType 2 =*/354).string(message.phpMetadataNamespace); - if (message.rubyPackage != null && Object.hasOwnProperty.call(message, "rubyPackage")) - writer.uint32(/* id 45, wireType 2 =*/362).string(message.rubyPackage); - if (message.features != null && Object.hasOwnProperty.call(message, "features")) - $root.google.protobuf.FeatureSet.encode(message.features, writer.uint32(/* id 50, wireType 2 =*/402).fork()).ldelim(); - if (message.uninterpretedOption != null && message.uninterpretedOption.length) - for (var i = 0; i < message.uninterpretedOption.length; ++i) - $root.google.protobuf.UninterpretedOption.encode(message.uninterpretedOption[i], writer.uint32(/* id 999, wireType 2 =*/7994).fork()).ldelim(); - if (message[".google.api.resourceDefinition"] != null && message[".google.api.resourceDefinition"].length) - for (var i = 0; i < message[".google.api.resourceDefinition"].length; ++i) - $root.google.api.ResourceDescriptor.encode(message[".google.api.resourceDefinition"][i], writer.uint32(/* id 1053, wireType 2 =*/8426).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified FileOptions message, length delimited. Does not implicitly {@link google.protobuf.FileOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FileOptions - * @static - * @param {google.protobuf.IFileOptions} message FileOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FileOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FileOptions message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FileOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FileOptions} FileOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FileOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FileOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.javaPackage = reader.string(); - break; - } - case 8: { - message.javaOuterClassname = reader.string(); - break; - } - case 10: { - message.javaMultipleFiles = reader.bool(); - break; - } - case 20: { - message.javaGenerateEqualsAndHash = reader.bool(); - break; - } - case 27: { - message.javaStringCheckUtf8 = reader.bool(); - break; - } - case 9: { - message.optimizeFor = reader.int32(); - break; - } - case 11: { - message.goPackage = reader.string(); - break; - } - case 16: { - message.ccGenericServices = reader.bool(); - break; - } - case 17: { - message.javaGenericServices = reader.bool(); - break; - } - case 18: { - message.pyGenericServices = reader.bool(); - break; - } - case 23: { - message.deprecated = reader.bool(); - break; - } - case 31: { - message.ccEnableArenas = reader.bool(); - break; - } - case 36: { - message.objcClassPrefix = reader.string(); - break; - } - case 37: { - message.csharpNamespace = reader.string(); - break; - } - case 39: { - message.swiftPrefix = reader.string(); - break; - } - case 40: { - message.phpClassPrefix = reader.string(); - break; - } - case 41: { - message.phpNamespace = reader.string(); - break; - } - case 44: { - message.phpMetadataNamespace = reader.string(); - break; - } - case 45: { - message.rubyPackage = reader.string(); - break; - } - case 50: { - message.features = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 999: { - if (!(message.uninterpretedOption && message.uninterpretedOption.length)) - message.uninterpretedOption = []; - message.uninterpretedOption.push($root.google.protobuf.UninterpretedOption.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 1053: { - if (!(message[".google.api.resourceDefinition"] && message[".google.api.resourceDefinition"].length)) - message[".google.api.resourceDefinition"] = []; - message[".google.api.resourceDefinition"].push($root.google.api.ResourceDescriptor.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FileOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FileOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FileOptions} FileOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FileOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FileOptions message. - * @function verify - * @memberof google.protobuf.FileOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FileOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.javaPackage != null && message.hasOwnProperty("javaPackage")) - if (!$util.isString(message.javaPackage)) - return "javaPackage: string expected"; - if (message.javaOuterClassname != null && message.hasOwnProperty("javaOuterClassname")) - if (!$util.isString(message.javaOuterClassname)) - return "javaOuterClassname: string expected"; - if (message.javaMultipleFiles != null && message.hasOwnProperty("javaMultipleFiles")) - if (typeof message.javaMultipleFiles !== "boolean") - return "javaMultipleFiles: boolean expected"; - if (message.javaGenerateEqualsAndHash != null && message.hasOwnProperty("javaGenerateEqualsAndHash")) - if (typeof message.javaGenerateEqualsAndHash !== "boolean") - return "javaGenerateEqualsAndHash: boolean expected"; - if (message.javaStringCheckUtf8 != null && message.hasOwnProperty("javaStringCheckUtf8")) - if (typeof message.javaStringCheckUtf8 !== "boolean") - return "javaStringCheckUtf8: boolean expected"; - if (message.optimizeFor != null && message.hasOwnProperty("optimizeFor")) - switch (message.optimizeFor) { - default: - return "optimizeFor: enum value expected"; - case 1: - case 2: - case 3: - break; - } - if (message.goPackage != null && message.hasOwnProperty("goPackage")) - if (!$util.isString(message.goPackage)) - return "goPackage: string expected"; - if (message.ccGenericServices != null && message.hasOwnProperty("ccGenericServices")) - if (typeof message.ccGenericServices !== "boolean") - return "ccGenericServices: boolean expected"; - if (message.javaGenericServices != null && message.hasOwnProperty("javaGenericServices")) - if (typeof message.javaGenericServices !== "boolean") - return "javaGenericServices: boolean expected"; - if (message.pyGenericServices != null && message.hasOwnProperty("pyGenericServices")) - if (typeof message.pyGenericServices !== "boolean") - return "pyGenericServices: boolean expected"; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - if (typeof message.deprecated !== "boolean") - return "deprecated: boolean expected"; - if (message.ccEnableArenas != null && message.hasOwnProperty("ccEnableArenas")) - if (typeof message.ccEnableArenas !== "boolean") - return "ccEnableArenas: boolean expected"; - if (message.objcClassPrefix != null && message.hasOwnProperty("objcClassPrefix")) - if (!$util.isString(message.objcClassPrefix)) - return "objcClassPrefix: string expected"; - if (message.csharpNamespace != null && message.hasOwnProperty("csharpNamespace")) - if (!$util.isString(message.csharpNamespace)) - return "csharpNamespace: string expected"; - if (message.swiftPrefix != null && message.hasOwnProperty("swiftPrefix")) - if (!$util.isString(message.swiftPrefix)) - return "swiftPrefix: string expected"; - if (message.phpClassPrefix != null && message.hasOwnProperty("phpClassPrefix")) - if (!$util.isString(message.phpClassPrefix)) - return "phpClassPrefix: string expected"; - if (message.phpNamespace != null && message.hasOwnProperty("phpNamespace")) - if (!$util.isString(message.phpNamespace)) - return "phpNamespace: string expected"; - if (message.phpMetadataNamespace != null && message.hasOwnProperty("phpMetadataNamespace")) - if (!$util.isString(message.phpMetadataNamespace)) - return "phpMetadataNamespace: string expected"; - if (message.rubyPackage != null && message.hasOwnProperty("rubyPackage")) - if (!$util.isString(message.rubyPackage)) - return "rubyPackage: string expected"; - if (message.features != null && message.hasOwnProperty("features")) { - var error = $root.google.protobuf.FeatureSet.verify(message.features, long + 1); - if (error) - return "features." + error; - } - if (message.uninterpretedOption != null && message.hasOwnProperty("uninterpretedOption")) { - if (!Array.isArray(message.uninterpretedOption)) - return "uninterpretedOption: array expected"; - for (var i = 0; i < message.uninterpretedOption.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.verify(message.uninterpretedOption[i], long + 1); - if (error) - return "uninterpretedOption." + error; - } - } - if (message[".google.api.resourceDefinition"] != null && message.hasOwnProperty(".google.api.resourceDefinition")) { - if (!Array.isArray(message[".google.api.resourceDefinition"])) - return ".google.api.resourceDefinition: array expected"; - for (var i = 0; i < message[".google.api.resourceDefinition"].length; ++i) { - var error = $root.google.api.ResourceDescriptor.verify(message[".google.api.resourceDefinition"][i], long + 1); - if (error) - return ".google.api.resourceDefinition." + error; - } - } - return null; - }; - - /** - * Creates a FileOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FileOptions - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FileOptions} FileOptions - */ - FileOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FileOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FileOptions(); - if (object.javaPackage != null) - message.javaPackage = String(object.javaPackage); - if (object.javaOuterClassname != null) - message.javaOuterClassname = String(object.javaOuterClassname); - if (object.javaMultipleFiles != null) - message.javaMultipleFiles = Boolean(object.javaMultipleFiles); - if (object.javaGenerateEqualsAndHash != null) - message.javaGenerateEqualsAndHash = Boolean(object.javaGenerateEqualsAndHash); - if (object.javaStringCheckUtf8 != null) - message.javaStringCheckUtf8 = Boolean(object.javaStringCheckUtf8); - switch (object.optimizeFor) { - default: - if (typeof object.optimizeFor === "number") { - message.optimizeFor = object.optimizeFor; - break; - } - break; - case "SPEED": - case 1: - message.optimizeFor = 1; - break; - case "CODE_SIZE": - case 2: - message.optimizeFor = 2; - break; - case "LITE_RUNTIME": - case 3: - message.optimizeFor = 3; - break; - } - if (object.goPackage != null) - message.goPackage = String(object.goPackage); - if (object.ccGenericServices != null) - message.ccGenericServices = Boolean(object.ccGenericServices); - if (object.javaGenericServices != null) - message.javaGenericServices = Boolean(object.javaGenericServices); - if (object.pyGenericServices != null) - message.pyGenericServices = Boolean(object.pyGenericServices); - if (object.deprecated != null) - message.deprecated = Boolean(object.deprecated); - if (object.ccEnableArenas != null) - message.ccEnableArenas = Boolean(object.ccEnableArenas); - if (object.objcClassPrefix != null) - message.objcClassPrefix = String(object.objcClassPrefix); - if (object.csharpNamespace != null) - message.csharpNamespace = String(object.csharpNamespace); - if (object.swiftPrefix != null) - message.swiftPrefix = String(object.swiftPrefix); - if (object.phpClassPrefix != null) - message.phpClassPrefix = String(object.phpClassPrefix); - if (object.phpNamespace != null) - message.phpNamespace = String(object.phpNamespace); - if (object.phpMetadataNamespace != null) - message.phpMetadataNamespace = String(object.phpMetadataNamespace); - if (object.rubyPackage != null) - message.rubyPackage = String(object.rubyPackage); - if (object.features != null) { - if (typeof object.features !== "object") - throw TypeError(".google.protobuf.FileOptions.features: object expected"); - message.features = $root.google.protobuf.FeatureSet.fromObject(object.features, long + 1); - } - if (object.uninterpretedOption) { - if (!Array.isArray(object.uninterpretedOption)) - throw TypeError(".google.protobuf.FileOptions.uninterpretedOption: array expected"); - message.uninterpretedOption = []; - for (var i = 0; i < object.uninterpretedOption.length; ++i) { - if (typeof object.uninterpretedOption[i] !== "object") - throw TypeError(".google.protobuf.FileOptions.uninterpretedOption: object expected"); - message.uninterpretedOption[i] = $root.google.protobuf.UninterpretedOption.fromObject(object.uninterpretedOption[i], long + 1); - } - } - if (object[".google.api.resourceDefinition"]) { - if (!Array.isArray(object[".google.api.resourceDefinition"])) - throw TypeError(".google.protobuf.FileOptions..google.api.resourceDefinition: array expected"); - message[".google.api.resourceDefinition"] = []; - for (var i = 0; i < object[".google.api.resourceDefinition"].length; ++i) { - if (typeof object[".google.api.resourceDefinition"][i] !== "object") - throw TypeError(".google.protobuf.FileOptions..google.api.resourceDefinition: object expected"); - message[".google.api.resourceDefinition"][i] = $root.google.api.ResourceDescriptor.fromObject(object[".google.api.resourceDefinition"][i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a FileOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FileOptions - * @static - * @param {google.protobuf.FileOptions} message FileOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FileOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.uninterpretedOption = []; - object[".google.api.resourceDefinition"] = []; - } - if (options.defaults) { - object.javaPackage = ""; - object.javaOuterClassname = ""; - object.optimizeFor = options.enums === String ? "SPEED" : 1; - object.javaMultipleFiles = false; - object.goPackage = ""; - object.ccGenericServices = false; - object.javaGenericServices = false; - object.pyGenericServices = false; - object.javaGenerateEqualsAndHash = false; - object.deprecated = false; - object.javaStringCheckUtf8 = false; - object.ccEnableArenas = true; - object.objcClassPrefix = ""; - object.csharpNamespace = ""; - object.swiftPrefix = ""; - object.phpClassPrefix = ""; - object.phpNamespace = ""; - object.phpMetadataNamespace = ""; - object.rubyPackage = ""; - object.features = null; - } - if (message.javaPackage != null && message.hasOwnProperty("javaPackage")) - object.javaPackage = message.javaPackage; - if (message.javaOuterClassname != null && message.hasOwnProperty("javaOuterClassname")) - object.javaOuterClassname = message.javaOuterClassname; - if (message.optimizeFor != null && message.hasOwnProperty("optimizeFor")) - object.optimizeFor = options.enums === String ? $root.google.protobuf.FileOptions.OptimizeMode[message.optimizeFor] === undefined ? message.optimizeFor : $root.google.protobuf.FileOptions.OptimizeMode[message.optimizeFor] : message.optimizeFor; - if (message.javaMultipleFiles != null && message.hasOwnProperty("javaMultipleFiles")) - object.javaMultipleFiles = message.javaMultipleFiles; - if (message.goPackage != null && message.hasOwnProperty("goPackage")) - object.goPackage = message.goPackage; - if (message.ccGenericServices != null && message.hasOwnProperty("ccGenericServices")) - object.ccGenericServices = message.ccGenericServices; - if (message.javaGenericServices != null && message.hasOwnProperty("javaGenericServices")) - object.javaGenericServices = message.javaGenericServices; - if (message.pyGenericServices != null && message.hasOwnProperty("pyGenericServices")) - object.pyGenericServices = message.pyGenericServices; - if (message.javaGenerateEqualsAndHash != null && message.hasOwnProperty("javaGenerateEqualsAndHash")) - object.javaGenerateEqualsAndHash = message.javaGenerateEqualsAndHash; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - object.deprecated = message.deprecated; - if (message.javaStringCheckUtf8 != null && message.hasOwnProperty("javaStringCheckUtf8")) - object.javaStringCheckUtf8 = message.javaStringCheckUtf8; - if (message.ccEnableArenas != null && message.hasOwnProperty("ccEnableArenas")) - object.ccEnableArenas = message.ccEnableArenas; - if (message.objcClassPrefix != null && message.hasOwnProperty("objcClassPrefix")) - object.objcClassPrefix = message.objcClassPrefix; - if (message.csharpNamespace != null && message.hasOwnProperty("csharpNamespace")) - object.csharpNamespace = message.csharpNamespace; - if (message.swiftPrefix != null && message.hasOwnProperty("swiftPrefix")) - object.swiftPrefix = message.swiftPrefix; - if (message.phpClassPrefix != null && message.hasOwnProperty("phpClassPrefix")) - object.phpClassPrefix = message.phpClassPrefix; - if (message.phpNamespace != null && message.hasOwnProperty("phpNamespace")) - object.phpNamespace = message.phpNamespace; - if (message.phpMetadataNamespace != null && message.hasOwnProperty("phpMetadataNamespace")) - object.phpMetadataNamespace = message.phpMetadataNamespace; - if (message.rubyPackage != null && message.hasOwnProperty("rubyPackage")) - object.rubyPackage = message.rubyPackage; - if (message.features != null && message.hasOwnProperty("features")) - object.features = $root.google.protobuf.FeatureSet.toObject(message.features, options); - if (message.uninterpretedOption && message.uninterpretedOption.length) { - object.uninterpretedOption = []; - for (var j = 0; j < message.uninterpretedOption.length; ++j) - object.uninterpretedOption[j] = $root.google.protobuf.UninterpretedOption.toObject(message.uninterpretedOption[j], options); - } - if (message[".google.api.resourceDefinition"] && message[".google.api.resourceDefinition"].length) { - object[".google.api.resourceDefinition"] = []; - for (var j = 0; j < message[".google.api.resourceDefinition"].length; ++j) - object[".google.api.resourceDefinition"][j] = $root.google.api.ResourceDescriptor.toObject(message[".google.api.resourceDefinition"][j], options); - } - return object; - }; - - /** - * Converts this FileOptions to JSON. - * @function toJSON - * @memberof google.protobuf.FileOptions - * @instance - * @returns {Object.} JSON object - */ - FileOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FileOptions - * @function getTypeUrl - * @memberof google.protobuf.FileOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FileOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FileOptions"; - }; - - /** - * OptimizeMode enum. - * @name google.protobuf.FileOptions.OptimizeMode - * @enum {number} - * @property {number} SPEED=1 SPEED value - * @property {number} CODE_SIZE=2 CODE_SIZE value - * @property {number} LITE_RUNTIME=3 LITE_RUNTIME value - */ - FileOptions.OptimizeMode = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[1] = "SPEED"] = 1; - values[valuesById[2] = "CODE_SIZE"] = 2; - values[valuesById[3] = "LITE_RUNTIME"] = 3; - return values; - })(); - - return FileOptions; - })(); - - protobuf.MessageOptions = (function() { - - /** - * Properties of a MessageOptions. - * @memberof google.protobuf - * @interface IMessageOptions - * @property {boolean|null} [messageSetWireFormat] MessageOptions messageSetWireFormat - * @property {boolean|null} [noStandardDescriptorAccessor] MessageOptions noStandardDescriptorAccessor - * @property {boolean|null} [deprecated] MessageOptions deprecated - * @property {boolean|null} [mapEntry] MessageOptions mapEntry - * @property {boolean|null} [deprecatedLegacyJsonFieldConflicts] MessageOptions deprecatedLegacyJsonFieldConflicts - * @property {google.protobuf.IFeatureSet|null} [features] MessageOptions features - * @property {Array.|null} [uninterpretedOption] MessageOptions uninterpretedOption - * @property {google.api.IResourceDescriptor|null} [".google.api.resource"] MessageOptions .google.api.resource - */ - - /** - * Constructs a new MessageOptions. - * @memberof google.protobuf - * @classdesc Represents a MessageOptions. - * @implements IMessageOptions - * @constructor - * @param {google.protobuf.IMessageOptions=} [properties] Properties to set - */ - function MessageOptions(properties) { - this.uninterpretedOption = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MessageOptions messageSetWireFormat. - * @member {boolean} messageSetWireFormat - * @memberof google.protobuf.MessageOptions - * @instance - */ - MessageOptions.prototype.messageSetWireFormat = false; - - /** - * MessageOptions noStandardDescriptorAccessor. - * @member {boolean} noStandardDescriptorAccessor - * @memberof google.protobuf.MessageOptions - * @instance - */ - MessageOptions.prototype.noStandardDescriptorAccessor = false; - - /** - * MessageOptions deprecated. - * @member {boolean} deprecated - * @memberof google.protobuf.MessageOptions - * @instance - */ - MessageOptions.prototype.deprecated = false; - - /** - * MessageOptions mapEntry. - * @member {boolean} mapEntry - * @memberof google.protobuf.MessageOptions - * @instance - */ - MessageOptions.prototype.mapEntry = false; - - /** - * MessageOptions deprecatedLegacyJsonFieldConflicts. - * @member {boolean} deprecatedLegacyJsonFieldConflicts - * @memberof google.protobuf.MessageOptions - * @instance - */ - MessageOptions.prototype.deprecatedLegacyJsonFieldConflicts = false; - - /** - * MessageOptions features. - * @member {google.protobuf.IFeatureSet|null|undefined} features - * @memberof google.protobuf.MessageOptions - * @instance - */ - MessageOptions.prototype.features = null; - - /** - * MessageOptions uninterpretedOption. - * @member {Array.} uninterpretedOption - * @memberof google.protobuf.MessageOptions - * @instance - */ - MessageOptions.prototype.uninterpretedOption = $util.emptyArray; - - /** - * MessageOptions .google.api.resource. - * @member {google.api.IResourceDescriptor|null|undefined} .google.api.resource - * @memberof google.protobuf.MessageOptions - * @instance - */ - MessageOptions.prototype[".google.api.resource"] = null; - - /** - * Creates a new MessageOptions instance using the specified properties. - * @function create - * @memberof google.protobuf.MessageOptions - * @static - * @param {google.protobuf.IMessageOptions=} [properties] Properties to set - * @returns {google.protobuf.MessageOptions} MessageOptions instance - */ - MessageOptions.create = function create(properties) { - return new MessageOptions(properties); - }; - - /** - * Encodes the specified MessageOptions message. Does not implicitly {@link google.protobuf.MessageOptions.verify|verify} messages. - * @function encode - * @memberof google.protobuf.MessageOptions - * @static - * @param {google.protobuf.IMessageOptions} message MessageOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MessageOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.messageSetWireFormat != null && Object.hasOwnProperty.call(message, "messageSetWireFormat")) - writer.uint32(/* id 1, wireType 0 =*/8).bool(message.messageSetWireFormat); - if (message.noStandardDescriptorAccessor != null && Object.hasOwnProperty.call(message, "noStandardDescriptorAccessor")) - writer.uint32(/* id 2, wireType 0 =*/16).bool(message.noStandardDescriptorAccessor); - if (message.deprecated != null && Object.hasOwnProperty.call(message, "deprecated")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.deprecated); - if (message.mapEntry != null && Object.hasOwnProperty.call(message, "mapEntry")) - writer.uint32(/* id 7, wireType 0 =*/56).bool(message.mapEntry); - if (message.deprecatedLegacyJsonFieldConflicts != null && Object.hasOwnProperty.call(message, "deprecatedLegacyJsonFieldConflicts")) - writer.uint32(/* id 11, wireType 0 =*/88).bool(message.deprecatedLegacyJsonFieldConflicts); - if (message.features != null && Object.hasOwnProperty.call(message, "features")) - $root.google.protobuf.FeatureSet.encode(message.features, writer.uint32(/* id 12, wireType 2 =*/98).fork()).ldelim(); - if (message.uninterpretedOption != null && message.uninterpretedOption.length) - for (var i = 0; i < message.uninterpretedOption.length; ++i) - $root.google.protobuf.UninterpretedOption.encode(message.uninterpretedOption[i], writer.uint32(/* id 999, wireType 2 =*/7994).fork()).ldelim(); - if (message[".google.api.resource"] != null && Object.hasOwnProperty.call(message, ".google.api.resource")) - $root.google.api.ResourceDescriptor.encode(message[".google.api.resource"], writer.uint32(/* id 1053, wireType 2 =*/8426).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified MessageOptions message, length delimited. Does not implicitly {@link google.protobuf.MessageOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.MessageOptions - * @static - * @param {google.protobuf.IMessageOptions} message MessageOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MessageOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MessageOptions message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.MessageOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.MessageOptions} MessageOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MessageOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.MessageOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.messageSetWireFormat = reader.bool(); - break; - } - case 2: { - message.noStandardDescriptorAccessor = reader.bool(); - break; - } - case 3: { - message.deprecated = reader.bool(); - break; - } - case 7: { - message.mapEntry = reader.bool(); - break; - } - case 11: { - message.deprecatedLegacyJsonFieldConflicts = reader.bool(); - break; - } - case 12: { - message.features = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 999: { - if (!(message.uninterpretedOption && message.uninterpretedOption.length)) - message.uninterpretedOption = []; - message.uninterpretedOption.push($root.google.protobuf.UninterpretedOption.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 1053: { - message[".google.api.resource"] = $root.google.api.ResourceDescriptor.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MessageOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.MessageOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.MessageOptions} MessageOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MessageOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MessageOptions message. - * @function verify - * @memberof google.protobuf.MessageOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MessageOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.messageSetWireFormat != null && message.hasOwnProperty("messageSetWireFormat")) - if (typeof message.messageSetWireFormat !== "boolean") - return "messageSetWireFormat: boolean expected"; - if (message.noStandardDescriptorAccessor != null && message.hasOwnProperty("noStandardDescriptorAccessor")) - if (typeof message.noStandardDescriptorAccessor !== "boolean") - return "noStandardDescriptorAccessor: boolean expected"; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - if (typeof message.deprecated !== "boolean") - return "deprecated: boolean expected"; - if (message.mapEntry != null && message.hasOwnProperty("mapEntry")) - if (typeof message.mapEntry !== "boolean") - return "mapEntry: boolean expected"; - if (message.deprecatedLegacyJsonFieldConflicts != null && message.hasOwnProperty("deprecatedLegacyJsonFieldConflicts")) - if (typeof message.deprecatedLegacyJsonFieldConflicts !== "boolean") - return "deprecatedLegacyJsonFieldConflicts: boolean expected"; - if (message.features != null && message.hasOwnProperty("features")) { - var error = $root.google.protobuf.FeatureSet.verify(message.features, long + 1); - if (error) - return "features." + error; - } - if (message.uninterpretedOption != null && message.hasOwnProperty("uninterpretedOption")) { - if (!Array.isArray(message.uninterpretedOption)) - return "uninterpretedOption: array expected"; - for (var i = 0; i < message.uninterpretedOption.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.verify(message.uninterpretedOption[i], long + 1); - if (error) - return "uninterpretedOption." + error; - } - } - if (message[".google.api.resource"] != null && message.hasOwnProperty(".google.api.resource")) { - var error = $root.google.api.ResourceDescriptor.verify(message[".google.api.resource"], long + 1); - if (error) - return ".google.api.resource." + error; - } - return null; - }; - - /** - * Creates a MessageOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.MessageOptions - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.MessageOptions} MessageOptions - */ - MessageOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.MessageOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.MessageOptions(); - if (object.messageSetWireFormat != null) - message.messageSetWireFormat = Boolean(object.messageSetWireFormat); - if (object.noStandardDescriptorAccessor != null) - message.noStandardDescriptorAccessor = Boolean(object.noStandardDescriptorAccessor); - if (object.deprecated != null) - message.deprecated = Boolean(object.deprecated); - if (object.mapEntry != null) - message.mapEntry = Boolean(object.mapEntry); - if (object.deprecatedLegacyJsonFieldConflicts != null) - message.deprecatedLegacyJsonFieldConflicts = Boolean(object.deprecatedLegacyJsonFieldConflicts); - if (object.features != null) { - if (typeof object.features !== "object") - throw TypeError(".google.protobuf.MessageOptions.features: object expected"); - message.features = $root.google.protobuf.FeatureSet.fromObject(object.features, long + 1); - } - if (object.uninterpretedOption) { - if (!Array.isArray(object.uninterpretedOption)) - throw TypeError(".google.protobuf.MessageOptions.uninterpretedOption: array expected"); - message.uninterpretedOption = []; - for (var i = 0; i < object.uninterpretedOption.length; ++i) { - if (typeof object.uninterpretedOption[i] !== "object") - throw TypeError(".google.protobuf.MessageOptions.uninterpretedOption: object expected"); - message.uninterpretedOption[i] = $root.google.protobuf.UninterpretedOption.fromObject(object.uninterpretedOption[i], long + 1); - } - } - if (object[".google.api.resource"] != null) { - if (typeof object[".google.api.resource"] !== "object") - throw TypeError(".google.protobuf.MessageOptions..google.api.resource: object expected"); - message[".google.api.resource"] = $root.google.api.ResourceDescriptor.fromObject(object[".google.api.resource"], long + 1); - } - return message; - }; - - /** - * Creates a plain object from a MessageOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.MessageOptions - * @static - * @param {google.protobuf.MessageOptions} message MessageOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MessageOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.uninterpretedOption = []; - if (options.defaults) { - object.messageSetWireFormat = false; - object.noStandardDescriptorAccessor = false; - object.deprecated = false; - object.mapEntry = false; - object.deprecatedLegacyJsonFieldConflicts = false; - object.features = null; - object[".google.api.resource"] = null; - } - if (message.messageSetWireFormat != null && message.hasOwnProperty("messageSetWireFormat")) - object.messageSetWireFormat = message.messageSetWireFormat; - if (message.noStandardDescriptorAccessor != null && message.hasOwnProperty("noStandardDescriptorAccessor")) - object.noStandardDescriptorAccessor = message.noStandardDescriptorAccessor; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - object.deprecated = message.deprecated; - if (message.mapEntry != null && message.hasOwnProperty("mapEntry")) - object.mapEntry = message.mapEntry; - if (message.deprecatedLegacyJsonFieldConflicts != null && message.hasOwnProperty("deprecatedLegacyJsonFieldConflicts")) - object.deprecatedLegacyJsonFieldConflicts = message.deprecatedLegacyJsonFieldConflicts; - if (message.features != null && message.hasOwnProperty("features")) - object.features = $root.google.protobuf.FeatureSet.toObject(message.features, options); - if (message.uninterpretedOption && message.uninterpretedOption.length) { - object.uninterpretedOption = []; - for (var j = 0; j < message.uninterpretedOption.length; ++j) - object.uninterpretedOption[j] = $root.google.protobuf.UninterpretedOption.toObject(message.uninterpretedOption[j], options); - } - if (message[".google.api.resource"] != null && message.hasOwnProperty(".google.api.resource")) - object[".google.api.resource"] = $root.google.api.ResourceDescriptor.toObject(message[".google.api.resource"], options); - return object; - }; - - /** - * Converts this MessageOptions to JSON. - * @function toJSON - * @memberof google.protobuf.MessageOptions - * @instance - * @returns {Object.} JSON object - */ - MessageOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MessageOptions - * @function getTypeUrl - * @memberof google.protobuf.MessageOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MessageOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.MessageOptions"; - }; - - return MessageOptions; - })(); - - protobuf.FieldOptions = (function() { - - /** - * Properties of a FieldOptions. - * @memberof google.protobuf - * @interface IFieldOptions - * @property {google.protobuf.FieldOptions.CType|null} [ctype] FieldOptions ctype - * @property {boolean|null} [packed] FieldOptions packed - * @property {google.protobuf.FieldOptions.JSType|null} [jstype] FieldOptions jstype - * @property {boolean|null} [lazy] FieldOptions lazy - * @property {boolean|null} [unverifiedLazy] FieldOptions unverifiedLazy - * @property {boolean|null} [deprecated] FieldOptions deprecated - * @property {boolean|null} [weak] FieldOptions weak - * @property {boolean|null} [debugRedact] FieldOptions debugRedact - * @property {google.protobuf.FieldOptions.OptionRetention|null} [retention] FieldOptions retention - * @property {Array.|null} [targets] FieldOptions targets - * @property {Array.|null} [editionDefaults] FieldOptions editionDefaults - * @property {google.protobuf.IFeatureSet|null} [features] FieldOptions features - * @property {google.protobuf.FieldOptions.IFeatureSupport|null} [featureSupport] FieldOptions featureSupport - * @property {Array.|null} [uninterpretedOption] FieldOptions uninterpretedOption - * @property {string|null} [".google.cloud.bigquery.storage.v1.columnName"] FieldOptions .google.cloud.bigquery.storage.v1.columnName - * @property {Array.|null} [".google.api.fieldBehavior"] FieldOptions .google.api.fieldBehavior - * @property {google.api.IResourceReference|null} [".google.api.resourceReference"] FieldOptions .google.api.resourceReference - */ - - /** - * Constructs a new FieldOptions. - * @memberof google.protobuf - * @classdesc Represents a FieldOptions. - * @implements IFieldOptions - * @constructor - * @param {google.protobuf.IFieldOptions=} [properties] Properties to set - */ - function FieldOptions(properties) { - this.targets = []; - this.editionDefaults = []; - this.uninterpretedOption = []; - this[".google.api.fieldBehavior"] = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FieldOptions ctype. - * @member {google.protobuf.FieldOptions.CType} ctype - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.ctype = 0; - - /** - * FieldOptions packed. - * @member {boolean} packed - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.packed = false; - - /** - * FieldOptions jstype. - * @member {google.protobuf.FieldOptions.JSType} jstype - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.jstype = 0; - - /** - * FieldOptions lazy. - * @member {boolean} lazy - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.lazy = false; - - /** - * FieldOptions unverifiedLazy. - * @member {boolean} unverifiedLazy - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.unverifiedLazy = false; - - /** - * FieldOptions deprecated. - * @member {boolean} deprecated - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.deprecated = false; - - /** - * FieldOptions weak. - * @member {boolean} weak - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.weak = false; - - /** - * FieldOptions debugRedact. - * @member {boolean} debugRedact - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.debugRedact = false; - - /** - * FieldOptions retention. - * @member {google.protobuf.FieldOptions.OptionRetention} retention - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.retention = 0; - - /** - * FieldOptions targets. - * @member {Array.} targets - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.targets = $util.emptyArray; - - /** - * FieldOptions editionDefaults. - * @member {Array.} editionDefaults - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.editionDefaults = $util.emptyArray; - - /** - * FieldOptions features. - * @member {google.protobuf.IFeatureSet|null|undefined} features - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.features = null; - - /** - * FieldOptions featureSupport. - * @member {google.protobuf.FieldOptions.IFeatureSupport|null|undefined} featureSupport - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.featureSupport = null; - - /** - * FieldOptions uninterpretedOption. - * @member {Array.} uninterpretedOption - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype.uninterpretedOption = $util.emptyArray; - - /** - * FieldOptions .google.cloud.bigquery.storage.v1.columnName. - * @member {string} .google.cloud.bigquery.storage.v1.columnName - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype[".google.cloud.bigquery.storage.v1.columnName"] = null; - - /** - * FieldOptions .google.api.fieldBehavior. - * @member {Array.} .google.api.fieldBehavior - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype[".google.api.fieldBehavior"] = $util.emptyArray; - - /** - * FieldOptions .google.api.resourceReference. - * @member {google.api.IResourceReference|null|undefined} .google.api.resourceReference - * @memberof google.protobuf.FieldOptions - * @instance - */ - FieldOptions.prototype[".google.api.resourceReference"] = null; - - /** - * Creates a new FieldOptions instance using the specified properties. - * @function create - * @memberof google.protobuf.FieldOptions - * @static - * @param {google.protobuf.IFieldOptions=} [properties] Properties to set - * @returns {google.protobuf.FieldOptions} FieldOptions instance - */ - FieldOptions.create = function create(properties) { - return new FieldOptions(properties); - }; - - /** - * Encodes the specified FieldOptions message. Does not implicitly {@link google.protobuf.FieldOptions.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FieldOptions - * @static - * @param {google.protobuf.IFieldOptions} message FieldOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.ctype != null && Object.hasOwnProperty.call(message, "ctype")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.ctype); - if (message.packed != null && Object.hasOwnProperty.call(message, "packed")) - writer.uint32(/* id 2, wireType 0 =*/16).bool(message.packed); - if (message.deprecated != null && Object.hasOwnProperty.call(message, "deprecated")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.deprecated); - if (message.lazy != null && Object.hasOwnProperty.call(message, "lazy")) - writer.uint32(/* id 5, wireType 0 =*/40).bool(message.lazy); - if (message.jstype != null && Object.hasOwnProperty.call(message, "jstype")) - writer.uint32(/* id 6, wireType 0 =*/48).int32(message.jstype); - if (message.weak != null && Object.hasOwnProperty.call(message, "weak")) - writer.uint32(/* id 10, wireType 0 =*/80).bool(message.weak); - if (message.unverifiedLazy != null && Object.hasOwnProperty.call(message, "unverifiedLazy")) - writer.uint32(/* id 15, wireType 0 =*/120).bool(message.unverifiedLazy); - if (message.debugRedact != null && Object.hasOwnProperty.call(message, "debugRedact")) - writer.uint32(/* id 16, wireType 0 =*/128).bool(message.debugRedact); - if (message.retention != null && Object.hasOwnProperty.call(message, "retention")) - writer.uint32(/* id 17, wireType 0 =*/136).int32(message.retention); - if (message.targets != null && message.targets.length) - for (var i = 0; i < message.targets.length; ++i) - writer.uint32(/* id 19, wireType 0 =*/152).int32(message.targets[i]); - if (message.editionDefaults != null && message.editionDefaults.length) - for (var i = 0; i < message.editionDefaults.length; ++i) - $root.google.protobuf.FieldOptions.EditionDefault.encode(message.editionDefaults[i], writer.uint32(/* id 20, wireType 2 =*/162).fork()).ldelim(); - if (message.features != null && Object.hasOwnProperty.call(message, "features")) - $root.google.protobuf.FeatureSet.encode(message.features, writer.uint32(/* id 21, wireType 2 =*/170).fork()).ldelim(); - if (message.featureSupport != null && Object.hasOwnProperty.call(message, "featureSupport")) - $root.google.protobuf.FieldOptions.FeatureSupport.encode(message.featureSupport, writer.uint32(/* id 22, wireType 2 =*/178).fork()).ldelim(); - if (message.uninterpretedOption != null && message.uninterpretedOption.length) - for (var i = 0; i < message.uninterpretedOption.length; ++i) - $root.google.protobuf.UninterpretedOption.encode(message.uninterpretedOption[i], writer.uint32(/* id 999, wireType 2 =*/7994).fork()).ldelim(); - if (message[".google.api.fieldBehavior"] != null && message[".google.api.fieldBehavior"].length) - for (var i = 0; i < message[".google.api.fieldBehavior"].length; ++i) - writer.uint32(/* id 1052, wireType 0 =*/8416).int32(message[".google.api.fieldBehavior"][i]); - if (message[".google.api.resourceReference"] != null && Object.hasOwnProperty.call(message, ".google.api.resourceReference")) - $root.google.api.ResourceReference.encode(message[".google.api.resourceReference"], writer.uint32(/* id 1055, wireType 2 =*/8442).fork()).ldelim(); - if (message[".google.cloud.bigquery.storage.v1.columnName"] != null && Object.hasOwnProperty.call(message, ".google.cloud.bigquery.storage.v1.columnName")) - writer.uint32(/* id 454943157, wireType 2 =*/3639545258).string(message[".google.cloud.bigquery.storage.v1.columnName"]); - return writer; - }; - - /** - * Encodes the specified FieldOptions message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FieldOptions - * @static - * @param {google.protobuf.IFieldOptions} message FieldOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FieldOptions message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FieldOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FieldOptions} FieldOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FieldOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.ctype = reader.int32(); - break; - } - case 2: { - message.packed = reader.bool(); - break; - } - case 6: { - message.jstype = reader.int32(); - break; - } - case 5: { - message.lazy = reader.bool(); - break; - } - case 15: { - message.unverifiedLazy = reader.bool(); - break; - } - case 3: { - message.deprecated = reader.bool(); - break; - } - case 10: { - message.weak = reader.bool(); - break; - } - case 16: { - message.debugRedact = reader.bool(); - break; - } - case 17: { - message.retention = reader.int32(); - break; - } - case 19: { - if (!(message.targets && message.targets.length)) - message.targets = []; - if ((tag & 7) === 2) { - var end2 = reader.uint32() + reader.pos; - while (reader.pos < end2) - message.targets.push(reader.int32()); - } else - message.targets.push(reader.int32()); - break; - } - case 20: { - if (!(message.editionDefaults && message.editionDefaults.length)) - message.editionDefaults = []; - message.editionDefaults.push($root.google.protobuf.FieldOptions.EditionDefault.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 21: { - message.features = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 22: { - message.featureSupport = $root.google.protobuf.FieldOptions.FeatureSupport.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 999: { - if (!(message.uninterpretedOption && message.uninterpretedOption.length)) - message.uninterpretedOption = []; - message.uninterpretedOption.push($root.google.protobuf.UninterpretedOption.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 454943157: { - message[".google.cloud.bigquery.storage.v1.columnName"] = reader.string(); - break; - } - case 1052: { - if (!(message[".google.api.fieldBehavior"] && message[".google.api.fieldBehavior"].length)) - message[".google.api.fieldBehavior"] = []; - if ((tag & 7) === 2) { - var end2 = reader.uint32() + reader.pos; - while (reader.pos < end2) - message[".google.api.fieldBehavior"].push(reader.int32()); - } else - message[".google.api.fieldBehavior"].push(reader.int32()); - break; - } - case 1055: { - message[".google.api.resourceReference"] = $root.google.api.ResourceReference.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FieldOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FieldOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FieldOptions} FieldOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FieldOptions message. - * @function verify - * @memberof google.protobuf.FieldOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FieldOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.ctype != null && message.hasOwnProperty("ctype")) - switch (message.ctype) { - default: - return "ctype: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.packed != null && message.hasOwnProperty("packed")) - if (typeof message.packed !== "boolean") - return "packed: boolean expected"; - if (message.jstype != null && message.hasOwnProperty("jstype")) - switch (message.jstype) { - default: - return "jstype: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.lazy != null && message.hasOwnProperty("lazy")) - if (typeof message.lazy !== "boolean") - return "lazy: boolean expected"; - if (message.unverifiedLazy != null && message.hasOwnProperty("unverifiedLazy")) - if (typeof message.unverifiedLazy !== "boolean") - return "unverifiedLazy: boolean expected"; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - if (typeof message.deprecated !== "boolean") - return "deprecated: boolean expected"; - if (message.weak != null && message.hasOwnProperty("weak")) - if (typeof message.weak !== "boolean") - return "weak: boolean expected"; - if (message.debugRedact != null && message.hasOwnProperty("debugRedact")) - if (typeof message.debugRedact !== "boolean") - return "debugRedact: boolean expected"; - if (message.retention != null && message.hasOwnProperty("retention")) - switch (message.retention) { - default: - return "retention: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.targets != null && message.hasOwnProperty("targets")) { - if (!Array.isArray(message.targets)) - return "targets: array expected"; - for (var i = 0; i < message.targets.length; ++i) - switch (message.targets[i]) { - default: - return "targets: enum value[] expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - case 7: - case 8: - case 9: - break; - } - } - if (message.editionDefaults != null && message.hasOwnProperty("editionDefaults")) { - if (!Array.isArray(message.editionDefaults)) - return "editionDefaults: array expected"; - for (var i = 0; i < message.editionDefaults.length; ++i) { - var error = $root.google.protobuf.FieldOptions.EditionDefault.verify(message.editionDefaults[i], long + 1); - if (error) - return "editionDefaults." + error; - } - } - if (message.features != null && message.hasOwnProperty("features")) { - var error = $root.google.protobuf.FeatureSet.verify(message.features, long + 1); - if (error) - return "features." + error; - } - if (message.featureSupport != null && message.hasOwnProperty("featureSupport")) { - var error = $root.google.protobuf.FieldOptions.FeatureSupport.verify(message.featureSupport, long + 1); - if (error) - return "featureSupport." + error; - } - if (message.uninterpretedOption != null && message.hasOwnProperty("uninterpretedOption")) { - if (!Array.isArray(message.uninterpretedOption)) - return "uninterpretedOption: array expected"; - for (var i = 0; i < message.uninterpretedOption.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.verify(message.uninterpretedOption[i], long + 1); - if (error) - return "uninterpretedOption." + error; - } - } - if (message[".google.cloud.bigquery.storage.v1.columnName"] != null && message.hasOwnProperty(".google.cloud.bigquery.storage.v1.columnName")) - if (!$util.isString(message[".google.cloud.bigquery.storage.v1.columnName"])) - return ".google.cloud.bigquery.storage.v1.columnName: string expected"; - if (message[".google.api.fieldBehavior"] != null && message.hasOwnProperty(".google.api.fieldBehavior")) { - if (!Array.isArray(message[".google.api.fieldBehavior"])) - return ".google.api.fieldBehavior: array expected"; - for (var i = 0; i < message[".google.api.fieldBehavior"].length; ++i) - switch (message[".google.api.fieldBehavior"][i]) { - default: - return ".google.api.fieldBehavior: enum value[] expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - case 7: - case 8: - break; - } - } - if (message[".google.api.resourceReference"] != null && message.hasOwnProperty(".google.api.resourceReference")) { - var error = $root.google.api.ResourceReference.verify(message[".google.api.resourceReference"], long + 1); - if (error) - return ".google.api.resourceReference." + error; - } - return null; - }; - - /** - * Creates a FieldOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FieldOptions - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FieldOptions} FieldOptions - */ - FieldOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FieldOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FieldOptions(); - switch (object.ctype) { - default: - if (typeof object.ctype === "number") { - message.ctype = object.ctype; - break; - } - break; - case "STRING": - case 0: - message.ctype = 0; - break; - case "CORD": - case 1: - message.ctype = 1; - break; - case "STRING_PIECE": - case 2: - message.ctype = 2; - break; - } - if (object.packed != null) - message.packed = Boolean(object.packed); - switch (object.jstype) { - default: - if (typeof object.jstype === "number") { - message.jstype = object.jstype; - break; - } - break; - case "JS_NORMAL": - case 0: - message.jstype = 0; - break; - case "JS_STRING": - case 1: - message.jstype = 1; - break; - case "JS_NUMBER": - case 2: - message.jstype = 2; - break; - } - if (object.lazy != null) - message.lazy = Boolean(object.lazy); - if (object.unverifiedLazy != null) - message.unverifiedLazy = Boolean(object.unverifiedLazy); - if (object.deprecated != null) - message.deprecated = Boolean(object.deprecated); - if (object.weak != null) - message.weak = Boolean(object.weak); - if (object.debugRedact != null) - message.debugRedact = Boolean(object.debugRedact); - switch (object.retention) { - default: - if (typeof object.retention === "number") { - message.retention = object.retention; - break; - } - break; - case "RETENTION_UNKNOWN": - case 0: - message.retention = 0; - break; - case "RETENTION_RUNTIME": - case 1: - message.retention = 1; - break; - case "RETENTION_SOURCE": - case 2: - message.retention = 2; - break; - } - if (object.targets) { - if (!Array.isArray(object.targets)) - throw TypeError(".google.protobuf.FieldOptions.targets: array expected"); - message.targets = []; - for (var i = 0; i < object.targets.length; ++i) - switch (object.targets[i]) { - default: - if (typeof object.targets[i] === "number") { - message.targets[i] = object.targets[i]; - break; - } - case "TARGET_TYPE_UNKNOWN": - case 0: - message.targets[i] = 0; - break; - case "TARGET_TYPE_FILE": - case 1: - message.targets[i] = 1; - break; - case "TARGET_TYPE_EXTENSION_RANGE": - case 2: - message.targets[i] = 2; - break; - case "TARGET_TYPE_MESSAGE": - case 3: - message.targets[i] = 3; - break; - case "TARGET_TYPE_FIELD": - case 4: - message.targets[i] = 4; - break; - case "TARGET_TYPE_ONEOF": - case 5: - message.targets[i] = 5; - break; - case "TARGET_TYPE_ENUM": - case 6: - message.targets[i] = 6; - break; - case "TARGET_TYPE_ENUM_ENTRY": - case 7: - message.targets[i] = 7; - break; - case "TARGET_TYPE_SERVICE": - case 8: - message.targets[i] = 8; - break; - case "TARGET_TYPE_METHOD": - case 9: - message.targets[i] = 9; - break; - } - } - if (object.editionDefaults) { - if (!Array.isArray(object.editionDefaults)) - throw TypeError(".google.protobuf.FieldOptions.editionDefaults: array expected"); - message.editionDefaults = []; - for (var i = 0; i < object.editionDefaults.length; ++i) { - if (typeof object.editionDefaults[i] !== "object") - throw TypeError(".google.protobuf.FieldOptions.editionDefaults: object expected"); - message.editionDefaults[i] = $root.google.protobuf.FieldOptions.EditionDefault.fromObject(object.editionDefaults[i], long + 1); - } - } - if (object.features != null) { - if (typeof object.features !== "object") - throw TypeError(".google.protobuf.FieldOptions.features: object expected"); - message.features = $root.google.protobuf.FeatureSet.fromObject(object.features, long + 1); - } - if (object.featureSupport != null) { - if (typeof object.featureSupport !== "object") - throw TypeError(".google.protobuf.FieldOptions.featureSupport: object expected"); - message.featureSupport = $root.google.protobuf.FieldOptions.FeatureSupport.fromObject(object.featureSupport, long + 1); - } - if (object.uninterpretedOption) { - if (!Array.isArray(object.uninterpretedOption)) - throw TypeError(".google.protobuf.FieldOptions.uninterpretedOption: array expected"); - message.uninterpretedOption = []; - for (var i = 0; i < object.uninterpretedOption.length; ++i) { - if (typeof object.uninterpretedOption[i] !== "object") - throw TypeError(".google.protobuf.FieldOptions.uninterpretedOption: object expected"); - message.uninterpretedOption[i] = $root.google.protobuf.UninterpretedOption.fromObject(object.uninterpretedOption[i], long + 1); - } - } - if (object[".google.cloud.bigquery.storage.v1.columnName"] != null) - message[".google.cloud.bigquery.storage.v1.columnName"] = String(object[".google.cloud.bigquery.storage.v1.columnName"]); - if (object[".google.api.fieldBehavior"]) { - if (!Array.isArray(object[".google.api.fieldBehavior"])) - throw TypeError(".google.protobuf.FieldOptions..google.api.fieldBehavior: array expected"); - message[".google.api.fieldBehavior"] = []; - for (var i = 0; i < object[".google.api.fieldBehavior"].length; ++i) - switch (object[".google.api.fieldBehavior"][i]) { - default: - if (typeof object[".google.api.fieldBehavior"][i] === "number") { - message[".google.api.fieldBehavior"][i] = object[".google.api.fieldBehavior"][i]; - break; - } - case "FIELD_BEHAVIOR_UNSPECIFIED": - case 0: - message[".google.api.fieldBehavior"][i] = 0; - break; - case "OPTIONAL": - case 1: - message[".google.api.fieldBehavior"][i] = 1; - break; - case "REQUIRED": - case 2: - message[".google.api.fieldBehavior"][i] = 2; - break; - case "OUTPUT_ONLY": - case 3: - message[".google.api.fieldBehavior"][i] = 3; - break; - case "INPUT_ONLY": - case 4: - message[".google.api.fieldBehavior"][i] = 4; - break; - case "IMMUTABLE": - case 5: - message[".google.api.fieldBehavior"][i] = 5; - break; - case "UNORDERED_LIST": - case 6: - message[".google.api.fieldBehavior"][i] = 6; - break; - case "NON_EMPTY_DEFAULT": - case 7: - message[".google.api.fieldBehavior"][i] = 7; - break; - case "IDENTIFIER": - case 8: - message[".google.api.fieldBehavior"][i] = 8; - break; - } - } - if (object[".google.api.resourceReference"] != null) { - if (typeof object[".google.api.resourceReference"] !== "object") - throw TypeError(".google.protobuf.FieldOptions..google.api.resourceReference: object expected"); - message[".google.api.resourceReference"] = $root.google.api.ResourceReference.fromObject(object[".google.api.resourceReference"], long + 1); - } - return message; - }; - - /** - * Creates a plain object from a FieldOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FieldOptions - * @static - * @param {google.protobuf.FieldOptions} message FieldOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FieldOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.targets = []; - object.editionDefaults = []; - object.uninterpretedOption = []; - object[".google.api.fieldBehavior"] = []; - } - if (options.defaults) { - object.ctype = options.enums === String ? "STRING" : 0; - object.packed = false; - object.deprecated = false; - object.lazy = false; - object.jstype = options.enums === String ? "JS_NORMAL" : 0; - object.weak = false; - object.unverifiedLazy = false; - object.debugRedact = false; - object.retention = options.enums === String ? "RETENTION_UNKNOWN" : 0; - object.features = null; - object.featureSupport = null; - object[".google.api.resourceReference"] = null; - object[".google.cloud.bigquery.storage.v1.columnName"] = null; - } - if (message.ctype != null && message.hasOwnProperty("ctype")) - object.ctype = options.enums === String ? $root.google.protobuf.FieldOptions.CType[message.ctype] === undefined ? message.ctype : $root.google.protobuf.FieldOptions.CType[message.ctype] : message.ctype; - if (message.packed != null && message.hasOwnProperty("packed")) - object.packed = message.packed; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - object.deprecated = message.deprecated; - if (message.lazy != null && message.hasOwnProperty("lazy")) - object.lazy = message.lazy; - if (message.jstype != null && message.hasOwnProperty("jstype")) - object.jstype = options.enums === String ? $root.google.protobuf.FieldOptions.JSType[message.jstype] === undefined ? message.jstype : $root.google.protobuf.FieldOptions.JSType[message.jstype] : message.jstype; - if (message.weak != null && message.hasOwnProperty("weak")) - object.weak = message.weak; - if (message.unverifiedLazy != null && message.hasOwnProperty("unverifiedLazy")) - object.unverifiedLazy = message.unverifiedLazy; - if (message.debugRedact != null && message.hasOwnProperty("debugRedact")) - object.debugRedact = message.debugRedact; - if (message.retention != null && message.hasOwnProperty("retention")) - object.retention = options.enums === String ? $root.google.protobuf.FieldOptions.OptionRetention[message.retention] === undefined ? message.retention : $root.google.protobuf.FieldOptions.OptionRetention[message.retention] : message.retention; - if (message.targets && message.targets.length) { - object.targets = []; - for (var j = 0; j < message.targets.length; ++j) - object.targets[j] = options.enums === String ? $root.google.protobuf.FieldOptions.OptionTargetType[message.targets[j]] === undefined ? message.targets[j] : $root.google.protobuf.FieldOptions.OptionTargetType[message.targets[j]] : message.targets[j]; - } - if (message.editionDefaults && message.editionDefaults.length) { - object.editionDefaults = []; - for (var j = 0; j < message.editionDefaults.length; ++j) - object.editionDefaults[j] = $root.google.protobuf.FieldOptions.EditionDefault.toObject(message.editionDefaults[j], options); - } - if (message.features != null && message.hasOwnProperty("features")) - object.features = $root.google.protobuf.FeatureSet.toObject(message.features, options); - if (message.featureSupport != null && message.hasOwnProperty("featureSupport")) - object.featureSupport = $root.google.protobuf.FieldOptions.FeatureSupport.toObject(message.featureSupport, options); - if (message.uninterpretedOption && message.uninterpretedOption.length) { - object.uninterpretedOption = []; - for (var j = 0; j < message.uninterpretedOption.length; ++j) - object.uninterpretedOption[j] = $root.google.protobuf.UninterpretedOption.toObject(message.uninterpretedOption[j], options); - } - if (message[".google.api.fieldBehavior"] && message[".google.api.fieldBehavior"].length) { - object[".google.api.fieldBehavior"] = []; - for (var j = 0; j < message[".google.api.fieldBehavior"].length; ++j) - object[".google.api.fieldBehavior"][j] = options.enums === String ? $root.google.api.FieldBehavior[message[".google.api.fieldBehavior"][j]] === undefined ? message[".google.api.fieldBehavior"][j] : $root.google.api.FieldBehavior[message[".google.api.fieldBehavior"][j]] : message[".google.api.fieldBehavior"][j]; - } - if (message[".google.api.resourceReference"] != null && message.hasOwnProperty(".google.api.resourceReference")) - object[".google.api.resourceReference"] = $root.google.api.ResourceReference.toObject(message[".google.api.resourceReference"], options); - if (message[".google.cloud.bigquery.storage.v1.columnName"] != null && message.hasOwnProperty(".google.cloud.bigquery.storage.v1.columnName")) - object[".google.cloud.bigquery.storage.v1.columnName"] = message[".google.cloud.bigquery.storage.v1.columnName"]; - return object; - }; - - /** - * Converts this FieldOptions to JSON. - * @function toJSON - * @memberof google.protobuf.FieldOptions - * @instance - * @returns {Object.} JSON object - */ - FieldOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FieldOptions - * @function getTypeUrl - * @memberof google.protobuf.FieldOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FieldOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FieldOptions"; - }; - - /** - * CType enum. - * @name google.protobuf.FieldOptions.CType - * @enum {number} - * @property {number} STRING=0 STRING value - * @property {number} CORD=1 CORD value - * @property {number} STRING_PIECE=2 STRING_PIECE value - */ - FieldOptions.CType = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "STRING"] = 0; - values[valuesById[1] = "CORD"] = 1; - values[valuesById[2] = "STRING_PIECE"] = 2; - return values; - })(); - - /** - * JSType enum. - * @name google.protobuf.FieldOptions.JSType - * @enum {number} - * @property {number} JS_NORMAL=0 JS_NORMAL value - * @property {number} JS_STRING=1 JS_STRING value - * @property {number} JS_NUMBER=2 JS_NUMBER value - */ - FieldOptions.JSType = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "JS_NORMAL"] = 0; - values[valuesById[1] = "JS_STRING"] = 1; - values[valuesById[2] = "JS_NUMBER"] = 2; - return values; - })(); - - /** - * OptionRetention enum. - * @name google.protobuf.FieldOptions.OptionRetention - * @enum {number} - * @property {number} RETENTION_UNKNOWN=0 RETENTION_UNKNOWN value - * @property {number} RETENTION_RUNTIME=1 RETENTION_RUNTIME value - * @property {number} RETENTION_SOURCE=2 RETENTION_SOURCE value - */ - FieldOptions.OptionRetention = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "RETENTION_UNKNOWN"] = 0; - values[valuesById[1] = "RETENTION_RUNTIME"] = 1; - values[valuesById[2] = "RETENTION_SOURCE"] = 2; - return values; - })(); - - /** - * OptionTargetType enum. - * @name google.protobuf.FieldOptions.OptionTargetType - * @enum {number} - * @property {number} TARGET_TYPE_UNKNOWN=0 TARGET_TYPE_UNKNOWN value - * @property {number} TARGET_TYPE_FILE=1 TARGET_TYPE_FILE value - * @property {number} TARGET_TYPE_EXTENSION_RANGE=2 TARGET_TYPE_EXTENSION_RANGE value - * @property {number} TARGET_TYPE_MESSAGE=3 TARGET_TYPE_MESSAGE value - * @property {number} TARGET_TYPE_FIELD=4 TARGET_TYPE_FIELD value - * @property {number} TARGET_TYPE_ONEOF=5 TARGET_TYPE_ONEOF value - * @property {number} TARGET_TYPE_ENUM=6 TARGET_TYPE_ENUM value - * @property {number} TARGET_TYPE_ENUM_ENTRY=7 TARGET_TYPE_ENUM_ENTRY value - * @property {number} TARGET_TYPE_SERVICE=8 TARGET_TYPE_SERVICE value - * @property {number} TARGET_TYPE_METHOD=9 TARGET_TYPE_METHOD value - */ - FieldOptions.OptionTargetType = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "TARGET_TYPE_UNKNOWN"] = 0; - values[valuesById[1] = "TARGET_TYPE_FILE"] = 1; - values[valuesById[2] = "TARGET_TYPE_EXTENSION_RANGE"] = 2; - values[valuesById[3] = "TARGET_TYPE_MESSAGE"] = 3; - values[valuesById[4] = "TARGET_TYPE_FIELD"] = 4; - values[valuesById[5] = "TARGET_TYPE_ONEOF"] = 5; - values[valuesById[6] = "TARGET_TYPE_ENUM"] = 6; - values[valuesById[7] = "TARGET_TYPE_ENUM_ENTRY"] = 7; - values[valuesById[8] = "TARGET_TYPE_SERVICE"] = 8; - values[valuesById[9] = "TARGET_TYPE_METHOD"] = 9; - return values; - })(); - - FieldOptions.EditionDefault = (function() { - - /** - * Properties of an EditionDefault. - * @memberof google.protobuf.FieldOptions - * @interface IEditionDefault - * @property {google.protobuf.Edition|null} [edition] EditionDefault edition - * @property {string|null} [value] EditionDefault value - */ - - /** - * Constructs a new EditionDefault. - * @memberof google.protobuf.FieldOptions - * @classdesc Represents an EditionDefault. - * @implements IEditionDefault - * @constructor - * @param {google.protobuf.FieldOptions.IEditionDefault=} [properties] Properties to set - */ - function EditionDefault(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * EditionDefault edition. - * @member {google.protobuf.Edition} edition - * @memberof google.protobuf.FieldOptions.EditionDefault - * @instance - */ - EditionDefault.prototype.edition = 0; - - /** - * EditionDefault value. - * @member {string} value - * @memberof google.protobuf.FieldOptions.EditionDefault - * @instance - */ - EditionDefault.prototype.value = ""; - - /** - * Creates a new EditionDefault instance using the specified properties. - * @function create - * @memberof google.protobuf.FieldOptions.EditionDefault - * @static - * @param {google.protobuf.FieldOptions.IEditionDefault=} [properties] Properties to set - * @returns {google.protobuf.FieldOptions.EditionDefault} EditionDefault instance - */ - EditionDefault.create = function create(properties) { - return new EditionDefault(properties); - }; - - /** - * Encodes the specified EditionDefault message. Does not implicitly {@link google.protobuf.FieldOptions.EditionDefault.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FieldOptions.EditionDefault - * @static - * @param {google.protobuf.FieldOptions.IEditionDefault} message EditionDefault message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EditionDefault.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.value); - if (message.edition != null && Object.hasOwnProperty.call(message, "edition")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.edition); - return writer; - }; - - /** - * Encodes the specified EditionDefault message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.EditionDefault.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FieldOptions.EditionDefault - * @static - * @param {google.protobuf.FieldOptions.IEditionDefault} message EditionDefault message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EditionDefault.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an EditionDefault message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FieldOptions.EditionDefault - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FieldOptions.EditionDefault} EditionDefault - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EditionDefault.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FieldOptions.EditionDefault(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 3: { - message.edition = reader.int32(); - break; - } - case 2: { - message.value = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an EditionDefault message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FieldOptions.EditionDefault - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FieldOptions.EditionDefault} EditionDefault - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EditionDefault.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an EditionDefault message. - * @function verify - * @memberof google.protobuf.FieldOptions.EditionDefault - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - EditionDefault.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.edition != null && message.hasOwnProperty("edition")) - switch (message.edition) { - default: - return "edition: enum value expected"; - case 0: - case 900: - case 998: - case 999: - case 1000: - case 1001: - case 1: - case 2: - case 99997: - case 99998: - case 99999: - case 2147483647: - break; - } - if (message.value != null && message.hasOwnProperty("value")) - if (!$util.isString(message.value)) - return "value: string expected"; - return null; - }; - - /** - * Creates an EditionDefault message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FieldOptions.EditionDefault - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FieldOptions.EditionDefault} EditionDefault - */ - EditionDefault.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FieldOptions.EditionDefault) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FieldOptions.EditionDefault(); - switch (object.edition) { - default: - if (typeof object.edition === "number") { - message.edition = object.edition; - break; - } - break; - case "EDITION_UNKNOWN": - case 0: - message.edition = 0; - break; - case "EDITION_LEGACY": - case 900: - message.edition = 900; - break; - case "EDITION_PROTO2": - case 998: - message.edition = 998; - break; - case "EDITION_PROTO3": - case 999: - message.edition = 999; - break; - case "EDITION_2023": - case 1000: - message.edition = 1000; - break; - case "EDITION_2024": - case 1001: - message.edition = 1001; - break; - case "EDITION_1_TEST_ONLY": - case 1: - message.edition = 1; - break; - case "EDITION_2_TEST_ONLY": - case 2: - message.edition = 2; - break; - case "EDITION_99997_TEST_ONLY": - case 99997: - message.edition = 99997; - break; - case "EDITION_99998_TEST_ONLY": - case 99998: - message.edition = 99998; - break; - case "EDITION_99999_TEST_ONLY": - case 99999: - message.edition = 99999; - break; - case "EDITION_MAX": - case 2147483647: - message.edition = 2147483647; - break; - } - if (object.value != null) - message.value = String(object.value); - return message; - }; - - /** - * Creates a plain object from an EditionDefault message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FieldOptions.EditionDefault - * @static - * @param {google.protobuf.FieldOptions.EditionDefault} message EditionDefault - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - EditionDefault.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.value = ""; - object.edition = options.enums === String ? "EDITION_UNKNOWN" : 0; - } - if (message.value != null && message.hasOwnProperty("value")) - object.value = message.value; - if (message.edition != null && message.hasOwnProperty("edition")) - object.edition = options.enums === String ? $root.google.protobuf.Edition[message.edition] === undefined ? message.edition : $root.google.protobuf.Edition[message.edition] : message.edition; - return object; - }; - - /** - * Converts this EditionDefault to JSON. - * @function toJSON - * @memberof google.protobuf.FieldOptions.EditionDefault - * @instance - * @returns {Object.} JSON object - */ - EditionDefault.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for EditionDefault - * @function getTypeUrl - * @memberof google.protobuf.FieldOptions.EditionDefault - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - EditionDefault.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FieldOptions.EditionDefault"; - }; - - return EditionDefault; - })(); - - FieldOptions.FeatureSupport = (function() { - - /** - * Properties of a FeatureSupport. - * @memberof google.protobuf.FieldOptions - * @interface IFeatureSupport - * @property {google.protobuf.Edition|null} [editionIntroduced] FeatureSupport editionIntroduced - * @property {google.protobuf.Edition|null} [editionDeprecated] FeatureSupport editionDeprecated - * @property {string|null} [deprecationWarning] FeatureSupport deprecationWarning - * @property {google.protobuf.Edition|null} [editionRemoved] FeatureSupport editionRemoved - */ - - /** - * Constructs a new FeatureSupport. - * @memberof google.protobuf.FieldOptions - * @classdesc Represents a FeatureSupport. - * @implements IFeatureSupport - * @constructor - * @param {google.protobuf.FieldOptions.IFeatureSupport=} [properties] Properties to set - */ - function FeatureSupport(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FeatureSupport editionIntroduced. - * @member {google.protobuf.Edition} editionIntroduced - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @instance - */ - FeatureSupport.prototype.editionIntroduced = 0; - - /** - * FeatureSupport editionDeprecated. - * @member {google.protobuf.Edition} editionDeprecated - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @instance - */ - FeatureSupport.prototype.editionDeprecated = 0; - - /** - * FeatureSupport deprecationWarning. - * @member {string} deprecationWarning - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @instance - */ - FeatureSupport.prototype.deprecationWarning = ""; - - /** - * FeatureSupport editionRemoved. - * @member {google.protobuf.Edition} editionRemoved - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @instance - */ - FeatureSupport.prototype.editionRemoved = 0; - - /** - * Creates a new FeatureSupport instance using the specified properties. - * @function create - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @static - * @param {google.protobuf.FieldOptions.IFeatureSupport=} [properties] Properties to set - * @returns {google.protobuf.FieldOptions.FeatureSupport} FeatureSupport instance - */ - FeatureSupport.create = function create(properties) { - return new FeatureSupport(properties); - }; - - /** - * Encodes the specified FeatureSupport message. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @static - * @param {google.protobuf.FieldOptions.IFeatureSupport} message FeatureSupport message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FeatureSupport.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.editionIntroduced != null && Object.hasOwnProperty.call(message, "editionIntroduced")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.editionIntroduced); - if (message.editionDeprecated != null && Object.hasOwnProperty.call(message, "editionDeprecated")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.editionDeprecated); - if (message.deprecationWarning != null && Object.hasOwnProperty.call(message, "deprecationWarning")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.deprecationWarning); - if (message.editionRemoved != null && Object.hasOwnProperty.call(message, "editionRemoved")) - writer.uint32(/* id 4, wireType 0 =*/32).int32(message.editionRemoved); - return writer; - }; - - /** - * Encodes the specified FeatureSupport message, length delimited. Does not implicitly {@link google.protobuf.FieldOptions.FeatureSupport.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @static - * @param {google.protobuf.FieldOptions.IFeatureSupport} message FeatureSupport message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FeatureSupport.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FeatureSupport message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FieldOptions.FeatureSupport} FeatureSupport - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FeatureSupport.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FieldOptions.FeatureSupport(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.editionIntroduced = reader.int32(); - break; - } - case 2: { - message.editionDeprecated = reader.int32(); - break; - } - case 3: { - message.deprecationWarning = reader.string(); - break; - } - case 4: { - message.editionRemoved = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FeatureSupport message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FieldOptions.FeatureSupport} FeatureSupport - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FeatureSupport.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FeatureSupport message. - * @function verify - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FeatureSupport.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.editionIntroduced != null && message.hasOwnProperty("editionIntroduced")) - switch (message.editionIntroduced) { - default: - return "editionIntroduced: enum value expected"; - case 0: - case 900: - case 998: - case 999: - case 1000: - case 1001: - case 1: - case 2: - case 99997: - case 99998: - case 99999: - case 2147483647: - break; - } - if (message.editionDeprecated != null && message.hasOwnProperty("editionDeprecated")) - switch (message.editionDeprecated) { - default: - return "editionDeprecated: enum value expected"; - case 0: - case 900: - case 998: - case 999: - case 1000: - case 1001: - case 1: - case 2: - case 99997: - case 99998: - case 99999: - case 2147483647: - break; - } - if (message.deprecationWarning != null && message.hasOwnProperty("deprecationWarning")) - if (!$util.isString(message.deprecationWarning)) - return "deprecationWarning: string expected"; - if (message.editionRemoved != null && message.hasOwnProperty("editionRemoved")) - switch (message.editionRemoved) { - default: - return "editionRemoved: enum value expected"; - case 0: - case 900: - case 998: - case 999: - case 1000: - case 1001: - case 1: - case 2: - case 99997: - case 99998: - case 99999: - case 2147483647: - break; - } - return null; - }; - - /** - * Creates a FeatureSupport message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FieldOptions.FeatureSupport} FeatureSupport - */ - FeatureSupport.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FieldOptions.FeatureSupport) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FieldOptions.FeatureSupport(); - switch (object.editionIntroduced) { - default: - if (typeof object.editionIntroduced === "number") { - message.editionIntroduced = object.editionIntroduced; - break; - } - break; - case "EDITION_UNKNOWN": - case 0: - message.editionIntroduced = 0; - break; - case "EDITION_LEGACY": - case 900: - message.editionIntroduced = 900; - break; - case "EDITION_PROTO2": - case 998: - message.editionIntroduced = 998; - break; - case "EDITION_PROTO3": - case 999: - message.editionIntroduced = 999; - break; - case "EDITION_2023": - case 1000: - message.editionIntroduced = 1000; - break; - case "EDITION_2024": - case 1001: - message.editionIntroduced = 1001; - break; - case "EDITION_1_TEST_ONLY": - case 1: - message.editionIntroduced = 1; - break; - case "EDITION_2_TEST_ONLY": - case 2: - message.editionIntroduced = 2; - break; - case "EDITION_99997_TEST_ONLY": - case 99997: - message.editionIntroduced = 99997; - break; - case "EDITION_99998_TEST_ONLY": - case 99998: - message.editionIntroduced = 99998; - break; - case "EDITION_99999_TEST_ONLY": - case 99999: - message.editionIntroduced = 99999; - break; - case "EDITION_MAX": - case 2147483647: - message.editionIntroduced = 2147483647; - break; - } - switch (object.editionDeprecated) { - default: - if (typeof object.editionDeprecated === "number") { - message.editionDeprecated = object.editionDeprecated; - break; - } - break; - case "EDITION_UNKNOWN": - case 0: - message.editionDeprecated = 0; - break; - case "EDITION_LEGACY": - case 900: - message.editionDeprecated = 900; - break; - case "EDITION_PROTO2": - case 998: - message.editionDeprecated = 998; - break; - case "EDITION_PROTO3": - case 999: - message.editionDeprecated = 999; - break; - case "EDITION_2023": - case 1000: - message.editionDeprecated = 1000; - break; - case "EDITION_2024": - case 1001: - message.editionDeprecated = 1001; - break; - case "EDITION_1_TEST_ONLY": - case 1: - message.editionDeprecated = 1; - break; - case "EDITION_2_TEST_ONLY": - case 2: - message.editionDeprecated = 2; - break; - case "EDITION_99997_TEST_ONLY": - case 99997: - message.editionDeprecated = 99997; - break; - case "EDITION_99998_TEST_ONLY": - case 99998: - message.editionDeprecated = 99998; - break; - case "EDITION_99999_TEST_ONLY": - case 99999: - message.editionDeprecated = 99999; - break; - case "EDITION_MAX": - case 2147483647: - message.editionDeprecated = 2147483647; - break; - } - if (object.deprecationWarning != null) - message.deprecationWarning = String(object.deprecationWarning); - switch (object.editionRemoved) { - default: - if (typeof object.editionRemoved === "number") { - message.editionRemoved = object.editionRemoved; - break; - } - break; - case "EDITION_UNKNOWN": - case 0: - message.editionRemoved = 0; - break; - case "EDITION_LEGACY": - case 900: - message.editionRemoved = 900; - break; - case "EDITION_PROTO2": - case 998: - message.editionRemoved = 998; - break; - case "EDITION_PROTO3": - case 999: - message.editionRemoved = 999; - break; - case "EDITION_2023": - case 1000: - message.editionRemoved = 1000; - break; - case "EDITION_2024": - case 1001: - message.editionRemoved = 1001; - break; - case "EDITION_1_TEST_ONLY": - case 1: - message.editionRemoved = 1; - break; - case "EDITION_2_TEST_ONLY": - case 2: - message.editionRemoved = 2; - break; - case "EDITION_99997_TEST_ONLY": - case 99997: - message.editionRemoved = 99997; - break; - case "EDITION_99998_TEST_ONLY": - case 99998: - message.editionRemoved = 99998; - break; - case "EDITION_99999_TEST_ONLY": - case 99999: - message.editionRemoved = 99999; - break; - case "EDITION_MAX": - case 2147483647: - message.editionRemoved = 2147483647; - break; - } - return message; - }; - - /** - * Creates a plain object from a FeatureSupport message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @static - * @param {google.protobuf.FieldOptions.FeatureSupport} message FeatureSupport - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FeatureSupport.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.editionIntroduced = options.enums === String ? "EDITION_UNKNOWN" : 0; - object.editionDeprecated = options.enums === String ? "EDITION_UNKNOWN" : 0; - object.deprecationWarning = ""; - object.editionRemoved = options.enums === String ? "EDITION_UNKNOWN" : 0; - } - if (message.editionIntroduced != null && message.hasOwnProperty("editionIntroduced")) - object.editionIntroduced = options.enums === String ? $root.google.protobuf.Edition[message.editionIntroduced] === undefined ? message.editionIntroduced : $root.google.protobuf.Edition[message.editionIntroduced] : message.editionIntroduced; - if (message.editionDeprecated != null && message.hasOwnProperty("editionDeprecated")) - object.editionDeprecated = options.enums === String ? $root.google.protobuf.Edition[message.editionDeprecated] === undefined ? message.editionDeprecated : $root.google.protobuf.Edition[message.editionDeprecated] : message.editionDeprecated; - if (message.deprecationWarning != null && message.hasOwnProperty("deprecationWarning")) - object.deprecationWarning = message.deprecationWarning; - if (message.editionRemoved != null && message.hasOwnProperty("editionRemoved")) - object.editionRemoved = options.enums === String ? $root.google.protobuf.Edition[message.editionRemoved] === undefined ? message.editionRemoved : $root.google.protobuf.Edition[message.editionRemoved] : message.editionRemoved; - return object; - }; - - /** - * Converts this FeatureSupport to JSON. - * @function toJSON - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @instance - * @returns {Object.} JSON object - */ - FeatureSupport.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FeatureSupport - * @function getTypeUrl - * @memberof google.protobuf.FieldOptions.FeatureSupport - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FeatureSupport.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FieldOptions.FeatureSupport"; - }; - - return FeatureSupport; - })(); - - return FieldOptions; - })(); - - protobuf.OneofOptions = (function() { - - /** - * Properties of an OneofOptions. - * @memberof google.protobuf - * @interface IOneofOptions - * @property {google.protobuf.IFeatureSet|null} [features] OneofOptions features - * @property {Array.|null} [uninterpretedOption] OneofOptions uninterpretedOption - */ - - /** - * Constructs a new OneofOptions. - * @memberof google.protobuf - * @classdesc Represents an OneofOptions. - * @implements IOneofOptions - * @constructor - * @param {google.protobuf.IOneofOptions=} [properties] Properties to set - */ - function OneofOptions(properties) { - this.uninterpretedOption = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * OneofOptions features. - * @member {google.protobuf.IFeatureSet|null|undefined} features - * @memberof google.protobuf.OneofOptions - * @instance - */ - OneofOptions.prototype.features = null; - - /** - * OneofOptions uninterpretedOption. - * @member {Array.} uninterpretedOption - * @memberof google.protobuf.OneofOptions - * @instance - */ - OneofOptions.prototype.uninterpretedOption = $util.emptyArray; - - /** - * Creates a new OneofOptions instance using the specified properties. - * @function create - * @memberof google.protobuf.OneofOptions - * @static - * @param {google.protobuf.IOneofOptions=} [properties] Properties to set - * @returns {google.protobuf.OneofOptions} OneofOptions instance - */ - OneofOptions.create = function create(properties) { - return new OneofOptions(properties); - }; - - /** - * Encodes the specified OneofOptions message. Does not implicitly {@link google.protobuf.OneofOptions.verify|verify} messages. - * @function encode - * @memberof google.protobuf.OneofOptions - * @static - * @param {google.protobuf.IOneofOptions} message OneofOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - OneofOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.features != null && Object.hasOwnProperty.call(message, "features")) - $root.google.protobuf.FeatureSet.encode(message.features, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.uninterpretedOption != null && message.uninterpretedOption.length) - for (var i = 0; i < message.uninterpretedOption.length; ++i) - $root.google.protobuf.UninterpretedOption.encode(message.uninterpretedOption[i], writer.uint32(/* id 999, wireType 2 =*/7994).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified OneofOptions message, length delimited. Does not implicitly {@link google.protobuf.OneofOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.OneofOptions - * @static - * @param {google.protobuf.IOneofOptions} message OneofOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - OneofOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an OneofOptions message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.OneofOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.OneofOptions} OneofOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - OneofOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.OneofOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.features = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 999: { - if (!(message.uninterpretedOption && message.uninterpretedOption.length)) - message.uninterpretedOption = []; - message.uninterpretedOption.push($root.google.protobuf.UninterpretedOption.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an OneofOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.OneofOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.OneofOptions} OneofOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - OneofOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an OneofOptions message. - * @function verify - * @memberof google.protobuf.OneofOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - OneofOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.features != null && message.hasOwnProperty("features")) { - var error = $root.google.protobuf.FeatureSet.verify(message.features, long + 1); - if (error) - return "features." + error; - } - if (message.uninterpretedOption != null && message.hasOwnProperty("uninterpretedOption")) { - if (!Array.isArray(message.uninterpretedOption)) - return "uninterpretedOption: array expected"; - for (var i = 0; i < message.uninterpretedOption.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.verify(message.uninterpretedOption[i], long + 1); - if (error) - return "uninterpretedOption." + error; - } - } - return null; - }; - - /** - * Creates an OneofOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.OneofOptions - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.OneofOptions} OneofOptions - */ - OneofOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.OneofOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.OneofOptions(); - if (object.features != null) { - if (typeof object.features !== "object") - throw TypeError(".google.protobuf.OneofOptions.features: object expected"); - message.features = $root.google.protobuf.FeatureSet.fromObject(object.features, long + 1); - } - if (object.uninterpretedOption) { - if (!Array.isArray(object.uninterpretedOption)) - throw TypeError(".google.protobuf.OneofOptions.uninterpretedOption: array expected"); - message.uninterpretedOption = []; - for (var i = 0; i < object.uninterpretedOption.length; ++i) { - if (typeof object.uninterpretedOption[i] !== "object") - throw TypeError(".google.protobuf.OneofOptions.uninterpretedOption: object expected"); - message.uninterpretedOption[i] = $root.google.protobuf.UninterpretedOption.fromObject(object.uninterpretedOption[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from an OneofOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.OneofOptions - * @static - * @param {google.protobuf.OneofOptions} message OneofOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - OneofOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.uninterpretedOption = []; - if (options.defaults) - object.features = null; - if (message.features != null && message.hasOwnProperty("features")) - object.features = $root.google.protobuf.FeatureSet.toObject(message.features, options); - if (message.uninterpretedOption && message.uninterpretedOption.length) { - object.uninterpretedOption = []; - for (var j = 0; j < message.uninterpretedOption.length; ++j) - object.uninterpretedOption[j] = $root.google.protobuf.UninterpretedOption.toObject(message.uninterpretedOption[j], options); - } - return object; - }; - - /** - * Converts this OneofOptions to JSON. - * @function toJSON - * @memberof google.protobuf.OneofOptions - * @instance - * @returns {Object.} JSON object - */ - OneofOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for OneofOptions - * @function getTypeUrl - * @memberof google.protobuf.OneofOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - OneofOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.OneofOptions"; - }; - - return OneofOptions; - })(); - - protobuf.EnumOptions = (function() { - - /** - * Properties of an EnumOptions. - * @memberof google.protobuf - * @interface IEnumOptions - * @property {boolean|null} [allowAlias] EnumOptions allowAlias - * @property {boolean|null} [deprecated] EnumOptions deprecated - * @property {boolean|null} [deprecatedLegacyJsonFieldConflicts] EnumOptions deprecatedLegacyJsonFieldConflicts - * @property {google.protobuf.IFeatureSet|null} [features] EnumOptions features - * @property {Array.|null} [uninterpretedOption] EnumOptions uninterpretedOption - */ - - /** - * Constructs a new EnumOptions. - * @memberof google.protobuf - * @classdesc Represents an EnumOptions. - * @implements IEnumOptions - * @constructor - * @param {google.protobuf.IEnumOptions=} [properties] Properties to set - */ - function EnumOptions(properties) { - this.uninterpretedOption = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * EnumOptions allowAlias. - * @member {boolean} allowAlias - * @memberof google.protobuf.EnumOptions - * @instance - */ - EnumOptions.prototype.allowAlias = false; - - /** - * EnumOptions deprecated. - * @member {boolean} deprecated - * @memberof google.protobuf.EnumOptions - * @instance - */ - EnumOptions.prototype.deprecated = false; - - /** - * EnumOptions deprecatedLegacyJsonFieldConflicts. - * @member {boolean} deprecatedLegacyJsonFieldConflicts - * @memberof google.protobuf.EnumOptions - * @instance - */ - EnumOptions.prototype.deprecatedLegacyJsonFieldConflicts = false; - - /** - * EnumOptions features. - * @member {google.protobuf.IFeatureSet|null|undefined} features - * @memberof google.protobuf.EnumOptions - * @instance - */ - EnumOptions.prototype.features = null; - - /** - * EnumOptions uninterpretedOption. - * @member {Array.} uninterpretedOption - * @memberof google.protobuf.EnumOptions - * @instance - */ - EnumOptions.prototype.uninterpretedOption = $util.emptyArray; - - /** - * Creates a new EnumOptions instance using the specified properties. - * @function create - * @memberof google.protobuf.EnumOptions - * @static - * @param {google.protobuf.IEnumOptions=} [properties] Properties to set - * @returns {google.protobuf.EnumOptions} EnumOptions instance - */ - EnumOptions.create = function create(properties) { - return new EnumOptions(properties); - }; - - /** - * Encodes the specified EnumOptions message. Does not implicitly {@link google.protobuf.EnumOptions.verify|verify} messages. - * @function encode - * @memberof google.protobuf.EnumOptions - * @static - * @param {google.protobuf.IEnumOptions} message EnumOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.allowAlias != null && Object.hasOwnProperty.call(message, "allowAlias")) - writer.uint32(/* id 2, wireType 0 =*/16).bool(message.allowAlias); - if (message.deprecated != null && Object.hasOwnProperty.call(message, "deprecated")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.deprecated); - if (message.deprecatedLegacyJsonFieldConflicts != null && Object.hasOwnProperty.call(message, "deprecatedLegacyJsonFieldConflicts")) - writer.uint32(/* id 6, wireType 0 =*/48).bool(message.deprecatedLegacyJsonFieldConflicts); - if (message.features != null && Object.hasOwnProperty.call(message, "features")) - $root.google.protobuf.FeatureSet.encode(message.features, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); - if (message.uninterpretedOption != null && message.uninterpretedOption.length) - for (var i = 0; i < message.uninterpretedOption.length; ++i) - $root.google.protobuf.UninterpretedOption.encode(message.uninterpretedOption[i], writer.uint32(/* id 999, wireType 2 =*/7994).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified EnumOptions message, length delimited. Does not implicitly {@link google.protobuf.EnumOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.EnumOptions - * @static - * @param {google.protobuf.IEnumOptions} message EnumOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an EnumOptions message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.EnumOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.EnumOptions} EnumOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.EnumOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 2: { - message.allowAlias = reader.bool(); - break; - } - case 3: { - message.deprecated = reader.bool(); - break; - } - case 6: { - message.deprecatedLegacyJsonFieldConflicts = reader.bool(); - break; - } - case 7: { - message.features = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 999: { - if (!(message.uninterpretedOption && message.uninterpretedOption.length)) - message.uninterpretedOption = []; - message.uninterpretedOption.push($root.google.protobuf.UninterpretedOption.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an EnumOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.EnumOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.EnumOptions} EnumOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an EnumOptions message. - * @function verify - * @memberof google.protobuf.EnumOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - EnumOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.allowAlias != null && message.hasOwnProperty("allowAlias")) - if (typeof message.allowAlias !== "boolean") - return "allowAlias: boolean expected"; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - if (typeof message.deprecated !== "boolean") - return "deprecated: boolean expected"; - if (message.deprecatedLegacyJsonFieldConflicts != null && message.hasOwnProperty("deprecatedLegacyJsonFieldConflicts")) - if (typeof message.deprecatedLegacyJsonFieldConflicts !== "boolean") - return "deprecatedLegacyJsonFieldConflicts: boolean expected"; - if (message.features != null && message.hasOwnProperty("features")) { - var error = $root.google.protobuf.FeatureSet.verify(message.features, long + 1); - if (error) - return "features." + error; - } - if (message.uninterpretedOption != null && message.hasOwnProperty("uninterpretedOption")) { - if (!Array.isArray(message.uninterpretedOption)) - return "uninterpretedOption: array expected"; - for (var i = 0; i < message.uninterpretedOption.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.verify(message.uninterpretedOption[i], long + 1); - if (error) - return "uninterpretedOption." + error; - } - } - return null; - }; - - /** - * Creates an EnumOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.EnumOptions - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.EnumOptions} EnumOptions - */ - EnumOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.EnumOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.EnumOptions(); - if (object.allowAlias != null) - message.allowAlias = Boolean(object.allowAlias); - if (object.deprecated != null) - message.deprecated = Boolean(object.deprecated); - if (object.deprecatedLegacyJsonFieldConflicts != null) - message.deprecatedLegacyJsonFieldConflicts = Boolean(object.deprecatedLegacyJsonFieldConflicts); - if (object.features != null) { - if (typeof object.features !== "object") - throw TypeError(".google.protobuf.EnumOptions.features: object expected"); - message.features = $root.google.protobuf.FeatureSet.fromObject(object.features, long + 1); - } - if (object.uninterpretedOption) { - if (!Array.isArray(object.uninterpretedOption)) - throw TypeError(".google.protobuf.EnumOptions.uninterpretedOption: array expected"); - message.uninterpretedOption = []; - for (var i = 0; i < object.uninterpretedOption.length; ++i) { - if (typeof object.uninterpretedOption[i] !== "object") - throw TypeError(".google.protobuf.EnumOptions.uninterpretedOption: object expected"); - message.uninterpretedOption[i] = $root.google.protobuf.UninterpretedOption.fromObject(object.uninterpretedOption[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from an EnumOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.EnumOptions - * @static - * @param {google.protobuf.EnumOptions} message EnumOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - EnumOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.uninterpretedOption = []; - if (options.defaults) { - object.allowAlias = false; - object.deprecated = false; - object.deprecatedLegacyJsonFieldConflicts = false; - object.features = null; - } - if (message.allowAlias != null && message.hasOwnProperty("allowAlias")) - object.allowAlias = message.allowAlias; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - object.deprecated = message.deprecated; - if (message.deprecatedLegacyJsonFieldConflicts != null && message.hasOwnProperty("deprecatedLegacyJsonFieldConflicts")) - object.deprecatedLegacyJsonFieldConflicts = message.deprecatedLegacyJsonFieldConflicts; - if (message.features != null && message.hasOwnProperty("features")) - object.features = $root.google.protobuf.FeatureSet.toObject(message.features, options); - if (message.uninterpretedOption && message.uninterpretedOption.length) { - object.uninterpretedOption = []; - for (var j = 0; j < message.uninterpretedOption.length; ++j) - object.uninterpretedOption[j] = $root.google.protobuf.UninterpretedOption.toObject(message.uninterpretedOption[j], options); - } - return object; - }; - - /** - * Converts this EnumOptions to JSON. - * @function toJSON - * @memberof google.protobuf.EnumOptions - * @instance - * @returns {Object.} JSON object - */ - EnumOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for EnumOptions - * @function getTypeUrl - * @memberof google.protobuf.EnumOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - EnumOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.EnumOptions"; - }; - - return EnumOptions; - })(); - - protobuf.EnumValueOptions = (function() { - - /** - * Properties of an EnumValueOptions. - * @memberof google.protobuf - * @interface IEnumValueOptions - * @property {boolean|null} [deprecated] EnumValueOptions deprecated - * @property {google.protobuf.IFeatureSet|null} [features] EnumValueOptions features - * @property {boolean|null} [debugRedact] EnumValueOptions debugRedact - * @property {google.protobuf.FieldOptions.IFeatureSupport|null} [featureSupport] EnumValueOptions featureSupport - * @property {Array.|null} [uninterpretedOption] EnumValueOptions uninterpretedOption - */ - - /** - * Constructs a new EnumValueOptions. - * @memberof google.protobuf - * @classdesc Represents an EnumValueOptions. - * @implements IEnumValueOptions - * @constructor - * @param {google.protobuf.IEnumValueOptions=} [properties] Properties to set - */ - function EnumValueOptions(properties) { - this.uninterpretedOption = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * EnumValueOptions deprecated. - * @member {boolean} deprecated - * @memberof google.protobuf.EnumValueOptions - * @instance - */ - EnumValueOptions.prototype.deprecated = false; - - /** - * EnumValueOptions features. - * @member {google.protobuf.IFeatureSet|null|undefined} features - * @memberof google.protobuf.EnumValueOptions - * @instance - */ - EnumValueOptions.prototype.features = null; - - /** - * EnumValueOptions debugRedact. - * @member {boolean} debugRedact - * @memberof google.protobuf.EnumValueOptions - * @instance - */ - EnumValueOptions.prototype.debugRedact = false; - - /** - * EnumValueOptions featureSupport. - * @member {google.protobuf.FieldOptions.IFeatureSupport|null|undefined} featureSupport - * @memberof google.protobuf.EnumValueOptions - * @instance - */ - EnumValueOptions.prototype.featureSupport = null; - - /** - * EnumValueOptions uninterpretedOption. - * @member {Array.} uninterpretedOption - * @memberof google.protobuf.EnumValueOptions - * @instance - */ - EnumValueOptions.prototype.uninterpretedOption = $util.emptyArray; - - /** - * Creates a new EnumValueOptions instance using the specified properties. - * @function create - * @memberof google.protobuf.EnumValueOptions - * @static - * @param {google.protobuf.IEnumValueOptions=} [properties] Properties to set - * @returns {google.protobuf.EnumValueOptions} EnumValueOptions instance - */ - EnumValueOptions.create = function create(properties) { - return new EnumValueOptions(properties); - }; - - /** - * Encodes the specified EnumValueOptions message. Does not implicitly {@link google.protobuf.EnumValueOptions.verify|verify} messages. - * @function encode - * @memberof google.protobuf.EnumValueOptions - * @static - * @param {google.protobuf.IEnumValueOptions} message EnumValueOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumValueOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.deprecated != null && Object.hasOwnProperty.call(message, "deprecated")) - writer.uint32(/* id 1, wireType 0 =*/8).bool(message.deprecated); - if (message.features != null && Object.hasOwnProperty.call(message, "features")) - $root.google.protobuf.FeatureSet.encode(message.features, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.debugRedact != null && Object.hasOwnProperty.call(message, "debugRedact")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.debugRedact); - if (message.featureSupport != null && Object.hasOwnProperty.call(message, "featureSupport")) - $root.google.protobuf.FieldOptions.FeatureSupport.encode(message.featureSupport, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.uninterpretedOption != null && message.uninterpretedOption.length) - for (var i = 0; i < message.uninterpretedOption.length; ++i) - $root.google.protobuf.UninterpretedOption.encode(message.uninterpretedOption[i], writer.uint32(/* id 999, wireType 2 =*/7994).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified EnumValueOptions message, length delimited. Does not implicitly {@link google.protobuf.EnumValueOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.EnumValueOptions - * @static - * @param {google.protobuf.IEnumValueOptions} message EnumValueOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - EnumValueOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an EnumValueOptions message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.EnumValueOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.EnumValueOptions} EnumValueOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumValueOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.EnumValueOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.deprecated = reader.bool(); - break; - } - case 2: { - message.features = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - message.debugRedact = reader.bool(); - break; - } - case 4: { - message.featureSupport = $root.google.protobuf.FieldOptions.FeatureSupport.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 999: { - if (!(message.uninterpretedOption && message.uninterpretedOption.length)) - message.uninterpretedOption = []; - message.uninterpretedOption.push($root.google.protobuf.UninterpretedOption.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an EnumValueOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.EnumValueOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.EnumValueOptions} EnumValueOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - EnumValueOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an EnumValueOptions message. - * @function verify - * @memberof google.protobuf.EnumValueOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - EnumValueOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - if (typeof message.deprecated !== "boolean") - return "deprecated: boolean expected"; - if (message.features != null && message.hasOwnProperty("features")) { - var error = $root.google.protobuf.FeatureSet.verify(message.features, long + 1); - if (error) - return "features." + error; - } - if (message.debugRedact != null && message.hasOwnProperty("debugRedact")) - if (typeof message.debugRedact !== "boolean") - return "debugRedact: boolean expected"; - if (message.featureSupport != null && message.hasOwnProperty("featureSupport")) { - var error = $root.google.protobuf.FieldOptions.FeatureSupport.verify(message.featureSupport, long + 1); - if (error) - return "featureSupport." + error; - } - if (message.uninterpretedOption != null && message.hasOwnProperty("uninterpretedOption")) { - if (!Array.isArray(message.uninterpretedOption)) - return "uninterpretedOption: array expected"; - for (var i = 0; i < message.uninterpretedOption.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.verify(message.uninterpretedOption[i], long + 1); - if (error) - return "uninterpretedOption." + error; - } - } - return null; - }; - - /** - * Creates an EnumValueOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.EnumValueOptions - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.EnumValueOptions} EnumValueOptions - */ - EnumValueOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.EnumValueOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.EnumValueOptions(); - if (object.deprecated != null) - message.deprecated = Boolean(object.deprecated); - if (object.features != null) { - if (typeof object.features !== "object") - throw TypeError(".google.protobuf.EnumValueOptions.features: object expected"); - message.features = $root.google.protobuf.FeatureSet.fromObject(object.features, long + 1); - } - if (object.debugRedact != null) - message.debugRedact = Boolean(object.debugRedact); - if (object.featureSupport != null) { - if (typeof object.featureSupport !== "object") - throw TypeError(".google.protobuf.EnumValueOptions.featureSupport: object expected"); - message.featureSupport = $root.google.protobuf.FieldOptions.FeatureSupport.fromObject(object.featureSupport, long + 1); - } - if (object.uninterpretedOption) { - if (!Array.isArray(object.uninterpretedOption)) - throw TypeError(".google.protobuf.EnumValueOptions.uninterpretedOption: array expected"); - message.uninterpretedOption = []; - for (var i = 0; i < object.uninterpretedOption.length; ++i) { - if (typeof object.uninterpretedOption[i] !== "object") - throw TypeError(".google.protobuf.EnumValueOptions.uninterpretedOption: object expected"); - message.uninterpretedOption[i] = $root.google.protobuf.UninterpretedOption.fromObject(object.uninterpretedOption[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from an EnumValueOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.EnumValueOptions - * @static - * @param {google.protobuf.EnumValueOptions} message EnumValueOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - EnumValueOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.uninterpretedOption = []; - if (options.defaults) { - object.deprecated = false; - object.features = null; - object.debugRedact = false; - object.featureSupport = null; - } - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - object.deprecated = message.deprecated; - if (message.features != null && message.hasOwnProperty("features")) - object.features = $root.google.protobuf.FeatureSet.toObject(message.features, options); - if (message.debugRedact != null && message.hasOwnProperty("debugRedact")) - object.debugRedact = message.debugRedact; - if (message.featureSupport != null && message.hasOwnProperty("featureSupport")) - object.featureSupport = $root.google.protobuf.FieldOptions.FeatureSupport.toObject(message.featureSupport, options); - if (message.uninterpretedOption && message.uninterpretedOption.length) { - object.uninterpretedOption = []; - for (var j = 0; j < message.uninterpretedOption.length; ++j) - object.uninterpretedOption[j] = $root.google.protobuf.UninterpretedOption.toObject(message.uninterpretedOption[j], options); - } - return object; - }; - - /** - * Converts this EnumValueOptions to JSON. - * @function toJSON - * @memberof google.protobuf.EnumValueOptions - * @instance - * @returns {Object.} JSON object - */ - EnumValueOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for EnumValueOptions - * @function getTypeUrl - * @memberof google.protobuf.EnumValueOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - EnumValueOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.EnumValueOptions"; - }; - - return EnumValueOptions; - })(); - - protobuf.ServiceOptions = (function() { - - /** - * Properties of a ServiceOptions. - * @memberof google.protobuf - * @interface IServiceOptions - * @property {google.protobuf.IFeatureSet|null} [features] ServiceOptions features - * @property {boolean|null} [deprecated] ServiceOptions deprecated - * @property {Array.|null} [uninterpretedOption] ServiceOptions uninterpretedOption - * @property {string|null} [".google.api.defaultHost"] ServiceOptions .google.api.defaultHost - * @property {string|null} [".google.api.oauthScopes"] ServiceOptions .google.api.oauthScopes - * @property {string|null} [".google.api.apiVersion"] ServiceOptions .google.api.apiVersion - */ - - /** - * Constructs a new ServiceOptions. - * @memberof google.protobuf - * @classdesc Represents a ServiceOptions. - * @implements IServiceOptions - * @constructor - * @param {google.protobuf.IServiceOptions=} [properties] Properties to set - */ - function ServiceOptions(properties) { - this.uninterpretedOption = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ServiceOptions features. - * @member {google.protobuf.IFeatureSet|null|undefined} features - * @memberof google.protobuf.ServiceOptions - * @instance - */ - ServiceOptions.prototype.features = null; - - /** - * ServiceOptions deprecated. - * @member {boolean} deprecated - * @memberof google.protobuf.ServiceOptions - * @instance - */ - ServiceOptions.prototype.deprecated = false; - - /** - * ServiceOptions uninterpretedOption. - * @member {Array.} uninterpretedOption - * @memberof google.protobuf.ServiceOptions - * @instance - */ - ServiceOptions.prototype.uninterpretedOption = $util.emptyArray; - - /** - * ServiceOptions .google.api.defaultHost. - * @member {string} .google.api.defaultHost - * @memberof google.protobuf.ServiceOptions - * @instance - */ - ServiceOptions.prototype[".google.api.defaultHost"] = ""; - - /** - * ServiceOptions .google.api.oauthScopes. - * @member {string} .google.api.oauthScopes - * @memberof google.protobuf.ServiceOptions - * @instance - */ - ServiceOptions.prototype[".google.api.oauthScopes"] = ""; - - /** - * ServiceOptions .google.api.apiVersion. - * @member {string} .google.api.apiVersion - * @memberof google.protobuf.ServiceOptions - * @instance - */ - ServiceOptions.prototype[".google.api.apiVersion"] = ""; - - /** - * Creates a new ServiceOptions instance using the specified properties. - * @function create - * @memberof google.protobuf.ServiceOptions - * @static - * @param {google.protobuf.IServiceOptions=} [properties] Properties to set - * @returns {google.protobuf.ServiceOptions} ServiceOptions instance - */ - ServiceOptions.create = function create(properties) { - return new ServiceOptions(properties); - }; - - /** - * Encodes the specified ServiceOptions message. Does not implicitly {@link google.protobuf.ServiceOptions.verify|verify} messages. - * @function encode - * @memberof google.protobuf.ServiceOptions - * @static - * @param {google.protobuf.IServiceOptions} message ServiceOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ServiceOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.deprecated != null && Object.hasOwnProperty.call(message, "deprecated")) - writer.uint32(/* id 33, wireType 0 =*/264).bool(message.deprecated); - if (message.features != null && Object.hasOwnProperty.call(message, "features")) - $root.google.protobuf.FeatureSet.encode(message.features, writer.uint32(/* id 34, wireType 2 =*/274).fork()).ldelim(); - if (message.uninterpretedOption != null && message.uninterpretedOption.length) - for (var i = 0; i < message.uninterpretedOption.length; ++i) - $root.google.protobuf.UninterpretedOption.encode(message.uninterpretedOption[i], writer.uint32(/* id 999, wireType 2 =*/7994).fork()).ldelim(); - if (message[".google.api.defaultHost"] != null && Object.hasOwnProperty.call(message, ".google.api.defaultHost")) - writer.uint32(/* id 1049, wireType 2 =*/8394).string(message[".google.api.defaultHost"]); - if (message[".google.api.oauthScopes"] != null && Object.hasOwnProperty.call(message, ".google.api.oauthScopes")) - writer.uint32(/* id 1050, wireType 2 =*/8402).string(message[".google.api.oauthScopes"]); - if (message[".google.api.apiVersion"] != null && Object.hasOwnProperty.call(message, ".google.api.apiVersion")) - writer.uint32(/* id 525000001, wireType 2 =*/4200000010).string(message[".google.api.apiVersion"]); - return writer; - }; - - /** - * Encodes the specified ServiceOptions message, length delimited. Does not implicitly {@link google.protobuf.ServiceOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.ServiceOptions - * @static - * @param {google.protobuf.IServiceOptions} message ServiceOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ServiceOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ServiceOptions message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.ServiceOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.ServiceOptions} ServiceOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ServiceOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.ServiceOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 34: { - message.features = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 33: { - message.deprecated = reader.bool(); - break; - } - case 999: { - if (!(message.uninterpretedOption && message.uninterpretedOption.length)) - message.uninterpretedOption = []; - message.uninterpretedOption.push($root.google.protobuf.UninterpretedOption.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 1049: { - message[".google.api.defaultHost"] = reader.string(); - break; - } - case 1050: { - message[".google.api.oauthScopes"] = reader.string(); - break; - } - case 525000001: { - message[".google.api.apiVersion"] = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ServiceOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.ServiceOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.ServiceOptions} ServiceOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ServiceOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ServiceOptions message. - * @function verify - * @memberof google.protobuf.ServiceOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ServiceOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.features != null && message.hasOwnProperty("features")) { - var error = $root.google.protobuf.FeatureSet.verify(message.features, long + 1); - if (error) - return "features." + error; - } - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - if (typeof message.deprecated !== "boolean") - return "deprecated: boolean expected"; - if (message.uninterpretedOption != null && message.hasOwnProperty("uninterpretedOption")) { - if (!Array.isArray(message.uninterpretedOption)) - return "uninterpretedOption: array expected"; - for (var i = 0; i < message.uninterpretedOption.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.verify(message.uninterpretedOption[i], long + 1); - if (error) - return "uninterpretedOption." + error; - } - } - if (message[".google.api.defaultHost"] != null && message.hasOwnProperty(".google.api.defaultHost")) - if (!$util.isString(message[".google.api.defaultHost"])) - return ".google.api.defaultHost: string expected"; - if (message[".google.api.oauthScopes"] != null && message.hasOwnProperty(".google.api.oauthScopes")) - if (!$util.isString(message[".google.api.oauthScopes"])) - return ".google.api.oauthScopes: string expected"; - if (message[".google.api.apiVersion"] != null && message.hasOwnProperty(".google.api.apiVersion")) - if (!$util.isString(message[".google.api.apiVersion"])) - return ".google.api.apiVersion: string expected"; - return null; - }; - - /** - * Creates a ServiceOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.ServiceOptions - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.ServiceOptions} ServiceOptions - */ - ServiceOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.ServiceOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.ServiceOptions(); - if (object.features != null) { - if (typeof object.features !== "object") - throw TypeError(".google.protobuf.ServiceOptions.features: object expected"); - message.features = $root.google.protobuf.FeatureSet.fromObject(object.features, long + 1); - } - if (object.deprecated != null) - message.deprecated = Boolean(object.deprecated); - if (object.uninterpretedOption) { - if (!Array.isArray(object.uninterpretedOption)) - throw TypeError(".google.protobuf.ServiceOptions.uninterpretedOption: array expected"); - message.uninterpretedOption = []; - for (var i = 0; i < object.uninterpretedOption.length; ++i) { - if (typeof object.uninterpretedOption[i] !== "object") - throw TypeError(".google.protobuf.ServiceOptions.uninterpretedOption: object expected"); - message.uninterpretedOption[i] = $root.google.protobuf.UninterpretedOption.fromObject(object.uninterpretedOption[i], long + 1); - } - } - if (object[".google.api.defaultHost"] != null) - message[".google.api.defaultHost"] = String(object[".google.api.defaultHost"]); - if (object[".google.api.oauthScopes"] != null) - message[".google.api.oauthScopes"] = String(object[".google.api.oauthScopes"]); - if (object[".google.api.apiVersion"] != null) - message[".google.api.apiVersion"] = String(object[".google.api.apiVersion"]); - return message; - }; - - /** - * Creates a plain object from a ServiceOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.ServiceOptions - * @static - * @param {google.protobuf.ServiceOptions} message ServiceOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ServiceOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.uninterpretedOption = []; - if (options.defaults) { - object.deprecated = false; - object.features = null; - object[".google.api.defaultHost"] = ""; - object[".google.api.oauthScopes"] = ""; - object[".google.api.apiVersion"] = ""; - } - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - object.deprecated = message.deprecated; - if (message.features != null && message.hasOwnProperty("features")) - object.features = $root.google.protobuf.FeatureSet.toObject(message.features, options); - if (message.uninterpretedOption && message.uninterpretedOption.length) { - object.uninterpretedOption = []; - for (var j = 0; j < message.uninterpretedOption.length; ++j) - object.uninterpretedOption[j] = $root.google.protobuf.UninterpretedOption.toObject(message.uninterpretedOption[j], options); - } - if (message[".google.api.defaultHost"] != null && message.hasOwnProperty(".google.api.defaultHost")) - object[".google.api.defaultHost"] = message[".google.api.defaultHost"]; - if (message[".google.api.oauthScopes"] != null && message.hasOwnProperty(".google.api.oauthScopes")) - object[".google.api.oauthScopes"] = message[".google.api.oauthScopes"]; - if (message[".google.api.apiVersion"] != null && message.hasOwnProperty(".google.api.apiVersion")) - object[".google.api.apiVersion"] = message[".google.api.apiVersion"]; - return object; - }; - - /** - * Converts this ServiceOptions to JSON. - * @function toJSON - * @memberof google.protobuf.ServiceOptions - * @instance - * @returns {Object.} JSON object - */ - ServiceOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ServiceOptions - * @function getTypeUrl - * @memberof google.protobuf.ServiceOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ServiceOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.ServiceOptions"; - }; - - return ServiceOptions; - })(); - - protobuf.MethodOptions = (function() { - - /** - * Properties of a MethodOptions. - * @memberof google.protobuf - * @interface IMethodOptions - * @property {boolean|null} [deprecated] MethodOptions deprecated - * @property {google.protobuf.MethodOptions.IdempotencyLevel|null} [idempotencyLevel] MethodOptions idempotencyLevel - * @property {google.protobuf.IFeatureSet|null} [features] MethodOptions features - * @property {Array.|null} [uninterpretedOption] MethodOptions uninterpretedOption - * @property {google.api.IHttpRule|null} [".google.api.http"] MethodOptions .google.api.http - * @property {Array.|null} [".google.api.methodSignature"] MethodOptions .google.api.methodSignature - */ - - /** - * Constructs a new MethodOptions. - * @memberof google.protobuf - * @classdesc Represents a MethodOptions. - * @implements IMethodOptions - * @constructor - * @param {google.protobuf.IMethodOptions=} [properties] Properties to set - */ - function MethodOptions(properties) { - this.uninterpretedOption = []; - this[".google.api.methodSignature"] = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MethodOptions deprecated. - * @member {boolean} deprecated - * @memberof google.protobuf.MethodOptions - * @instance - */ - MethodOptions.prototype.deprecated = false; - - /** - * MethodOptions idempotencyLevel. - * @member {google.protobuf.MethodOptions.IdempotencyLevel} idempotencyLevel - * @memberof google.protobuf.MethodOptions - * @instance - */ - MethodOptions.prototype.idempotencyLevel = 0; - - /** - * MethodOptions features. - * @member {google.protobuf.IFeatureSet|null|undefined} features - * @memberof google.protobuf.MethodOptions - * @instance - */ - MethodOptions.prototype.features = null; - - /** - * MethodOptions uninterpretedOption. - * @member {Array.} uninterpretedOption - * @memberof google.protobuf.MethodOptions - * @instance - */ - MethodOptions.prototype.uninterpretedOption = $util.emptyArray; - - /** - * MethodOptions .google.api.http. - * @member {google.api.IHttpRule|null|undefined} .google.api.http - * @memberof google.protobuf.MethodOptions - * @instance - */ - MethodOptions.prototype[".google.api.http"] = null; - - /** - * MethodOptions .google.api.methodSignature. - * @member {Array.} .google.api.methodSignature - * @memberof google.protobuf.MethodOptions - * @instance - */ - MethodOptions.prototype[".google.api.methodSignature"] = $util.emptyArray; - - /** - * Creates a new MethodOptions instance using the specified properties. - * @function create - * @memberof google.protobuf.MethodOptions - * @static - * @param {google.protobuf.IMethodOptions=} [properties] Properties to set - * @returns {google.protobuf.MethodOptions} MethodOptions instance - */ - MethodOptions.create = function create(properties) { - return new MethodOptions(properties); - }; - - /** - * Encodes the specified MethodOptions message. Does not implicitly {@link google.protobuf.MethodOptions.verify|verify} messages. - * @function encode - * @memberof google.protobuf.MethodOptions - * @static - * @param {google.protobuf.IMethodOptions} message MethodOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MethodOptions.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.deprecated != null && Object.hasOwnProperty.call(message, "deprecated")) - writer.uint32(/* id 33, wireType 0 =*/264).bool(message.deprecated); - if (message.idempotencyLevel != null && Object.hasOwnProperty.call(message, "idempotencyLevel")) - writer.uint32(/* id 34, wireType 0 =*/272).int32(message.idempotencyLevel); - if (message.features != null && Object.hasOwnProperty.call(message, "features")) - $root.google.protobuf.FeatureSet.encode(message.features, writer.uint32(/* id 35, wireType 2 =*/282).fork()).ldelim(); - if (message.uninterpretedOption != null && message.uninterpretedOption.length) - for (var i = 0; i < message.uninterpretedOption.length; ++i) - $root.google.protobuf.UninterpretedOption.encode(message.uninterpretedOption[i], writer.uint32(/* id 999, wireType 2 =*/7994).fork()).ldelim(); - if (message[".google.api.methodSignature"] != null && message[".google.api.methodSignature"].length) - for (var i = 0; i < message[".google.api.methodSignature"].length; ++i) - writer.uint32(/* id 1051, wireType 2 =*/8410).string(message[".google.api.methodSignature"][i]); - if (message[".google.api.http"] != null && Object.hasOwnProperty.call(message, ".google.api.http")) - $root.google.api.HttpRule.encode(message[".google.api.http"], writer.uint32(/* id 72295728, wireType 2 =*/578365826).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified MethodOptions message, length delimited. Does not implicitly {@link google.protobuf.MethodOptions.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.MethodOptions - * @static - * @param {google.protobuf.IMethodOptions} message MethodOptions message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MethodOptions.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MethodOptions message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.MethodOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.MethodOptions} MethodOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MethodOptions.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.MethodOptions(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 33: { - message.deprecated = reader.bool(); - break; - } - case 34: { - message.idempotencyLevel = reader.int32(); - break; - } - case 35: { - message.features = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 999: { - if (!(message.uninterpretedOption && message.uninterpretedOption.length)) - message.uninterpretedOption = []; - message.uninterpretedOption.push($root.google.protobuf.UninterpretedOption.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 72295728: { - message[".google.api.http"] = $root.google.api.HttpRule.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 1051: { - if (!(message[".google.api.methodSignature"] && message[".google.api.methodSignature"].length)) - message[".google.api.methodSignature"] = []; - message[".google.api.methodSignature"].push(reader.string()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MethodOptions message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.MethodOptions - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.MethodOptions} MethodOptions - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MethodOptions.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MethodOptions message. - * @function verify - * @memberof google.protobuf.MethodOptions - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MethodOptions.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - if (typeof message.deprecated !== "boolean") - return "deprecated: boolean expected"; - if (message.idempotencyLevel != null && message.hasOwnProperty("idempotencyLevel")) - switch (message.idempotencyLevel) { - default: - return "idempotencyLevel: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.features != null && message.hasOwnProperty("features")) { - var error = $root.google.protobuf.FeatureSet.verify(message.features, long + 1); - if (error) - return "features." + error; - } - if (message.uninterpretedOption != null && message.hasOwnProperty("uninterpretedOption")) { - if (!Array.isArray(message.uninterpretedOption)) - return "uninterpretedOption: array expected"; - for (var i = 0; i < message.uninterpretedOption.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.verify(message.uninterpretedOption[i], long + 1); - if (error) - return "uninterpretedOption." + error; - } - } - if (message[".google.api.http"] != null && message.hasOwnProperty(".google.api.http")) { - var error = $root.google.api.HttpRule.verify(message[".google.api.http"], long + 1); - if (error) - return ".google.api.http." + error; - } - if (message[".google.api.methodSignature"] != null && message.hasOwnProperty(".google.api.methodSignature")) { - if (!Array.isArray(message[".google.api.methodSignature"])) - return ".google.api.methodSignature: array expected"; - for (var i = 0; i < message[".google.api.methodSignature"].length; ++i) - if (!$util.isString(message[".google.api.methodSignature"][i])) - return ".google.api.methodSignature: string[] expected"; - } - return null; - }; - - /** - * Creates a MethodOptions message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.MethodOptions - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.MethodOptions} MethodOptions - */ - MethodOptions.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.MethodOptions) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.MethodOptions(); - if (object.deprecated != null) - message.deprecated = Boolean(object.deprecated); - switch (object.idempotencyLevel) { - default: - if (typeof object.idempotencyLevel === "number") { - message.idempotencyLevel = object.idempotencyLevel; - break; - } - break; - case "IDEMPOTENCY_UNKNOWN": - case 0: - message.idempotencyLevel = 0; - break; - case "NO_SIDE_EFFECTS": - case 1: - message.idempotencyLevel = 1; - break; - case "IDEMPOTENT": - case 2: - message.idempotencyLevel = 2; - break; - } - if (object.features != null) { - if (typeof object.features !== "object") - throw TypeError(".google.protobuf.MethodOptions.features: object expected"); - message.features = $root.google.protobuf.FeatureSet.fromObject(object.features, long + 1); - } - if (object.uninterpretedOption) { - if (!Array.isArray(object.uninterpretedOption)) - throw TypeError(".google.protobuf.MethodOptions.uninterpretedOption: array expected"); - message.uninterpretedOption = []; - for (var i = 0; i < object.uninterpretedOption.length; ++i) { - if (typeof object.uninterpretedOption[i] !== "object") - throw TypeError(".google.protobuf.MethodOptions.uninterpretedOption: object expected"); - message.uninterpretedOption[i] = $root.google.protobuf.UninterpretedOption.fromObject(object.uninterpretedOption[i], long + 1); - } - } - if (object[".google.api.http"] != null) { - if (typeof object[".google.api.http"] !== "object") - throw TypeError(".google.protobuf.MethodOptions..google.api.http: object expected"); - message[".google.api.http"] = $root.google.api.HttpRule.fromObject(object[".google.api.http"], long + 1); - } - if (object[".google.api.methodSignature"]) { - if (!Array.isArray(object[".google.api.methodSignature"])) - throw TypeError(".google.protobuf.MethodOptions..google.api.methodSignature: array expected"); - message[".google.api.methodSignature"] = []; - for (var i = 0; i < object[".google.api.methodSignature"].length; ++i) - message[".google.api.methodSignature"][i] = String(object[".google.api.methodSignature"][i]); - } - return message; - }; - - /** - * Creates a plain object from a MethodOptions message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.MethodOptions - * @static - * @param {google.protobuf.MethodOptions} message MethodOptions - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MethodOptions.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.uninterpretedOption = []; - object[".google.api.methodSignature"] = []; - } - if (options.defaults) { - object.deprecated = false; - object.idempotencyLevel = options.enums === String ? "IDEMPOTENCY_UNKNOWN" : 0; - object.features = null; - object[".google.api.http"] = null; - } - if (message.deprecated != null && message.hasOwnProperty("deprecated")) - object.deprecated = message.deprecated; - if (message.idempotencyLevel != null && message.hasOwnProperty("idempotencyLevel")) - object.idempotencyLevel = options.enums === String ? $root.google.protobuf.MethodOptions.IdempotencyLevel[message.idempotencyLevel] === undefined ? message.idempotencyLevel : $root.google.protobuf.MethodOptions.IdempotencyLevel[message.idempotencyLevel] : message.idempotencyLevel; - if (message.features != null && message.hasOwnProperty("features")) - object.features = $root.google.protobuf.FeatureSet.toObject(message.features, options); - if (message.uninterpretedOption && message.uninterpretedOption.length) { - object.uninterpretedOption = []; - for (var j = 0; j < message.uninterpretedOption.length; ++j) - object.uninterpretedOption[j] = $root.google.protobuf.UninterpretedOption.toObject(message.uninterpretedOption[j], options); - } - if (message[".google.api.methodSignature"] && message[".google.api.methodSignature"].length) { - object[".google.api.methodSignature"] = []; - for (var j = 0; j < message[".google.api.methodSignature"].length; ++j) - object[".google.api.methodSignature"][j] = message[".google.api.methodSignature"][j]; - } - if (message[".google.api.http"] != null && message.hasOwnProperty(".google.api.http")) - object[".google.api.http"] = $root.google.api.HttpRule.toObject(message[".google.api.http"], options); - return object; - }; - - /** - * Converts this MethodOptions to JSON. - * @function toJSON - * @memberof google.protobuf.MethodOptions - * @instance - * @returns {Object.} JSON object - */ - MethodOptions.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MethodOptions - * @function getTypeUrl - * @memberof google.protobuf.MethodOptions - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MethodOptions.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.MethodOptions"; - }; - - /** - * IdempotencyLevel enum. - * @name google.protobuf.MethodOptions.IdempotencyLevel - * @enum {number} - * @property {number} IDEMPOTENCY_UNKNOWN=0 IDEMPOTENCY_UNKNOWN value - * @property {number} NO_SIDE_EFFECTS=1 NO_SIDE_EFFECTS value - * @property {number} IDEMPOTENT=2 IDEMPOTENT value - */ - MethodOptions.IdempotencyLevel = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "IDEMPOTENCY_UNKNOWN"] = 0; - values[valuesById[1] = "NO_SIDE_EFFECTS"] = 1; - values[valuesById[2] = "IDEMPOTENT"] = 2; - return values; - })(); - - return MethodOptions; - })(); - - protobuf.UninterpretedOption = (function() { - - /** - * Properties of an UninterpretedOption. - * @memberof google.protobuf - * @interface IUninterpretedOption - * @property {Array.|null} [name] UninterpretedOption name - * @property {string|null} [identifierValue] UninterpretedOption identifierValue - * @property {number|Long|null} [positiveIntValue] UninterpretedOption positiveIntValue - * @property {number|Long|null} [negativeIntValue] UninterpretedOption negativeIntValue - * @property {number|null} [doubleValue] UninterpretedOption doubleValue - * @property {Uint8Array|null} [stringValue] UninterpretedOption stringValue - * @property {string|null} [aggregateValue] UninterpretedOption aggregateValue - */ - - /** - * Constructs a new UninterpretedOption. - * @memberof google.protobuf - * @classdesc Represents an UninterpretedOption. - * @implements IUninterpretedOption - * @constructor - * @param {google.protobuf.IUninterpretedOption=} [properties] Properties to set - */ - function UninterpretedOption(properties) { - this.name = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * UninterpretedOption name. - * @member {Array.} name - * @memberof google.protobuf.UninterpretedOption - * @instance - */ - UninterpretedOption.prototype.name = $util.emptyArray; - - /** - * UninterpretedOption identifierValue. - * @member {string} identifierValue - * @memberof google.protobuf.UninterpretedOption - * @instance - */ - UninterpretedOption.prototype.identifierValue = ""; - - /** - * UninterpretedOption positiveIntValue. - * @member {number|Long} positiveIntValue - * @memberof google.protobuf.UninterpretedOption - * @instance - */ - UninterpretedOption.prototype.positiveIntValue = $util.Long ? $util.Long.fromBits(0,0,true) : 0; - - /** - * UninterpretedOption negativeIntValue. - * @member {number|Long} negativeIntValue - * @memberof google.protobuf.UninterpretedOption - * @instance - */ - UninterpretedOption.prototype.negativeIntValue = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * UninterpretedOption doubleValue. - * @member {number} doubleValue - * @memberof google.protobuf.UninterpretedOption - * @instance - */ - UninterpretedOption.prototype.doubleValue = 0; - - /** - * UninterpretedOption stringValue. - * @member {Uint8Array} stringValue - * @memberof google.protobuf.UninterpretedOption - * @instance - */ - UninterpretedOption.prototype.stringValue = $util.newBuffer([]); - - /** - * UninterpretedOption aggregateValue. - * @member {string} aggregateValue - * @memberof google.protobuf.UninterpretedOption - * @instance - */ - UninterpretedOption.prototype.aggregateValue = ""; - - /** - * Creates a new UninterpretedOption instance using the specified properties. - * @function create - * @memberof google.protobuf.UninterpretedOption - * @static - * @param {google.protobuf.IUninterpretedOption=} [properties] Properties to set - * @returns {google.protobuf.UninterpretedOption} UninterpretedOption instance - */ - UninterpretedOption.create = function create(properties) { - return new UninterpretedOption(properties); - }; - - /** - * Encodes the specified UninterpretedOption message. Does not implicitly {@link google.protobuf.UninterpretedOption.verify|verify} messages. - * @function encode - * @memberof google.protobuf.UninterpretedOption - * @static - * @param {google.protobuf.IUninterpretedOption} message UninterpretedOption message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UninterpretedOption.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.name != null && message.name.length) - for (var i = 0; i < message.name.length; ++i) - $root.google.protobuf.UninterpretedOption.NamePart.encode(message.name[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.identifierValue != null && Object.hasOwnProperty.call(message, "identifierValue")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.identifierValue); - if (message.positiveIntValue != null && Object.hasOwnProperty.call(message, "positiveIntValue")) - writer.uint32(/* id 4, wireType 0 =*/32).uint64(message.positiveIntValue); - if (message.negativeIntValue != null && Object.hasOwnProperty.call(message, "negativeIntValue")) - writer.uint32(/* id 5, wireType 0 =*/40).int64(message.negativeIntValue); - if (message.doubleValue != null && Object.hasOwnProperty.call(message, "doubleValue")) - writer.uint32(/* id 6, wireType 1 =*/49).double(message.doubleValue); - if (message.stringValue != null && Object.hasOwnProperty.call(message, "stringValue")) - writer.uint32(/* id 7, wireType 2 =*/58).bytes(message.stringValue); - if (message.aggregateValue != null && Object.hasOwnProperty.call(message, "aggregateValue")) - writer.uint32(/* id 8, wireType 2 =*/66).string(message.aggregateValue); - return writer; - }; - - /** - * Encodes the specified UninterpretedOption message, length delimited. Does not implicitly {@link google.protobuf.UninterpretedOption.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.UninterpretedOption - * @static - * @param {google.protobuf.IUninterpretedOption} message UninterpretedOption message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UninterpretedOption.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an UninterpretedOption message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.UninterpretedOption - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.UninterpretedOption} UninterpretedOption - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UninterpretedOption.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.UninterpretedOption(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 2: { - if (!(message.name && message.name.length)) - message.name = []; - message.name.push($root.google.protobuf.UninterpretedOption.NamePart.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 3: { - message.identifierValue = reader.string(); - break; - } - case 4: { - message.positiveIntValue = reader.uint64(); - break; - } - case 5: { - message.negativeIntValue = reader.int64(); - break; - } - case 6: { - message.doubleValue = reader.double(); - break; - } - case 7: { - message.stringValue = reader.bytes(); - break; - } - case 8: { - message.aggregateValue = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an UninterpretedOption message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.UninterpretedOption - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.UninterpretedOption} UninterpretedOption - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UninterpretedOption.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an UninterpretedOption message. - * @function verify - * @memberof google.protobuf.UninterpretedOption - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - UninterpretedOption.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.name != null && message.hasOwnProperty("name")) { - if (!Array.isArray(message.name)) - return "name: array expected"; - for (var i = 0; i < message.name.length; ++i) { - var error = $root.google.protobuf.UninterpretedOption.NamePart.verify(message.name[i], long + 1); - if (error) - return "name." + error; - } - } - if (message.identifierValue != null && message.hasOwnProperty("identifierValue")) - if (!$util.isString(message.identifierValue)) - return "identifierValue: string expected"; - if (message.positiveIntValue != null && message.hasOwnProperty("positiveIntValue")) - if (!$util.isInteger(message.positiveIntValue) && !(message.positiveIntValue && $util.isInteger(message.positiveIntValue.low) && $util.isInteger(message.positiveIntValue.high))) - return "positiveIntValue: integer|Long expected"; - if (message.negativeIntValue != null && message.hasOwnProperty("negativeIntValue")) - if (!$util.isInteger(message.negativeIntValue) && !(message.negativeIntValue && $util.isInteger(message.negativeIntValue.low) && $util.isInteger(message.negativeIntValue.high))) - return "negativeIntValue: integer|Long expected"; - if (message.doubleValue != null && message.hasOwnProperty("doubleValue")) - if (typeof message.doubleValue !== "number") - return "doubleValue: number expected"; - if (message.stringValue != null && message.hasOwnProperty("stringValue")) - if (!(message.stringValue && typeof message.stringValue.length === "number" || $util.isString(message.stringValue))) - return "stringValue: buffer expected"; - if (message.aggregateValue != null && message.hasOwnProperty("aggregateValue")) - if (!$util.isString(message.aggregateValue)) - return "aggregateValue: string expected"; - return null; - }; - - /** - * Creates an UninterpretedOption message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.UninterpretedOption - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.UninterpretedOption} UninterpretedOption - */ - UninterpretedOption.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.UninterpretedOption) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.UninterpretedOption(); - if (object.name) { - if (!Array.isArray(object.name)) - throw TypeError(".google.protobuf.UninterpretedOption.name: array expected"); - message.name = []; - for (var i = 0; i < object.name.length; ++i) { - if (typeof object.name[i] !== "object") - throw TypeError(".google.protobuf.UninterpretedOption.name: object expected"); - message.name[i] = $root.google.protobuf.UninterpretedOption.NamePart.fromObject(object.name[i], long + 1); - } - } - if (object.identifierValue != null) - message.identifierValue = String(object.identifierValue); - if (object.positiveIntValue != null) - if ($util.Long) - (message.positiveIntValue = $util.Long.fromValue(object.positiveIntValue)).unsigned = true; - else if (typeof object.positiveIntValue === "string") - message.positiveIntValue = parseInt(object.positiveIntValue, 10); - else if (typeof object.positiveIntValue === "number") - message.positiveIntValue = object.positiveIntValue; - else if (typeof object.positiveIntValue === "object") - message.positiveIntValue = new $util.LongBits(object.positiveIntValue.low >>> 0, object.positiveIntValue.high >>> 0).toNumber(true); - if (object.negativeIntValue != null) - if ($util.Long) - (message.negativeIntValue = $util.Long.fromValue(object.negativeIntValue)).unsigned = false; - else if (typeof object.negativeIntValue === "string") - message.negativeIntValue = parseInt(object.negativeIntValue, 10); - else if (typeof object.negativeIntValue === "number") - message.negativeIntValue = object.negativeIntValue; - else if (typeof object.negativeIntValue === "object") - message.negativeIntValue = new $util.LongBits(object.negativeIntValue.low >>> 0, object.negativeIntValue.high >>> 0).toNumber(); - if (object.doubleValue != null) - message.doubleValue = Number(object.doubleValue); - if (object.stringValue != null) - if (typeof object.stringValue === "string") - $util.base64.decode(object.stringValue, message.stringValue = $util.newBuffer($util.base64.length(object.stringValue)), 0); - else if (object.stringValue.length >= 0) - message.stringValue = object.stringValue; - if (object.aggregateValue != null) - message.aggregateValue = String(object.aggregateValue); - return message; - }; - - /** - * Creates a plain object from an UninterpretedOption message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.UninterpretedOption - * @static - * @param {google.protobuf.UninterpretedOption} message UninterpretedOption - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - UninterpretedOption.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.name = []; - if (options.defaults) { - object.identifierValue = ""; - if ($util.Long) { - var long = new $util.Long(0, 0, true); - object.positiveIntValue = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.positiveIntValue = options.longs === String ? "0" : 0; - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.negativeIntValue = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.negativeIntValue = options.longs === String ? "0" : 0; - object.doubleValue = 0; - if (options.bytes === String) - object.stringValue = ""; - else { - object.stringValue = []; - if (options.bytes !== Array) - object.stringValue = $util.newBuffer(object.stringValue); - } - object.aggregateValue = ""; - } - if (message.name && message.name.length) { - object.name = []; - for (var j = 0; j < message.name.length; ++j) - object.name[j] = $root.google.protobuf.UninterpretedOption.NamePart.toObject(message.name[j], options); - } - if (message.identifierValue != null && message.hasOwnProperty("identifierValue")) - object.identifierValue = message.identifierValue; - if (message.positiveIntValue != null && message.hasOwnProperty("positiveIntValue")) - if (typeof message.positiveIntValue === "number") - object.positiveIntValue = options.longs === String ? String(message.positiveIntValue) : message.positiveIntValue; - else - object.positiveIntValue = options.longs === String ? $util.Long.prototype.toString.call(message.positiveIntValue) : options.longs === Number ? new $util.LongBits(message.positiveIntValue.low >>> 0, message.positiveIntValue.high >>> 0).toNumber(true) : message.positiveIntValue; - if (message.negativeIntValue != null && message.hasOwnProperty("negativeIntValue")) - if (typeof message.negativeIntValue === "number") - object.negativeIntValue = options.longs === String ? String(message.negativeIntValue) : message.negativeIntValue; - else - object.negativeIntValue = options.longs === String ? $util.Long.prototype.toString.call(message.negativeIntValue) : options.longs === Number ? new $util.LongBits(message.negativeIntValue.low >>> 0, message.negativeIntValue.high >>> 0).toNumber() : message.negativeIntValue; - if (message.doubleValue != null && message.hasOwnProperty("doubleValue")) - object.doubleValue = options.json && !isFinite(message.doubleValue) ? String(message.doubleValue) : message.doubleValue; - if (message.stringValue != null && message.hasOwnProperty("stringValue")) - object.stringValue = options.bytes === String ? $util.base64.encode(message.stringValue, 0, message.stringValue.length) : options.bytes === Array ? Array.prototype.slice.call(message.stringValue) : message.stringValue; - if (message.aggregateValue != null && message.hasOwnProperty("aggregateValue")) - object.aggregateValue = message.aggregateValue; - return object; - }; - - /** - * Converts this UninterpretedOption to JSON. - * @function toJSON - * @memberof google.protobuf.UninterpretedOption - * @instance - * @returns {Object.} JSON object - */ - UninterpretedOption.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for UninterpretedOption - * @function getTypeUrl - * @memberof google.protobuf.UninterpretedOption - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - UninterpretedOption.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.UninterpretedOption"; - }; - - UninterpretedOption.NamePart = (function() { - - /** - * Properties of a NamePart. - * @memberof google.protobuf.UninterpretedOption - * @interface INamePart - * @property {string} namePart NamePart namePart - * @property {boolean} isExtension NamePart isExtension - */ - - /** - * Constructs a new NamePart. - * @memberof google.protobuf.UninterpretedOption - * @classdesc Represents a NamePart. - * @implements INamePart - * @constructor - * @param {google.protobuf.UninterpretedOption.INamePart=} [properties] Properties to set - */ - function NamePart(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * NamePart namePart. - * @member {string} namePart - * @memberof google.protobuf.UninterpretedOption.NamePart - * @instance - */ - NamePart.prototype.namePart = ""; - - /** - * NamePart isExtension. - * @member {boolean} isExtension - * @memberof google.protobuf.UninterpretedOption.NamePart - * @instance - */ - NamePart.prototype.isExtension = false; - - /** - * Creates a new NamePart instance using the specified properties. - * @function create - * @memberof google.protobuf.UninterpretedOption.NamePart - * @static - * @param {google.protobuf.UninterpretedOption.INamePart=} [properties] Properties to set - * @returns {google.protobuf.UninterpretedOption.NamePart} NamePart instance - */ - NamePart.create = function create(properties) { - return new NamePart(properties); - }; - - /** - * Encodes the specified NamePart message. Does not implicitly {@link google.protobuf.UninterpretedOption.NamePart.verify|verify} messages. - * @function encode - * @memberof google.protobuf.UninterpretedOption.NamePart - * @static - * @param {google.protobuf.UninterpretedOption.INamePart} message NamePart message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - NamePart.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - writer.uint32(/* id 1, wireType 2 =*/10).string(message.namePart); - writer.uint32(/* id 2, wireType 0 =*/16).bool(message.isExtension); - return writer; - }; - - /** - * Encodes the specified NamePart message, length delimited. Does not implicitly {@link google.protobuf.UninterpretedOption.NamePart.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.UninterpretedOption.NamePart - * @static - * @param {google.protobuf.UninterpretedOption.INamePart} message NamePart message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - NamePart.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a NamePart message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.UninterpretedOption.NamePart - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.UninterpretedOption.NamePart} NamePart - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - NamePart.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.UninterpretedOption.NamePart(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.namePart = reader.string(); - break; - } - case 2: { - message.isExtension = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - if (!message.hasOwnProperty("namePart")) - throw $util.ProtocolError("missing required 'namePart'", { instance: message }); - if (!message.hasOwnProperty("isExtension")) - throw $util.ProtocolError("missing required 'isExtension'", { instance: message }); - return message; - }; - - /** - * Decodes a NamePart message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.UninterpretedOption.NamePart - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.UninterpretedOption.NamePart} NamePart - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - NamePart.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a NamePart message. - * @function verify - * @memberof google.protobuf.UninterpretedOption.NamePart - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - NamePart.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (!$util.isString(message.namePart)) - return "namePart: string expected"; - if (typeof message.isExtension !== "boolean") - return "isExtension: boolean expected"; - return null; - }; - - /** - * Creates a NamePart message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.UninterpretedOption.NamePart - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.UninterpretedOption.NamePart} NamePart - */ - NamePart.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.UninterpretedOption.NamePart) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.UninterpretedOption.NamePart(); - if (object.namePart != null) - message.namePart = String(object.namePart); - if (object.isExtension != null) - message.isExtension = Boolean(object.isExtension); - return message; - }; - - /** - * Creates a plain object from a NamePart message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.UninterpretedOption.NamePart - * @static - * @param {google.protobuf.UninterpretedOption.NamePart} message NamePart - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - NamePart.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.namePart = ""; - object.isExtension = false; - } - if (message.namePart != null && message.hasOwnProperty("namePart")) - object.namePart = message.namePart; - if (message.isExtension != null && message.hasOwnProperty("isExtension")) - object.isExtension = message.isExtension; - return object; - }; - - /** - * Converts this NamePart to JSON. - * @function toJSON - * @memberof google.protobuf.UninterpretedOption.NamePart - * @instance - * @returns {Object.} JSON object - */ - NamePart.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for NamePart - * @function getTypeUrl - * @memberof google.protobuf.UninterpretedOption.NamePart - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - NamePart.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.UninterpretedOption.NamePart"; - }; - - return NamePart; - })(); - - return UninterpretedOption; - })(); - - protobuf.FeatureSet = (function() { - - /** - * Properties of a FeatureSet. - * @memberof google.protobuf - * @interface IFeatureSet - * @property {google.protobuf.FeatureSet.FieldPresence|null} [fieldPresence] FeatureSet fieldPresence - * @property {google.protobuf.FeatureSet.EnumType|null} [enumType] FeatureSet enumType - * @property {google.protobuf.FeatureSet.RepeatedFieldEncoding|null} [repeatedFieldEncoding] FeatureSet repeatedFieldEncoding - * @property {google.protobuf.FeatureSet.Utf8Validation|null} [utf8Validation] FeatureSet utf8Validation - * @property {google.protobuf.FeatureSet.MessageEncoding|null} [messageEncoding] FeatureSet messageEncoding - * @property {google.protobuf.FeatureSet.JsonFormat|null} [jsonFormat] FeatureSet jsonFormat - * @property {google.protobuf.FeatureSet.EnforceNamingStyle|null} [enforceNamingStyle] FeatureSet enforceNamingStyle - * @property {google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility|null} [defaultSymbolVisibility] FeatureSet defaultSymbolVisibility - */ - - /** - * Constructs a new FeatureSet. - * @memberof google.protobuf - * @classdesc Represents a FeatureSet. - * @implements IFeatureSet - * @constructor - * @param {google.protobuf.IFeatureSet=} [properties] Properties to set - */ - function FeatureSet(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FeatureSet fieldPresence. - * @member {google.protobuf.FeatureSet.FieldPresence} fieldPresence - * @memberof google.protobuf.FeatureSet - * @instance - */ - FeatureSet.prototype.fieldPresence = 0; - - /** - * FeatureSet enumType. - * @member {google.protobuf.FeatureSet.EnumType} enumType - * @memberof google.protobuf.FeatureSet - * @instance - */ - FeatureSet.prototype.enumType = 0; - - /** - * FeatureSet repeatedFieldEncoding. - * @member {google.protobuf.FeatureSet.RepeatedFieldEncoding} repeatedFieldEncoding - * @memberof google.protobuf.FeatureSet - * @instance - */ - FeatureSet.prototype.repeatedFieldEncoding = 0; - - /** - * FeatureSet utf8Validation. - * @member {google.protobuf.FeatureSet.Utf8Validation} utf8Validation - * @memberof google.protobuf.FeatureSet - * @instance - */ - FeatureSet.prototype.utf8Validation = 0; - - /** - * FeatureSet messageEncoding. - * @member {google.protobuf.FeatureSet.MessageEncoding} messageEncoding - * @memberof google.protobuf.FeatureSet - * @instance - */ - FeatureSet.prototype.messageEncoding = 0; - - /** - * FeatureSet jsonFormat. - * @member {google.protobuf.FeatureSet.JsonFormat} jsonFormat - * @memberof google.protobuf.FeatureSet - * @instance - */ - FeatureSet.prototype.jsonFormat = 0; - - /** - * FeatureSet enforceNamingStyle. - * @member {google.protobuf.FeatureSet.EnforceNamingStyle} enforceNamingStyle - * @memberof google.protobuf.FeatureSet - * @instance - */ - FeatureSet.prototype.enforceNamingStyle = 0; - - /** - * FeatureSet defaultSymbolVisibility. - * @member {google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility} defaultSymbolVisibility - * @memberof google.protobuf.FeatureSet - * @instance - */ - FeatureSet.prototype.defaultSymbolVisibility = 0; - - /** - * Creates a new FeatureSet instance using the specified properties. - * @function create - * @memberof google.protobuf.FeatureSet - * @static - * @param {google.protobuf.IFeatureSet=} [properties] Properties to set - * @returns {google.protobuf.FeatureSet} FeatureSet instance - */ - FeatureSet.create = function create(properties) { - return new FeatureSet(properties); - }; - - /** - * Encodes the specified FeatureSet message. Does not implicitly {@link google.protobuf.FeatureSet.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FeatureSet - * @static - * @param {google.protobuf.IFeatureSet} message FeatureSet message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FeatureSet.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.fieldPresence != null && Object.hasOwnProperty.call(message, "fieldPresence")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.fieldPresence); - if (message.enumType != null && Object.hasOwnProperty.call(message, "enumType")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.enumType); - if (message.repeatedFieldEncoding != null && Object.hasOwnProperty.call(message, "repeatedFieldEncoding")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.repeatedFieldEncoding); - if (message.utf8Validation != null && Object.hasOwnProperty.call(message, "utf8Validation")) - writer.uint32(/* id 4, wireType 0 =*/32).int32(message.utf8Validation); - if (message.messageEncoding != null && Object.hasOwnProperty.call(message, "messageEncoding")) - writer.uint32(/* id 5, wireType 0 =*/40).int32(message.messageEncoding); - if (message.jsonFormat != null && Object.hasOwnProperty.call(message, "jsonFormat")) - writer.uint32(/* id 6, wireType 0 =*/48).int32(message.jsonFormat); - if (message.enforceNamingStyle != null && Object.hasOwnProperty.call(message, "enforceNamingStyle")) - writer.uint32(/* id 7, wireType 0 =*/56).int32(message.enforceNamingStyle); - if (message.defaultSymbolVisibility != null && Object.hasOwnProperty.call(message, "defaultSymbolVisibility")) - writer.uint32(/* id 8, wireType 0 =*/64).int32(message.defaultSymbolVisibility); - return writer; - }; - - /** - * Encodes the specified FeatureSet message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FeatureSet - * @static - * @param {google.protobuf.IFeatureSet} message FeatureSet message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FeatureSet.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FeatureSet message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FeatureSet - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FeatureSet} FeatureSet - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FeatureSet.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FeatureSet(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.fieldPresence = reader.int32(); - break; - } - case 2: { - message.enumType = reader.int32(); - break; - } - case 3: { - message.repeatedFieldEncoding = reader.int32(); - break; - } - case 4: { - message.utf8Validation = reader.int32(); - break; - } - case 5: { - message.messageEncoding = reader.int32(); - break; - } - case 6: { - message.jsonFormat = reader.int32(); - break; - } - case 7: { - message.enforceNamingStyle = reader.int32(); - break; - } - case 8: { - message.defaultSymbolVisibility = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FeatureSet message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FeatureSet - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FeatureSet} FeatureSet - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FeatureSet.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FeatureSet message. - * @function verify - * @memberof google.protobuf.FeatureSet - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FeatureSet.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.fieldPresence != null && message.hasOwnProperty("fieldPresence")) - switch (message.fieldPresence) { - default: - return "fieldPresence: enum value expected"; - case 0: - case 1: - case 2: - case 3: - break; - } - if (message.enumType != null && message.hasOwnProperty("enumType")) - switch (message.enumType) { - default: - return "enumType: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.repeatedFieldEncoding != null && message.hasOwnProperty("repeatedFieldEncoding")) - switch (message.repeatedFieldEncoding) { - default: - return "repeatedFieldEncoding: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.utf8Validation != null && message.hasOwnProperty("utf8Validation")) - switch (message.utf8Validation) { - default: - return "utf8Validation: enum value expected"; - case 0: - case 2: - case 3: - break; - } - if (message.messageEncoding != null && message.hasOwnProperty("messageEncoding")) - switch (message.messageEncoding) { - default: - return "messageEncoding: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.jsonFormat != null && message.hasOwnProperty("jsonFormat")) - switch (message.jsonFormat) { - default: - return "jsonFormat: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.enforceNamingStyle != null && message.hasOwnProperty("enforceNamingStyle")) - switch (message.enforceNamingStyle) { - default: - return "enforceNamingStyle: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.defaultSymbolVisibility != null && message.hasOwnProperty("defaultSymbolVisibility")) - switch (message.defaultSymbolVisibility) { - default: - return "defaultSymbolVisibility: enum value expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - break; - } - return null; - }; - - /** - * Creates a FeatureSet message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FeatureSet - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FeatureSet} FeatureSet - */ - FeatureSet.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FeatureSet) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FeatureSet(); - switch (object.fieldPresence) { - default: - if (typeof object.fieldPresence === "number") { - message.fieldPresence = object.fieldPresence; - break; - } - break; - case "FIELD_PRESENCE_UNKNOWN": - case 0: - message.fieldPresence = 0; - break; - case "EXPLICIT": - case 1: - message.fieldPresence = 1; - break; - case "IMPLICIT": - case 2: - message.fieldPresence = 2; - break; - case "LEGACY_REQUIRED": - case 3: - message.fieldPresence = 3; - break; - } - switch (object.enumType) { - default: - if (typeof object.enumType === "number") { - message.enumType = object.enumType; - break; - } - break; - case "ENUM_TYPE_UNKNOWN": - case 0: - message.enumType = 0; - break; - case "OPEN": - case 1: - message.enumType = 1; - break; - case "CLOSED": - case 2: - message.enumType = 2; - break; - } - switch (object.repeatedFieldEncoding) { - default: - if (typeof object.repeatedFieldEncoding === "number") { - message.repeatedFieldEncoding = object.repeatedFieldEncoding; - break; - } - break; - case "REPEATED_FIELD_ENCODING_UNKNOWN": - case 0: - message.repeatedFieldEncoding = 0; - break; - case "PACKED": - case 1: - message.repeatedFieldEncoding = 1; - break; - case "EXPANDED": - case 2: - message.repeatedFieldEncoding = 2; - break; - } - switch (object.utf8Validation) { - default: - if (typeof object.utf8Validation === "number") { - message.utf8Validation = object.utf8Validation; - break; - } - break; - case "UTF8_VALIDATION_UNKNOWN": - case 0: - message.utf8Validation = 0; - break; - case "VERIFY": - case 2: - message.utf8Validation = 2; - break; - case "NONE": - case 3: - message.utf8Validation = 3; - break; - } - switch (object.messageEncoding) { - default: - if (typeof object.messageEncoding === "number") { - message.messageEncoding = object.messageEncoding; - break; - } - break; - case "MESSAGE_ENCODING_UNKNOWN": - case 0: - message.messageEncoding = 0; - break; - case "LENGTH_PREFIXED": - case 1: - message.messageEncoding = 1; - break; - case "DELIMITED": - case 2: - message.messageEncoding = 2; - break; - } - switch (object.jsonFormat) { - default: - if (typeof object.jsonFormat === "number") { - message.jsonFormat = object.jsonFormat; - break; - } - break; - case "JSON_FORMAT_UNKNOWN": - case 0: - message.jsonFormat = 0; - break; - case "ALLOW": - case 1: - message.jsonFormat = 1; - break; - case "LEGACY_BEST_EFFORT": - case 2: - message.jsonFormat = 2; - break; - } - switch (object.enforceNamingStyle) { - default: - if (typeof object.enforceNamingStyle === "number") { - message.enforceNamingStyle = object.enforceNamingStyle; - break; - } - break; - case "ENFORCE_NAMING_STYLE_UNKNOWN": - case 0: - message.enforceNamingStyle = 0; - break; - case "STYLE2024": - case 1: - message.enforceNamingStyle = 1; - break; - case "STYLE_LEGACY": - case 2: - message.enforceNamingStyle = 2; - break; - } - switch (object.defaultSymbolVisibility) { - default: - if (typeof object.defaultSymbolVisibility === "number") { - message.defaultSymbolVisibility = object.defaultSymbolVisibility; - break; - } - break; - case "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": - case 0: - message.defaultSymbolVisibility = 0; - break; - case "EXPORT_ALL": - case 1: - message.defaultSymbolVisibility = 1; - break; - case "EXPORT_TOP_LEVEL": - case 2: - message.defaultSymbolVisibility = 2; - break; - case "LOCAL_ALL": - case 3: - message.defaultSymbolVisibility = 3; - break; - case "STRICT": - case 4: - message.defaultSymbolVisibility = 4; - break; - } - return message; - }; - - /** - * Creates a plain object from a FeatureSet message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FeatureSet - * @static - * @param {google.protobuf.FeatureSet} message FeatureSet - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FeatureSet.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.fieldPresence = options.enums === String ? "FIELD_PRESENCE_UNKNOWN" : 0; - object.enumType = options.enums === String ? "ENUM_TYPE_UNKNOWN" : 0; - object.repeatedFieldEncoding = options.enums === String ? "REPEATED_FIELD_ENCODING_UNKNOWN" : 0; - object.utf8Validation = options.enums === String ? "UTF8_VALIDATION_UNKNOWN" : 0; - object.messageEncoding = options.enums === String ? "MESSAGE_ENCODING_UNKNOWN" : 0; - object.jsonFormat = options.enums === String ? "JSON_FORMAT_UNKNOWN" : 0; - object.enforceNamingStyle = options.enums === String ? "ENFORCE_NAMING_STYLE_UNKNOWN" : 0; - object.defaultSymbolVisibility = options.enums === String ? "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN" : 0; - } - if (message.fieldPresence != null && message.hasOwnProperty("fieldPresence")) - object.fieldPresence = options.enums === String ? $root.google.protobuf.FeatureSet.FieldPresence[message.fieldPresence] === undefined ? message.fieldPresence : $root.google.protobuf.FeatureSet.FieldPresence[message.fieldPresence] : message.fieldPresence; - if (message.enumType != null && message.hasOwnProperty("enumType")) - object.enumType = options.enums === String ? $root.google.protobuf.FeatureSet.EnumType[message.enumType] === undefined ? message.enumType : $root.google.protobuf.FeatureSet.EnumType[message.enumType] : message.enumType; - if (message.repeatedFieldEncoding != null && message.hasOwnProperty("repeatedFieldEncoding")) - object.repeatedFieldEncoding = options.enums === String ? $root.google.protobuf.FeatureSet.RepeatedFieldEncoding[message.repeatedFieldEncoding] === undefined ? message.repeatedFieldEncoding : $root.google.protobuf.FeatureSet.RepeatedFieldEncoding[message.repeatedFieldEncoding] : message.repeatedFieldEncoding; - if (message.utf8Validation != null && message.hasOwnProperty("utf8Validation")) - object.utf8Validation = options.enums === String ? $root.google.protobuf.FeatureSet.Utf8Validation[message.utf8Validation] === undefined ? message.utf8Validation : $root.google.protobuf.FeatureSet.Utf8Validation[message.utf8Validation] : message.utf8Validation; - if (message.messageEncoding != null && message.hasOwnProperty("messageEncoding")) - object.messageEncoding = options.enums === String ? $root.google.protobuf.FeatureSet.MessageEncoding[message.messageEncoding] === undefined ? message.messageEncoding : $root.google.protobuf.FeatureSet.MessageEncoding[message.messageEncoding] : message.messageEncoding; - if (message.jsonFormat != null && message.hasOwnProperty("jsonFormat")) - object.jsonFormat = options.enums === String ? $root.google.protobuf.FeatureSet.JsonFormat[message.jsonFormat] === undefined ? message.jsonFormat : $root.google.protobuf.FeatureSet.JsonFormat[message.jsonFormat] : message.jsonFormat; - if (message.enforceNamingStyle != null && message.hasOwnProperty("enforceNamingStyle")) - object.enforceNamingStyle = options.enums === String ? $root.google.protobuf.FeatureSet.EnforceNamingStyle[message.enforceNamingStyle] === undefined ? message.enforceNamingStyle : $root.google.protobuf.FeatureSet.EnforceNamingStyle[message.enforceNamingStyle] : message.enforceNamingStyle; - if (message.defaultSymbolVisibility != null && message.hasOwnProperty("defaultSymbolVisibility")) - object.defaultSymbolVisibility = options.enums === String ? $root.google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility[message.defaultSymbolVisibility] === undefined ? message.defaultSymbolVisibility : $root.google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility[message.defaultSymbolVisibility] : message.defaultSymbolVisibility; - return object; - }; - - /** - * Converts this FeatureSet to JSON. - * @function toJSON - * @memberof google.protobuf.FeatureSet - * @instance - * @returns {Object.} JSON object - */ - FeatureSet.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FeatureSet - * @function getTypeUrl - * @memberof google.protobuf.FeatureSet - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FeatureSet.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FeatureSet"; - }; - - /** - * FieldPresence enum. - * @name google.protobuf.FeatureSet.FieldPresence - * @enum {number} - * @property {number} FIELD_PRESENCE_UNKNOWN=0 FIELD_PRESENCE_UNKNOWN value - * @property {number} EXPLICIT=1 EXPLICIT value - * @property {number} IMPLICIT=2 IMPLICIT value - * @property {number} LEGACY_REQUIRED=3 LEGACY_REQUIRED value - */ - FeatureSet.FieldPresence = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "FIELD_PRESENCE_UNKNOWN"] = 0; - values[valuesById[1] = "EXPLICIT"] = 1; - values[valuesById[2] = "IMPLICIT"] = 2; - values[valuesById[3] = "LEGACY_REQUIRED"] = 3; - return values; - })(); - - /** - * EnumType enum. - * @name google.protobuf.FeatureSet.EnumType - * @enum {number} - * @property {number} ENUM_TYPE_UNKNOWN=0 ENUM_TYPE_UNKNOWN value - * @property {number} OPEN=1 OPEN value - * @property {number} CLOSED=2 CLOSED value - */ - FeatureSet.EnumType = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "ENUM_TYPE_UNKNOWN"] = 0; - values[valuesById[1] = "OPEN"] = 1; - values[valuesById[2] = "CLOSED"] = 2; - return values; - })(); - - /** - * RepeatedFieldEncoding enum. - * @name google.protobuf.FeatureSet.RepeatedFieldEncoding - * @enum {number} - * @property {number} REPEATED_FIELD_ENCODING_UNKNOWN=0 REPEATED_FIELD_ENCODING_UNKNOWN value - * @property {number} PACKED=1 PACKED value - * @property {number} EXPANDED=2 EXPANDED value - */ - FeatureSet.RepeatedFieldEncoding = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "REPEATED_FIELD_ENCODING_UNKNOWN"] = 0; - values[valuesById[1] = "PACKED"] = 1; - values[valuesById[2] = "EXPANDED"] = 2; - return values; - })(); - - /** - * Utf8Validation enum. - * @name google.protobuf.FeatureSet.Utf8Validation - * @enum {number} - * @property {number} UTF8_VALIDATION_UNKNOWN=0 UTF8_VALIDATION_UNKNOWN value - * @property {number} VERIFY=2 VERIFY value - * @property {number} NONE=3 NONE value - */ - FeatureSet.Utf8Validation = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "UTF8_VALIDATION_UNKNOWN"] = 0; - values[valuesById[2] = "VERIFY"] = 2; - values[valuesById[3] = "NONE"] = 3; - return values; - })(); - - /** - * MessageEncoding enum. - * @name google.protobuf.FeatureSet.MessageEncoding - * @enum {number} - * @property {number} MESSAGE_ENCODING_UNKNOWN=0 MESSAGE_ENCODING_UNKNOWN value - * @property {number} LENGTH_PREFIXED=1 LENGTH_PREFIXED value - * @property {number} DELIMITED=2 DELIMITED value - */ - FeatureSet.MessageEncoding = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "MESSAGE_ENCODING_UNKNOWN"] = 0; - values[valuesById[1] = "LENGTH_PREFIXED"] = 1; - values[valuesById[2] = "DELIMITED"] = 2; - return values; - })(); - - /** - * JsonFormat enum. - * @name google.protobuf.FeatureSet.JsonFormat - * @enum {number} - * @property {number} JSON_FORMAT_UNKNOWN=0 JSON_FORMAT_UNKNOWN value - * @property {number} ALLOW=1 ALLOW value - * @property {number} LEGACY_BEST_EFFORT=2 LEGACY_BEST_EFFORT value - */ - FeatureSet.JsonFormat = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "JSON_FORMAT_UNKNOWN"] = 0; - values[valuesById[1] = "ALLOW"] = 1; - values[valuesById[2] = "LEGACY_BEST_EFFORT"] = 2; - return values; - })(); - - /** - * EnforceNamingStyle enum. - * @name google.protobuf.FeatureSet.EnforceNamingStyle - * @enum {number} - * @property {number} ENFORCE_NAMING_STYLE_UNKNOWN=0 ENFORCE_NAMING_STYLE_UNKNOWN value - * @property {number} STYLE2024=1 STYLE2024 value - * @property {number} STYLE_LEGACY=2 STYLE_LEGACY value - */ - FeatureSet.EnforceNamingStyle = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "ENFORCE_NAMING_STYLE_UNKNOWN"] = 0; - values[valuesById[1] = "STYLE2024"] = 1; - values[valuesById[2] = "STYLE_LEGACY"] = 2; - return values; - })(); - - FeatureSet.VisibilityFeature = (function() { - - /** - * Properties of a VisibilityFeature. - * @memberof google.protobuf.FeatureSet - * @interface IVisibilityFeature - */ - - /** - * Constructs a new VisibilityFeature. - * @memberof google.protobuf.FeatureSet - * @classdesc Represents a VisibilityFeature. - * @implements IVisibilityFeature - * @constructor - * @param {google.protobuf.FeatureSet.IVisibilityFeature=} [properties] Properties to set - */ - function VisibilityFeature(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Creates a new VisibilityFeature instance using the specified properties. - * @function create - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @static - * @param {google.protobuf.FeatureSet.IVisibilityFeature=} [properties] Properties to set - * @returns {google.protobuf.FeatureSet.VisibilityFeature} VisibilityFeature instance - */ - VisibilityFeature.create = function create(properties) { - return new VisibilityFeature(properties); - }; - - /** - * Encodes the specified VisibilityFeature message. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @static - * @param {google.protobuf.FeatureSet.IVisibilityFeature} message VisibilityFeature message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - VisibilityFeature.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - return writer; - }; - - /** - * Encodes the specified VisibilityFeature message, length delimited. Does not implicitly {@link google.protobuf.FeatureSet.VisibilityFeature.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @static - * @param {google.protobuf.FeatureSet.IVisibilityFeature} message VisibilityFeature message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - VisibilityFeature.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a VisibilityFeature message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FeatureSet.VisibilityFeature} VisibilityFeature - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - VisibilityFeature.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FeatureSet.VisibilityFeature(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a VisibilityFeature message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FeatureSet.VisibilityFeature} VisibilityFeature - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - VisibilityFeature.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a VisibilityFeature message. - * @function verify - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - VisibilityFeature.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - return null; - }; - - /** - * Creates a VisibilityFeature message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FeatureSet.VisibilityFeature} VisibilityFeature - */ - VisibilityFeature.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FeatureSet.VisibilityFeature) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - return new $root.google.protobuf.FeatureSet.VisibilityFeature(); - }; - - /** - * Creates a plain object from a VisibilityFeature message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @static - * @param {google.protobuf.FeatureSet.VisibilityFeature} message VisibilityFeature - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - VisibilityFeature.toObject = function toObject() { - return {}; - }; - - /** - * Converts this VisibilityFeature to JSON. - * @function toJSON - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @instance - * @returns {Object.} JSON object - */ - VisibilityFeature.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for VisibilityFeature - * @function getTypeUrl - * @memberof google.protobuf.FeatureSet.VisibilityFeature - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - VisibilityFeature.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FeatureSet.VisibilityFeature"; - }; - - /** - * DefaultSymbolVisibility enum. - * @name google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility - * @enum {number} - * @property {number} DEFAULT_SYMBOL_VISIBILITY_UNKNOWN=0 DEFAULT_SYMBOL_VISIBILITY_UNKNOWN value - * @property {number} EXPORT_ALL=1 EXPORT_ALL value - * @property {number} EXPORT_TOP_LEVEL=2 EXPORT_TOP_LEVEL value - * @property {number} LOCAL_ALL=3 LOCAL_ALL value - * @property {number} STRICT=4 STRICT value - */ - VisibilityFeature.DefaultSymbolVisibility = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN"] = 0; - values[valuesById[1] = "EXPORT_ALL"] = 1; - values[valuesById[2] = "EXPORT_TOP_LEVEL"] = 2; - values[valuesById[3] = "LOCAL_ALL"] = 3; - values[valuesById[4] = "STRICT"] = 4; - return values; - })(); - - return VisibilityFeature; - })(); - - return FeatureSet; - })(); - - protobuf.FeatureSetDefaults = (function() { - - /** - * Properties of a FeatureSetDefaults. - * @memberof google.protobuf - * @interface IFeatureSetDefaults - * @property {Array.|null} [defaults] FeatureSetDefaults defaults - * @property {google.protobuf.Edition|null} [minimumEdition] FeatureSetDefaults minimumEdition - * @property {google.protobuf.Edition|null} [maximumEdition] FeatureSetDefaults maximumEdition - */ - - /** - * Constructs a new FeatureSetDefaults. - * @memberof google.protobuf - * @classdesc Represents a FeatureSetDefaults. - * @implements IFeatureSetDefaults - * @constructor - * @param {google.protobuf.IFeatureSetDefaults=} [properties] Properties to set - */ - function FeatureSetDefaults(properties) { - this.defaults = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FeatureSetDefaults defaults. - * @member {Array.} defaults - * @memberof google.protobuf.FeatureSetDefaults - * @instance - */ - FeatureSetDefaults.prototype.defaults = $util.emptyArray; - - /** - * FeatureSetDefaults minimumEdition. - * @member {google.protobuf.Edition} minimumEdition - * @memberof google.protobuf.FeatureSetDefaults - * @instance - */ - FeatureSetDefaults.prototype.minimumEdition = 0; - - /** - * FeatureSetDefaults maximumEdition. - * @member {google.protobuf.Edition} maximumEdition - * @memberof google.protobuf.FeatureSetDefaults - * @instance - */ - FeatureSetDefaults.prototype.maximumEdition = 0; - - /** - * Creates a new FeatureSetDefaults instance using the specified properties. - * @function create - * @memberof google.protobuf.FeatureSetDefaults - * @static - * @param {google.protobuf.IFeatureSetDefaults=} [properties] Properties to set - * @returns {google.protobuf.FeatureSetDefaults} FeatureSetDefaults instance - */ - FeatureSetDefaults.create = function create(properties) { - return new FeatureSetDefaults(properties); - }; - - /** - * Encodes the specified FeatureSetDefaults message. Does not implicitly {@link google.protobuf.FeatureSetDefaults.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FeatureSetDefaults - * @static - * @param {google.protobuf.IFeatureSetDefaults} message FeatureSetDefaults message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FeatureSetDefaults.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.defaults != null && message.defaults.length) - for (var i = 0; i < message.defaults.length; ++i) - $root.google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.encode(message.defaults[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.minimumEdition != null && Object.hasOwnProperty.call(message, "minimumEdition")) - writer.uint32(/* id 4, wireType 0 =*/32).int32(message.minimumEdition); - if (message.maximumEdition != null && Object.hasOwnProperty.call(message, "maximumEdition")) - writer.uint32(/* id 5, wireType 0 =*/40).int32(message.maximumEdition); - return writer; - }; - - /** - * Encodes the specified FeatureSetDefaults message, length delimited. Does not implicitly {@link google.protobuf.FeatureSetDefaults.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FeatureSetDefaults - * @static - * @param {google.protobuf.IFeatureSetDefaults} message FeatureSetDefaults message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FeatureSetDefaults.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FeatureSetDefaults message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FeatureSetDefaults - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FeatureSetDefaults} FeatureSetDefaults - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FeatureSetDefaults.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FeatureSetDefaults(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.defaults && message.defaults.length)) - message.defaults = []; - message.defaults.push($root.google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 4: { - message.minimumEdition = reader.int32(); - break; - } - case 5: { - message.maximumEdition = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FeatureSetDefaults message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FeatureSetDefaults - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FeatureSetDefaults} FeatureSetDefaults - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FeatureSetDefaults.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FeatureSetDefaults message. - * @function verify - * @memberof google.protobuf.FeatureSetDefaults - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FeatureSetDefaults.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.defaults != null && message.hasOwnProperty("defaults")) { - if (!Array.isArray(message.defaults)) - return "defaults: array expected"; - for (var i = 0; i < message.defaults.length; ++i) { - var error = $root.google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.verify(message.defaults[i], long + 1); - if (error) - return "defaults." + error; - } - } - if (message.minimumEdition != null && message.hasOwnProperty("minimumEdition")) - switch (message.minimumEdition) { - default: - return "minimumEdition: enum value expected"; - case 0: - case 900: - case 998: - case 999: - case 1000: - case 1001: - case 1: - case 2: - case 99997: - case 99998: - case 99999: - case 2147483647: - break; - } - if (message.maximumEdition != null && message.hasOwnProperty("maximumEdition")) - switch (message.maximumEdition) { - default: - return "maximumEdition: enum value expected"; - case 0: - case 900: - case 998: - case 999: - case 1000: - case 1001: - case 1: - case 2: - case 99997: - case 99998: - case 99999: - case 2147483647: - break; - } - return null; - }; - - /** - * Creates a FeatureSetDefaults message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FeatureSetDefaults - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FeatureSetDefaults} FeatureSetDefaults - */ - FeatureSetDefaults.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FeatureSetDefaults) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FeatureSetDefaults(); - if (object.defaults) { - if (!Array.isArray(object.defaults)) - throw TypeError(".google.protobuf.FeatureSetDefaults.defaults: array expected"); - message.defaults = []; - for (var i = 0; i < object.defaults.length; ++i) { - if (typeof object.defaults[i] !== "object") - throw TypeError(".google.protobuf.FeatureSetDefaults.defaults: object expected"); - message.defaults[i] = $root.google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.fromObject(object.defaults[i], long + 1); - } - } - switch (object.minimumEdition) { - default: - if (typeof object.minimumEdition === "number") { - message.minimumEdition = object.minimumEdition; - break; - } - break; - case "EDITION_UNKNOWN": - case 0: - message.minimumEdition = 0; - break; - case "EDITION_LEGACY": - case 900: - message.minimumEdition = 900; - break; - case "EDITION_PROTO2": - case 998: - message.minimumEdition = 998; - break; - case "EDITION_PROTO3": - case 999: - message.minimumEdition = 999; - break; - case "EDITION_2023": - case 1000: - message.minimumEdition = 1000; - break; - case "EDITION_2024": - case 1001: - message.minimumEdition = 1001; - break; - case "EDITION_1_TEST_ONLY": - case 1: - message.minimumEdition = 1; - break; - case "EDITION_2_TEST_ONLY": - case 2: - message.minimumEdition = 2; - break; - case "EDITION_99997_TEST_ONLY": - case 99997: - message.minimumEdition = 99997; - break; - case "EDITION_99998_TEST_ONLY": - case 99998: - message.minimumEdition = 99998; - break; - case "EDITION_99999_TEST_ONLY": - case 99999: - message.minimumEdition = 99999; - break; - case "EDITION_MAX": - case 2147483647: - message.minimumEdition = 2147483647; - break; - } - switch (object.maximumEdition) { - default: - if (typeof object.maximumEdition === "number") { - message.maximumEdition = object.maximumEdition; - break; - } - break; - case "EDITION_UNKNOWN": - case 0: - message.maximumEdition = 0; - break; - case "EDITION_LEGACY": - case 900: - message.maximumEdition = 900; - break; - case "EDITION_PROTO2": - case 998: - message.maximumEdition = 998; - break; - case "EDITION_PROTO3": - case 999: - message.maximumEdition = 999; - break; - case "EDITION_2023": - case 1000: - message.maximumEdition = 1000; - break; - case "EDITION_2024": - case 1001: - message.maximumEdition = 1001; - break; - case "EDITION_1_TEST_ONLY": - case 1: - message.maximumEdition = 1; - break; - case "EDITION_2_TEST_ONLY": - case 2: - message.maximumEdition = 2; - break; - case "EDITION_99997_TEST_ONLY": - case 99997: - message.maximumEdition = 99997; - break; - case "EDITION_99998_TEST_ONLY": - case 99998: - message.maximumEdition = 99998; - break; - case "EDITION_99999_TEST_ONLY": - case 99999: - message.maximumEdition = 99999; - break; - case "EDITION_MAX": - case 2147483647: - message.maximumEdition = 2147483647; - break; - } - return message; - }; - - /** - * Creates a plain object from a FeatureSetDefaults message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FeatureSetDefaults - * @static - * @param {google.protobuf.FeatureSetDefaults} message FeatureSetDefaults - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FeatureSetDefaults.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.defaults = []; - if (options.defaults) { - object.minimumEdition = options.enums === String ? "EDITION_UNKNOWN" : 0; - object.maximumEdition = options.enums === String ? "EDITION_UNKNOWN" : 0; - } - if (message.defaults && message.defaults.length) { - object.defaults = []; - for (var j = 0; j < message.defaults.length; ++j) - object.defaults[j] = $root.google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.toObject(message.defaults[j], options); - } - if (message.minimumEdition != null && message.hasOwnProperty("minimumEdition")) - object.minimumEdition = options.enums === String ? $root.google.protobuf.Edition[message.minimumEdition] === undefined ? message.minimumEdition : $root.google.protobuf.Edition[message.minimumEdition] : message.minimumEdition; - if (message.maximumEdition != null && message.hasOwnProperty("maximumEdition")) - object.maximumEdition = options.enums === String ? $root.google.protobuf.Edition[message.maximumEdition] === undefined ? message.maximumEdition : $root.google.protobuf.Edition[message.maximumEdition] : message.maximumEdition; - return object; - }; - - /** - * Converts this FeatureSetDefaults to JSON. - * @function toJSON - * @memberof google.protobuf.FeatureSetDefaults - * @instance - * @returns {Object.} JSON object - */ - FeatureSetDefaults.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FeatureSetDefaults - * @function getTypeUrl - * @memberof google.protobuf.FeatureSetDefaults - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FeatureSetDefaults.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FeatureSetDefaults"; - }; - - FeatureSetDefaults.FeatureSetEditionDefault = (function() { - - /** - * Properties of a FeatureSetEditionDefault. - * @memberof google.protobuf.FeatureSetDefaults - * @interface IFeatureSetEditionDefault - * @property {google.protobuf.Edition|null} [edition] FeatureSetEditionDefault edition - * @property {google.protobuf.IFeatureSet|null} [overridableFeatures] FeatureSetEditionDefault overridableFeatures - * @property {google.protobuf.IFeatureSet|null} [fixedFeatures] FeatureSetEditionDefault fixedFeatures - */ - - /** - * Constructs a new FeatureSetEditionDefault. - * @memberof google.protobuf.FeatureSetDefaults - * @classdesc Represents a FeatureSetEditionDefault. - * @implements IFeatureSetEditionDefault - * @constructor - * @param {google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault=} [properties] Properties to set - */ - function FeatureSetEditionDefault(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FeatureSetEditionDefault edition. - * @member {google.protobuf.Edition} edition - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @instance - */ - FeatureSetEditionDefault.prototype.edition = 0; - - /** - * FeatureSetEditionDefault overridableFeatures. - * @member {google.protobuf.IFeatureSet|null|undefined} overridableFeatures - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @instance - */ - FeatureSetEditionDefault.prototype.overridableFeatures = null; - - /** - * FeatureSetEditionDefault fixedFeatures. - * @member {google.protobuf.IFeatureSet|null|undefined} fixedFeatures - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @instance - */ - FeatureSetEditionDefault.prototype.fixedFeatures = null; - - /** - * Creates a new FeatureSetEditionDefault instance using the specified properties. - * @function create - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @static - * @param {google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault=} [properties] Properties to set - * @returns {google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault} FeatureSetEditionDefault instance - */ - FeatureSetEditionDefault.create = function create(properties) { - return new FeatureSetEditionDefault(properties); - }; - - /** - * Encodes the specified FeatureSetEditionDefault message. Does not implicitly {@link google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @static - * @param {google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault} message FeatureSetEditionDefault message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FeatureSetEditionDefault.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.edition != null && Object.hasOwnProperty.call(message, "edition")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.edition); - if (message.overridableFeatures != null && Object.hasOwnProperty.call(message, "overridableFeatures")) - $root.google.protobuf.FeatureSet.encode(message.overridableFeatures, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - if (message.fixedFeatures != null && Object.hasOwnProperty.call(message, "fixedFeatures")) - $root.google.protobuf.FeatureSet.encode(message.fixedFeatures, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified FeatureSetEditionDefault message, length delimited. Does not implicitly {@link google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @static - * @param {google.protobuf.FeatureSetDefaults.IFeatureSetEditionDefault} message FeatureSetEditionDefault message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FeatureSetEditionDefault.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FeatureSetEditionDefault message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault} FeatureSetEditionDefault - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FeatureSetEditionDefault.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 3: { - message.edition = reader.int32(); - break; - } - case 4: { - message.overridableFeatures = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 5: { - message.fixedFeatures = $root.google.protobuf.FeatureSet.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FeatureSetEditionDefault message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault} FeatureSetEditionDefault - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FeatureSetEditionDefault.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FeatureSetEditionDefault message. - * @function verify - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FeatureSetEditionDefault.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.edition != null && message.hasOwnProperty("edition")) - switch (message.edition) { - default: - return "edition: enum value expected"; - case 0: - case 900: - case 998: - case 999: - case 1000: - case 1001: - case 1: - case 2: - case 99997: - case 99998: - case 99999: - case 2147483647: - break; - } - if (message.overridableFeatures != null && message.hasOwnProperty("overridableFeatures")) { - var error = $root.google.protobuf.FeatureSet.verify(message.overridableFeatures, long + 1); - if (error) - return "overridableFeatures." + error; - } - if (message.fixedFeatures != null && message.hasOwnProperty("fixedFeatures")) { - var error = $root.google.protobuf.FeatureSet.verify(message.fixedFeatures, long + 1); - if (error) - return "fixedFeatures." + error; - } - return null; - }; - - /** - * Creates a FeatureSetEditionDefault message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault} FeatureSetEditionDefault - */ - FeatureSetEditionDefault.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault(); - switch (object.edition) { - default: - if (typeof object.edition === "number") { - message.edition = object.edition; - break; - } - break; - case "EDITION_UNKNOWN": - case 0: - message.edition = 0; - break; - case "EDITION_LEGACY": - case 900: - message.edition = 900; - break; - case "EDITION_PROTO2": - case 998: - message.edition = 998; - break; - case "EDITION_PROTO3": - case 999: - message.edition = 999; - break; - case "EDITION_2023": - case 1000: - message.edition = 1000; - break; - case "EDITION_2024": - case 1001: - message.edition = 1001; - break; - case "EDITION_1_TEST_ONLY": - case 1: - message.edition = 1; - break; - case "EDITION_2_TEST_ONLY": - case 2: - message.edition = 2; - break; - case "EDITION_99997_TEST_ONLY": - case 99997: - message.edition = 99997; - break; - case "EDITION_99998_TEST_ONLY": - case 99998: - message.edition = 99998; - break; - case "EDITION_99999_TEST_ONLY": - case 99999: - message.edition = 99999; - break; - case "EDITION_MAX": - case 2147483647: - message.edition = 2147483647; - break; - } - if (object.overridableFeatures != null) { - if (typeof object.overridableFeatures !== "object") - throw TypeError(".google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.overridableFeatures: object expected"); - message.overridableFeatures = $root.google.protobuf.FeatureSet.fromObject(object.overridableFeatures, long + 1); - } - if (object.fixedFeatures != null) { - if (typeof object.fixedFeatures !== "object") - throw TypeError(".google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.fixedFeatures: object expected"); - message.fixedFeatures = $root.google.protobuf.FeatureSet.fromObject(object.fixedFeatures, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a FeatureSetEditionDefault message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @static - * @param {google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault} message FeatureSetEditionDefault - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FeatureSetEditionDefault.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.edition = options.enums === String ? "EDITION_UNKNOWN" : 0; - object.overridableFeatures = null; - object.fixedFeatures = null; - } - if (message.edition != null && message.hasOwnProperty("edition")) - object.edition = options.enums === String ? $root.google.protobuf.Edition[message.edition] === undefined ? message.edition : $root.google.protobuf.Edition[message.edition] : message.edition; - if (message.overridableFeatures != null && message.hasOwnProperty("overridableFeatures")) - object.overridableFeatures = $root.google.protobuf.FeatureSet.toObject(message.overridableFeatures, options); - if (message.fixedFeatures != null && message.hasOwnProperty("fixedFeatures")) - object.fixedFeatures = $root.google.protobuf.FeatureSet.toObject(message.fixedFeatures, options); - return object; - }; - - /** - * Converts this FeatureSetEditionDefault to JSON. - * @function toJSON - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @instance - * @returns {Object.} JSON object - */ - FeatureSetEditionDefault.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FeatureSetEditionDefault - * @function getTypeUrl - * @memberof google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FeatureSetEditionDefault.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault"; - }; - - return FeatureSetEditionDefault; - })(); - - return FeatureSetDefaults; - })(); - - protobuf.SourceCodeInfo = (function() { - - /** - * Properties of a SourceCodeInfo. - * @memberof google.protobuf - * @interface ISourceCodeInfo - * @property {Array.|null} [location] SourceCodeInfo location - */ - - /** - * Constructs a new SourceCodeInfo. - * @memberof google.protobuf - * @classdesc Represents a SourceCodeInfo. - * @implements ISourceCodeInfo - * @constructor - * @param {google.protobuf.ISourceCodeInfo=} [properties] Properties to set - */ - function SourceCodeInfo(properties) { - this.location = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SourceCodeInfo location. - * @member {Array.} location - * @memberof google.protobuf.SourceCodeInfo - * @instance - */ - SourceCodeInfo.prototype.location = $util.emptyArray; - - /** - * Creates a new SourceCodeInfo instance using the specified properties. - * @function create - * @memberof google.protobuf.SourceCodeInfo - * @static - * @param {google.protobuf.ISourceCodeInfo=} [properties] Properties to set - * @returns {google.protobuf.SourceCodeInfo} SourceCodeInfo instance - */ - SourceCodeInfo.create = function create(properties) { - return new SourceCodeInfo(properties); - }; - - /** - * Encodes the specified SourceCodeInfo message. Does not implicitly {@link google.protobuf.SourceCodeInfo.verify|verify} messages. - * @function encode - * @memberof google.protobuf.SourceCodeInfo - * @static - * @param {google.protobuf.ISourceCodeInfo} message SourceCodeInfo message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SourceCodeInfo.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.location != null && message.location.length) - for (var i = 0; i < message.location.length; ++i) - $root.google.protobuf.SourceCodeInfo.Location.encode(message.location[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified SourceCodeInfo message, length delimited. Does not implicitly {@link google.protobuf.SourceCodeInfo.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.SourceCodeInfo - * @static - * @param {google.protobuf.ISourceCodeInfo} message SourceCodeInfo message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SourceCodeInfo.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SourceCodeInfo message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.SourceCodeInfo - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.SourceCodeInfo} SourceCodeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SourceCodeInfo.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.SourceCodeInfo(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.location && message.location.length)) - message.location = []; - message.location.push($root.google.protobuf.SourceCodeInfo.Location.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SourceCodeInfo message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.SourceCodeInfo - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.SourceCodeInfo} SourceCodeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SourceCodeInfo.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SourceCodeInfo message. - * @function verify - * @memberof google.protobuf.SourceCodeInfo - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SourceCodeInfo.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.location != null && message.hasOwnProperty("location")) { - if (!Array.isArray(message.location)) - return "location: array expected"; - for (var i = 0; i < message.location.length; ++i) { - var error = $root.google.protobuf.SourceCodeInfo.Location.verify(message.location[i], long + 1); - if (error) - return "location." + error; - } - } - return null; - }; - - /** - * Creates a SourceCodeInfo message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.SourceCodeInfo - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.SourceCodeInfo} SourceCodeInfo - */ - SourceCodeInfo.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.SourceCodeInfo) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.SourceCodeInfo(); - if (object.location) { - if (!Array.isArray(object.location)) - throw TypeError(".google.protobuf.SourceCodeInfo.location: array expected"); - message.location = []; - for (var i = 0; i < object.location.length; ++i) { - if (typeof object.location[i] !== "object") - throw TypeError(".google.protobuf.SourceCodeInfo.location: object expected"); - message.location[i] = $root.google.protobuf.SourceCodeInfo.Location.fromObject(object.location[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a SourceCodeInfo message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.SourceCodeInfo - * @static - * @param {google.protobuf.SourceCodeInfo} message SourceCodeInfo - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SourceCodeInfo.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.location = []; - if (message.location && message.location.length) { - object.location = []; - for (var j = 0; j < message.location.length; ++j) - object.location[j] = $root.google.protobuf.SourceCodeInfo.Location.toObject(message.location[j], options); - } - return object; - }; - - /** - * Converts this SourceCodeInfo to JSON. - * @function toJSON - * @memberof google.protobuf.SourceCodeInfo - * @instance - * @returns {Object.} JSON object - */ - SourceCodeInfo.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SourceCodeInfo - * @function getTypeUrl - * @memberof google.protobuf.SourceCodeInfo - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SourceCodeInfo.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.SourceCodeInfo"; - }; - - SourceCodeInfo.Location = (function() { - - /** - * Properties of a Location. - * @memberof google.protobuf.SourceCodeInfo - * @interface ILocation - * @property {Array.|null} [path] Location path - * @property {Array.|null} [span] Location span - * @property {string|null} [leadingComments] Location leadingComments - * @property {string|null} [trailingComments] Location trailingComments - * @property {Array.|null} [leadingDetachedComments] Location leadingDetachedComments - */ - - /** - * Constructs a new Location. - * @memberof google.protobuf.SourceCodeInfo - * @classdesc Represents a Location. - * @implements ILocation - * @constructor - * @param {google.protobuf.SourceCodeInfo.ILocation=} [properties] Properties to set - */ - function Location(properties) { - this.path = []; - this.span = []; - this.leadingDetachedComments = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Location path. - * @member {Array.} path - * @memberof google.protobuf.SourceCodeInfo.Location - * @instance - */ - Location.prototype.path = $util.emptyArray; - - /** - * Location span. - * @member {Array.} span - * @memberof google.protobuf.SourceCodeInfo.Location - * @instance - */ - Location.prototype.span = $util.emptyArray; - - /** - * Location leadingComments. - * @member {string} leadingComments - * @memberof google.protobuf.SourceCodeInfo.Location - * @instance - */ - Location.prototype.leadingComments = ""; - - /** - * Location trailingComments. - * @member {string} trailingComments - * @memberof google.protobuf.SourceCodeInfo.Location - * @instance - */ - Location.prototype.trailingComments = ""; - - /** - * Location leadingDetachedComments. - * @member {Array.} leadingDetachedComments - * @memberof google.protobuf.SourceCodeInfo.Location - * @instance - */ - Location.prototype.leadingDetachedComments = $util.emptyArray; - - /** - * Creates a new Location instance using the specified properties. - * @function create - * @memberof google.protobuf.SourceCodeInfo.Location - * @static - * @param {google.protobuf.SourceCodeInfo.ILocation=} [properties] Properties to set - * @returns {google.protobuf.SourceCodeInfo.Location} Location instance - */ - Location.create = function create(properties) { - return new Location(properties); - }; - - /** - * Encodes the specified Location message. Does not implicitly {@link google.protobuf.SourceCodeInfo.Location.verify|verify} messages. - * @function encode - * @memberof google.protobuf.SourceCodeInfo.Location - * @static - * @param {google.protobuf.SourceCodeInfo.ILocation} message Location message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Location.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.path != null && message.path.length) { - writer.uint32(/* id 1, wireType 2 =*/10).fork(); - for (var i = 0; i < message.path.length; ++i) - writer.int32(message.path[i]); - writer.ldelim(); - } - if (message.span != null && message.span.length) { - writer.uint32(/* id 2, wireType 2 =*/18).fork(); - for (var i = 0; i < message.span.length; ++i) - writer.int32(message.span[i]); - writer.ldelim(); - } - if (message.leadingComments != null && Object.hasOwnProperty.call(message, "leadingComments")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.leadingComments); - if (message.trailingComments != null && Object.hasOwnProperty.call(message, "trailingComments")) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.trailingComments); - if (message.leadingDetachedComments != null && message.leadingDetachedComments.length) - for (var i = 0; i < message.leadingDetachedComments.length; ++i) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.leadingDetachedComments[i]); - return writer; - }; - - /** - * Encodes the specified Location message, length delimited. Does not implicitly {@link google.protobuf.SourceCodeInfo.Location.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.SourceCodeInfo.Location - * @static - * @param {google.protobuf.SourceCodeInfo.ILocation} message Location message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Location.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Location message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.SourceCodeInfo.Location - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.SourceCodeInfo.Location} Location - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Location.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.SourceCodeInfo.Location(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.path && message.path.length)) - message.path = []; - if ((tag & 7) === 2) { - var end2 = reader.uint32() + reader.pos; - while (reader.pos < end2) - message.path.push(reader.int32()); - } else - message.path.push(reader.int32()); - break; - } - case 2: { - if (!(message.span && message.span.length)) - message.span = []; - if ((tag & 7) === 2) { - var end2 = reader.uint32() + reader.pos; - while (reader.pos < end2) - message.span.push(reader.int32()); - } else - message.span.push(reader.int32()); - break; - } - case 3: { - message.leadingComments = reader.string(); - break; - } - case 4: { - message.trailingComments = reader.string(); - break; - } - case 6: { - if (!(message.leadingDetachedComments && message.leadingDetachedComments.length)) - message.leadingDetachedComments = []; - message.leadingDetachedComments.push(reader.string()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Location message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.SourceCodeInfo.Location - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.SourceCodeInfo.Location} Location - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Location.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Location message. - * @function verify - * @memberof google.protobuf.SourceCodeInfo.Location - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Location.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.path != null && message.hasOwnProperty("path")) { - if (!Array.isArray(message.path)) - return "path: array expected"; - for (var i = 0; i < message.path.length; ++i) - if (!$util.isInteger(message.path[i])) - return "path: integer[] expected"; - } - if (message.span != null && message.hasOwnProperty("span")) { - if (!Array.isArray(message.span)) - return "span: array expected"; - for (var i = 0; i < message.span.length; ++i) - if (!$util.isInteger(message.span[i])) - return "span: integer[] expected"; - } - if (message.leadingComments != null && message.hasOwnProperty("leadingComments")) - if (!$util.isString(message.leadingComments)) - return "leadingComments: string expected"; - if (message.trailingComments != null && message.hasOwnProperty("trailingComments")) - if (!$util.isString(message.trailingComments)) - return "trailingComments: string expected"; - if (message.leadingDetachedComments != null && message.hasOwnProperty("leadingDetachedComments")) { - if (!Array.isArray(message.leadingDetachedComments)) - return "leadingDetachedComments: array expected"; - for (var i = 0; i < message.leadingDetachedComments.length; ++i) - if (!$util.isString(message.leadingDetachedComments[i])) - return "leadingDetachedComments: string[] expected"; - } - return null; - }; - - /** - * Creates a Location message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.SourceCodeInfo.Location - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.SourceCodeInfo.Location} Location - */ - Location.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.SourceCodeInfo.Location) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.SourceCodeInfo.Location(); - if (object.path) { - if (!Array.isArray(object.path)) - throw TypeError(".google.protobuf.SourceCodeInfo.Location.path: array expected"); - message.path = []; - for (var i = 0; i < object.path.length; ++i) - message.path[i] = object.path[i] | 0; - } - if (object.span) { - if (!Array.isArray(object.span)) - throw TypeError(".google.protobuf.SourceCodeInfo.Location.span: array expected"); - message.span = []; - for (var i = 0; i < object.span.length; ++i) - message.span[i] = object.span[i] | 0; - } - if (object.leadingComments != null) - message.leadingComments = String(object.leadingComments); - if (object.trailingComments != null) - message.trailingComments = String(object.trailingComments); - if (object.leadingDetachedComments) { - if (!Array.isArray(object.leadingDetachedComments)) - throw TypeError(".google.protobuf.SourceCodeInfo.Location.leadingDetachedComments: array expected"); - message.leadingDetachedComments = []; - for (var i = 0; i < object.leadingDetachedComments.length; ++i) - message.leadingDetachedComments[i] = String(object.leadingDetachedComments[i]); - } - return message; - }; - - /** - * Creates a plain object from a Location message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.SourceCodeInfo.Location - * @static - * @param {google.protobuf.SourceCodeInfo.Location} message Location - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Location.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.path = []; - object.span = []; - object.leadingDetachedComments = []; - } - if (options.defaults) { - object.leadingComments = ""; - object.trailingComments = ""; - } - if (message.path && message.path.length) { - object.path = []; - for (var j = 0; j < message.path.length; ++j) - object.path[j] = message.path[j]; - } - if (message.span && message.span.length) { - object.span = []; - for (var j = 0; j < message.span.length; ++j) - object.span[j] = message.span[j]; - } - if (message.leadingComments != null && message.hasOwnProperty("leadingComments")) - object.leadingComments = message.leadingComments; - if (message.trailingComments != null && message.hasOwnProperty("trailingComments")) - object.trailingComments = message.trailingComments; - if (message.leadingDetachedComments && message.leadingDetachedComments.length) { - object.leadingDetachedComments = []; - for (var j = 0; j < message.leadingDetachedComments.length; ++j) - object.leadingDetachedComments[j] = message.leadingDetachedComments[j]; - } - return object; - }; - - /** - * Converts this Location to JSON. - * @function toJSON - * @memberof google.protobuf.SourceCodeInfo.Location - * @instance - * @returns {Object.} JSON object - */ - Location.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Location - * @function getTypeUrl - * @memberof google.protobuf.SourceCodeInfo.Location - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Location.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.SourceCodeInfo.Location"; - }; - - return Location; - })(); - - return SourceCodeInfo; - })(); - - protobuf.GeneratedCodeInfo = (function() { - - /** - * Properties of a GeneratedCodeInfo. - * @memberof google.protobuf - * @interface IGeneratedCodeInfo - * @property {Array.|null} [annotation] GeneratedCodeInfo annotation - */ - - /** - * Constructs a new GeneratedCodeInfo. - * @memberof google.protobuf - * @classdesc Represents a GeneratedCodeInfo. - * @implements IGeneratedCodeInfo - * @constructor - * @param {google.protobuf.IGeneratedCodeInfo=} [properties] Properties to set - */ - function GeneratedCodeInfo(properties) { - this.annotation = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * GeneratedCodeInfo annotation. - * @member {Array.} annotation - * @memberof google.protobuf.GeneratedCodeInfo - * @instance - */ - GeneratedCodeInfo.prototype.annotation = $util.emptyArray; - - /** - * Creates a new GeneratedCodeInfo instance using the specified properties. - * @function create - * @memberof google.protobuf.GeneratedCodeInfo - * @static - * @param {google.protobuf.IGeneratedCodeInfo=} [properties] Properties to set - * @returns {google.protobuf.GeneratedCodeInfo} GeneratedCodeInfo instance - */ - GeneratedCodeInfo.create = function create(properties) { - return new GeneratedCodeInfo(properties); - }; - - /** - * Encodes the specified GeneratedCodeInfo message. Does not implicitly {@link google.protobuf.GeneratedCodeInfo.verify|verify} messages. - * @function encode - * @memberof google.protobuf.GeneratedCodeInfo - * @static - * @param {google.protobuf.IGeneratedCodeInfo} message GeneratedCodeInfo message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - GeneratedCodeInfo.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.annotation != null && message.annotation.length) - for (var i = 0; i < message.annotation.length; ++i) - $root.google.protobuf.GeneratedCodeInfo.Annotation.encode(message.annotation[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified GeneratedCodeInfo message, length delimited. Does not implicitly {@link google.protobuf.GeneratedCodeInfo.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.GeneratedCodeInfo - * @static - * @param {google.protobuf.IGeneratedCodeInfo} message GeneratedCodeInfo message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - GeneratedCodeInfo.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a GeneratedCodeInfo message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.GeneratedCodeInfo - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.GeneratedCodeInfo} GeneratedCodeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - GeneratedCodeInfo.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.GeneratedCodeInfo(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.annotation && message.annotation.length)) - message.annotation = []; - message.annotation.push($root.google.protobuf.GeneratedCodeInfo.Annotation.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a GeneratedCodeInfo message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.GeneratedCodeInfo - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.GeneratedCodeInfo} GeneratedCodeInfo - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - GeneratedCodeInfo.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a GeneratedCodeInfo message. - * @function verify - * @memberof google.protobuf.GeneratedCodeInfo - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - GeneratedCodeInfo.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.annotation != null && message.hasOwnProperty("annotation")) { - if (!Array.isArray(message.annotation)) - return "annotation: array expected"; - for (var i = 0; i < message.annotation.length; ++i) { - var error = $root.google.protobuf.GeneratedCodeInfo.Annotation.verify(message.annotation[i], long + 1); - if (error) - return "annotation." + error; - } - } - return null; - }; - - /** - * Creates a GeneratedCodeInfo message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.GeneratedCodeInfo - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.GeneratedCodeInfo} GeneratedCodeInfo - */ - GeneratedCodeInfo.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.GeneratedCodeInfo) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.GeneratedCodeInfo(); - if (object.annotation) { - if (!Array.isArray(object.annotation)) - throw TypeError(".google.protobuf.GeneratedCodeInfo.annotation: array expected"); - message.annotation = []; - for (var i = 0; i < object.annotation.length; ++i) { - if (typeof object.annotation[i] !== "object") - throw TypeError(".google.protobuf.GeneratedCodeInfo.annotation: object expected"); - message.annotation[i] = $root.google.protobuf.GeneratedCodeInfo.Annotation.fromObject(object.annotation[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a GeneratedCodeInfo message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.GeneratedCodeInfo - * @static - * @param {google.protobuf.GeneratedCodeInfo} message GeneratedCodeInfo - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - GeneratedCodeInfo.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.annotation = []; - if (message.annotation && message.annotation.length) { - object.annotation = []; - for (var j = 0; j < message.annotation.length; ++j) - object.annotation[j] = $root.google.protobuf.GeneratedCodeInfo.Annotation.toObject(message.annotation[j], options); - } - return object; - }; - - /** - * Converts this GeneratedCodeInfo to JSON. - * @function toJSON - * @memberof google.protobuf.GeneratedCodeInfo - * @instance - * @returns {Object.} JSON object - */ - GeneratedCodeInfo.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for GeneratedCodeInfo - * @function getTypeUrl - * @memberof google.protobuf.GeneratedCodeInfo - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - GeneratedCodeInfo.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.GeneratedCodeInfo"; - }; - - GeneratedCodeInfo.Annotation = (function() { - - /** - * Properties of an Annotation. - * @memberof google.protobuf.GeneratedCodeInfo - * @interface IAnnotation - * @property {Array.|null} [path] Annotation path - * @property {string|null} [sourceFile] Annotation sourceFile - * @property {number|null} [begin] Annotation begin - * @property {number|null} [end] Annotation end - * @property {google.protobuf.GeneratedCodeInfo.Annotation.Semantic|null} [semantic] Annotation semantic - */ - - /** - * Constructs a new Annotation. - * @memberof google.protobuf.GeneratedCodeInfo - * @classdesc Represents an Annotation. - * @implements IAnnotation - * @constructor - * @param {google.protobuf.GeneratedCodeInfo.IAnnotation=} [properties] Properties to set - */ - function Annotation(properties) { - this.path = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Annotation path. - * @member {Array.} path - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @instance - */ - Annotation.prototype.path = $util.emptyArray; - - /** - * Annotation sourceFile. - * @member {string} sourceFile - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @instance - */ - Annotation.prototype.sourceFile = ""; - - /** - * Annotation begin. - * @member {number} begin - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @instance - */ - Annotation.prototype.begin = 0; - - /** - * Annotation end. - * @member {number} end - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @instance - */ - Annotation.prototype.end = 0; - - /** - * Annotation semantic. - * @member {google.protobuf.GeneratedCodeInfo.Annotation.Semantic} semantic - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @instance - */ - Annotation.prototype.semantic = 0; - - /** - * Creates a new Annotation instance using the specified properties. - * @function create - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @static - * @param {google.protobuf.GeneratedCodeInfo.IAnnotation=} [properties] Properties to set - * @returns {google.protobuf.GeneratedCodeInfo.Annotation} Annotation instance - */ - Annotation.create = function create(properties) { - return new Annotation(properties); - }; - - /** - * Encodes the specified Annotation message. Does not implicitly {@link google.protobuf.GeneratedCodeInfo.Annotation.verify|verify} messages. - * @function encode - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @static - * @param {google.protobuf.GeneratedCodeInfo.IAnnotation} message Annotation message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Annotation.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.path != null && message.path.length) { - writer.uint32(/* id 1, wireType 2 =*/10).fork(); - for (var i = 0; i < message.path.length; ++i) - writer.int32(message.path[i]); - writer.ldelim(); - } - if (message.sourceFile != null && Object.hasOwnProperty.call(message, "sourceFile")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.sourceFile); - if (message.begin != null && Object.hasOwnProperty.call(message, "begin")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.begin); - if (message.end != null && Object.hasOwnProperty.call(message, "end")) - writer.uint32(/* id 4, wireType 0 =*/32).int32(message.end); - if (message.semantic != null && Object.hasOwnProperty.call(message, "semantic")) - writer.uint32(/* id 5, wireType 0 =*/40).int32(message.semantic); - return writer; - }; - - /** - * Encodes the specified Annotation message, length delimited. Does not implicitly {@link google.protobuf.GeneratedCodeInfo.Annotation.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @static - * @param {google.protobuf.GeneratedCodeInfo.IAnnotation} message Annotation message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Annotation.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an Annotation message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.GeneratedCodeInfo.Annotation} Annotation - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Annotation.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.GeneratedCodeInfo.Annotation(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.path && message.path.length)) - message.path = []; - if ((tag & 7) === 2) { - var end2 = reader.uint32() + reader.pos; - while (reader.pos < end2) - message.path.push(reader.int32()); - } else - message.path.push(reader.int32()); - break; - } - case 2: { - message.sourceFile = reader.string(); - break; - } - case 3: { - message.begin = reader.int32(); - break; - } - case 4: { - message.end = reader.int32(); - break; - } - case 5: { - message.semantic = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an Annotation message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.GeneratedCodeInfo.Annotation} Annotation - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Annotation.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an Annotation message. - * @function verify - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Annotation.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.path != null && message.hasOwnProperty("path")) { - if (!Array.isArray(message.path)) - return "path: array expected"; - for (var i = 0; i < message.path.length; ++i) - if (!$util.isInteger(message.path[i])) - return "path: integer[] expected"; - } - if (message.sourceFile != null && message.hasOwnProperty("sourceFile")) - if (!$util.isString(message.sourceFile)) - return "sourceFile: string expected"; - if (message.begin != null && message.hasOwnProperty("begin")) - if (!$util.isInteger(message.begin)) - return "begin: integer expected"; - if (message.end != null && message.hasOwnProperty("end")) - if (!$util.isInteger(message.end)) - return "end: integer expected"; - if (message.semantic != null && message.hasOwnProperty("semantic")) - switch (message.semantic) { - default: - return "semantic: enum value expected"; - case 0: - case 1: - case 2: - break; - } - return null; - }; - - /** - * Creates an Annotation message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.GeneratedCodeInfo.Annotation} Annotation - */ - Annotation.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.GeneratedCodeInfo.Annotation) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.GeneratedCodeInfo.Annotation(); - if (object.path) { - if (!Array.isArray(object.path)) - throw TypeError(".google.protobuf.GeneratedCodeInfo.Annotation.path: array expected"); - message.path = []; - for (var i = 0; i < object.path.length; ++i) - message.path[i] = object.path[i] | 0; - } - if (object.sourceFile != null) - message.sourceFile = String(object.sourceFile); - if (object.begin != null) - message.begin = object.begin | 0; - if (object.end != null) - message.end = object.end | 0; - switch (object.semantic) { - default: - if (typeof object.semantic === "number") { - message.semantic = object.semantic; - break; - } - break; - case "NONE": - case 0: - message.semantic = 0; - break; - case "SET": - case 1: - message.semantic = 1; - break; - case "ALIAS": - case 2: - message.semantic = 2; - break; - } - return message; - }; - - /** - * Creates a plain object from an Annotation message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @static - * @param {google.protobuf.GeneratedCodeInfo.Annotation} message Annotation - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Annotation.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.path = []; - if (options.defaults) { - object.sourceFile = ""; - object.begin = 0; - object.end = 0; - object.semantic = options.enums === String ? "NONE" : 0; - } - if (message.path && message.path.length) { - object.path = []; - for (var j = 0; j < message.path.length; ++j) - object.path[j] = message.path[j]; - } - if (message.sourceFile != null && message.hasOwnProperty("sourceFile")) - object.sourceFile = message.sourceFile; - if (message.begin != null && message.hasOwnProperty("begin")) - object.begin = message.begin; - if (message.end != null && message.hasOwnProperty("end")) - object.end = message.end; - if (message.semantic != null && message.hasOwnProperty("semantic")) - object.semantic = options.enums === String ? $root.google.protobuf.GeneratedCodeInfo.Annotation.Semantic[message.semantic] === undefined ? message.semantic : $root.google.protobuf.GeneratedCodeInfo.Annotation.Semantic[message.semantic] : message.semantic; - return object; - }; - - /** - * Converts this Annotation to JSON. - * @function toJSON - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @instance - * @returns {Object.} JSON object - */ - Annotation.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Annotation - * @function getTypeUrl - * @memberof google.protobuf.GeneratedCodeInfo.Annotation - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Annotation.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.GeneratedCodeInfo.Annotation"; - }; - - /** - * Semantic enum. - * @name google.protobuf.GeneratedCodeInfo.Annotation.Semantic - * @enum {number} - * @property {number} NONE=0 NONE value - * @property {number} SET=1 SET value - * @property {number} ALIAS=2 ALIAS value - */ - Annotation.Semantic = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "NONE"] = 0; - values[valuesById[1] = "SET"] = 1; - values[valuesById[2] = "ALIAS"] = 2; - return values; - })(); - - return Annotation; - })(); - - return GeneratedCodeInfo; - })(); - - /** - * SymbolVisibility enum. - * @name google.protobuf.SymbolVisibility - * @enum {number} - * @property {number} VISIBILITY_UNSET=0 VISIBILITY_UNSET value - * @property {number} VISIBILITY_LOCAL=1 VISIBILITY_LOCAL value - * @property {number} VISIBILITY_EXPORT=2 VISIBILITY_EXPORT value - */ - protobuf.SymbolVisibility = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "VISIBILITY_UNSET"] = 0; - values[valuesById[1] = "VISIBILITY_LOCAL"] = 1; - values[valuesById[2] = "VISIBILITY_EXPORT"] = 2; - return values; - })(); - - protobuf.Duration = (function() { - - /** - * Properties of a Duration. - * @memberof google.protobuf - * @interface IDuration - * @property {number|Long|null} [seconds] Duration seconds - * @property {number|null} [nanos] Duration nanos - */ - - /** - * Constructs a new Duration. - * @memberof google.protobuf - * @classdesc Represents a Duration. - * @implements IDuration - * @constructor - * @param {google.protobuf.IDuration=} [properties] Properties to set - */ - function Duration(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Duration seconds. - * @member {number|Long} seconds - * @memberof google.protobuf.Duration - * @instance - */ - Duration.prototype.seconds = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Duration nanos. - * @member {number} nanos - * @memberof google.protobuf.Duration - * @instance - */ - Duration.prototype.nanos = 0; - - /** - * Creates a new Duration instance using the specified properties. - * @function create - * @memberof google.protobuf.Duration - * @static - * @param {google.protobuf.IDuration=} [properties] Properties to set - * @returns {google.protobuf.Duration} Duration instance - */ - Duration.create = function create(properties) { - return new Duration(properties); - }; - - /** - * Encodes the specified Duration message. Does not implicitly {@link google.protobuf.Duration.verify|verify} messages. - * @function encode - * @memberof google.protobuf.Duration - * @static - * @param {google.protobuf.IDuration} message Duration message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Duration.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.seconds != null && Object.hasOwnProperty.call(message, "seconds")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.seconds); - if (message.nanos != null && Object.hasOwnProperty.call(message, "nanos")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.nanos); - return writer; - }; - - /** - * Encodes the specified Duration message, length delimited. Does not implicitly {@link google.protobuf.Duration.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.Duration - * @static - * @param {google.protobuf.IDuration} message Duration message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Duration.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Duration message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.Duration - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.Duration} Duration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Duration.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.Duration(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.seconds = reader.int64(); - break; - } - case 2: { - message.nanos = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Duration message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.Duration - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.Duration} Duration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Duration.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Duration message. - * @function verify - * @memberof google.protobuf.Duration - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Duration.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.seconds != null && message.hasOwnProperty("seconds")) - if (!$util.isInteger(message.seconds) && !(message.seconds && $util.isInteger(message.seconds.low) && $util.isInteger(message.seconds.high))) - return "seconds: integer|Long expected"; - if (message.nanos != null && message.hasOwnProperty("nanos")) - if (!$util.isInteger(message.nanos)) - return "nanos: integer expected"; - return null; - }; - - /** - * Creates a Duration message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.Duration - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.Duration} Duration - */ - Duration.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.Duration) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.Duration(); - if (object.seconds != null) - if ($util.Long) - (message.seconds = $util.Long.fromValue(object.seconds)).unsigned = false; - else if (typeof object.seconds === "string") - message.seconds = parseInt(object.seconds, 10); - else if (typeof object.seconds === "number") - message.seconds = object.seconds; - else if (typeof object.seconds === "object") - message.seconds = new $util.LongBits(object.seconds.low >>> 0, object.seconds.high >>> 0).toNumber(); - if (object.nanos != null) - message.nanos = object.nanos | 0; - return message; - }; - - /** - * Creates a plain object from a Duration message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.Duration - * @static - * @param {google.protobuf.Duration} message Duration - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Duration.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.seconds = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.seconds = options.longs === String ? "0" : 0; - object.nanos = 0; - } - if (message.seconds != null && message.hasOwnProperty("seconds")) - if (typeof message.seconds === "number") - object.seconds = options.longs === String ? String(message.seconds) : message.seconds; - else - object.seconds = options.longs === String ? $util.Long.prototype.toString.call(message.seconds) : options.longs === Number ? new $util.LongBits(message.seconds.low >>> 0, message.seconds.high >>> 0).toNumber() : message.seconds; - if (message.nanos != null && message.hasOwnProperty("nanos")) - object.nanos = message.nanos; - return object; - }; - - /** - * Converts this Duration to JSON. - * @function toJSON - * @memberof google.protobuf.Duration - * @instance - * @returns {Object.} JSON object - */ - Duration.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Duration - * @function getTypeUrl - * @memberof google.protobuf.Duration - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Duration.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.Duration"; - }; - - return Duration; - })(); - - protobuf.DoubleValue = (function() { - - /** - * Properties of a DoubleValue. - * @memberof google.protobuf - * @interface IDoubleValue - * @property {number|null} [value] DoubleValue value - */ - - /** - * Constructs a new DoubleValue. - * @memberof google.protobuf - * @classdesc Represents a DoubleValue. - * @implements IDoubleValue - * @constructor - * @param {google.protobuf.IDoubleValue=} [properties] Properties to set - */ - function DoubleValue(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * DoubleValue value. - * @member {number} value - * @memberof google.protobuf.DoubleValue - * @instance - */ - DoubleValue.prototype.value = 0; - - /** - * Creates a new DoubleValue instance using the specified properties. - * @function create - * @memberof google.protobuf.DoubleValue - * @static - * @param {google.protobuf.IDoubleValue=} [properties] Properties to set - * @returns {google.protobuf.DoubleValue} DoubleValue instance - */ - DoubleValue.create = function create(properties) { - return new DoubleValue(properties); - }; - - /** - * Encodes the specified DoubleValue message. Does not implicitly {@link google.protobuf.DoubleValue.verify|verify} messages. - * @function encode - * @memberof google.protobuf.DoubleValue - * @static - * @param {google.protobuf.IDoubleValue} message DoubleValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - DoubleValue.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 1, wireType 1 =*/9).double(message.value); - return writer; - }; - - /** - * Encodes the specified DoubleValue message, length delimited. Does not implicitly {@link google.protobuf.DoubleValue.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.DoubleValue - * @static - * @param {google.protobuf.IDoubleValue} message DoubleValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - DoubleValue.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a DoubleValue message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.DoubleValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.DoubleValue} DoubleValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - DoubleValue.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.DoubleValue(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.value = reader.double(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a DoubleValue message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.DoubleValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.DoubleValue} DoubleValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - DoubleValue.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a DoubleValue message. - * @function verify - * @memberof google.protobuf.DoubleValue - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - DoubleValue.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.value != null && message.hasOwnProperty("value")) - if (typeof message.value !== "number") - return "value: number expected"; - return null; - }; - - /** - * Creates a DoubleValue message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.DoubleValue - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.DoubleValue} DoubleValue - */ - DoubleValue.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.DoubleValue) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.DoubleValue(); - if (object.value != null) - message.value = Number(object.value); - return message; - }; - - /** - * Creates a plain object from a DoubleValue message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.DoubleValue - * @static - * @param {google.protobuf.DoubleValue} message DoubleValue - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - DoubleValue.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.value = 0; - if (message.value != null && message.hasOwnProperty("value")) - object.value = options.json && !isFinite(message.value) ? String(message.value) : message.value; - return object; - }; - - /** - * Converts this DoubleValue to JSON. - * @function toJSON - * @memberof google.protobuf.DoubleValue - * @instance - * @returns {Object.} JSON object - */ - DoubleValue.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for DoubleValue - * @function getTypeUrl - * @memberof google.protobuf.DoubleValue - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - DoubleValue.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.DoubleValue"; - }; - - return DoubleValue; - })(); - - protobuf.FloatValue = (function() { - - /** - * Properties of a FloatValue. - * @memberof google.protobuf - * @interface IFloatValue - * @property {number|null} [value] FloatValue value - */ - - /** - * Constructs a new FloatValue. - * @memberof google.protobuf - * @classdesc Represents a FloatValue. - * @implements IFloatValue - * @constructor - * @param {google.protobuf.IFloatValue=} [properties] Properties to set - */ - function FloatValue(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FloatValue value. - * @member {number} value - * @memberof google.protobuf.FloatValue - * @instance - */ - FloatValue.prototype.value = 0; - - /** - * Creates a new FloatValue instance using the specified properties. - * @function create - * @memberof google.protobuf.FloatValue - * @static - * @param {google.protobuf.IFloatValue=} [properties] Properties to set - * @returns {google.protobuf.FloatValue} FloatValue instance - */ - FloatValue.create = function create(properties) { - return new FloatValue(properties); - }; - - /** - * Encodes the specified FloatValue message. Does not implicitly {@link google.protobuf.FloatValue.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FloatValue - * @static - * @param {google.protobuf.IFloatValue} message FloatValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FloatValue.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 1, wireType 5 =*/13).float(message.value); - return writer; - }; - - /** - * Encodes the specified FloatValue message, length delimited. Does not implicitly {@link google.protobuf.FloatValue.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FloatValue - * @static - * @param {google.protobuf.IFloatValue} message FloatValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FloatValue.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FloatValue message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FloatValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FloatValue} FloatValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FloatValue.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FloatValue(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.value = reader.float(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FloatValue message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FloatValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FloatValue} FloatValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FloatValue.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FloatValue message. - * @function verify - * @memberof google.protobuf.FloatValue - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FloatValue.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.value != null && message.hasOwnProperty("value")) - if (typeof message.value !== "number") - return "value: number expected"; - return null; - }; - - /** - * Creates a FloatValue message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FloatValue - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FloatValue} FloatValue - */ - FloatValue.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FloatValue) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FloatValue(); - if (object.value != null) - message.value = Number(object.value); - return message; - }; - - /** - * Creates a plain object from a FloatValue message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FloatValue - * @static - * @param {google.protobuf.FloatValue} message FloatValue - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FloatValue.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.value = 0; - if (message.value != null && message.hasOwnProperty("value")) - object.value = options.json && !isFinite(message.value) ? String(message.value) : message.value; - return object; - }; - - /** - * Converts this FloatValue to JSON. - * @function toJSON - * @memberof google.protobuf.FloatValue - * @instance - * @returns {Object.} JSON object - */ - FloatValue.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FloatValue - * @function getTypeUrl - * @memberof google.protobuf.FloatValue - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FloatValue.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FloatValue"; - }; - - return FloatValue; - })(); - - protobuf.Int64Value = (function() { - - /** - * Properties of an Int64Value. - * @memberof google.protobuf - * @interface IInt64Value - * @property {number|Long|null} [value] Int64Value value - */ - - /** - * Constructs a new Int64Value. - * @memberof google.protobuf - * @classdesc Represents an Int64Value. - * @implements IInt64Value - * @constructor - * @param {google.protobuf.IInt64Value=} [properties] Properties to set - */ - function Int64Value(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Int64Value value. - * @member {number|Long} value - * @memberof google.protobuf.Int64Value - * @instance - */ - Int64Value.prototype.value = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Creates a new Int64Value instance using the specified properties. - * @function create - * @memberof google.protobuf.Int64Value - * @static - * @param {google.protobuf.IInt64Value=} [properties] Properties to set - * @returns {google.protobuf.Int64Value} Int64Value instance - */ - Int64Value.create = function create(properties) { - return new Int64Value(properties); - }; - - /** - * Encodes the specified Int64Value message. Does not implicitly {@link google.protobuf.Int64Value.verify|verify} messages. - * @function encode - * @memberof google.protobuf.Int64Value - * @static - * @param {google.protobuf.IInt64Value} message Int64Value message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Int64Value.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.value); - return writer; - }; - - /** - * Encodes the specified Int64Value message, length delimited. Does not implicitly {@link google.protobuf.Int64Value.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.Int64Value - * @static - * @param {google.protobuf.IInt64Value} message Int64Value message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Int64Value.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an Int64Value message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.Int64Value - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.Int64Value} Int64Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Int64Value.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.Int64Value(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.value = reader.int64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an Int64Value message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.Int64Value - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.Int64Value} Int64Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Int64Value.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an Int64Value message. - * @function verify - * @memberof google.protobuf.Int64Value - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Int64Value.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.value != null && message.hasOwnProperty("value")) - if (!$util.isInteger(message.value) && !(message.value && $util.isInteger(message.value.low) && $util.isInteger(message.value.high))) - return "value: integer|Long expected"; - return null; - }; - - /** - * Creates an Int64Value message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.Int64Value - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.Int64Value} Int64Value - */ - Int64Value.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.Int64Value) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.Int64Value(); - if (object.value != null) - if ($util.Long) - (message.value = $util.Long.fromValue(object.value)).unsigned = false; - else if (typeof object.value === "string") - message.value = parseInt(object.value, 10); - else if (typeof object.value === "number") - message.value = object.value; - else if (typeof object.value === "object") - message.value = new $util.LongBits(object.value.low >>> 0, object.value.high >>> 0).toNumber(); - return message; - }; - - /** - * Creates a plain object from an Int64Value message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.Int64Value - * @static - * @param {google.protobuf.Int64Value} message Int64Value - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Int64Value.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.value = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.value = options.longs === String ? "0" : 0; - if (message.value != null && message.hasOwnProperty("value")) - if (typeof message.value === "number") - object.value = options.longs === String ? String(message.value) : message.value; - else - object.value = options.longs === String ? $util.Long.prototype.toString.call(message.value) : options.longs === Number ? new $util.LongBits(message.value.low >>> 0, message.value.high >>> 0).toNumber() : message.value; - return object; - }; - - /** - * Converts this Int64Value to JSON. - * @function toJSON - * @memberof google.protobuf.Int64Value - * @instance - * @returns {Object.} JSON object - */ - Int64Value.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Int64Value - * @function getTypeUrl - * @memberof google.protobuf.Int64Value - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Int64Value.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.Int64Value"; - }; - - return Int64Value; - })(); - - protobuf.UInt64Value = (function() { - - /** - * Properties of a UInt64Value. - * @memberof google.protobuf - * @interface IUInt64Value - * @property {number|Long|null} [value] UInt64Value value - */ - - /** - * Constructs a new UInt64Value. - * @memberof google.protobuf - * @classdesc Represents a UInt64Value. - * @implements IUInt64Value - * @constructor - * @param {google.protobuf.IUInt64Value=} [properties] Properties to set - */ - function UInt64Value(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * UInt64Value value. - * @member {number|Long} value - * @memberof google.protobuf.UInt64Value - * @instance - */ - UInt64Value.prototype.value = $util.Long ? $util.Long.fromBits(0,0,true) : 0; - - /** - * Creates a new UInt64Value instance using the specified properties. - * @function create - * @memberof google.protobuf.UInt64Value - * @static - * @param {google.protobuf.IUInt64Value=} [properties] Properties to set - * @returns {google.protobuf.UInt64Value} UInt64Value instance - */ - UInt64Value.create = function create(properties) { - return new UInt64Value(properties); - }; - - /** - * Encodes the specified UInt64Value message. Does not implicitly {@link google.protobuf.UInt64Value.verify|verify} messages. - * @function encode - * @memberof google.protobuf.UInt64Value - * @static - * @param {google.protobuf.IUInt64Value} message UInt64Value message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UInt64Value.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 1, wireType 0 =*/8).uint64(message.value); - return writer; - }; - - /** - * Encodes the specified UInt64Value message, length delimited. Does not implicitly {@link google.protobuf.UInt64Value.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.UInt64Value - * @static - * @param {google.protobuf.IUInt64Value} message UInt64Value message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UInt64Value.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a UInt64Value message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.UInt64Value - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.UInt64Value} UInt64Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UInt64Value.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.UInt64Value(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.value = reader.uint64(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a UInt64Value message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.UInt64Value - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.UInt64Value} UInt64Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UInt64Value.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a UInt64Value message. - * @function verify - * @memberof google.protobuf.UInt64Value - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - UInt64Value.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.value != null && message.hasOwnProperty("value")) - if (!$util.isInteger(message.value) && !(message.value && $util.isInteger(message.value.low) && $util.isInteger(message.value.high))) - return "value: integer|Long expected"; - return null; - }; - - /** - * Creates a UInt64Value message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.UInt64Value - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.UInt64Value} UInt64Value - */ - UInt64Value.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.UInt64Value) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.UInt64Value(); - if (object.value != null) - if ($util.Long) - (message.value = $util.Long.fromValue(object.value)).unsigned = true; - else if (typeof object.value === "string") - message.value = parseInt(object.value, 10); - else if (typeof object.value === "number") - message.value = object.value; - else if (typeof object.value === "object") - message.value = new $util.LongBits(object.value.low >>> 0, object.value.high >>> 0).toNumber(true); - return message; - }; - - /** - * Creates a plain object from a UInt64Value message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.UInt64Value - * @static - * @param {google.protobuf.UInt64Value} message UInt64Value - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - UInt64Value.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if ($util.Long) { - var long = new $util.Long(0, 0, true); - object.value = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.value = options.longs === String ? "0" : 0; - if (message.value != null && message.hasOwnProperty("value")) - if (typeof message.value === "number") - object.value = options.longs === String ? String(message.value) : message.value; - else - object.value = options.longs === String ? $util.Long.prototype.toString.call(message.value) : options.longs === Number ? new $util.LongBits(message.value.low >>> 0, message.value.high >>> 0).toNumber(true) : message.value; - return object; - }; - - /** - * Converts this UInt64Value to JSON. - * @function toJSON - * @memberof google.protobuf.UInt64Value - * @instance - * @returns {Object.} JSON object - */ - UInt64Value.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for UInt64Value - * @function getTypeUrl - * @memberof google.protobuf.UInt64Value - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - UInt64Value.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.UInt64Value"; - }; - - return UInt64Value; - })(); - - protobuf.Int32Value = (function() { - - /** - * Properties of an Int32Value. - * @memberof google.protobuf - * @interface IInt32Value - * @property {number|null} [value] Int32Value value - */ - - /** - * Constructs a new Int32Value. - * @memberof google.protobuf - * @classdesc Represents an Int32Value. - * @implements IInt32Value - * @constructor - * @param {google.protobuf.IInt32Value=} [properties] Properties to set - */ - function Int32Value(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Int32Value value. - * @member {number} value - * @memberof google.protobuf.Int32Value - * @instance - */ - Int32Value.prototype.value = 0; - - /** - * Creates a new Int32Value instance using the specified properties. - * @function create - * @memberof google.protobuf.Int32Value - * @static - * @param {google.protobuf.IInt32Value=} [properties] Properties to set - * @returns {google.protobuf.Int32Value} Int32Value instance - */ - Int32Value.create = function create(properties) { - return new Int32Value(properties); - }; - - /** - * Encodes the specified Int32Value message. Does not implicitly {@link google.protobuf.Int32Value.verify|verify} messages. - * @function encode - * @memberof google.protobuf.Int32Value - * @static - * @param {google.protobuf.IInt32Value} message Int32Value message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Int32Value.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.value); - return writer; - }; - - /** - * Encodes the specified Int32Value message, length delimited. Does not implicitly {@link google.protobuf.Int32Value.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.Int32Value - * @static - * @param {google.protobuf.IInt32Value} message Int32Value message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Int32Value.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an Int32Value message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.Int32Value - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.Int32Value} Int32Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Int32Value.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.Int32Value(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.value = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an Int32Value message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.Int32Value - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.Int32Value} Int32Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Int32Value.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an Int32Value message. - * @function verify - * @memberof google.protobuf.Int32Value - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Int32Value.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.value != null && message.hasOwnProperty("value")) - if (!$util.isInteger(message.value)) - return "value: integer expected"; - return null; - }; - - /** - * Creates an Int32Value message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.Int32Value - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.Int32Value} Int32Value - */ - Int32Value.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.Int32Value) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.Int32Value(); - if (object.value != null) - message.value = object.value | 0; - return message; - }; - - /** - * Creates a plain object from an Int32Value message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.Int32Value - * @static - * @param {google.protobuf.Int32Value} message Int32Value - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Int32Value.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.value = 0; - if (message.value != null && message.hasOwnProperty("value")) - object.value = message.value; - return object; - }; - - /** - * Converts this Int32Value to JSON. - * @function toJSON - * @memberof google.protobuf.Int32Value - * @instance - * @returns {Object.} JSON object - */ - Int32Value.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Int32Value - * @function getTypeUrl - * @memberof google.protobuf.Int32Value - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Int32Value.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.Int32Value"; - }; - - return Int32Value; - })(); - - protobuf.UInt32Value = (function() { - - /** - * Properties of a UInt32Value. - * @memberof google.protobuf - * @interface IUInt32Value - * @property {number|null} [value] UInt32Value value - */ - - /** - * Constructs a new UInt32Value. - * @memberof google.protobuf - * @classdesc Represents a UInt32Value. - * @implements IUInt32Value - * @constructor - * @param {google.protobuf.IUInt32Value=} [properties] Properties to set - */ - function UInt32Value(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * UInt32Value value. - * @member {number} value - * @memberof google.protobuf.UInt32Value - * @instance - */ - UInt32Value.prototype.value = 0; - - /** - * Creates a new UInt32Value instance using the specified properties. - * @function create - * @memberof google.protobuf.UInt32Value - * @static - * @param {google.protobuf.IUInt32Value=} [properties] Properties to set - * @returns {google.protobuf.UInt32Value} UInt32Value instance - */ - UInt32Value.create = function create(properties) { - return new UInt32Value(properties); - }; - - /** - * Encodes the specified UInt32Value message. Does not implicitly {@link google.protobuf.UInt32Value.verify|verify} messages. - * @function encode - * @memberof google.protobuf.UInt32Value - * @static - * @param {google.protobuf.IUInt32Value} message UInt32Value message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UInt32Value.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 1, wireType 0 =*/8).uint32(message.value); - return writer; - }; - - /** - * Encodes the specified UInt32Value message, length delimited. Does not implicitly {@link google.protobuf.UInt32Value.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.UInt32Value - * @static - * @param {google.protobuf.IUInt32Value} message UInt32Value message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - UInt32Value.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a UInt32Value message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.UInt32Value - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.UInt32Value} UInt32Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UInt32Value.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.UInt32Value(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.value = reader.uint32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a UInt32Value message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.UInt32Value - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.UInt32Value} UInt32Value - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - UInt32Value.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a UInt32Value message. - * @function verify - * @memberof google.protobuf.UInt32Value - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - UInt32Value.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.value != null && message.hasOwnProperty("value")) - if (!$util.isInteger(message.value)) - return "value: integer expected"; - return null; - }; - - /** - * Creates a UInt32Value message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.UInt32Value - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.UInt32Value} UInt32Value - */ - UInt32Value.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.UInt32Value) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.UInt32Value(); - if (object.value != null) - message.value = object.value >>> 0; - return message; - }; - - /** - * Creates a plain object from a UInt32Value message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.UInt32Value - * @static - * @param {google.protobuf.UInt32Value} message UInt32Value - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - UInt32Value.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.value = 0; - if (message.value != null && message.hasOwnProperty("value")) - object.value = message.value; - return object; - }; - - /** - * Converts this UInt32Value to JSON. - * @function toJSON - * @memberof google.protobuf.UInt32Value - * @instance - * @returns {Object.} JSON object - */ - UInt32Value.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for UInt32Value - * @function getTypeUrl - * @memberof google.protobuf.UInt32Value - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - UInt32Value.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.UInt32Value"; - }; - - return UInt32Value; - })(); - - protobuf.BoolValue = (function() { - - /** - * Properties of a BoolValue. - * @memberof google.protobuf - * @interface IBoolValue - * @property {boolean|null} [value] BoolValue value - */ - - /** - * Constructs a new BoolValue. - * @memberof google.protobuf - * @classdesc Represents a BoolValue. - * @implements IBoolValue - * @constructor - * @param {google.protobuf.IBoolValue=} [properties] Properties to set - */ - function BoolValue(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BoolValue value. - * @member {boolean} value - * @memberof google.protobuf.BoolValue - * @instance - */ - BoolValue.prototype.value = false; - - /** - * Creates a new BoolValue instance using the specified properties. - * @function create - * @memberof google.protobuf.BoolValue - * @static - * @param {google.protobuf.IBoolValue=} [properties] Properties to set - * @returns {google.protobuf.BoolValue} BoolValue instance - */ - BoolValue.create = function create(properties) { - return new BoolValue(properties); - }; - - /** - * Encodes the specified BoolValue message. Does not implicitly {@link google.protobuf.BoolValue.verify|verify} messages. - * @function encode - * @memberof google.protobuf.BoolValue - * @static - * @param {google.protobuf.IBoolValue} message BoolValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BoolValue.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 1, wireType 0 =*/8).bool(message.value); - return writer; - }; - - /** - * Encodes the specified BoolValue message, length delimited. Does not implicitly {@link google.protobuf.BoolValue.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.BoolValue - * @static - * @param {google.protobuf.IBoolValue} message BoolValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BoolValue.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BoolValue message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.BoolValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.BoolValue} BoolValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BoolValue.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.BoolValue(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.value = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BoolValue message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.BoolValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.BoolValue} BoolValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BoolValue.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BoolValue message. - * @function verify - * @memberof google.protobuf.BoolValue - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BoolValue.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.value != null && message.hasOwnProperty("value")) - if (typeof message.value !== "boolean") - return "value: boolean expected"; - return null; - }; - - /** - * Creates a BoolValue message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.BoolValue - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.BoolValue} BoolValue - */ - BoolValue.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.BoolValue) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.BoolValue(); - if (object.value != null) - message.value = Boolean(object.value); - return message; - }; - - /** - * Creates a plain object from a BoolValue message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.BoolValue - * @static - * @param {google.protobuf.BoolValue} message BoolValue - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BoolValue.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.value = false; - if (message.value != null && message.hasOwnProperty("value")) - object.value = message.value; - return object; - }; - - /** - * Converts this BoolValue to JSON. - * @function toJSON - * @memberof google.protobuf.BoolValue - * @instance - * @returns {Object.} JSON object - */ - BoolValue.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BoolValue - * @function getTypeUrl - * @memberof google.protobuf.BoolValue - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BoolValue.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.BoolValue"; - }; - - return BoolValue; - })(); - - protobuf.StringValue = (function() { - - /** - * Properties of a StringValue. - * @memberof google.protobuf - * @interface IStringValue - * @property {string|null} [value] StringValue value - */ - - /** - * Constructs a new StringValue. - * @memberof google.protobuf - * @classdesc Represents a StringValue. - * @implements IStringValue - * @constructor - * @param {google.protobuf.IStringValue=} [properties] Properties to set - */ - function StringValue(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * StringValue value. - * @member {string} value - * @memberof google.protobuf.StringValue - * @instance - */ - StringValue.prototype.value = ""; - - /** - * Creates a new StringValue instance using the specified properties. - * @function create - * @memberof google.protobuf.StringValue - * @static - * @param {google.protobuf.IStringValue=} [properties] Properties to set - * @returns {google.protobuf.StringValue} StringValue instance - */ - StringValue.create = function create(properties) { - return new StringValue(properties); - }; - - /** - * Encodes the specified StringValue message. Does not implicitly {@link google.protobuf.StringValue.verify|verify} messages. - * @function encode - * @memberof google.protobuf.StringValue - * @static - * @param {google.protobuf.IStringValue} message StringValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StringValue.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.value); - return writer; - }; - - /** - * Encodes the specified StringValue message, length delimited. Does not implicitly {@link google.protobuf.StringValue.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.StringValue - * @static - * @param {google.protobuf.IStringValue} message StringValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - StringValue.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a StringValue message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.StringValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.StringValue} StringValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StringValue.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.StringValue(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.value = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a StringValue message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.StringValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.StringValue} StringValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - StringValue.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a StringValue message. - * @function verify - * @memberof google.protobuf.StringValue - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - StringValue.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.value != null && message.hasOwnProperty("value")) - if (!$util.isString(message.value)) - return "value: string expected"; - return null; - }; - - /** - * Creates a StringValue message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.StringValue - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.StringValue} StringValue - */ - StringValue.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.StringValue) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.StringValue(); - if (object.value != null) - message.value = String(object.value); - return message; - }; - - /** - * Creates a plain object from a StringValue message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.StringValue - * @static - * @param {google.protobuf.StringValue} message StringValue - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - StringValue.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.value = ""; - if (message.value != null && message.hasOwnProperty("value")) - object.value = message.value; - return object; - }; - - /** - * Converts this StringValue to JSON. - * @function toJSON - * @memberof google.protobuf.StringValue - * @instance - * @returns {Object.} JSON object - */ - StringValue.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for StringValue - * @function getTypeUrl - * @memberof google.protobuf.StringValue - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - StringValue.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.StringValue"; - }; - - return StringValue; - })(); - - protobuf.BytesValue = (function() { - - /** - * Properties of a BytesValue. - * @memberof google.protobuf - * @interface IBytesValue - * @property {Uint8Array|null} [value] BytesValue value - */ - - /** - * Constructs a new BytesValue. - * @memberof google.protobuf - * @classdesc Represents a BytesValue. - * @implements IBytesValue - * @constructor - * @param {google.protobuf.IBytesValue=} [properties] Properties to set - */ - function BytesValue(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * BytesValue value. - * @member {Uint8Array} value - * @memberof google.protobuf.BytesValue - * @instance - */ - BytesValue.prototype.value = $util.newBuffer([]); - - /** - * Creates a new BytesValue instance using the specified properties. - * @function create - * @memberof google.protobuf.BytesValue - * @static - * @param {google.protobuf.IBytesValue=} [properties] Properties to set - * @returns {google.protobuf.BytesValue} BytesValue instance - */ - BytesValue.create = function create(properties) { - return new BytesValue(properties); - }; - - /** - * Encodes the specified BytesValue message. Does not implicitly {@link google.protobuf.BytesValue.verify|verify} messages. - * @function encode - * @memberof google.protobuf.BytesValue - * @static - * @param {google.protobuf.IBytesValue} message BytesValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BytesValue.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 1, wireType 2 =*/10).bytes(message.value); - return writer; - }; - - /** - * Encodes the specified BytesValue message, length delimited. Does not implicitly {@link google.protobuf.BytesValue.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.BytesValue - * @static - * @param {google.protobuf.IBytesValue} message BytesValue message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - BytesValue.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a BytesValue message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.BytesValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.BytesValue} BytesValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BytesValue.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.BytesValue(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.value = reader.bytes(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a BytesValue message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.BytesValue - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.BytesValue} BytesValue - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - BytesValue.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a BytesValue message. - * @function verify - * @memberof google.protobuf.BytesValue - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - BytesValue.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.value != null && message.hasOwnProperty("value")) - if (!(message.value && typeof message.value.length === "number" || $util.isString(message.value))) - return "value: buffer expected"; - return null; - }; - - /** - * Creates a BytesValue message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.BytesValue - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.BytesValue} BytesValue - */ - BytesValue.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.BytesValue) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.BytesValue(); - if (object.value != null) - if (typeof object.value === "string") - $util.base64.decode(object.value, message.value = $util.newBuffer($util.base64.length(object.value)), 0); - else if (object.value.length >= 0) - message.value = object.value; - return message; - }; - - /** - * Creates a plain object from a BytesValue message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.BytesValue - * @static - * @param {google.protobuf.BytesValue} message BytesValue - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - BytesValue.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - if (options.bytes === String) - object.value = ""; - else { - object.value = []; - if (options.bytes !== Array) - object.value = $util.newBuffer(object.value); - } - if (message.value != null && message.hasOwnProperty("value")) - object.value = options.bytes === String ? $util.base64.encode(message.value, 0, message.value.length) : options.bytes === Array ? Array.prototype.slice.call(message.value) : message.value; - return object; - }; - - /** - * Converts this BytesValue to JSON. - * @function toJSON - * @memberof google.protobuf.BytesValue - * @instance - * @returns {Object.} JSON object - */ - BytesValue.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for BytesValue - * @function getTypeUrl - * @memberof google.protobuf.BytesValue - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - BytesValue.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.BytesValue"; - }; - - return BytesValue; - })(); - - protobuf.Timestamp = (function() { - - /** - * Properties of a Timestamp. - * @memberof google.protobuf - * @interface ITimestamp - * @property {number|Long|null} [seconds] Timestamp seconds - * @property {number|null} [nanos] Timestamp nanos - */ - - /** - * Constructs a new Timestamp. - * @memberof google.protobuf - * @classdesc Represents a Timestamp. - * @implements ITimestamp - * @constructor - * @param {google.protobuf.ITimestamp=} [properties] Properties to set - */ - function Timestamp(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Timestamp seconds. - * @member {number|Long} seconds - * @memberof google.protobuf.Timestamp - * @instance - */ - Timestamp.prototype.seconds = $util.Long ? $util.Long.fromBits(0,0,false) : 0; - - /** - * Timestamp nanos. - * @member {number} nanos - * @memberof google.protobuf.Timestamp - * @instance - */ - Timestamp.prototype.nanos = 0; - - /** - * Creates a new Timestamp instance using the specified properties. - * @function create - * @memberof google.protobuf.Timestamp - * @static - * @param {google.protobuf.ITimestamp=} [properties] Properties to set - * @returns {google.protobuf.Timestamp} Timestamp instance - */ - Timestamp.create = function create(properties) { - return new Timestamp(properties); - }; - - /** - * Encodes the specified Timestamp message. Does not implicitly {@link google.protobuf.Timestamp.verify|verify} messages. - * @function encode - * @memberof google.protobuf.Timestamp - * @static - * @param {google.protobuf.ITimestamp} message Timestamp message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Timestamp.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.seconds != null && Object.hasOwnProperty.call(message, "seconds")) - writer.uint32(/* id 1, wireType 0 =*/8).int64(message.seconds); - if (message.nanos != null && Object.hasOwnProperty.call(message, "nanos")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.nanos); - return writer; - }; - - /** - * Encodes the specified Timestamp message, length delimited. Does not implicitly {@link google.protobuf.Timestamp.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.Timestamp - * @static - * @param {google.protobuf.ITimestamp} message Timestamp message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Timestamp.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Timestamp message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.Timestamp - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.Timestamp} Timestamp - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Timestamp.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.Timestamp(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.seconds = reader.int64(); - break; - } - case 2: { - message.nanos = reader.int32(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Timestamp message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.Timestamp - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.Timestamp} Timestamp - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Timestamp.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Timestamp message. - * @function verify - * @memberof google.protobuf.Timestamp - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Timestamp.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.seconds != null && message.hasOwnProperty("seconds")) - if (!$util.isInteger(message.seconds) && !(message.seconds && $util.isInteger(message.seconds.low) && $util.isInteger(message.seconds.high))) - return "seconds: integer|Long expected"; - if (message.nanos != null && message.hasOwnProperty("nanos")) - if (!$util.isInteger(message.nanos)) - return "nanos: integer expected"; - return null; - }; - - /** - * Creates a Timestamp message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.Timestamp - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.Timestamp} Timestamp - */ - Timestamp.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.Timestamp) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.Timestamp(); - if (object.seconds != null) - if ($util.Long) - (message.seconds = $util.Long.fromValue(object.seconds)).unsigned = false; - else if (typeof object.seconds === "string") - message.seconds = parseInt(object.seconds, 10); - else if (typeof object.seconds === "number") - message.seconds = object.seconds; - else if (typeof object.seconds === "object") - message.seconds = new $util.LongBits(object.seconds.low >>> 0, object.seconds.high >>> 0).toNumber(); - if (object.nanos != null) - message.nanos = object.nanos | 0; - return message; - }; - - /** - * Creates a plain object from a Timestamp message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.Timestamp - * @static - * @param {google.protobuf.Timestamp} message Timestamp - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Timestamp.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - if ($util.Long) { - var long = new $util.Long(0, 0, false); - object.seconds = options.longs === String ? long.toString() : options.longs === Number ? long.toNumber() : long; - } else - object.seconds = options.longs === String ? "0" : 0; - object.nanos = 0; - } - if (message.seconds != null && message.hasOwnProperty("seconds")) - if (typeof message.seconds === "number") - object.seconds = options.longs === String ? String(message.seconds) : message.seconds; - else - object.seconds = options.longs === String ? $util.Long.prototype.toString.call(message.seconds) : options.longs === Number ? new $util.LongBits(message.seconds.low >>> 0, message.seconds.high >>> 0).toNumber() : message.seconds; - if (message.nanos != null && message.hasOwnProperty("nanos")) - object.nanos = message.nanos; - return object; - }; - - /** - * Converts this Timestamp to JSON. - * @function toJSON - * @memberof google.protobuf.Timestamp - * @instance - * @returns {Object.} JSON object - */ - Timestamp.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Timestamp - * @function getTypeUrl - * @memberof google.protobuf.Timestamp - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Timestamp.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.Timestamp"; - }; - - return Timestamp; - })(); - - protobuf.Any = (function() { - - /** - * Properties of an Any. - * @memberof google.protobuf - * @interface IAny - * @property {string|null} [type_url] Any type_url - * @property {Uint8Array|null} [value] Any value - */ - - /** - * Constructs a new Any. - * @memberof google.protobuf - * @classdesc Represents an Any. - * @implements IAny - * @constructor - * @param {google.protobuf.IAny=} [properties] Properties to set - */ - function Any(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Any type_url. - * @member {string} type_url - * @memberof google.protobuf.Any - * @instance - */ - Any.prototype.type_url = ""; - - /** - * Any value. - * @member {Uint8Array} value - * @memberof google.protobuf.Any - * @instance - */ - Any.prototype.value = $util.newBuffer([]); - - /** - * Creates a new Any instance using the specified properties. - * @function create - * @memberof google.protobuf.Any - * @static - * @param {google.protobuf.IAny=} [properties] Properties to set - * @returns {google.protobuf.Any} Any instance - */ - Any.create = function create(properties) { - return new Any(properties); - }; - - /** - * Encodes the specified Any message. Does not implicitly {@link google.protobuf.Any.verify|verify} messages. - * @function encode - * @memberof google.protobuf.Any - * @static - * @param {google.protobuf.IAny} message Any message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Any.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.type_url != null && Object.hasOwnProperty.call(message, "type_url")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.type_url); - if (message.value != null && Object.hasOwnProperty.call(message, "value")) - writer.uint32(/* id 2, wireType 2 =*/18).bytes(message.value); - return writer; - }; - - /** - * Encodes the specified Any message, length delimited. Does not implicitly {@link google.protobuf.Any.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.Any - * @static - * @param {google.protobuf.IAny} message Any message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Any.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an Any message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.Any - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.Any} Any - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Any.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.Any(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.type_url = reader.string(); - break; - } - case 2: { - message.value = reader.bytes(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an Any message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.Any - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.Any} Any - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Any.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an Any message. - * @function verify - * @memberof google.protobuf.Any - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Any.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.type_url != null && message.hasOwnProperty("type_url")) - if (!$util.isString(message.type_url)) - return "type_url: string expected"; - if (message.value != null && message.hasOwnProperty("value")) - if (!(message.value && typeof message.value.length === "number" || $util.isString(message.value))) - return "value: buffer expected"; - return null; - }; - - /** - * Creates an Any message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.Any - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.Any} Any - */ - Any.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.Any) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.Any(); - if (object.type_url != null) - message.type_url = String(object.type_url); - if (object.value != null) - if (typeof object.value === "string") - $util.base64.decode(object.value, message.value = $util.newBuffer($util.base64.length(object.value)), 0); - else if (object.value.length >= 0) - message.value = object.value; - return message; - }; - - /** - * Creates a plain object from an Any message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.Any - * @static - * @param {google.protobuf.Any} message Any - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Any.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.type_url = ""; - if (options.bytes === String) - object.value = ""; - else { - object.value = []; - if (options.bytes !== Array) - object.value = $util.newBuffer(object.value); - } - } - if (message.type_url != null && message.hasOwnProperty("type_url")) - object.type_url = message.type_url; - if (message.value != null && message.hasOwnProperty("value")) - object.value = options.bytes === String ? $util.base64.encode(message.value, 0, message.value.length) : options.bytes === Array ? Array.prototype.slice.call(message.value) : message.value; - return object; - }; - - /** - * Converts this Any to JSON. - * @function toJSON - * @memberof google.protobuf.Any - * @instance - * @returns {Object.} JSON object - */ - Any.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Any - * @function getTypeUrl - * @memberof google.protobuf.Any - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Any.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.Any"; - }; - - return Any; - })(); - - protobuf.Empty = (function() { - - /** - * Properties of an Empty. - * @memberof google.protobuf - * @interface IEmpty - */ - - /** - * Constructs a new Empty. - * @memberof google.protobuf - * @classdesc Represents an Empty. - * @implements IEmpty - * @constructor - * @param {google.protobuf.IEmpty=} [properties] Properties to set - */ - function Empty(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Creates a new Empty instance using the specified properties. - * @function create - * @memberof google.protobuf.Empty - * @static - * @param {google.protobuf.IEmpty=} [properties] Properties to set - * @returns {google.protobuf.Empty} Empty instance - */ - Empty.create = function create(properties) { - return new Empty(properties); - }; - - /** - * Encodes the specified Empty message. Does not implicitly {@link google.protobuf.Empty.verify|verify} messages. - * @function encode - * @memberof google.protobuf.Empty - * @static - * @param {google.protobuf.IEmpty} message Empty message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Empty.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - return writer; - }; - - /** - * Encodes the specified Empty message, length delimited. Does not implicitly {@link google.protobuf.Empty.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.Empty - * @static - * @param {google.protobuf.IEmpty} message Empty message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Empty.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an Empty message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.Empty - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.Empty} Empty - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Empty.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.Empty(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an Empty message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.Empty - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.Empty} Empty - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Empty.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an Empty message. - * @function verify - * @memberof google.protobuf.Empty - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Empty.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - return null; - }; - - /** - * Creates an Empty message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.Empty - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.Empty} Empty - */ - Empty.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.Empty) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - return new $root.google.protobuf.Empty(); - }; - - /** - * Creates a plain object from an Empty message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.Empty - * @static - * @param {google.protobuf.Empty} message Empty - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Empty.toObject = function toObject() { - return {}; - }; - - /** - * Converts this Empty to JSON. - * @function toJSON - * @memberof google.protobuf.Empty - * @instance - * @returns {Object.} JSON object - */ - Empty.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Empty - * @function getTypeUrl - * @memberof google.protobuf.Empty - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Empty.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.Empty"; - }; - - return Empty; - })(); - - protobuf.FieldMask = (function() { - - /** - * Properties of a FieldMask. - * @memberof google.protobuf - * @interface IFieldMask - * @property {Array.|null} [paths] FieldMask paths - */ - - /** - * Constructs a new FieldMask. - * @memberof google.protobuf - * @classdesc Represents a FieldMask. - * @implements IFieldMask - * @constructor - * @param {google.protobuf.IFieldMask=} [properties] Properties to set - */ - function FieldMask(properties) { - this.paths = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * FieldMask paths. - * @member {Array.} paths - * @memberof google.protobuf.FieldMask - * @instance - */ - FieldMask.prototype.paths = $util.emptyArray; - - /** - * Creates a new FieldMask instance using the specified properties. - * @function create - * @memberof google.protobuf.FieldMask - * @static - * @param {google.protobuf.IFieldMask=} [properties] Properties to set - * @returns {google.protobuf.FieldMask} FieldMask instance - */ - FieldMask.create = function create(properties) { - return new FieldMask(properties); - }; - - /** - * Encodes the specified FieldMask message. Does not implicitly {@link google.protobuf.FieldMask.verify|verify} messages. - * @function encode - * @memberof google.protobuf.FieldMask - * @static - * @param {google.protobuf.IFieldMask} message FieldMask message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldMask.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.paths != null && message.paths.length) - for (var i = 0; i < message.paths.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.paths[i]); - return writer; - }; - - /** - * Encodes the specified FieldMask message, length delimited. Does not implicitly {@link google.protobuf.FieldMask.verify|verify} messages. - * @function encodeDelimited - * @memberof google.protobuf.FieldMask - * @static - * @param {google.protobuf.IFieldMask} message FieldMask message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - FieldMask.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a FieldMask message from the specified reader or buffer. - * @function decode - * @memberof google.protobuf.FieldMask - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.protobuf.FieldMask} FieldMask - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldMask.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.protobuf.FieldMask(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.paths && message.paths.length)) - message.paths = []; - message.paths.push(reader.string()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a FieldMask message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.protobuf.FieldMask - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.protobuf.FieldMask} FieldMask - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - FieldMask.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a FieldMask message. - * @function verify - * @memberof google.protobuf.FieldMask - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - FieldMask.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.paths != null && message.hasOwnProperty("paths")) { - if (!Array.isArray(message.paths)) - return "paths: array expected"; - for (var i = 0; i < message.paths.length; ++i) - if (!$util.isString(message.paths[i])) - return "paths: string[] expected"; - } - return null; - }; - - /** - * Creates a FieldMask message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.protobuf.FieldMask - * @static - * @param {Object.} object Plain object - * @returns {google.protobuf.FieldMask} FieldMask - */ - FieldMask.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.protobuf.FieldMask) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.protobuf.FieldMask(); - if (object.paths) { - if (!Array.isArray(object.paths)) - throw TypeError(".google.protobuf.FieldMask.paths: array expected"); - message.paths = []; - for (var i = 0; i < object.paths.length; ++i) - message.paths[i] = String(object.paths[i]); - } - return message; - }; - - /** - * Creates a plain object from a FieldMask message. Also converts values to other types if specified. - * @function toObject - * @memberof google.protobuf.FieldMask - * @static - * @param {google.protobuf.FieldMask} message FieldMask - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - FieldMask.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.paths = []; - if (message.paths && message.paths.length) { - object.paths = []; - for (var j = 0; j < message.paths.length; ++j) - object.paths[j] = message.paths[j]; - } - return object; - }; - - /** - * Converts this FieldMask to JSON. - * @function toJSON - * @memberof google.protobuf.FieldMask - * @instance - * @returns {Object.} JSON object - */ - FieldMask.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for FieldMask - * @function getTypeUrl - * @memberof google.protobuf.FieldMask - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - FieldMask.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.protobuf.FieldMask"; - }; - - return FieldMask; - })(); - - return protobuf; - })(); - - google.api = (function() { - - /** - * Namespace api. - * @memberof google - * @namespace - */ - var api = {}; - - api.Http = (function() { - - /** - * Properties of a Http. - * @memberof google.api - * @interface IHttp - * @property {Array.|null} [rules] Http rules - * @property {boolean|null} [fullyDecodeReservedExpansion] Http fullyDecodeReservedExpansion - */ - - /** - * Constructs a new Http. - * @memberof google.api - * @classdesc Represents a Http. - * @implements IHttp - * @constructor - * @param {google.api.IHttp=} [properties] Properties to set - */ - function Http(properties) { - this.rules = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Http rules. - * @member {Array.} rules - * @memberof google.api.Http - * @instance - */ - Http.prototype.rules = $util.emptyArray; - - /** - * Http fullyDecodeReservedExpansion. - * @member {boolean} fullyDecodeReservedExpansion - * @memberof google.api.Http - * @instance - */ - Http.prototype.fullyDecodeReservedExpansion = false; - - /** - * Creates a new Http instance using the specified properties. - * @function create - * @memberof google.api.Http - * @static - * @param {google.api.IHttp=} [properties] Properties to set - * @returns {google.api.Http} Http instance - */ - Http.create = function create(properties) { - return new Http(properties); - }; - - /** - * Encodes the specified Http message. Does not implicitly {@link google.api.Http.verify|verify} messages. - * @function encode - * @memberof google.api.Http - * @static - * @param {google.api.IHttp} message Http message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Http.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.rules != null && message.rules.length) - for (var i = 0; i < message.rules.length; ++i) - $root.google.api.HttpRule.encode(message.rules[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.fullyDecodeReservedExpansion != null && Object.hasOwnProperty.call(message, "fullyDecodeReservedExpansion")) - writer.uint32(/* id 2, wireType 0 =*/16).bool(message.fullyDecodeReservedExpansion); - return writer; - }; - - /** - * Encodes the specified Http message, length delimited. Does not implicitly {@link google.api.Http.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.Http - * @static - * @param {google.api.IHttp} message Http message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Http.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Http message from the specified reader or buffer. - * @function decode - * @memberof google.api.Http - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.Http} Http - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Http.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.Http(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.rules && message.rules.length)) - message.rules = []; - message.rules.push($root.google.api.HttpRule.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 2: { - message.fullyDecodeReservedExpansion = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Http message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.Http - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.Http} Http - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Http.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Http message. - * @function verify - * @memberof google.api.Http - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Http.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.rules != null && message.hasOwnProperty("rules")) { - if (!Array.isArray(message.rules)) - return "rules: array expected"; - for (var i = 0; i < message.rules.length; ++i) { - var error = $root.google.api.HttpRule.verify(message.rules[i], long + 1); - if (error) - return "rules." + error; - } - } - if (message.fullyDecodeReservedExpansion != null && message.hasOwnProperty("fullyDecodeReservedExpansion")) - if (typeof message.fullyDecodeReservedExpansion !== "boolean") - return "fullyDecodeReservedExpansion: boolean expected"; - return null; - }; - - /** - * Creates a Http message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.Http - * @static - * @param {Object.} object Plain object - * @returns {google.api.Http} Http - */ - Http.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.Http) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.Http(); - if (object.rules) { - if (!Array.isArray(object.rules)) - throw TypeError(".google.api.Http.rules: array expected"); - message.rules = []; - for (var i = 0; i < object.rules.length; ++i) { - if (typeof object.rules[i] !== "object") - throw TypeError(".google.api.Http.rules: object expected"); - message.rules[i] = $root.google.api.HttpRule.fromObject(object.rules[i], long + 1); - } - } - if (object.fullyDecodeReservedExpansion != null) - message.fullyDecodeReservedExpansion = Boolean(object.fullyDecodeReservedExpansion); - return message; - }; - - /** - * Creates a plain object from a Http message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.Http - * @static - * @param {google.api.Http} message Http - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Http.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.rules = []; - if (options.defaults) - object.fullyDecodeReservedExpansion = false; - if (message.rules && message.rules.length) { - object.rules = []; - for (var j = 0; j < message.rules.length; ++j) - object.rules[j] = $root.google.api.HttpRule.toObject(message.rules[j], options); - } - if (message.fullyDecodeReservedExpansion != null && message.hasOwnProperty("fullyDecodeReservedExpansion")) - object.fullyDecodeReservedExpansion = message.fullyDecodeReservedExpansion; - return object; - }; - - /** - * Converts this Http to JSON. - * @function toJSON - * @memberof google.api.Http - * @instance - * @returns {Object.} JSON object - */ - Http.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Http - * @function getTypeUrl - * @memberof google.api.Http - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Http.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.Http"; - }; - - return Http; - })(); - - api.HttpRule = (function() { - - /** - * Properties of a HttpRule. - * @memberof google.api - * @interface IHttpRule - * @property {string|null} [selector] HttpRule selector - * @property {string|null} [get] HttpRule get - * @property {string|null} [put] HttpRule put - * @property {string|null} [post] HttpRule post - * @property {string|null} ["delete"] HttpRule delete - * @property {string|null} [patch] HttpRule patch - * @property {google.api.ICustomHttpPattern|null} [custom] HttpRule custom - * @property {string|null} [body] HttpRule body - * @property {string|null} [responseBody] HttpRule responseBody - * @property {Array.|null} [additionalBindings] HttpRule additionalBindings - */ - - /** - * Constructs a new HttpRule. - * @memberof google.api - * @classdesc Represents a HttpRule. - * @implements IHttpRule - * @constructor - * @param {google.api.IHttpRule=} [properties] Properties to set - */ - function HttpRule(properties) { - this.additionalBindings = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * HttpRule selector. - * @member {string} selector - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype.selector = ""; - - /** - * HttpRule get. - * @member {string|null|undefined} get - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype.get = null; - - /** - * HttpRule put. - * @member {string|null|undefined} put - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype.put = null; - - /** - * HttpRule post. - * @member {string|null|undefined} post - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype.post = null; - - /** - * HttpRule delete. - * @member {string|null|undefined} delete - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype["delete"] = null; - - /** - * HttpRule patch. - * @member {string|null|undefined} patch - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype.patch = null; - - /** - * HttpRule custom. - * @member {google.api.ICustomHttpPattern|null|undefined} custom - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype.custom = null; - - /** - * HttpRule body. - * @member {string} body - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype.body = ""; - - /** - * HttpRule responseBody. - * @member {string} responseBody - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype.responseBody = ""; - - /** - * HttpRule additionalBindings. - * @member {Array.} additionalBindings - * @memberof google.api.HttpRule - * @instance - */ - HttpRule.prototype.additionalBindings = $util.emptyArray; - - // OneOf field names bound to virtual getters and setters - var $oneOfFields; - - /** - * HttpRule pattern. - * @member {"get"|"put"|"post"|"delete"|"patch"|"custom"|undefined} pattern - * @memberof google.api.HttpRule - * @instance - */ - Object.defineProperty(HttpRule.prototype, "pattern", { - get: $util.oneOfGetter($oneOfFields = ["get", "put", "post", "delete", "patch", "custom"]), - set: $util.oneOfSetter($oneOfFields) - }); - - /** - * Creates a new HttpRule instance using the specified properties. - * @function create - * @memberof google.api.HttpRule - * @static - * @param {google.api.IHttpRule=} [properties] Properties to set - * @returns {google.api.HttpRule} HttpRule instance - */ - HttpRule.create = function create(properties) { - return new HttpRule(properties); - }; - - /** - * Encodes the specified HttpRule message. Does not implicitly {@link google.api.HttpRule.verify|verify} messages. - * @function encode - * @memberof google.api.HttpRule - * @static - * @param {google.api.IHttpRule} message HttpRule message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - HttpRule.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.selector != null && Object.hasOwnProperty.call(message, "selector")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.selector); - if (message.get != null && Object.hasOwnProperty.call(message, "get")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.get); - if (message.put != null && Object.hasOwnProperty.call(message, "put")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.put); - if (message.post != null && Object.hasOwnProperty.call(message, "post")) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.post); - if (message["delete"] != null && Object.hasOwnProperty.call(message, "delete")) - writer.uint32(/* id 5, wireType 2 =*/42).string(message["delete"]); - if (message.patch != null && Object.hasOwnProperty.call(message, "patch")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.patch); - if (message.body != null && Object.hasOwnProperty.call(message, "body")) - writer.uint32(/* id 7, wireType 2 =*/58).string(message.body); - if (message.custom != null && Object.hasOwnProperty.call(message, "custom")) - $root.google.api.CustomHttpPattern.encode(message.custom, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); - if (message.additionalBindings != null && message.additionalBindings.length) - for (var i = 0; i < message.additionalBindings.length; ++i) - $root.google.api.HttpRule.encode(message.additionalBindings[i], writer.uint32(/* id 11, wireType 2 =*/90).fork()).ldelim(); - if (message.responseBody != null && Object.hasOwnProperty.call(message, "responseBody")) - writer.uint32(/* id 12, wireType 2 =*/98).string(message.responseBody); - return writer; - }; - - /** - * Encodes the specified HttpRule message, length delimited. Does not implicitly {@link google.api.HttpRule.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.HttpRule - * @static - * @param {google.api.IHttpRule} message HttpRule message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - HttpRule.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a HttpRule message from the specified reader or buffer. - * @function decode - * @memberof google.api.HttpRule - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.HttpRule} HttpRule - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - HttpRule.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.HttpRule(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.selector = reader.string(); - break; - } - case 2: { - message.get = reader.string(); - break; - } - case 3: { - message.put = reader.string(); - break; - } - case 4: { - message.post = reader.string(); - break; - } - case 5: { - message["delete"] = reader.string(); - break; - } - case 6: { - message.patch = reader.string(); - break; - } - case 8: { - message.custom = $root.google.api.CustomHttpPattern.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 7: { - message.body = reader.string(); - break; - } - case 12: { - message.responseBody = reader.string(); - break; - } - case 11: { - if (!(message.additionalBindings && message.additionalBindings.length)) - message.additionalBindings = []; - message.additionalBindings.push($root.google.api.HttpRule.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a HttpRule message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.HttpRule - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.HttpRule} HttpRule - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - HttpRule.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a HttpRule message. - * @function verify - * @memberof google.api.HttpRule - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - HttpRule.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - var properties = {}; - if (message.selector != null && message.hasOwnProperty("selector")) - if (!$util.isString(message.selector)) - return "selector: string expected"; - if (message.get != null && message.hasOwnProperty("get")) { - properties.pattern = 1; - if (!$util.isString(message.get)) - return "get: string expected"; - } - if (message.put != null && message.hasOwnProperty("put")) { - if (properties.pattern === 1) - return "pattern: multiple values"; - properties.pattern = 1; - if (!$util.isString(message.put)) - return "put: string expected"; - } - if (message.post != null && message.hasOwnProperty("post")) { - if (properties.pattern === 1) - return "pattern: multiple values"; - properties.pattern = 1; - if (!$util.isString(message.post)) - return "post: string expected"; - } - if (message["delete"] != null && message.hasOwnProperty("delete")) { - if (properties.pattern === 1) - return "pattern: multiple values"; - properties.pattern = 1; - if (!$util.isString(message["delete"])) - return "delete: string expected"; - } - if (message.patch != null && message.hasOwnProperty("patch")) { - if (properties.pattern === 1) - return "pattern: multiple values"; - properties.pattern = 1; - if (!$util.isString(message.patch)) - return "patch: string expected"; - } - if (message.custom != null && message.hasOwnProperty("custom")) { - if (properties.pattern === 1) - return "pattern: multiple values"; - properties.pattern = 1; - { - var error = $root.google.api.CustomHttpPattern.verify(message.custom, long + 1); - if (error) - return "custom." + error; - } - } - if (message.body != null && message.hasOwnProperty("body")) - if (!$util.isString(message.body)) - return "body: string expected"; - if (message.responseBody != null && message.hasOwnProperty("responseBody")) - if (!$util.isString(message.responseBody)) - return "responseBody: string expected"; - if (message.additionalBindings != null && message.hasOwnProperty("additionalBindings")) { - if (!Array.isArray(message.additionalBindings)) - return "additionalBindings: array expected"; - for (var i = 0; i < message.additionalBindings.length; ++i) { - var error = $root.google.api.HttpRule.verify(message.additionalBindings[i], long + 1); - if (error) - return "additionalBindings." + error; - } - } - return null; - }; - - /** - * Creates a HttpRule message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.HttpRule - * @static - * @param {Object.} object Plain object - * @returns {google.api.HttpRule} HttpRule - */ - HttpRule.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.HttpRule) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.HttpRule(); - if (object.selector != null) - message.selector = String(object.selector); - if (object.get != null) - message.get = String(object.get); - if (object.put != null) - message.put = String(object.put); - if (object.post != null) - message.post = String(object.post); - if (object["delete"] != null) - message["delete"] = String(object["delete"]); - if (object.patch != null) - message.patch = String(object.patch); - if (object.custom != null) { - if (typeof object.custom !== "object") - throw TypeError(".google.api.HttpRule.custom: object expected"); - message.custom = $root.google.api.CustomHttpPattern.fromObject(object.custom, long + 1); - } - if (object.body != null) - message.body = String(object.body); - if (object.responseBody != null) - message.responseBody = String(object.responseBody); - if (object.additionalBindings) { - if (!Array.isArray(object.additionalBindings)) - throw TypeError(".google.api.HttpRule.additionalBindings: array expected"); - message.additionalBindings = []; - for (var i = 0; i < object.additionalBindings.length; ++i) { - if (typeof object.additionalBindings[i] !== "object") - throw TypeError(".google.api.HttpRule.additionalBindings: object expected"); - message.additionalBindings[i] = $root.google.api.HttpRule.fromObject(object.additionalBindings[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a HttpRule message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.HttpRule - * @static - * @param {google.api.HttpRule} message HttpRule - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - HttpRule.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.additionalBindings = []; - if (options.defaults) { - object.selector = ""; - object.body = ""; - object.responseBody = ""; - } - if (message.selector != null && message.hasOwnProperty("selector")) - object.selector = message.selector; - if (message.get != null && message.hasOwnProperty("get")) { - object.get = message.get; - if (options.oneofs) - object.pattern = "get"; - } - if (message.put != null && message.hasOwnProperty("put")) { - object.put = message.put; - if (options.oneofs) - object.pattern = "put"; - } - if (message.post != null && message.hasOwnProperty("post")) { - object.post = message.post; - if (options.oneofs) - object.pattern = "post"; - } - if (message["delete"] != null && message.hasOwnProperty("delete")) { - object["delete"] = message["delete"]; - if (options.oneofs) - object.pattern = "delete"; - } - if (message.patch != null && message.hasOwnProperty("patch")) { - object.patch = message.patch; - if (options.oneofs) - object.pattern = "patch"; - } - if (message.body != null && message.hasOwnProperty("body")) - object.body = message.body; - if (message.custom != null && message.hasOwnProperty("custom")) { - object.custom = $root.google.api.CustomHttpPattern.toObject(message.custom, options); - if (options.oneofs) - object.pattern = "custom"; - } - if (message.additionalBindings && message.additionalBindings.length) { - object.additionalBindings = []; - for (var j = 0; j < message.additionalBindings.length; ++j) - object.additionalBindings[j] = $root.google.api.HttpRule.toObject(message.additionalBindings[j], options); - } - if (message.responseBody != null && message.hasOwnProperty("responseBody")) - object.responseBody = message.responseBody; - return object; - }; - - /** - * Converts this HttpRule to JSON. - * @function toJSON - * @memberof google.api.HttpRule - * @instance - * @returns {Object.} JSON object - */ - HttpRule.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for HttpRule - * @function getTypeUrl - * @memberof google.api.HttpRule - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - HttpRule.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.HttpRule"; - }; - - return HttpRule; - })(); - - api.CustomHttpPattern = (function() { - - /** - * Properties of a CustomHttpPattern. - * @memberof google.api - * @interface ICustomHttpPattern - * @property {string|null} [kind] CustomHttpPattern kind - * @property {string|null} [path] CustomHttpPattern path - */ - - /** - * Constructs a new CustomHttpPattern. - * @memberof google.api - * @classdesc Represents a CustomHttpPattern. - * @implements ICustomHttpPattern - * @constructor - * @param {google.api.ICustomHttpPattern=} [properties] Properties to set - */ - function CustomHttpPattern(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CustomHttpPattern kind. - * @member {string} kind - * @memberof google.api.CustomHttpPattern - * @instance - */ - CustomHttpPattern.prototype.kind = ""; - - /** - * CustomHttpPattern path. - * @member {string} path - * @memberof google.api.CustomHttpPattern - * @instance - */ - CustomHttpPattern.prototype.path = ""; - - /** - * Creates a new CustomHttpPattern instance using the specified properties. - * @function create - * @memberof google.api.CustomHttpPattern - * @static - * @param {google.api.ICustomHttpPattern=} [properties] Properties to set - * @returns {google.api.CustomHttpPattern} CustomHttpPattern instance - */ - CustomHttpPattern.create = function create(properties) { - return new CustomHttpPattern(properties); - }; - - /** - * Encodes the specified CustomHttpPattern message. Does not implicitly {@link google.api.CustomHttpPattern.verify|verify} messages. - * @function encode - * @memberof google.api.CustomHttpPattern - * @static - * @param {google.api.ICustomHttpPattern} message CustomHttpPattern message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CustomHttpPattern.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.kind != null && Object.hasOwnProperty.call(message, "kind")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.kind); - if (message.path != null && Object.hasOwnProperty.call(message, "path")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.path); - return writer; - }; - - /** - * Encodes the specified CustomHttpPattern message, length delimited. Does not implicitly {@link google.api.CustomHttpPattern.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.CustomHttpPattern - * @static - * @param {google.api.ICustomHttpPattern} message CustomHttpPattern message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CustomHttpPattern.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CustomHttpPattern message from the specified reader or buffer. - * @function decode - * @memberof google.api.CustomHttpPattern - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.CustomHttpPattern} CustomHttpPattern - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CustomHttpPattern.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.CustomHttpPattern(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.kind = reader.string(); - break; - } - case 2: { - message.path = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CustomHttpPattern message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.CustomHttpPattern - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.CustomHttpPattern} CustomHttpPattern - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CustomHttpPattern.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CustomHttpPattern message. - * @function verify - * @memberof google.api.CustomHttpPattern - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CustomHttpPattern.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.kind != null && message.hasOwnProperty("kind")) - if (!$util.isString(message.kind)) - return "kind: string expected"; - if (message.path != null && message.hasOwnProperty("path")) - if (!$util.isString(message.path)) - return "path: string expected"; - return null; - }; - - /** - * Creates a CustomHttpPattern message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.CustomHttpPattern - * @static - * @param {Object.} object Plain object - * @returns {google.api.CustomHttpPattern} CustomHttpPattern - */ - CustomHttpPattern.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.CustomHttpPattern) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.CustomHttpPattern(); - if (object.kind != null) - message.kind = String(object.kind); - if (object.path != null) - message.path = String(object.path); - return message; - }; - - /** - * Creates a plain object from a CustomHttpPattern message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.CustomHttpPattern - * @static - * @param {google.api.CustomHttpPattern} message CustomHttpPattern - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CustomHttpPattern.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.kind = ""; - object.path = ""; - } - if (message.kind != null && message.hasOwnProperty("kind")) - object.kind = message.kind; - if (message.path != null && message.hasOwnProperty("path")) - object.path = message.path; - return object; - }; - - /** - * Converts this CustomHttpPattern to JSON. - * @function toJSON - * @memberof google.api.CustomHttpPattern - * @instance - * @returns {Object.} JSON object - */ - CustomHttpPattern.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CustomHttpPattern - * @function getTypeUrl - * @memberof google.api.CustomHttpPattern - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CustomHttpPattern.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.CustomHttpPattern"; - }; - - return CustomHttpPattern; - })(); - - api.CommonLanguageSettings = (function() { - - /** - * Properties of a CommonLanguageSettings. - * @memberof google.api - * @interface ICommonLanguageSettings - * @property {string|null} [referenceDocsUri] CommonLanguageSettings referenceDocsUri - * @property {Array.|null} [destinations] CommonLanguageSettings destinations - * @property {google.api.ISelectiveGapicGeneration|null} [selectiveGapicGeneration] CommonLanguageSettings selectiveGapicGeneration - */ - - /** - * Constructs a new CommonLanguageSettings. - * @memberof google.api - * @classdesc Represents a CommonLanguageSettings. - * @implements ICommonLanguageSettings - * @constructor - * @param {google.api.ICommonLanguageSettings=} [properties] Properties to set - */ - function CommonLanguageSettings(properties) { - this.destinations = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CommonLanguageSettings referenceDocsUri. - * @member {string} referenceDocsUri - * @memberof google.api.CommonLanguageSettings - * @instance - */ - CommonLanguageSettings.prototype.referenceDocsUri = ""; - - /** - * CommonLanguageSettings destinations. - * @member {Array.} destinations - * @memberof google.api.CommonLanguageSettings - * @instance - */ - CommonLanguageSettings.prototype.destinations = $util.emptyArray; - - /** - * CommonLanguageSettings selectiveGapicGeneration. - * @member {google.api.ISelectiveGapicGeneration|null|undefined} selectiveGapicGeneration - * @memberof google.api.CommonLanguageSettings - * @instance - */ - CommonLanguageSettings.prototype.selectiveGapicGeneration = null; - - /** - * Creates a new CommonLanguageSettings instance using the specified properties. - * @function create - * @memberof google.api.CommonLanguageSettings - * @static - * @param {google.api.ICommonLanguageSettings=} [properties] Properties to set - * @returns {google.api.CommonLanguageSettings} CommonLanguageSettings instance - */ - CommonLanguageSettings.create = function create(properties) { - return new CommonLanguageSettings(properties); - }; - - /** - * Encodes the specified CommonLanguageSettings message. Does not implicitly {@link google.api.CommonLanguageSettings.verify|verify} messages. - * @function encode - * @memberof google.api.CommonLanguageSettings - * @static - * @param {google.api.ICommonLanguageSettings} message CommonLanguageSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CommonLanguageSettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.referenceDocsUri != null && Object.hasOwnProperty.call(message, "referenceDocsUri")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.referenceDocsUri); - if (message.destinations != null && message.destinations.length) { - writer.uint32(/* id 2, wireType 2 =*/18).fork(); - for (var i = 0; i < message.destinations.length; ++i) - writer.int32(message.destinations[i]); - writer.ldelim(); - } - if (message.selectiveGapicGeneration != null && Object.hasOwnProperty.call(message, "selectiveGapicGeneration")) - $root.google.api.SelectiveGapicGeneration.encode(message.selectiveGapicGeneration, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified CommonLanguageSettings message, length delimited. Does not implicitly {@link google.api.CommonLanguageSettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.CommonLanguageSettings - * @static - * @param {google.api.ICommonLanguageSettings} message CommonLanguageSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CommonLanguageSettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CommonLanguageSettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.CommonLanguageSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.CommonLanguageSettings} CommonLanguageSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CommonLanguageSettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.CommonLanguageSettings(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.referenceDocsUri = reader.string(); - break; - } - case 2: { - if (!(message.destinations && message.destinations.length)) - message.destinations = []; - if ((tag & 7) === 2) { - var end2 = reader.uint32() + reader.pos; - while (reader.pos < end2) - message.destinations.push(reader.int32()); - } else - message.destinations.push(reader.int32()); - break; - } - case 3: { - message.selectiveGapicGeneration = $root.google.api.SelectiveGapicGeneration.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CommonLanguageSettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.CommonLanguageSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.CommonLanguageSettings} CommonLanguageSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CommonLanguageSettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CommonLanguageSettings message. - * @function verify - * @memberof google.api.CommonLanguageSettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CommonLanguageSettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.referenceDocsUri != null && message.hasOwnProperty("referenceDocsUri")) - if (!$util.isString(message.referenceDocsUri)) - return "referenceDocsUri: string expected"; - if (message.destinations != null && message.hasOwnProperty("destinations")) { - if (!Array.isArray(message.destinations)) - return "destinations: array expected"; - for (var i = 0; i < message.destinations.length; ++i) - switch (message.destinations[i]) { - default: - return "destinations: enum value[] expected"; - case 0: - case 10: - case 20: - break; - } - } - if (message.selectiveGapicGeneration != null && message.hasOwnProperty("selectiveGapicGeneration")) { - var error = $root.google.api.SelectiveGapicGeneration.verify(message.selectiveGapicGeneration, long + 1); - if (error) - return "selectiveGapicGeneration." + error; - } - return null; - }; - - /** - * Creates a CommonLanguageSettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.CommonLanguageSettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.CommonLanguageSettings} CommonLanguageSettings - */ - CommonLanguageSettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.CommonLanguageSettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.CommonLanguageSettings(); - if (object.referenceDocsUri != null) - message.referenceDocsUri = String(object.referenceDocsUri); - if (object.destinations) { - if (!Array.isArray(object.destinations)) - throw TypeError(".google.api.CommonLanguageSettings.destinations: array expected"); - message.destinations = []; - for (var i = 0; i < object.destinations.length; ++i) - switch (object.destinations[i]) { - default: - if (typeof object.destinations[i] === "number") { - message.destinations[i] = object.destinations[i]; - break; - } - case "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": - case 0: - message.destinations[i] = 0; - break; - case "GITHUB": - case 10: - message.destinations[i] = 10; - break; - case "PACKAGE_MANAGER": - case 20: - message.destinations[i] = 20; - break; - } - } - if (object.selectiveGapicGeneration != null) { - if (typeof object.selectiveGapicGeneration !== "object") - throw TypeError(".google.api.CommonLanguageSettings.selectiveGapicGeneration: object expected"); - message.selectiveGapicGeneration = $root.google.api.SelectiveGapicGeneration.fromObject(object.selectiveGapicGeneration, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a CommonLanguageSettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.CommonLanguageSettings - * @static - * @param {google.api.CommonLanguageSettings} message CommonLanguageSettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CommonLanguageSettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.destinations = []; - if (options.defaults) { - object.referenceDocsUri = ""; - object.selectiveGapicGeneration = null; - } - if (message.referenceDocsUri != null && message.hasOwnProperty("referenceDocsUri")) - object.referenceDocsUri = message.referenceDocsUri; - if (message.destinations && message.destinations.length) { - object.destinations = []; - for (var j = 0; j < message.destinations.length; ++j) - object.destinations[j] = options.enums === String ? $root.google.api.ClientLibraryDestination[message.destinations[j]] === undefined ? message.destinations[j] : $root.google.api.ClientLibraryDestination[message.destinations[j]] : message.destinations[j]; - } - if (message.selectiveGapicGeneration != null && message.hasOwnProperty("selectiveGapicGeneration")) - object.selectiveGapicGeneration = $root.google.api.SelectiveGapicGeneration.toObject(message.selectiveGapicGeneration, options); - return object; - }; - - /** - * Converts this CommonLanguageSettings to JSON. - * @function toJSON - * @memberof google.api.CommonLanguageSettings - * @instance - * @returns {Object.} JSON object - */ - CommonLanguageSettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CommonLanguageSettings - * @function getTypeUrl - * @memberof google.api.CommonLanguageSettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CommonLanguageSettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.CommonLanguageSettings"; - }; - - return CommonLanguageSettings; - })(); - - api.ClientLibrarySettings = (function() { - - /** - * Properties of a ClientLibrarySettings. - * @memberof google.api - * @interface IClientLibrarySettings - * @property {string|null} [version] ClientLibrarySettings version - * @property {google.api.LaunchStage|null} [launchStage] ClientLibrarySettings launchStage - * @property {boolean|null} [restNumericEnums] ClientLibrarySettings restNumericEnums - * @property {google.api.IJavaSettings|null} [javaSettings] ClientLibrarySettings javaSettings - * @property {google.api.ICppSettings|null} [cppSettings] ClientLibrarySettings cppSettings - * @property {google.api.IPhpSettings|null} [phpSettings] ClientLibrarySettings phpSettings - * @property {google.api.IPythonSettings|null} [pythonSettings] ClientLibrarySettings pythonSettings - * @property {google.api.INodeSettings|null} [nodeSettings] ClientLibrarySettings nodeSettings - * @property {google.api.IDotnetSettings|null} [dotnetSettings] ClientLibrarySettings dotnetSettings - * @property {google.api.IRubySettings|null} [rubySettings] ClientLibrarySettings rubySettings - * @property {google.api.IGoSettings|null} [goSettings] ClientLibrarySettings goSettings - */ - - /** - * Constructs a new ClientLibrarySettings. - * @memberof google.api - * @classdesc Represents a ClientLibrarySettings. - * @implements IClientLibrarySettings - * @constructor - * @param {google.api.IClientLibrarySettings=} [properties] Properties to set - */ - function ClientLibrarySettings(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ClientLibrarySettings version. - * @member {string} version - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.version = ""; - - /** - * ClientLibrarySettings launchStage. - * @member {google.api.LaunchStage} launchStage - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.launchStage = 0; - - /** - * ClientLibrarySettings restNumericEnums. - * @member {boolean} restNumericEnums - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.restNumericEnums = false; - - /** - * ClientLibrarySettings javaSettings. - * @member {google.api.IJavaSettings|null|undefined} javaSettings - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.javaSettings = null; - - /** - * ClientLibrarySettings cppSettings. - * @member {google.api.ICppSettings|null|undefined} cppSettings - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.cppSettings = null; - - /** - * ClientLibrarySettings phpSettings. - * @member {google.api.IPhpSettings|null|undefined} phpSettings - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.phpSettings = null; - - /** - * ClientLibrarySettings pythonSettings. - * @member {google.api.IPythonSettings|null|undefined} pythonSettings - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.pythonSettings = null; - - /** - * ClientLibrarySettings nodeSettings. - * @member {google.api.INodeSettings|null|undefined} nodeSettings - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.nodeSettings = null; - - /** - * ClientLibrarySettings dotnetSettings. - * @member {google.api.IDotnetSettings|null|undefined} dotnetSettings - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.dotnetSettings = null; - - /** - * ClientLibrarySettings rubySettings. - * @member {google.api.IRubySettings|null|undefined} rubySettings - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.rubySettings = null; - - /** - * ClientLibrarySettings goSettings. - * @member {google.api.IGoSettings|null|undefined} goSettings - * @memberof google.api.ClientLibrarySettings - * @instance - */ - ClientLibrarySettings.prototype.goSettings = null; - - /** - * Creates a new ClientLibrarySettings instance using the specified properties. - * @function create - * @memberof google.api.ClientLibrarySettings - * @static - * @param {google.api.IClientLibrarySettings=} [properties] Properties to set - * @returns {google.api.ClientLibrarySettings} ClientLibrarySettings instance - */ - ClientLibrarySettings.create = function create(properties) { - return new ClientLibrarySettings(properties); - }; - - /** - * Encodes the specified ClientLibrarySettings message. Does not implicitly {@link google.api.ClientLibrarySettings.verify|verify} messages. - * @function encode - * @memberof google.api.ClientLibrarySettings - * @static - * @param {google.api.IClientLibrarySettings} message ClientLibrarySettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ClientLibrarySettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.version != null && Object.hasOwnProperty.call(message, "version")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.version); - if (message.launchStage != null && Object.hasOwnProperty.call(message, "launchStage")) - writer.uint32(/* id 2, wireType 0 =*/16).int32(message.launchStage); - if (message.restNumericEnums != null && Object.hasOwnProperty.call(message, "restNumericEnums")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.restNumericEnums); - if (message.javaSettings != null && Object.hasOwnProperty.call(message, "javaSettings")) - $root.google.api.JavaSettings.encode(message.javaSettings, writer.uint32(/* id 21, wireType 2 =*/170).fork()).ldelim(); - if (message.cppSettings != null && Object.hasOwnProperty.call(message, "cppSettings")) - $root.google.api.CppSettings.encode(message.cppSettings, writer.uint32(/* id 22, wireType 2 =*/178).fork()).ldelim(); - if (message.phpSettings != null && Object.hasOwnProperty.call(message, "phpSettings")) - $root.google.api.PhpSettings.encode(message.phpSettings, writer.uint32(/* id 23, wireType 2 =*/186).fork()).ldelim(); - if (message.pythonSettings != null && Object.hasOwnProperty.call(message, "pythonSettings")) - $root.google.api.PythonSettings.encode(message.pythonSettings, writer.uint32(/* id 24, wireType 2 =*/194).fork()).ldelim(); - if (message.nodeSettings != null && Object.hasOwnProperty.call(message, "nodeSettings")) - $root.google.api.NodeSettings.encode(message.nodeSettings, writer.uint32(/* id 25, wireType 2 =*/202).fork()).ldelim(); - if (message.dotnetSettings != null && Object.hasOwnProperty.call(message, "dotnetSettings")) - $root.google.api.DotnetSettings.encode(message.dotnetSettings, writer.uint32(/* id 26, wireType 2 =*/210).fork()).ldelim(); - if (message.rubySettings != null && Object.hasOwnProperty.call(message, "rubySettings")) - $root.google.api.RubySettings.encode(message.rubySettings, writer.uint32(/* id 27, wireType 2 =*/218).fork()).ldelim(); - if (message.goSettings != null && Object.hasOwnProperty.call(message, "goSettings")) - $root.google.api.GoSettings.encode(message.goSettings, writer.uint32(/* id 28, wireType 2 =*/226).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified ClientLibrarySettings message, length delimited. Does not implicitly {@link google.api.ClientLibrarySettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.ClientLibrarySettings - * @static - * @param {google.api.IClientLibrarySettings} message ClientLibrarySettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ClientLibrarySettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ClientLibrarySettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.ClientLibrarySettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.ClientLibrarySettings} ClientLibrarySettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ClientLibrarySettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.ClientLibrarySettings(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.version = reader.string(); - break; - } - case 2: { - message.launchStage = reader.int32(); - break; - } - case 3: { - message.restNumericEnums = reader.bool(); - break; - } - case 21: { - message.javaSettings = $root.google.api.JavaSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 22: { - message.cppSettings = $root.google.api.CppSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 23: { - message.phpSettings = $root.google.api.PhpSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 24: { - message.pythonSettings = $root.google.api.PythonSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 25: { - message.nodeSettings = $root.google.api.NodeSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 26: { - message.dotnetSettings = $root.google.api.DotnetSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 27: { - message.rubySettings = $root.google.api.RubySettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 28: { - message.goSettings = $root.google.api.GoSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ClientLibrarySettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.ClientLibrarySettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.ClientLibrarySettings} ClientLibrarySettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ClientLibrarySettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ClientLibrarySettings message. - * @function verify - * @memberof google.api.ClientLibrarySettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ClientLibrarySettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.version != null && message.hasOwnProperty("version")) - if (!$util.isString(message.version)) - return "version: string expected"; - if (message.launchStage != null && message.hasOwnProperty("launchStage")) - switch (message.launchStage) { - default: - return "launchStage: enum value expected"; - case 0: - case 6: - case 7: - case 1: - case 2: - case 3: - case 4: - case 5: - break; - } - if (message.restNumericEnums != null && message.hasOwnProperty("restNumericEnums")) - if (typeof message.restNumericEnums !== "boolean") - return "restNumericEnums: boolean expected"; - if (message.javaSettings != null && message.hasOwnProperty("javaSettings")) { - var error = $root.google.api.JavaSettings.verify(message.javaSettings, long + 1); - if (error) - return "javaSettings." + error; - } - if (message.cppSettings != null && message.hasOwnProperty("cppSettings")) { - var error = $root.google.api.CppSettings.verify(message.cppSettings, long + 1); - if (error) - return "cppSettings." + error; - } - if (message.phpSettings != null && message.hasOwnProperty("phpSettings")) { - var error = $root.google.api.PhpSettings.verify(message.phpSettings, long + 1); - if (error) - return "phpSettings." + error; - } - if (message.pythonSettings != null && message.hasOwnProperty("pythonSettings")) { - var error = $root.google.api.PythonSettings.verify(message.pythonSettings, long + 1); - if (error) - return "pythonSettings." + error; - } - if (message.nodeSettings != null && message.hasOwnProperty("nodeSettings")) { - var error = $root.google.api.NodeSettings.verify(message.nodeSettings, long + 1); - if (error) - return "nodeSettings." + error; - } - if (message.dotnetSettings != null && message.hasOwnProperty("dotnetSettings")) { - var error = $root.google.api.DotnetSettings.verify(message.dotnetSettings, long + 1); - if (error) - return "dotnetSettings." + error; - } - if (message.rubySettings != null && message.hasOwnProperty("rubySettings")) { - var error = $root.google.api.RubySettings.verify(message.rubySettings, long + 1); - if (error) - return "rubySettings." + error; - } - if (message.goSettings != null && message.hasOwnProperty("goSettings")) { - var error = $root.google.api.GoSettings.verify(message.goSettings, long + 1); - if (error) - return "goSettings." + error; - } - return null; - }; - - /** - * Creates a ClientLibrarySettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.ClientLibrarySettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.ClientLibrarySettings} ClientLibrarySettings - */ - ClientLibrarySettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.ClientLibrarySettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.ClientLibrarySettings(); - if (object.version != null) - message.version = String(object.version); - switch (object.launchStage) { - default: - if (typeof object.launchStage === "number") { - message.launchStage = object.launchStage; - break; - } - break; - case "LAUNCH_STAGE_UNSPECIFIED": - case 0: - message.launchStage = 0; - break; - case "UNIMPLEMENTED": - case 6: - message.launchStage = 6; - break; - case "PRELAUNCH": - case 7: - message.launchStage = 7; - break; - case "EARLY_ACCESS": - case 1: - message.launchStage = 1; - break; - case "ALPHA": - case 2: - message.launchStage = 2; - break; - case "BETA": - case 3: - message.launchStage = 3; - break; - case "GA": - case 4: - message.launchStage = 4; - break; - case "DEPRECATED": - case 5: - message.launchStage = 5; - break; - } - if (object.restNumericEnums != null) - message.restNumericEnums = Boolean(object.restNumericEnums); - if (object.javaSettings != null) { - if (typeof object.javaSettings !== "object") - throw TypeError(".google.api.ClientLibrarySettings.javaSettings: object expected"); - message.javaSettings = $root.google.api.JavaSettings.fromObject(object.javaSettings, long + 1); - } - if (object.cppSettings != null) { - if (typeof object.cppSettings !== "object") - throw TypeError(".google.api.ClientLibrarySettings.cppSettings: object expected"); - message.cppSettings = $root.google.api.CppSettings.fromObject(object.cppSettings, long + 1); - } - if (object.phpSettings != null) { - if (typeof object.phpSettings !== "object") - throw TypeError(".google.api.ClientLibrarySettings.phpSettings: object expected"); - message.phpSettings = $root.google.api.PhpSettings.fromObject(object.phpSettings, long + 1); - } - if (object.pythonSettings != null) { - if (typeof object.pythonSettings !== "object") - throw TypeError(".google.api.ClientLibrarySettings.pythonSettings: object expected"); - message.pythonSettings = $root.google.api.PythonSettings.fromObject(object.pythonSettings, long + 1); - } - if (object.nodeSettings != null) { - if (typeof object.nodeSettings !== "object") - throw TypeError(".google.api.ClientLibrarySettings.nodeSettings: object expected"); - message.nodeSettings = $root.google.api.NodeSettings.fromObject(object.nodeSettings, long + 1); - } - if (object.dotnetSettings != null) { - if (typeof object.dotnetSettings !== "object") - throw TypeError(".google.api.ClientLibrarySettings.dotnetSettings: object expected"); - message.dotnetSettings = $root.google.api.DotnetSettings.fromObject(object.dotnetSettings, long + 1); - } - if (object.rubySettings != null) { - if (typeof object.rubySettings !== "object") - throw TypeError(".google.api.ClientLibrarySettings.rubySettings: object expected"); - message.rubySettings = $root.google.api.RubySettings.fromObject(object.rubySettings, long + 1); - } - if (object.goSettings != null) { - if (typeof object.goSettings !== "object") - throw TypeError(".google.api.ClientLibrarySettings.goSettings: object expected"); - message.goSettings = $root.google.api.GoSettings.fromObject(object.goSettings, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a ClientLibrarySettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.ClientLibrarySettings - * @static - * @param {google.api.ClientLibrarySettings} message ClientLibrarySettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ClientLibrarySettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.version = ""; - object.launchStage = options.enums === String ? "LAUNCH_STAGE_UNSPECIFIED" : 0; - object.restNumericEnums = false; - object.javaSettings = null; - object.cppSettings = null; - object.phpSettings = null; - object.pythonSettings = null; - object.nodeSettings = null; - object.dotnetSettings = null; - object.rubySettings = null; - object.goSettings = null; - } - if (message.version != null && message.hasOwnProperty("version")) - object.version = message.version; - if (message.launchStage != null && message.hasOwnProperty("launchStage")) - object.launchStage = options.enums === String ? $root.google.api.LaunchStage[message.launchStage] === undefined ? message.launchStage : $root.google.api.LaunchStage[message.launchStage] : message.launchStage; - if (message.restNumericEnums != null && message.hasOwnProperty("restNumericEnums")) - object.restNumericEnums = message.restNumericEnums; - if (message.javaSettings != null && message.hasOwnProperty("javaSettings")) - object.javaSettings = $root.google.api.JavaSettings.toObject(message.javaSettings, options); - if (message.cppSettings != null && message.hasOwnProperty("cppSettings")) - object.cppSettings = $root.google.api.CppSettings.toObject(message.cppSettings, options); - if (message.phpSettings != null && message.hasOwnProperty("phpSettings")) - object.phpSettings = $root.google.api.PhpSettings.toObject(message.phpSettings, options); - if (message.pythonSettings != null && message.hasOwnProperty("pythonSettings")) - object.pythonSettings = $root.google.api.PythonSettings.toObject(message.pythonSettings, options); - if (message.nodeSettings != null && message.hasOwnProperty("nodeSettings")) - object.nodeSettings = $root.google.api.NodeSettings.toObject(message.nodeSettings, options); - if (message.dotnetSettings != null && message.hasOwnProperty("dotnetSettings")) - object.dotnetSettings = $root.google.api.DotnetSettings.toObject(message.dotnetSettings, options); - if (message.rubySettings != null && message.hasOwnProperty("rubySettings")) - object.rubySettings = $root.google.api.RubySettings.toObject(message.rubySettings, options); - if (message.goSettings != null && message.hasOwnProperty("goSettings")) - object.goSettings = $root.google.api.GoSettings.toObject(message.goSettings, options); - return object; - }; - - /** - * Converts this ClientLibrarySettings to JSON. - * @function toJSON - * @memberof google.api.ClientLibrarySettings - * @instance - * @returns {Object.} JSON object - */ - ClientLibrarySettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ClientLibrarySettings - * @function getTypeUrl - * @memberof google.api.ClientLibrarySettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ClientLibrarySettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.ClientLibrarySettings"; - }; - - return ClientLibrarySettings; - })(); - - api.Publishing = (function() { - - /** - * Properties of a Publishing. - * @memberof google.api - * @interface IPublishing - * @property {Array.|null} [methodSettings] Publishing methodSettings - * @property {string|null} [newIssueUri] Publishing newIssueUri - * @property {string|null} [documentationUri] Publishing documentationUri - * @property {string|null} [apiShortName] Publishing apiShortName - * @property {string|null} [githubLabel] Publishing githubLabel - * @property {Array.|null} [codeownerGithubTeams] Publishing codeownerGithubTeams - * @property {string|null} [docTagPrefix] Publishing docTagPrefix - * @property {google.api.ClientLibraryOrganization|null} [organization] Publishing organization - * @property {Array.|null} [librarySettings] Publishing librarySettings - * @property {string|null} [protoReferenceDocumentationUri] Publishing protoReferenceDocumentationUri - * @property {string|null} [restReferenceDocumentationUri] Publishing restReferenceDocumentationUri - */ - - /** - * Constructs a new Publishing. - * @memberof google.api - * @classdesc Represents a Publishing. - * @implements IPublishing - * @constructor - * @param {google.api.IPublishing=} [properties] Properties to set - */ - function Publishing(properties) { - this.methodSettings = []; - this.codeownerGithubTeams = []; - this.librarySettings = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Publishing methodSettings. - * @member {Array.} methodSettings - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.methodSettings = $util.emptyArray; - - /** - * Publishing newIssueUri. - * @member {string} newIssueUri - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.newIssueUri = ""; - - /** - * Publishing documentationUri. - * @member {string} documentationUri - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.documentationUri = ""; - - /** - * Publishing apiShortName. - * @member {string} apiShortName - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.apiShortName = ""; - - /** - * Publishing githubLabel. - * @member {string} githubLabel - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.githubLabel = ""; - - /** - * Publishing codeownerGithubTeams. - * @member {Array.} codeownerGithubTeams - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.codeownerGithubTeams = $util.emptyArray; - - /** - * Publishing docTagPrefix. - * @member {string} docTagPrefix - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.docTagPrefix = ""; - - /** - * Publishing organization. - * @member {google.api.ClientLibraryOrganization} organization - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.organization = 0; - - /** - * Publishing librarySettings. - * @member {Array.} librarySettings - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.librarySettings = $util.emptyArray; - - /** - * Publishing protoReferenceDocumentationUri. - * @member {string} protoReferenceDocumentationUri - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.protoReferenceDocumentationUri = ""; - - /** - * Publishing restReferenceDocumentationUri. - * @member {string} restReferenceDocumentationUri - * @memberof google.api.Publishing - * @instance - */ - Publishing.prototype.restReferenceDocumentationUri = ""; - - /** - * Creates a new Publishing instance using the specified properties. - * @function create - * @memberof google.api.Publishing - * @static - * @param {google.api.IPublishing=} [properties] Properties to set - * @returns {google.api.Publishing} Publishing instance - */ - Publishing.create = function create(properties) { - return new Publishing(properties); - }; - - /** - * Encodes the specified Publishing message. Does not implicitly {@link google.api.Publishing.verify|verify} messages. - * @function encode - * @memberof google.api.Publishing - * @static - * @param {google.api.IPublishing} message Publishing message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Publishing.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.methodSettings != null && message.methodSettings.length) - for (var i = 0; i < message.methodSettings.length; ++i) - $root.google.api.MethodSettings.encode(message.methodSettings[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.newIssueUri != null && Object.hasOwnProperty.call(message, "newIssueUri")) - writer.uint32(/* id 101, wireType 2 =*/810).string(message.newIssueUri); - if (message.documentationUri != null && Object.hasOwnProperty.call(message, "documentationUri")) - writer.uint32(/* id 102, wireType 2 =*/818).string(message.documentationUri); - if (message.apiShortName != null && Object.hasOwnProperty.call(message, "apiShortName")) - writer.uint32(/* id 103, wireType 2 =*/826).string(message.apiShortName); - if (message.githubLabel != null && Object.hasOwnProperty.call(message, "githubLabel")) - writer.uint32(/* id 104, wireType 2 =*/834).string(message.githubLabel); - if (message.codeownerGithubTeams != null && message.codeownerGithubTeams.length) - for (var i = 0; i < message.codeownerGithubTeams.length; ++i) - writer.uint32(/* id 105, wireType 2 =*/842).string(message.codeownerGithubTeams[i]); - if (message.docTagPrefix != null && Object.hasOwnProperty.call(message, "docTagPrefix")) - writer.uint32(/* id 106, wireType 2 =*/850).string(message.docTagPrefix); - if (message.organization != null && Object.hasOwnProperty.call(message, "organization")) - writer.uint32(/* id 107, wireType 0 =*/856).int32(message.organization); - if (message.librarySettings != null && message.librarySettings.length) - for (var i = 0; i < message.librarySettings.length; ++i) - $root.google.api.ClientLibrarySettings.encode(message.librarySettings[i], writer.uint32(/* id 109, wireType 2 =*/874).fork()).ldelim(); - if (message.protoReferenceDocumentationUri != null && Object.hasOwnProperty.call(message, "protoReferenceDocumentationUri")) - writer.uint32(/* id 110, wireType 2 =*/882).string(message.protoReferenceDocumentationUri); - if (message.restReferenceDocumentationUri != null && Object.hasOwnProperty.call(message, "restReferenceDocumentationUri")) - writer.uint32(/* id 111, wireType 2 =*/890).string(message.restReferenceDocumentationUri); - return writer; - }; - - /** - * Encodes the specified Publishing message, length delimited. Does not implicitly {@link google.api.Publishing.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.Publishing - * @static - * @param {google.api.IPublishing} message Publishing message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Publishing.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Publishing message from the specified reader or buffer. - * @function decode - * @memberof google.api.Publishing - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.Publishing} Publishing - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Publishing.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.Publishing(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 2: { - if (!(message.methodSettings && message.methodSettings.length)) - message.methodSettings = []; - message.methodSettings.push($root.google.api.MethodSettings.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 101: { - message.newIssueUri = reader.string(); - break; - } - case 102: { - message.documentationUri = reader.string(); - break; - } - case 103: { - message.apiShortName = reader.string(); - break; - } - case 104: { - message.githubLabel = reader.string(); - break; - } - case 105: { - if (!(message.codeownerGithubTeams && message.codeownerGithubTeams.length)) - message.codeownerGithubTeams = []; - message.codeownerGithubTeams.push(reader.string()); - break; - } - case 106: { - message.docTagPrefix = reader.string(); - break; - } - case 107: { - message.organization = reader.int32(); - break; - } - case 109: { - if (!(message.librarySettings && message.librarySettings.length)) - message.librarySettings = []; - message.librarySettings.push($root.google.api.ClientLibrarySettings.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - case 110: { - message.protoReferenceDocumentationUri = reader.string(); - break; - } - case 111: { - message.restReferenceDocumentationUri = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Publishing message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.Publishing - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.Publishing} Publishing - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Publishing.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Publishing message. - * @function verify - * @memberof google.api.Publishing - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Publishing.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.methodSettings != null && message.hasOwnProperty("methodSettings")) { - if (!Array.isArray(message.methodSettings)) - return "methodSettings: array expected"; - for (var i = 0; i < message.methodSettings.length; ++i) { - var error = $root.google.api.MethodSettings.verify(message.methodSettings[i], long + 1); - if (error) - return "methodSettings." + error; - } - } - if (message.newIssueUri != null && message.hasOwnProperty("newIssueUri")) - if (!$util.isString(message.newIssueUri)) - return "newIssueUri: string expected"; - if (message.documentationUri != null && message.hasOwnProperty("documentationUri")) - if (!$util.isString(message.documentationUri)) - return "documentationUri: string expected"; - if (message.apiShortName != null && message.hasOwnProperty("apiShortName")) - if (!$util.isString(message.apiShortName)) - return "apiShortName: string expected"; - if (message.githubLabel != null && message.hasOwnProperty("githubLabel")) - if (!$util.isString(message.githubLabel)) - return "githubLabel: string expected"; - if (message.codeownerGithubTeams != null && message.hasOwnProperty("codeownerGithubTeams")) { - if (!Array.isArray(message.codeownerGithubTeams)) - return "codeownerGithubTeams: array expected"; - for (var i = 0; i < message.codeownerGithubTeams.length; ++i) - if (!$util.isString(message.codeownerGithubTeams[i])) - return "codeownerGithubTeams: string[] expected"; - } - if (message.docTagPrefix != null && message.hasOwnProperty("docTagPrefix")) - if (!$util.isString(message.docTagPrefix)) - return "docTagPrefix: string expected"; - if (message.organization != null && message.hasOwnProperty("organization")) - switch (message.organization) { - default: - return "organization: enum value expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - case 5: - case 6: - case 7: - break; - } - if (message.librarySettings != null && message.hasOwnProperty("librarySettings")) { - if (!Array.isArray(message.librarySettings)) - return "librarySettings: array expected"; - for (var i = 0; i < message.librarySettings.length; ++i) { - var error = $root.google.api.ClientLibrarySettings.verify(message.librarySettings[i], long + 1); - if (error) - return "librarySettings." + error; - } - } - if (message.protoReferenceDocumentationUri != null && message.hasOwnProperty("protoReferenceDocumentationUri")) - if (!$util.isString(message.protoReferenceDocumentationUri)) - return "protoReferenceDocumentationUri: string expected"; - if (message.restReferenceDocumentationUri != null && message.hasOwnProperty("restReferenceDocumentationUri")) - if (!$util.isString(message.restReferenceDocumentationUri)) - return "restReferenceDocumentationUri: string expected"; - return null; - }; - - /** - * Creates a Publishing message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.Publishing - * @static - * @param {Object.} object Plain object - * @returns {google.api.Publishing} Publishing - */ - Publishing.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.Publishing) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.Publishing(); - if (object.methodSettings) { - if (!Array.isArray(object.methodSettings)) - throw TypeError(".google.api.Publishing.methodSettings: array expected"); - message.methodSettings = []; - for (var i = 0; i < object.methodSettings.length; ++i) { - if (typeof object.methodSettings[i] !== "object") - throw TypeError(".google.api.Publishing.methodSettings: object expected"); - message.methodSettings[i] = $root.google.api.MethodSettings.fromObject(object.methodSettings[i], long + 1); - } - } - if (object.newIssueUri != null) - message.newIssueUri = String(object.newIssueUri); - if (object.documentationUri != null) - message.documentationUri = String(object.documentationUri); - if (object.apiShortName != null) - message.apiShortName = String(object.apiShortName); - if (object.githubLabel != null) - message.githubLabel = String(object.githubLabel); - if (object.codeownerGithubTeams) { - if (!Array.isArray(object.codeownerGithubTeams)) - throw TypeError(".google.api.Publishing.codeownerGithubTeams: array expected"); - message.codeownerGithubTeams = []; - for (var i = 0; i < object.codeownerGithubTeams.length; ++i) - message.codeownerGithubTeams[i] = String(object.codeownerGithubTeams[i]); - } - if (object.docTagPrefix != null) - message.docTagPrefix = String(object.docTagPrefix); - switch (object.organization) { - default: - if (typeof object.organization === "number") { - message.organization = object.organization; - break; - } - break; - case "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": - case 0: - message.organization = 0; - break; - case "CLOUD": - case 1: - message.organization = 1; - break; - case "ADS": - case 2: - message.organization = 2; - break; - case "PHOTOS": - case 3: - message.organization = 3; - break; - case "STREET_VIEW": - case 4: - message.organization = 4; - break; - case "SHOPPING": - case 5: - message.organization = 5; - break; - case "GEO": - case 6: - message.organization = 6; - break; - case "GENERATIVE_AI": - case 7: - message.organization = 7; - break; - } - if (object.librarySettings) { - if (!Array.isArray(object.librarySettings)) - throw TypeError(".google.api.Publishing.librarySettings: array expected"); - message.librarySettings = []; - for (var i = 0; i < object.librarySettings.length; ++i) { - if (typeof object.librarySettings[i] !== "object") - throw TypeError(".google.api.Publishing.librarySettings: object expected"); - message.librarySettings[i] = $root.google.api.ClientLibrarySettings.fromObject(object.librarySettings[i], long + 1); - } - } - if (object.protoReferenceDocumentationUri != null) - message.protoReferenceDocumentationUri = String(object.protoReferenceDocumentationUri); - if (object.restReferenceDocumentationUri != null) - message.restReferenceDocumentationUri = String(object.restReferenceDocumentationUri); - return message; - }; - - /** - * Creates a plain object from a Publishing message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.Publishing - * @static - * @param {google.api.Publishing} message Publishing - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Publishing.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.methodSettings = []; - object.codeownerGithubTeams = []; - object.librarySettings = []; - } - if (options.defaults) { - object.newIssueUri = ""; - object.documentationUri = ""; - object.apiShortName = ""; - object.githubLabel = ""; - object.docTagPrefix = ""; - object.organization = options.enums === String ? "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED" : 0; - object.protoReferenceDocumentationUri = ""; - object.restReferenceDocumentationUri = ""; - } - if (message.methodSettings && message.methodSettings.length) { - object.methodSettings = []; - for (var j = 0; j < message.methodSettings.length; ++j) - object.methodSettings[j] = $root.google.api.MethodSettings.toObject(message.methodSettings[j], options); - } - if (message.newIssueUri != null && message.hasOwnProperty("newIssueUri")) - object.newIssueUri = message.newIssueUri; - if (message.documentationUri != null && message.hasOwnProperty("documentationUri")) - object.documentationUri = message.documentationUri; - if (message.apiShortName != null && message.hasOwnProperty("apiShortName")) - object.apiShortName = message.apiShortName; - if (message.githubLabel != null && message.hasOwnProperty("githubLabel")) - object.githubLabel = message.githubLabel; - if (message.codeownerGithubTeams && message.codeownerGithubTeams.length) { - object.codeownerGithubTeams = []; - for (var j = 0; j < message.codeownerGithubTeams.length; ++j) - object.codeownerGithubTeams[j] = message.codeownerGithubTeams[j]; - } - if (message.docTagPrefix != null && message.hasOwnProperty("docTagPrefix")) - object.docTagPrefix = message.docTagPrefix; - if (message.organization != null && message.hasOwnProperty("organization")) - object.organization = options.enums === String ? $root.google.api.ClientLibraryOrganization[message.organization] === undefined ? message.organization : $root.google.api.ClientLibraryOrganization[message.organization] : message.organization; - if (message.librarySettings && message.librarySettings.length) { - object.librarySettings = []; - for (var j = 0; j < message.librarySettings.length; ++j) - object.librarySettings[j] = $root.google.api.ClientLibrarySettings.toObject(message.librarySettings[j], options); - } - if (message.protoReferenceDocumentationUri != null && message.hasOwnProperty("protoReferenceDocumentationUri")) - object.protoReferenceDocumentationUri = message.protoReferenceDocumentationUri; - if (message.restReferenceDocumentationUri != null && message.hasOwnProperty("restReferenceDocumentationUri")) - object.restReferenceDocumentationUri = message.restReferenceDocumentationUri; - return object; - }; - - /** - * Converts this Publishing to JSON. - * @function toJSON - * @memberof google.api.Publishing - * @instance - * @returns {Object.} JSON object - */ - Publishing.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Publishing - * @function getTypeUrl - * @memberof google.api.Publishing - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Publishing.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.Publishing"; - }; - - return Publishing; - })(); - - api.JavaSettings = (function() { - - /** - * Properties of a JavaSettings. - * @memberof google.api - * @interface IJavaSettings - * @property {string|null} [libraryPackage] JavaSettings libraryPackage - * @property {Object.|null} [serviceClassNames] JavaSettings serviceClassNames - * @property {google.api.ICommonLanguageSettings|null} [common] JavaSettings common - */ - - /** - * Constructs a new JavaSettings. - * @memberof google.api - * @classdesc Represents a JavaSettings. - * @implements IJavaSettings - * @constructor - * @param {google.api.IJavaSettings=} [properties] Properties to set - */ - function JavaSettings(properties) { - this.serviceClassNames = {}; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * JavaSettings libraryPackage. - * @member {string} libraryPackage - * @memberof google.api.JavaSettings - * @instance - */ - JavaSettings.prototype.libraryPackage = ""; - - /** - * JavaSettings serviceClassNames. - * @member {Object.} serviceClassNames - * @memberof google.api.JavaSettings - * @instance - */ - JavaSettings.prototype.serviceClassNames = $util.emptyObject; - - /** - * JavaSettings common. - * @member {google.api.ICommonLanguageSettings|null|undefined} common - * @memberof google.api.JavaSettings - * @instance - */ - JavaSettings.prototype.common = null; - - /** - * Creates a new JavaSettings instance using the specified properties. - * @function create - * @memberof google.api.JavaSettings - * @static - * @param {google.api.IJavaSettings=} [properties] Properties to set - * @returns {google.api.JavaSettings} JavaSettings instance - */ - JavaSettings.create = function create(properties) { - return new JavaSettings(properties); - }; - - /** - * Encodes the specified JavaSettings message. Does not implicitly {@link google.api.JavaSettings.verify|verify} messages. - * @function encode - * @memberof google.api.JavaSettings - * @static - * @param {google.api.IJavaSettings} message JavaSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - JavaSettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.libraryPackage != null && Object.hasOwnProperty.call(message, "libraryPackage")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.libraryPackage); - if (message.serviceClassNames != null && Object.hasOwnProperty.call(message, "serviceClassNames")) - for (var keys = Object.keys(message.serviceClassNames), i = 0; i < keys.length; ++i) - writer.uint32(/* id 2, wireType 2 =*/18).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.serviceClassNames[keys[i]]).ldelim(); - if (message.common != null && Object.hasOwnProperty.call(message, "common")) - $root.google.api.CommonLanguageSettings.encode(message.common, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified JavaSettings message, length delimited. Does not implicitly {@link google.api.JavaSettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.JavaSettings - * @static - * @param {google.api.IJavaSettings} message JavaSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - JavaSettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a JavaSettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.JavaSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.JavaSettings} JavaSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - JavaSettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.JavaSettings(), key, value; - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.libraryPackage = reader.string(); - break; - } - case 2: { - if (message.serviceClassNames === $util.emptyObject) - message.serviceClassNames = {}; - var end2 = reader.uint32() + reader.pos; - key = ""; - value = ""; - while (reader.pos < end2) { - var tag2 = reader.uint32(); - switch (tag2 >>> 3) { - case 1: - key = reader.string(); - break; - case 2: - value = reader.string(); - break; - default: - reader.skipType(tag2 & 7, long); - break; - } - } - if (key === "__proto__") - $util.makeProp(message.serviceClassNames, key); - message.serviceClassNames[key] = value; - break; - } - case 3: { - message.common = $root.google.api.CommonLanguageSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a JavaSettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.JavaSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.JavaSettings} JavaSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - JavaSettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a JavaSettings message. - * @function verify - * @memberof google.api.JavaSettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - JavaSettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.libraryPackage != null && message.hasOwnProperty("libraryPackage")) - if (!$util.isString(message.libraryPackage)) - return "libraryPackage: string expected"; - if (message.serviceClassNames != null && message.hasOwnProperty("serviceClassNames")) { - if (!$util.isObject(message.serviceClassNames)) - return "serviceClassNames: object expected"; - var key = Object.keys(message.serviceClassNames); - for (var i = 0; i < key.length; ++i) - if (!$util.isString(message.serviceClassNames[key[i]])) - return "serviceClassNames: string{k:string} expected"; - } - if (message.common != null && message.hasOwnProperty("common")) { - var error = $root.google.api.CommonLanguageSettings.verify(message.common, long + 1); - if (error) - return "common." + error; - } - return null; - }; - - /** - * Creates a JavaSettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.JavaSettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.JavaSettings} JavaSettings - */ - JavaSettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.JavaSettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.JavaSettings(); - if (object.libraryPackage != null) - message.libraryPackage = String(object.libraryPackage); - if (object.serviceClassNames) { - if (typeof object.serviceClassNames !== "object") - throw TypeError(".google.api.JavaSettings.serviceClassNames: object expected"); - message.serviceClassNames = {}; - for (var keys = Object.keys(object.serviceClassNames), i = 0; i < keys.length; ++i) { - if (keys[i] === "__proto__") - $util.makeProp(message.serviceClassNames, keys[i]); - message.serviceClassNames[keys[i]] = String(object.serviceClassNames[keys[i]]); - } - } - if (object.common != null) { - if (typeof object.common !== "object") - throw TypeError(".google.api.JavaSettings.common: object expected"); - message.common = $root.google.api.CommonLanguageSettings.fromObject(object.common, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a JavaSettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.JavaSettings - * @static - * @param {google.api.JavaSettings} message JavaSettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - JavaSettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.objects || options.defaults) - object.serviceClassNames = {}; - if (options.defaults) { - object.libraryPackage = ""; - object.common = null; - } - if (message.libraryPackage != null && message.hasOwnProperty("libraryPackage")) - object.libraryPackage = message.libraryPackage; - var keys2; - if (message.serviceClassNames && (keys2 = Object.keys(message.serviceClassNames)).length) { - object.serviceClassNames = {}; - for (var j = 0; j < keys2.length; ++j) { - if (keys2[j] === "__proto__") - $util.makeProp(object.serviceClassNames, keys2[j]); - object.serviceClassNames[keys2[j]] = message.serviceClassNames[keys2[j]]; - } - } - if (message.common != null && message.hasOwnProperty("common")) - object.common = $root.google.api.CommonLanguageSettings.toObject(message.common, options); - return object; - }; - - /** - * Converts this JavaSettings to JSON. - * @function toJSON - * @memberof google.api.JavaSettings - * @instance - * @returns {Object.} JSON object - */ - JavaSettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for JavaSettings - * @function getTypeUrl - * @memberof google.api.JavaSettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - JavaSettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.JavaSettings"; - }; - - return JavaSettings; - })(); - - api.CppSettings = (function() { - - /** - * Properties of a CppSettings. - * @memberof google.api - * @interface ICppSettings - * @property {google.api.ICommonLanguageSettings|null} [common] CppSettings common - */ - - /** - * Constructs a new CppSettings. - * @memberof google.api - * @classdesc Represents a CppSettings. - * @implements ICppSettings - * @constructor - * @param {google.api.ICppSettings=} [properties] Properties to set - */ - function CppSettings(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * CppSettings common. - * @member {google.api.ICommonLanguageSettings|null|undefined} common - * @memberof google.api.CppSettings - * @instance - */ - CppSettings.prototype.common = null; - - /** - * Creates a new CppSettings instance using the specified properties. - * @function create - * @memberof google.api.CppSettings - * @static - * @param {google.api.ICppSettings=} [properties] Properties to set - * @returns {google.api.CppSettings} CppSettings instance - */ - CppSettings.create = function create(properties) { - return new CppSettings(properties); - }; - - /** - * Encodes the specified CppSettings message. Does not implicitly {@link google.api.CppSettings.verify|verify} messages. - * @function encode - * @memberof google.api.CppSettings - * @static - * @param {google.api.ICppSettings} message CppSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CppSettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.common != null && Object.hasOwnProperty.call(message, "common")) - $root.google.api.CommonLanguageSettings.encode(message.common, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified CppSettings message, length delimited. Does not implicitly {@link google.api.CppSettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.CppSettings - * @static - * @param {google.api.ICppSettings} message CppSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - CppSettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a CppSettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.CppSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.CppSettings} CppSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CppSettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.CppSettings(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.common = $root.google.api.CommonLanguageSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a CppSettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.CppSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.CppSettings} CppSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - CppSettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a CppSettings message. - * @function verify - * @memberof google.api.CppSettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - CppSettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.common != null && message.hasOwnProperty("common")) { - var error = $root.google.api.CommonLanguageSettings.verify(message.common, long + 1); - if (error) - return "common." + error; - } - return null; - }; - - /** - * Creates a CppSettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.CppSettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.CppSettings} CppSettings - */ - CppSettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.CppSettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.CppSettings(); - if (object.common != null) { - if (typeof object.common !== "object") - throw TypeError(".google.api.CppSettings.common: object expected"); - message.common = $root.google.api.CommonLanguageSettings.fromObject(object.common, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a CppSettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.CppSettings - * @static - * @param {google.api.CppSettings} message CppSettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - CppSettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.common = null; - if (message.common != null && message.hasOwnProperty("common")) - object.common = $root.google.api.CommonLanguageSettings.toObject(message.common, options); - return object; - }; - - /** - * Converts this CppSettings to JSON. - * @function toJSON - * @memberof google.api.CppSettings - * @instance - * @returns {Object.} JSON object - */ - CppSettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for CppSettings - * @function getTypeUrl - * @memberof google.api.CppSettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - CppSettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.CppSettings"; - }; - - return CppSettings; - })(); - - api.PhpSettings = (function() { - - /** - * Properties of a PhpSettings. - * @memberof google.api - * @interface IPhpSettings - * @property {google.api.ICommonLanguageSettings|null} [common] PhpSettings common - */ - - /** - * Constructs a new PhpSettings. - * @memberof google.api - * @classdesc Represents a PhpSettings. - * @implements IPhpSettings - * @constructor - * @param {google.api.IPhpSettings=} [properties] Properties to set - */ - function PhpSettings(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * PhpSettings common. - * @member {google.api.ICommonLanguageSettings|null|undefined} common - * @memberof google.api.PhpSettings - * @instance - */ - PhpSettings.prototype.common = null; - - /** - * Creates a new PhpSettings instance using the specified properties. - * @function create - * @memberof google.api.PhpSettings - * @static - * @param {google.api.IPhpSettings=} [properties] Properties to set - * @returns {google.api.PhpSettings} PhpSettings instance - */ - PhpSettings.create = function create(properties) { - return new PhpSettings(properties); - }; - - /** - * Encodes the specified PhpSettings message. Does not implicitly {@link google.api.PhpSettings.verify|verify} messages. - * @function encode - * @memberof google.api.PhpSettings - * @static - * @param {google.api.IPhpSettings} message PhpSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - PhpSettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.common != null && Object.hasOwnProperty.call(message, "common")) - $root.google.api.CommonLanguageSettings.encode(message.common, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified PhpSettings message, length delimited. Does not implicitly {@link google.api.PhpSettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.PhpSettings - * @static - * @param {google.api.IPhpSettings} message PhpSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - PhpSettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a PhpSettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.PhpSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.PhpSettings} PhpSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - PhpSettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.PhpSettings(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.common = $root.google.api.CommonLanguageSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a PhpSettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.PhpSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.PhpSettings} PhpSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - PhpSettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a PhpSettings message. - * @function verify - * @memberof google.api.PhpSettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - PhpSettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.common != null && message.hasOwnProperty("common")) { - var error = $root.google.api.CommonLanguageSettings.verify(message.common, long + 1); - if (error) - return "common." + error; - } - return null; - }; - - /** - * Creates a PhpSettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.PhpSettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.PhpSettings} PhpSettings - */ - PhpSettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.PhpSettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.PhpSettings(); - if (object.common != null) { - if (typeof object.common !== "object") - throw TypeError(".google.api.PhpSettings.common: object expected"); - message.common = $root.google.api.CommonLanguageSettings.fromObject(object.common, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a PhpSettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.PhpSettings - * @static - * @param {google.api.PhpSettings} message PhpSettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - PhpSettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.common = null; - if (message.common != null && message.hasOwnProperty("common")) - object.common = $root.google.api.CommonLanguageSettings.toObject(message.common, options); - return object; - }; - - /** - * Converts this PhpSettings to JSON. - * @function toJSON - * @memberof google.api.PhpSettings - * @instance - * @returns {Object.} JSON object - */ - PhpSettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for PhpSettings - * @function getTypeUrl - * @memberof google.api.PhpSettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - PhpSettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.PhpSettings"; - }; - - return PhpSettings; - })(); - - api.PythonSettings = (function() { - - /** - * Properties of a PythonSettings. - * @memberof google.api - * @interface IPythonSettings - * @property {google.api.ICommonLanguageSettings|null} [common] PythonSettings common - * @property {google.api.PythonSettings.IExperimentalFeatures|null} [experimentalFeatures] PythonSettings experimentalFeatures - */ - - /** - * Constructs a new PythonSettings. - * @memberof google.api - * @classdesc Represents a PythonSettings. - * @implements IPythonSettings - * @constructor - * @param {google.api.IPythonSettings=} [properties] Properties to set - */ - function PythonSettings(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * PythonSettings common. - * @member {google.api.ICommonLanguageSettings|null|undefined} common - * @memberof google.api.PythonSettings - * @instance - */ - PythonSettings.prototype.common = null; - - /** - * PythonSettings experimentalFeatures. - * @member {google.api.PythonSettings.IExperimentalFeatures|null|undefined} experimentalFeatures - * @memberof google.api.PythonSettings - * @instance - */ - PythonSettings.prototype.experimentalFeatures = null; - - /** - * Creates a new PythonSettings instance using the specified properties. - * @function create - * @memberof google.api.PythonSettings - * @static - * @param {google.api.IPythonSettings=} [properties] Properties to set - * @returns {google.api.PythonSettings} PythonSettings instance - */ - PythonSettings.create = function create(properties) { - return new PythonSettings(properties); - }; - - /** - * Encodes the specified PythonSettings message. Does not implicitly {@link google.api.PythonSettings.verify|verify} messages. - * @function encode - * @memberof google.api.PythonSettings - * @static - * @param {google.api.IPythonSettings} message PythonSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - PythonSettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.common != null && Object.hasOwnProperty.call(message, "common")) - $root.google.api.CommonLanguageSettings.encode(message.common, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.experimentalFeatures != null && Object.hasOwnProperty.call(message, "experimentalFeatures")) - $root.google.api.PythonSettings.ExperimentalFeatures.encode(message.experimentalFeatures, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified PythonSettings message, length delimited. Does not implicitly {@link google.api.PythonSettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.PythonSettings - * @static - * @param {google.api.IPythonSettings} message PythonSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - PythonSettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a PythonSettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.PythonSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.PythonSettings} PythonSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - PythonSettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.PythonSettings(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.common = $root.google.api.CommonLanguageSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.experimentalFeatures = $root.google.api.PythonSettings.ExperimentalFeatures.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a PythonSettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.PythonSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.PythonSettings} PythonSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - PythonSettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a PythonSettings message. - * @function verify - * @memberof google.api.PythonSettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - PythonSettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.common != null && message.hasOwnProperty("common")) { - var error = $root.google.api.CommonLanguageSettings.verify(message.common, long + 1); - if (error) - return "common." + error; - } - if (message.experimentalFeatures != null && message.hasOwnProperty("experimentalFeatures")) { - var error = $root.google.api.PythonSettings.ExperimentalFeatures.verify(message.experimentalFeatures, long + 1); - if (error) - return "experimentalFeatures." + error; - } - return null; - }; - - /** - * Creates a PythonSettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.PythonSettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.PythonSettings} PythonSettings - */ - PythonSettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.PythonSettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.PythonSettings(); - if (object.common != null) { - if (typeof object.common !== "object") - throw TypeError(".google.api.PythonSettings.common: object expected"); - message.common = $root.google.api.CommonLanguageSettings.fromObject(object.common, long + 1); - } - if (object.experimentalFeatures != null) { - if (typeof object.experimentalFeatures !== "object") - throw TypeError(".google.api.PythonSettings.experimentalFeatures: object expected"); - message.experimentalFeatures = $root.google.api.PythonSettings.ExperimentalFeatures.fromObject(object.experimentalFeatures, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a PythonSettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.PythonSettings - * @static - * @param {google.api.PythonSettings} message PythonSettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - PythonSettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.common = null; - object.experimentalFeatures = null; - } - if (message.common != null && message.hasOwnProperty("common")) - object.common = $root.google.api.CommonLanguageSettings.toObject(message.common, options); - if (message.experimentalFeatures != null && message.hasOwnProperty("experimentalFeatures")) - object.experimentalFeatures = $root.google.api.PythonSettings.ExperimentalFeatures.toObject(message.experimentalFeatures, options); - return object; - }; - - /** - * Converts this PythonSettings to JSON. - * @function toJSON - * @memberof google.api.PythonSettings - * @instance - * @returns {Object.} JSON object - */ - PythonSettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for PythonSettings - * @function getTypeUrl - * @memberof google.api.PythonSettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - PythonSettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.PythonSettings"; - }; - - PythonSettings.ExperimentalFeatures = (function() { - - /** - * Properties of an ExperimentalFeatures. - * @memberof google.api.PythonSettings - * @interface IExperimentalFeatures - * @property {boolean|null} [restAsyncIoEnabled] ExperimentalFeatures restAsyncIoEnabled - * @property {boolean|null} [protobufPythonicTypesEnabled] ExperimentalFeatures protobufPythonicTypesEnabled - * @property {boolean|null} [unversionedPackageDisabled] ExperimentalFeatures unversionedPackageDisabled - */ - - /** - * Constructs a new ExperimentalFeatures. - * @memberof google.api.PythonSettings - * @classdesc Represents an ExperimentalFeatures. - * @implements IExperimentalFeatures - * @constructor - * @param {google.api.PythonSettings.IExperimentalFeatures=} [properties] Properties to set - */ - function ExperimentalFeatures(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ExperimentalFeatures restAsyncIoEnabled. - * @member {boolean} restAsyncIoEnabled - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @instance - */ - ExperimentalFeatures.prototype.restAsyncIoEnabled = false; - - /** - * ExperimentalFeatures protobufPythonicTypesEnabled. - * @member {boolean} protobufPythonicTypesEnabled - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @instance - */ - ExperimentalFeatures.prototype.protobufPythonicTypesEnabled = false; - - /** - * ExperimentalFeatures unversionedPackageDisabled. - * @member {boolean} unversionedPackageDisabled - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @instance - */ - ExperimentalFeatures.prototype.unversionedPackageDisabled = false; - - /** - * Creates a new ExperimentalFeatures instance using the specified properties. - * @function create - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @static - * @param {google.api.PythonSettings.IExperimentalFeatures=} [properties] Properties to set - * @returns {google.api.PythonSettings.ExperimentalFeatures} ExperimentalFeatures instance - */ - ExperimentalFeatures.create = function create(properties) { - return new ExperimentalFeatures(properties); - }; - - /** - * Encodes the specified ExperimentalFeatures message. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages. - * @function encode - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @static - * @param {google.api.PythonSettings.IExperimentalFeatures} message ExperimentalFeatures message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ExperimentalFeatures.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.restAsyncIoEnabled != null && Object.hasOwnProperty.call(message, "restAsyncIoEnabled")) - writer.uint32(/* id 1, wireType 0 =*/8).bool(message.restAsyncIoEnabled); - if (message.protobufPythonicTypesEnabled != null && Object.hasOwnProperty.call(message, "protobufPythonicTypesEnabled")) - writer.uint32(/* id 2, wireType 0 =*/16).bool(message.protobufPythonicTypesEnabled); - if (message.unversionedPackageDisabled != null && Object.hasOwnProperty.call(message, "unversionedPackageDisabled")) - writer.uint32(/* id 3, wireType 0 =*/24).bool(message.unversionedPackageDisabled); - return writer; - }; - - /** - * Encodes the specified ExperimentalFeatures message, length delimited. Does not implicitly {@link google.api.PythonSettings.ExperimentalFeatures.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @static - * @param {google.api.PythonSettings.IExperimentalFeatures} message ExperimentalFeatures message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ExperimentalFeatures.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes an ExperimentalFeatures message from the specified reader or buffer. - * @function decode - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.PythonSettings.ExperimentalFeatures} ExperimentalFeatures - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ExperimentalFeatures.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.PythonSettings.ExperimentalFeatures(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.restAsyncIoEnabled = reader.bool(); - break; - } - case 2: { - message.protobufPythonicTypesEnabled = reader.bool(); - break; - } - case 3: { - message.unversionedPackageDisabled = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes an ExperimentalFeatures message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.PythonSettings.ExperimentalFeatures} ExperimentalFeatures - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ExperimentalFeatures.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies an ExperimentalFeatures message. - * @function verify - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ExperimentalFeatures.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.restAsyncIoEnabled != null && message.hasOwnProperty("restAsyncIoEnabled")) - if (typeof message.restAsyncIoEnabled !== "boolean") - return "restAsyncIoEnabled: boolean expected"; - if (message.protobufPythonicTypesEnabled != null && message.hasOwnProperty("protobufPythonicTypesEnabled")) - if (typeof message.protobufPythonicTypesEnabled !== "boolean") - return "protobufPythonicTypesEnabled: boolean expected"; - if (message.unversionedPackageDisabled != null && message.hasOwnProperty("unversionedPackageDisabled")) - if (typeof message.unversionedPackageDisabled !== "boolean") - return "unversionedPackageDisabled: boolean expected"; - return null; - }; - - /** - * Creates an ExperimentalFeatures message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @static - * @param {Object.} object Plain object - * @returns {google.api.PythonSettings.ExperimentalFeatures} ExperimentalFeatures - */ - ExperimentalFeatures.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.PythonSettings.ExperimentalFeatures) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.PythonSettings.ExperimentalFeatures(); - if (object.restAsyncIoEnabled != null) - message.restAsyncIoEnabled = Boolean(object.restAsyncIoEnabled); - if (object.protobufPythonicTypesEnabled != null) - message.protobufPythonicTypesEnabled = Boolean(object.protobufPythonicTypesEnabled); - if (object.unversionedPackageDisabled != null) - message.unversionedPackageDisabled = Boolean(object.unversionedPackageDisabled); - return message; - }; - - /** - * Creates a plain object from an ExperimentalFeatures message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @static - * @param {google.api.PythonSettings.ExperimentalFeatures} message ExperimentalFeatures - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ExperimentalFeatures.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.restAsyncIoEnabled = false; - object.protobufPythonicTypesEnabled = false; - object.unversionedPackageDisabled = false; - } - if (message.restAsyncIoEnabled != null && message.hasOwnProperty("restAsyncIoEnabled")) - object.restAsyncIoEnabled = message.restAsyncIoEnabled; - if (message.protobufPythonicTypesEnabled != null && message.hasOwnProperty("protobufPythonicTypesEnabled")) - object.protobufPythonicTypesEnabled = message.protobufPythonicTypesEnabled; - if (message.unversionedPackageDisabled != null && message.hasOwnProperty("unversionedPackageDisabled")) - object.unversionedPackageDisabled = message.unversionedPackageDisabled; - return object; - }; - - /** - * Converts this ExperimentalFeatures to JSON. - * @function toJSON - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @instance - * @returns {Object.} JSON object - */ - ExperimentalFeatures.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ExperimentalFeatures - * @function getTypeUrl - * @memberof google.api.PythonSettings.ExperimentalFeatures - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ExperimentalFeatures.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.PythonSettings.ExperimentalFeatures"; - }; - - return ExperimentalFeatures; - })(); - - return PythonSettings; - })(); - - api.NodeSettings = (function() { - - /** - * Properties of a NodeSettings. - * @memberof google.api - * @interface INodeSettings - * @property {google.api.ICommonLanguageSettings|null} [common] NodeSettings common - */ - - /** - * Constructs a new NodeSettings. - * @memberof google.api - * @classdesc Represents a NodeSettings. - * @implements INodeSettings - * @constructor - * @param {google.api.INodeSettings=} [properties] Properties to set - */ - function NodeSettings(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * NodeSettings common. - * @member {google.api.ICommonLanguageSettings|null|undefined} common - * @memberof google.api.NodeSettings - * @instance - */ - NodeSettings.prototype.common = null; - - /** - * Creates a new NodeSettings instance using the specified properties. - * @function create - * @memberof google.api.NodeSettings - * @static - * @param {google.api.INodeSettings=} [properties] Properties to set - * @returns {google.api.NodeSettings} NodeSettings instance - */ - NodeSettings.create = function create(properties) { - return new NodeSettings(properties); - }; - - /** - * Encodes the specified NodeSettings message. Does not implicitly {@link google.api.NodeSettings.verify|verify} messages. - * @function encode - * @memberof google.api.NodeSettings - * @static - * @param {google.api.INodeSettings} message NodeSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - NodeSettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.common != null && Object.hasOwnProperty.call(message, "common")) - $root.google.api.CommonLanguageSettings.encode(message.common, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified NodeSettings message, length delimited. Does not implicitly {@link google.api.NodeSettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.NodeSettings - * @static - * @param {google.api.INodeSettings} message NodeSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - NodeSettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a NodeSettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.NodeSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.NodeSettings} NodeSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - NodeSettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.NodeSettings(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.common = $root.google.api.CommonLanguageSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a NodeSettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.NodeSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.NodeSettings} NodeSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - NodeSettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a NodeSettings message. - * @function verify - * @memberof google.api.NodeSettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - NodeSettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.common != null && message.hasOwnProperty("common")) { - var error = $root.google.api.CommonLanguageSettings.verify(message.common, long + 1); - if (error) - return "common." + error; - } - return null; - }; - - /** - * Creates a NodeSettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.NodeSettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.NodeSettings} NodeSettings - */ - NodeSettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.NodeSettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.NodeSettings(); - if (object.common != null) { - if (typeof object.common !== "object") - throw TypeError(".google.api.NodeSettings.common: object expected"); - message.common = $root.google.api.CommonLanguageSettings.fromObject(object.common, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a NodeSettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.NodeSettings - * @static - * @param {google.api.NodeSettings} message NodeSettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - NodeSettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.common = null; - if (message.common != null && message.hasOwnProperty("common")) - object.common = $root.google.api.CommonLanguageSettings.toObject(message.common, options); - return object; - }; - - /** - * Converts this NodeSettings to JSON. - * @function toJSON - * @memberof google.api.NodeSettings - * @instance - * @returns {Object.} JSON object - */ - NodeSettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for NodeSettings - * @function getTypeUrl - * @memberof google.api.NodeSettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - NodeSettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.NodeSettings"; - }; - - return NodeSettings; - })(); - - api.DotnetSettings = (function() { - - /** - * Properties of a DotnetSettings. - * @memberof google.api - * @interface IDotnetSettings - * @property {google.api.ICommonLanguageSettings|null} [common] DotnetSettings common - * @property {Object.|null} [renamedServices] DotnetSettings renamedServices - * @property {Object.|null} [renamedResources] DotnetSettings renamedResources - * @property {Array.|null} [ignoredResources] DotnetSettings ignoredResources - * @property {Array.|null} [forcedNamespaceAliases] DotnetSettings forcedNamespaceAliases - * @property {Array.|null} [handwrittenSignatures] DotnetSettings handwrittenSignatures - */ - - /** - * Constructs a new DotnetSettings. - * @memberof google.api - * @classdesc Represents a DotnetSettings. - * @implements IDotnetSettings - * @constructor - * @param {google.api.IDotnetSettings=} [properties] Properties to set - */ - function DotnetSettings(properties) { - this.renamedServices = {}; - this.renamedResources = {}; - this.ignoredResources = []; - this.forcedNamespaceAliases = []; - this.handwrittenSignatures = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * DotnetSettings common. - * @member {google.api.ICommonLanguageSettings|null|undefined} common - * @memberof google.api.DotnetSettings - * @instance - */ - DotnetSettings.prototype.common = null; - - /** - * DotnetSettings renamedServices. - * @member {Object.} renamedServices - * @memberof google.api.DotnetSettings - * @instance - */ - DotnetSettings.prototype.renamedServices = $util.emptyObject; - - /** - * DotnetSettings renamedResources. - * @member {Object.} renamedResources - * @memberof google.api.DotnetSettings - * @instance - */ - DotnetSettings.prototype.renamedResources = $util.emptyObject; - - /** - * DotnetSettings ignoredResources. - * @member {Array.} ignoredResources - * @memberof google.api.DotnetSettings - * @instance - */ - DotnetSettings.prototype.ignoredResources = $util.emptyArray; - - /** - * DotnetSettings forcedNamespaceAliases. - * @member {Array.} forcedNamespaceAliases - * @memberof google.api.DotnetSettings - * @instance - */ - DotnetSettings.prototype.forcedNamespaceAliases = $util.emptyArray; - - /** - * DotnetSettings handwrittenSignatures. - * @member {Array.} handwrittenSignatures - * @memberof google.api.DotnetSettings - * @instance - */ - DotnetSettings.prototype.handwrittenSignatures = $util.emptyArray; - - /** - * Creates a new DotnetSettings instance using the specified properties. - * @function create - * @memberof google.api.DotnetSettings - * @static - * @param {google.api.IDotnetSettings=} [properties] Properties to set - * @returns {google.api.DotnetSettings} DotnetSettings instance - */ - DotnetSettings.create = function create(properties) { - return new DotnetSettings(properties); - }; - - /** - * Encodes the specified DotnetSettings message. Does not implicitly {@link google.api.DotnetSettings.verify|verify} messages. - * @function encode - * @memberof google.api.DotnetSettings - * @static - * @param {google.api.IDotnetSettings} message DotnetSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - DotnetSettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.common != null && Object.hasOwnProperty.call(message, "common")) - $root.google.api.CommonLanguageSettings.encode(message.common, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.renamedServices != null && Object.hasOwnProperty.call(message, "renamedServices")) - for (var keys = Object.keys(message.renamedServices), i = 0; i < keys.length; ++i) - writer.uint32(/* id 2, wireType 2 =*/18).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.renamedServices[keys[i]]).ldelim(); - if (message.renamedResources != null && Object.hasOwnProperty.call(message, "renamedResources")) - for (var keys = Object.keys(message.renamedResources), i = 0; i < keys.length; ++i) - writer.uint32(/* id 3, wireType 2 =*/26).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.renamedResources[keys[i]]).ldelim(); - if (message.ignoredResources != null && message.ignoredResources.length) - for (var i = 0; i < message.ignoredResources.length; ++i) - writer.uint32(/* id 4, wireType 2 =*/34).string(message.ignoredResources[i]); - if (message.forcedNamespaceAliases != null && message.forcedNamespaceAliases.length) - for (var i = 0; i < message.forcedNamespaceAliases.length; ++i) - writer.uint32(/* id 5, wireType 2 =*/42).string(message.forcedNamespaceAliases[i]); - if (message.handwrittenSignatures != null && message.handwrittenSignatures.length) - for (var i = 0; i < message.handwrittenSignatures.length; ++i) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.handwrittenSignatures[i]); - return writer; - }; - - /** - * Encodes the specified DotnetSettings message, length delimited. Does not implicitly {@link google.api.DotnetSettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.DotnetSettings - * @static - * @param {google.api.IDotnetSettings} message DotnetSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - DotnetSettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a DotnetSettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.DotnetSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.DotnetSettings} DotnetSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - DotnetSettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.DotnetSettings(), key, value; - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.common = $root.google.api.CommonLanguageSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - if (message.renamedServices === $util.emptyObject) - message.renamedServices = {}; - var end2 = reader.uint32() + reader.pos; - key = ""; - value = ""; - while (reader.pos < end2) { - var tag2 = reader.uint32(); - switch (tag2 >>> 3) { - case 1: - key = reader.string(); - break; - case 2: - value = reader.string(); - break; - default: - reader.skipType(tag2 & 7, long); - break; - } - } - if (key === "__proto__") - $util.makeProp(message.renamedServices, key); - message.renamedServices[key] = value; - break; - } - case 3: { - if (message.renamedResources === $util.emptyObject) - message.renamedResources = {}; - var end2 = reader.uint32() + reader.pos; - key = ""; - value = ""; - while (reader.pos < end2) { - var tag2 = reader.uint32(); - switch (tag2 >>> 3) { - case 1: - key = reader.string(); - break; - case 2: - value = reader.string(); - break; - default: - reader.skipType(tag2 & 7, long); - break; - } - } - if (key === "__proto__") - $util.makeProp(message.renamedResources, key); - message.renamedResources[key] = value; - break; - } - case 4: { - if (!(message.ignoredResources && message.ignoredResources.length)) - message.ignoredResources = []; - message.ignoredResources.push(reader.string()); - break; - } - case 5: { - if (!(message.forcedNamespaceAliases && message.forcedNamespaceAliases.length)) - message.forcedNamespaceAliases = []; - message.forcedNamespaceAliases.push(reader.string()); - break; - } - case 6: { - if (!(message.handwrittenSignatures && message.handwrittenSignatures.length)) - message.handwrittenSignatures = []; - message.handwrittenSignatures.push(reader.string()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a DotnetSettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.DotnetSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.DotnetSettings} DotnetSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - DotnetSettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a DotnetSettings message. - * @function verify - * @memberof google.api.DotnetSettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - DotnetSettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.common != null && message.hasOwnProperty("common")) { - var error = $root.google.api.CommonLanguageSettings.verify(message.common, long + 1); - if (error) - return "common." + error; - } - if (message.renamedServices != null && message.hasOwnProperty("renamedServices")) { - if (!$util.isObject(message.renamedServices)) - return "renamedServices: object expected"; - var key = Object.keys(message.renamedServices); - for (var i = 0; i < key.length; ++i) - if (!$util.isString(message.renamedServices[key[i]])) - return "renamedServices: string{k:string} expected"; - } - if (message.renamedResources != null && message.hasOwnProperty("renamedResources")) { - if (!$util.isObject(message.renamedResources)) - return "renamedResources: object expected"; - var key = Object.keys(message.renamedResources); - for (var i = 0; i < key.length; ++i) - if (!$util.isString(message.renamedResources[key[i]])) - return "renamedResources: string{k:string} expected"; - } - if (message.ignoredResources != null && message.hasOwnProperty("ignoredResources")) { - if (!Array.isArray(message.ignoredResources)) - return "ignoredResources: array expected"; - for (var i = 0; i < message.ignoredResources.length; ++i) - if (!$util.isString(message.ignoredResources[i])) - return "ignoredResources: string[] expected"; - } - if (message.forcedNamespaceAliases != null && message.hasOwnProperty("forcedNamespaceAliases")) { - if (!Array.isArray(message.forcedNamespaceAliases)) - return "forcedNamespaceAliases: array expected"; - for (var i = 0; i < message.forcedNamespaceAliases.length; ++i) - if (!$util.isString(message.forcedNamespaceAliases[i])) - return "forcedNamespaceAliases: string[] expected"; - } - if (message.handwrittenSignatures != null && message.hasOwnProperty("handwrittenSignatures")) { - if (!Array.isArray(message.handwrittenSignatures)) - return "handwrittenSignatures: array expected"; - for (var i = 0; i < message.handwrittenSignatures.length; ++i) - if (!$util.isString(message.handwrittenSignatures[i])) - return "handwrittenSignatures: string[] expected"; - } - return null; - }; - - /** - * Creates a DotnetSettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.DotnetSettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.DotnetSettings} DotnetSettings - */ - DotnetSettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.DotnetSettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.DotnetSettings(); - if (object.common != null) { - if (typeof object.common !== "object") - throw TypeError(".google.api.DotnetSettings.common: object expected"); - message.common = $root.google.api.CommonLanguageSettings.fromObject(object.common, long + 1); - } - if (object.renamedServices) { - if (typeof object.renamedServices !== "object") - throw TypeError(".google.api.DotnetSettings.renamedServices: object expected"); - message.renamedServices = {}; - for (var keys = Object.keys(object.renamedServices), i = 0; i < keys.length; ++i) { - if (keys[i] === "__proto__") - $util.makeProp(message.renamedServices, keys[i]); - message.renamedServices[keys[i]] = String(object.renamedServices[keys[i]]); - } - } - if (object.renamedResources) { - if (typeof object.renamedResources !== "object") - throw TypeError(".google.api.DotnetSettings.renamedResources: object expected"); - message.renamedResources = {}; - for (var keys = Object.keys(object.renamedResources), i = 0; i < keys.length; ++i) { - if (keys[i] === "__proto__") - $util.makeProp(message.renamedResources, keys[i]); - message.renamedResources[keys[i]] = String(object.renamedResources[keys[i]]); - } - } - if (object.ignoredResources) { - if (!Array.isArray(object.ignoredResources)) - throw TypeError(".google.api.DotnetSettings.ignoredResources: array expected"); - message.ignoredResources = []; - for (var i = 0; i < object.ignoredResources.length; ++i) - message.ignoredResources[i] = String(object.ignoredResources[i]); - } - if (object.forcedNamespaceAliases) { - if (!Array.isArray(object.forcedNamespaceAliases)) - throw TypeError(".google.api.DotnetSettings.forcedNamespaceAliases: array expected"); - message.forcedNamespaceAliases = []; - for (var i = 0; i < object.forcedNamespaceAliases.length; ++i) - message.forcedNamespaceAliases[i] = String(object.forcedNamespaceAliases[i]); - } - if (object.handwrittenSignatures) { - if (!Array.isArray(object.handwrittenSignatures)) - throw TypeError(".google.api.DotnetSettings.handwrittenSignatures: array expected"); - message.handwrittenSignatures = []; - for (var i = 0; i < object.handwrittenSignatures.length; ++i) - message.handwrittenSignatures[i] = String(object.handwrittenSignatures[i]); - } - return message; - }; - - /** - * Creates a plain object from a DotnetSettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.DotnetSettings - * @static - * @param {google.api.DotnetSettings} message DotnetSettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - DotnetSettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.ignoredResources = []; - object.forcedNamespaceAliases = []; - object.handwrittenSignatures = []; - } - if (options.objects || options.defaults) { - object.renamedServices = {}; - object.renamedResources = {}; - } - if (options.defaults) - object.common = null; - if (message.common != null && message.hasOwnProperty("common")) - object.common = $root.google.api.CommonLanguageSettings.toObject(message.common, options); - var keys2; - if (message.renamedServices && (keys2 = Object.keys(message.renamedServices)).length) { - object.renamedServices = {}; - for (var j = 0; j < keys2.length; ++j) { - if (keys2[j] === "__proto__") - $util.makeProp(object.renamedServices, keys2[j]); - object.renamedServices[keys2[j]] = message.renamedServices[keys2[j]]; - } - } - if (message.renamedResources && (keys2 = Object.keys(message.renamedResources)).length) { - object.renamedResources = {}; - for (var j = 0; j < keys2.length; ++j) { - if (keys2[j] === "__proto__") - $util.makeProp(object.renamedResources, keys2[j]); - object.renamedResources[keys2[j]] = message.renamedResources[keys2[j]]; - } - } - if (message.ignoredResources && message.ignoredResources.length) { - object.ignoredResources = []; - for (var j = 0; j < message.ignoredResources.length; ++j) - object.ignoredResources[j] = message.ignoredResources[j]; - } - if (message.forcedNamespaceAliases && message.forcedNamespaceAliases.length) { - object.forcedNamespaceAliases = []; - for (var j = 0; j < message.forcedNamespaceAliases.length; ++j) - object.forcedNamespaceAliases[j] = message.forcedNamespaceAliases[j]; - } - if (message.handwrittenSignatures && message.handwrittenSignatures.length) { - object.handwrittenSignatures = []; - for (var j = 0; j < message.handwrittenSignatures.length; ++j) - object.handwrittenSignatures[j] = message.handwrittenSignatures[j]; - } - return object; - }; - - /** - * Converts this DotnetSettings to JSON. - * @function toJSON - * @memberof google.api.DotnetSettings - * @instance - * @returns {Object.} JSON object - */ - DotnetSettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for DotnetSettings - * @function getTypeUrl - * @memberof google.api.DotnetSettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - DotnetSettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.DotnetSettings"; - }; - - return DotnetSettings; - })(); - - api.RubySettings = (function() { - - /** - * Properties of a RubySettings. - * @memberof google.api - * @interface IRubySettings - * @property {google.api.ICommonLanguageSettings|null} [common] RubySettings common - */ - - /** - * Constructs a new RubySettings. - * @memberof google.api - * @classdesc Represents a RubySettings. - * @implements IRubySettings - * @constructor - * @param {google.api.IRubySettings=} [properties] Properties to set - */ - function RubySettings(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * RubySettings common. - * @member {google.api.ICommonLanguageSettings|null|undefined} common - * @memberof google.api.RubySettings - * @instance - */ - RubySettings.prototype.common = null; - - /** - * Creates a new RubySettings instance using the specified properties. - * @function create - * @memberof google.api.RubySettings - * @static - * @param {google.api.IRubySettings=} [properties] Properties to set - * @returns {google.api.RubySettings} RubySettings instance - */ - RubySettings.create = function create(properties) { - return new RubySettings(properties); - }; - - /** - * Encodes the specified RubySettings message. Does not implicitly {@link google.api.RubySettings.verify|verify} messages. - * @function encode - * @memberof google.api.RubySettings - * @static - * @param {google.api.IRubySettings} message RubySettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - RubySettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.common != null && Object.hasOwnProperty.call(message, "common")) - $root.google.api.CommonLanguageSettings.encode(message.common, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified RubySettings message, length delimited. Does not implicitly {@link google.api.RubySettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.RubySettings - * @static - * @param {google.api.IRubySettings} message RubySettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - RubySettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a RubySettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.RubySettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.RubySettings} RubySettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - RubySettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.RubySettings(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.common = $root.google.api.CommonLanguageSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a RubySettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.RubySettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.RubySettings} RubySettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - RubySettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a RubySettings message. - * @function verify - * @memberof google.api.RubySettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - RubySettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.common != null && message.hasOwnProperty("common")) { - var error = $root.google.api.CommonLanguageSettings.verify(message.common, long + 1); - if (error) - return "common." + error; - } - return null; - }; - - /** - * Creates a RubySettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.RubySettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.RubySettings} RubySettings - */ - RubySettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.RubySettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.RubySettings(); - if (object.common != null) { - if (typeof object.common !== "object") - throw TypeError(".google.api.RubySettings.common: object expected"); - message.common = $root.google.api.CommonLanguageSettings.fromObject(object.common, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a RubySettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.RubySettings - * @static - * @param {google.api.RubySettings} message RubySettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - RubySettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) - object.common = null; - if (message.common != null && message.hasOwnProperty("common")) - object.common = $root.google.api.CommonLanguageSettings.toObject(message.common, options); - return object; - }; - - /** - * Converts this RubySettings to JSON. - * @function toJSON - * @memberof google.api.RubySettings - * @instance - * @returns {Object.} JSON object - */ - RubySettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for RubySettings - * @function getTypeUrl - * @memberof google.api.RubySettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - RubySettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.RubySettings"; - }; - - return RubySettings; - })(); - - api.GoSettings = (function() { - - /** - * Properties of a GoSettings. - * @memberof google.api - * @interface IGoSettings - * @property {google.api.ICommonLanguageSettings|null} [common] GoSettings common - * @property {Object.|null} [renamedServices] GoSettings renamedServices - */ - - /** - * Constructs a new GoSettings. - * @memberof google.api - * @classdesc Represents a GoSettings. - * @implements IGoSettings - * @constructor - * @param {google.api.IGoSettings=} [properties] Properties to set - */ - function GoSettings(properties) { - this.renamedServices = {}; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * GoSettings common. - * @member {google.api.ICommonLanguageSettings|null|undefined} common - * @memberof google.api.GoSettings - * @instance - */ - GoSettings.prototype.common = null; - - /** - * GoSettings renamedServices. - * @member {Object.} renamedServices - * @memberof google.api.GoSettings - * @instance - */ - GoSettings.prototype.renamedServices = $util.emptyObject; - - /** - * Creates a new GoSettings instance using the specified properties. - * @function create - * @memberof google.api.GoSettings - * @static - * @param {google.api.IGoSettings=} [properties] Properties to set - * @returns {google.api.GoSettings} GoSettings instance - */ - GoSettings.create = function create(properties) { - return new GoSettings(properties); - }; - - /** - * Encodes the specified GoSettings message. Does not implicitly {@link google.api.GoSettings.verify|verify} messages. - * @function encode - * @memberof google.api.GoSettings - * @static - * @param {google.api.IGoSettings} message GoSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - GoSettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.common != null && Object.hasOwnProperty.call(message, "common")) - $root.google.api.CommonLanguageSettings.encode(message.common, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.renamedServices != null && Object.hasOwnProperty.call(message, "renamedServices")) - for (var keys = Object.keys(message.renamedServices), i = 0; i < keys.length; ++i) - writer.uint32(/* id 2, wireType 2 =*/18).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]).uint32(/* id 2, wireType 2 =*/18).string(message.renamedServices[keys[i]]).ldelim(); - return writer; - }; - - /** - * Encodes the specified GoSettings message, length delimited. Does not implicitly {@link google.api.GoSettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.GoSettings - * @static - * @param {google.api.IGoSettings} message GoSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - GoSettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a GoSettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.GoSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.GoSettings} GoSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - GoSettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.GoSettings(), key, value; - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.common = $root.google.api.CommonLanguageSettings.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - if (message.renamedServices === $util.emptyObject) - message.renamedServices = {}; - var end2 = reader.uint32() + reader.pos; - key = ""; - value = ""; - while (reader.pos < end2) { - var tag2 = reader.uint32(); - switch (tag2 >>> 3) { - case 1: - key = reader.string(); - break; - case 2: - value = reader.string(); - break; - default: - reader.skipType(tag2 & 7, long); - break; - } - } - if (key === "__proto__") - $util.makeProp(message.renamedServices, key); - message.renamedServices[key] = value; - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a GoSettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.GoSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.GoSettings} GoSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - GoSettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a GoSettings message. - * @function verify - * @memberof google.api.GoSettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - GoSettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.common != null && message.hasOwnProperty("common")) { - var error = $root.google.api.CommonLanguageSettings.verify(message.common, long + 1); - if (error) - return "common." + error; - } - if (message.renamedServices != null && message.hasOwnProperty("renamedServices")) { - if (!$util.isObject(message.renamedServices)) - return "renamedServices: object expected"; - var key = Object.keys(message.renamedServices); - for (var i = 0; i < key.length; ++i) - if (!$util.isString(message.renamedServices[key[i]])) - return "renamedServices: string{k:string} expected"; - } - return null; - }; - - /** - * Creates a GoSettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.GoSettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.GoSettings} GoSettings - */ - GoSettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.GoSettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.GoSettings(); - if (object.common != null) { - if (typeof object.common !== "object") - throw TypeError(".google.api.GoSettings.common: object expected"); - message.common = $root.google.api.CommonLanguageSettings.fromObject(object.common, long + 1); - } - if (object.renamedServices) { - if (typeof object.renamedServices !== "object") - throw TypeError(".google.api.GoSettings.renamedServices: object expected"); - message.renamedServices = {}; - for (var keys = Object.keys(object.renamedServices), i = 0; i < keys.length; ++i) { - if (keys[i] === "__proto__") - $util.makeProp(message.renamedServices, keys[i]); - message.renamedServices[keys[i]] = String(object.renamedServices[keys[i]]); - } - } - return message; - }; - - /** - * Creates a plain object from a GoSettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.GoSettings - * @static - * @param {google.api.GoSettings} message GoSettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - GoSettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.objects || options.defaults) - object.renamedServices = {}; - if (options.defaults) - object.common = null; - if (message.common != null && message.hasOwnProperty("common")) - object.common = $root.google.api.CommonLanguageSettings.toObject(message.common, options); - var keys2; - if (message.renamedServices && (keys2 = Object.keys(message.renamedServices)).length) { - object.renamedServices = {}; - for (var j = 0; j < keys2.length; ++j) { - if (keys2[j] === "__proto__") - $util.makeProp(object.renamedServices, keys2[j]); - object.renamedServices[keys2[j]] = message.renamedServices[keys2[j]]; - } - } - return object; - }; - - /** - * Converts this GoSettings to JSON. - * @function toJSON - * @memberof google.api.GoSettings - * @instance - * @returns {Object.} JSON object - */ - GoSettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for GoSettings - * @function getTypeUrl - * @memberof google.api.GoSettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - GoSettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.GoSettings"; - }; - - return GoSettings; - })(); - - api.MethodSettings = (function() { - - /** - * Properties of a MethodSettings. - * @memberof google.api - * @interface IMethodSettings - * @property {string|null} [selector] MethodSettings selector - * @property {google.api.MethodSettings.ILongRunning|null} [longRunning] MethodSettings longRunning - * @property {Array.|null} [autoPopulatedFields] MethodSettings autoPopulatedFields - */ - - /** - * Constructs a new MethodSettings. - * @memberof google.api - * @classdesc Represents a MethodSettings. - * @implements IMethodSettings - * @constructor - * @param {google.api.IMethodSettings=} [properties] Properties to set - */ - function MethodSettings(properties) { - this.autoPopulatedFields = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * MethodSettings selector. - * @member {string} selector - * @memberof google.api.MethodSettings - * @instance - */ - MethodSettings.prototype.selector = ""; - - /** - * MethodSettings longRunning. - * @member {google.api.MethodSettings.ILongRunning|null|undefined} longRunning - * @memberof google.api.MethodSettings - * @instance - */ - MethodSettings.prototype.longRunning = null; - - /** - * MethodSettings autoPopulatedFields. - * @member {Array.} autoPopulatedFields - * @memberof google.api.MethodSettings - * @instance - */ - MethodSettings.prototype.autoPopulatedFields = $util.emptyArray; - - /** - * Creates a new MethodSettings instance using the specified properties. - * @function create - * @memberof google.api.MethodSettings - * @static - * @param {google.api.IMethodSettings=} [properties] Properties to set - * @returns {google.api.MethodSettings} MethodSettings instance - */ - MethodSettings.create = function create(properties) { - return new MethodSettings(properties); - }; - - /** - * Encodes the specified MethodSettings message. Does not implicitly {@link google.api.MethodSettings.verify|verify} messages. - * @function encode - * @memberof google.api.MethodSettings - * @static - * @param {google.api.IMethodSettings} message MethodSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MethodSettings.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.selector != null && Object.hasOwnProperty.call(message, "selector")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.selector); - if (message.longRunning != null && Object.hasOwnProperty.call(message, "longRunning")) - $root.google.api.MethodSettings.LongRunning.encode(message.longRunning, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); - if (message.autoPopulatedFields != null && message.autoPopulatedFields.length) - for (var i = 0; i < message.autoPopulatedFields.length; ++i) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.autoPopulatedFields[i]); - return writer; - }; - - /** - * Encodes the specified MethodSettings message, length delimited. Does not implicitly {@link google.api.MethodSettings.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.MethodSettings - * @static - * @param {google.api.IMethodSettings} message MethodSettings message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - MethodSettings.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a MethodSettings message from the specified reader or buffer. - * @function decode - * @memberof google.api.MethodSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.MethodSettings} MethodSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MethodSettings.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.MethodSettings(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.selector = reader.string(); - break; - } - case 2: { - message.longRunning = $root.google.api.MethodSettings.LongRunning.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 3: { - if (!(message.autoPopulatedFields && message.autoPopulatedFields.length)) - message.autoPopulatedFields = []; - message.autoPopulatedFields.push(reader.string()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a MethodSettings message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.MethodSettings - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.MethodSettings} MethodSettings - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - MethodSettings.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a MethodSettings message. - * @function verify - * @memberof google.api.MethodSettings - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - MethodSettings.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.selector != null && message.hasOwnProperty("selector")) - if (!$util.isString(message.selector)) - return "selector: string expected"; - if (message.longRunning != null && message.hasOwnProperty("longRunning")) { - var error = $root.google.api.MethodSettings.LongRunning.verify(message.longRunning, long + 1); - if (error) - return "longRunning." + error; - } - if (message.autoPopulatedFields != null && message.hasOwnProperty("autoPopulatedFields")) { - if (!Array.isArray(message.autoPopulatedFields)) - return "autoPopulatedFields: array expected"; - for (var i = 0; i < message.autoPopulatedFields.length; ++i) - if (!$util.isString(message.autoPopulatedFields[i])) - return "autoPopulatedFields: string[] expected"; - } - return null; - }; - - /** - * Creates a MethodSettings message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.MethodSettings - * @static - * @param {Object.} object Plain object - * @returns {google.api.MethodSettings} MethodSettings - */ - MethodSettings.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.MethodSettings) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.MethodSettings(); - if (object.selector != null) - message.selector = String(object.selector); - if (object.longRunning != null) { - if (typeof object.longRunning !== "object") - throw TypeError(".google.api.MethodSettings.longRunning: object expected"); - message.longRunning = $root.google.api.MethodSettings.LongRunning.fromObject(object.longRunning, long + 1); - } - if (object.autoPopulatedFields) { - if (!Array.isArray(object.autoPopulatedFields)) - throw TypeError(".google.api.MethodSettings.autoPopulatedFields: array expected"); - message.autoPopulatedFields = []; - for (var i = 0; i < object.autoPopulatedFields.length; ++i) - message.autoPopulatedFields[i] = String(object.autoPopulatedFields[i]); - } - return message; - }; - - /** - * Creates a plain object from a MethodSettings message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.MethodSettings - * @static - * @param {google.api.MethodSettings} message MethodSettings - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - MethodSettings.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.autoPopulatedFields = []; - if (options.defaults) { - object.selector = ""; - object.longRunning = null; - } - if (message.selector != null && message.hasOwnProperty("selector")) - object.selector = message.selector; - if (message.longRunning != null && message.hasOwnProperty("longRunning")) - object.longRunning = $root.google.api.MethodSettings.LongRunning.toObject(message.longRunning, options); - if (message.autoPopulatedFields && message.autoPopulatedFields.length) { - object.autoPopulatedFields = []; - for (var j = 0; j < message.autoPopulatedFields.length; ++j) - object.autoPopulatedFields[j] = message.autoPopulatedFields[j]; - } - return object; - }; - - /** - * Converts this MethodSettings to JSON. - * @function toJSON - * @memberof google.api.MethodSettings - * @instance - * @returns {Object.} JSON object - */ - MethodSettings.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for MethodSettings - * @function getTypeUrl - * @memberof google.api.MethodSettings - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - MethodSettings.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.MethodSettings"; - }; - - MethodSettings.LongRunning = (function() { - - /** - * Properties of a LongRunning. - * @memberof google.api.MethodSettings - * @interface ILongRunning - * @property {google.protobuf.IDuration|null} [initialPollDelay] LongRunning initialPollDelay - * @property {number|null} [pollDelayMultiplier] LongRunning pollDelayMultiplier - * @property {google.protobuf.IDuration|null} [maxPollDelay] LongRunning maxPollDelay - * @property {google.protobuf.IDuration|null} [totalPollTimeout] LongRunning totalPollTimeout - */ - - /** - * Constructs a new LongRunning. - * @memberof google.api.MethodSettings - * @classdesc Represents a LongRunning. - * @implements ILongRunning - * @constructor - * @param {google.api.MethodSettings.ILongRunning=} [properties] Properties to set - */ - function LongRunning(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * LongRunning initialPollDelay. - * @member {google.protobuf.IDuration|null|undefined} initialPollDelay - * @memberof google.api.MethodSettings.LongRunning - * @instance - */ - LongRunning.prototype.initialPollDelay = null; - - /** - * LongRunning pollDelayMultiplier. - * @member {number} pollDelayMultiplier - * @memberof google.api.MethodSettings.LongRunning - * @instance - */ - LongRunning.prototype.pollDelayMultiplier = 0; - - /** - * LongRunning maxPollDelay. - * @member {google.protobuf.IDuration|null|undefined} maxPollDelay - * @memberof google.api.MethodSettings.LongRunning - * @instance - */ - LongRunning.prototype.maxPollDelay = null; - - /** - * LongRunning totalPollTimeout. - * @member {google.protobuf.IDuration|null|undefined} totalPollTimeout - * @memberof google.api.MethodSettings.LongRunning - * @instance - */ - LongRunning.prototype.totalPollTimeout = null; - - /** - * Creates a new LongRunning instance using the specified properties. - * @function create - * @memberof google.api.MethodSettings.LongRunning - * @static - * @param {google.api.MethodSettings.ILongRunning=} [properties] Properties to set - * @returns {google.api.MethodSettings.LongRunning} LongRunning instance - */ - LongRunning.create = function create(properties) { - return new LongRunning(properties); - }; - - /** - * Encodes the specified LongRunning message. Does not implicitly {@link google.api.MethodSettings.LongRunning.verify|verify} messages. - * @function encode - * @memberof google.api.MethodSettings.LongRunning - * @static - * @param {google.api.MethodSettings.ILongRunning} message LongRunning message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - LongRunning.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.initialPollDelay != null && Object.hasOwnProperty.call(message, "initialPollDelay")) - $root.google.protobuf.Duration.encode(message.initialPollDelay, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.pollDelayMultiplier != null && Object.hasOwnProperty.call(message, "pollDelayMultiplier")) - writer.uint32(/* id 2, wireType 5 =*/21).float(message.pollDelayMultiplier); - if (message.maxPollDelay != null && Object.hasOwnProperty.call(message, "maxPollDelay")) - $root.google.protobuf.Duration.encode(message.maxPollDelay, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - if (message.totalPollTimeout != null && Object.hasOwnProperty.call(message, "totalPollTimeout")) - $root.google.protobuf.Duration.encode(message.totalPollTimeout, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified LongRunning message, length delimited. Does not implicitly {@link google.api.MethodSettings.LongRunning.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.MethodSettings.LongRunning - * @static - * @param {google.api.MethodSettings.ILongRunning} message LongRunning message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - LongRunning.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a LongRunning message from the specified reader or buffer. - * @function decode - * @memberof google.api.MethodSettings.LongRunning - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.MethodSettings.LongRunning} LongRunning - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - LongRunning.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.MethodSettings.LongRunning(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.initialPollDelay = $root.google.protobuf.Duration.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 2: { - message.pollDelayMultiplier = reader.float(); - break; - } - case 3: { - message.maxPollDelay = $root.google.protobuf.Duration.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - case 4: { - message.totalPollTimeout = $root.google.protobuf.Duration.decode(reader, reader.uint32(), undefined, long + 1); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a LongRunning message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.MethodSettings.LongRunning - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.MethodSettings.LongRunning} LongRunning - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - LongRunning.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a LongRunning message. - * @function verify - * @memberof google.api.MethodSettings.LongRunning - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - LongRunning.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.initialPollDelay != null && message.hasOwnProperty("initialPollDelay")) { - var error = $root.google.protobuf.Duration.verify(message.initialPollDelay, long + 1); - if (error) - return "initialPollDelay." + error; - } - if (message.pollDelayMultiplier != null && message.hasOwnProperty("pollDelayMultiplier")) - if (typeof message.pollDelayMultiplier !== "number") - return "pollDelayMultiplier: number expected"; - if (message.maxPollDelay != null && message.hasOwnProperty("maxPollDelay")) { - var error = $root.google.protobuf.Duration.verify(message.maxPollDelay, long + 1); - if (error) - return "maxPollDelay." + error; - } - if (message.totalPollTimeout != null && message.hasOwnProperty("totalPollTimeout")) { - var error = $root.google.protobuf.Duration.verify(message.totalPollTimeout, long + 1); - if (error) - return "totalPollTimeout." + error; - } - return null; - }; - - /** - * Creates a LongRunning message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.MethodSettings.LongRunning - * @static - * @param {Object.} object Plain object - * @returns {google.api.MethodSettings.LongRunning} LongRunning - */ - LongRunning.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.MethodSettings.LongRunning) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.MethodSettings.LongRunning(); - if (object.initialPollDelay != null) { - if (typeof object.initialPollDelay !== "object") - throw TypeError(".google.api.MethodSettings.LongRunning.initialPollDelay: object expected"); - message.initialPollDelay = $root.google.protobuf.Duration.fromObject(object.initialPollDelay, long + 1); - } - if (object.pollDelayMultiplier != null) - message.pollDelayMultiplier = Number(object.pollDelayMultiplier); - if (object.maxPollDelay != null) { - if (typeof object.maxPollDelay !== "object") - throw TypeError(".google.api.MethodSettings.LongRunning.maxPollDelay: object expected"); - message.maxPollDelay = $root.google.protobuf.Duration.fromObject(object.maxPollDelay, long + 1); - } - if (object.totalPollTimeout != null) { - if (typeof object.totalPollTimeout !== "object") - throw TypeError(".google.api.MethodSettings.LongRunning.totalPollTimeout: object expected"); - message.totalPollTimeout = $root.google.protobuf.Duration.fromObject(object.totalPollTimeout, long + 1); - } - return message; - }; - - /** - * Creates a plain object from a LongRunning message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.MethodSettings.LongRunning - * @static - * @param {google.api.MethodSettings.LongRunning} message LongRunning - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - LongRunning.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.initialPollDelay = null; - object.pollDelayMultiplier = 0; - object.maxPollDelay = null; - object.totalPollTimeout = null; - } - if (message.initialPollDelay != null && message.hasOwnProperty("initialPollDelay")) - object.initialPollDelay = $root.google.protobuf.Duration.toObject(message.initialPollDelay, options); - if (message.pollDelayMultiplier != null && message.hasOwnProperty("pollDelayMultiplier")) - object.pollDelayMultiplier = options.json && !isFinite(message.pollDelayMultiplier) ? String(message.pollDelayMultiplier) : message.pollDelayMultiplier; - if (message.maxPollDelay != null && message.hasOwnProperty("maxPollDelay")) - object.maxPollDelay = $root.google.protobuf.Duration.toObject(message.maxPollDelay, options); - if (message.totalPollTimeout != null && message.hasOwnProperty("totalPollTimeout")) - object.totalPollTimeout = $root.google.protobuf.Duration.toObject(message.totalPollTimeout, options); - return object; - }; - - /** - * Converts this LongRunning to JSON. - * @function toJSON - * @memberof google.api.MethodSettings.LongRunning - * @instance - * @returns {Object.} JSON object - */ - LongRunning.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for LongRunning - * @function getTypeUrl - * @memberof google.api.MethodSettings.LongRunning - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - LongRunning.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.MethodSettings.LongRunning"; - }; - - return LongRunning; - })(); - - return MethodSettings; - })(); - - /** - * ClientLibraryOrganization enum. - * @name google.api.ClientLibraryOrganization - * @enum {number} - * @property {number} CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED=0 CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED value - * @property {number} CLOUD=1 CLOUD value - * @property {number} ADS=2 ADS value - * @property {number} PHOTOS=3 PHOTOS value - * @property {number} STREET_VIEW=4 STREET_VIEW value - * @property {number} SHOPPING=5 SHOPPING value - * @property {number} GEO=6 GEO value - * @property {number} GENERATIVE_AI=7 GENERATIVE_AI value - */ - api.ClientLibraryOrganization = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED"] = 0; - values[valuesById[1] = "CLOUD"] = 1; - values[valuesById[2] = "ADS"] = 2; - values[valuesById[3] = "PHOTOS"] = 3; - values[valuesById[4] = "STREET_VIEW"] = 4; - values[valuesById[5] = "SHOPPING"] = 5; - values[valuesById[6] = "GEO"] = 6; - values[valuesById[7] = "GENERATIVE_AI"] = 7; - return values; - })(); - - /** - * ClientLibraryDestination enum. - * @name google.api.ClientLibraryDestination - * @enum {number} - * @property {number} CLIENT_LIBRARY_DESTINATION_UNSPECIFIED=0 CLIENT_LIBRARY_DESTINATION_UNSPECIFIED value - * @property {number} GITHUB=10 GITHUB value - * @property {number} PACKAGE_MANAGER=20 PACKAGE_MANAGER value - */ - api.ClientLibraryDestination = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED"] = 0; - values[valuesById[10] = "GITHUB"] = 10; - values[valuesById[20] = "PACKAGE_MANAGER"] = 20; - return values; - })(); - - api.SelectiveGapicGeneration = (function() { - - /** - * Properties of a SelectiveGapicGeneration. - * @memberof google.api - * @interface ISelectiveGapicGeneration - * @property {Array.|null} [methods] SelectiveGapicGeneration methods - * @property {boolean|null} [generateOmittedAsInternal] SelectiveGapicGeneration generateOmittedAsInternal - */ - - /** - * Constructs a new SelectiveGapicGeneration. - * @memberof google.api - * @classdesc Represents a SelectiveGapicGeneration. - * @implements ISelectiveGapicGeneration - * @constructor - * @param {google.api.ISelectiveGapicGeneration=} [properties] Properties to set - */ - function SelectiveGapicGeneration(properties) { - this.methods = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * SelectiveGapicGeneration methods. - * @member {Array.} methods - * @memberof google.api.SelectiveGapicGeneration - * @instance - */ - SelectiveGapicGeneration.prototype.methods = $util.emptyArray; - - /** - * SelectiveGapicGeneration generateOmittedAsInternal. - * @member {boolean} generateOmittedAsInternal - * @memberof google.api.SelectiveGapicGeneration - * @instance - */ - SelectiveGapicGeneration.prototype.generateOmittedAsInternal = false; - - /** - * Creates a new SelectiveGapicGeneration instance using the specified properties. - * @function create - * @memberof google.api.SelectiveGapicGeneration - * @static - * @param {google.api.ISelectiveGapicGeneration=} [properties] Properties to set - * @returns {google.api.SelectiveGapicGeneration} SelectiveGapicGeneration instance - */ - SelectiveGapicGeneration.create = function create(properties) { - return new SelectiveGapicGeneration(properties); - }; - - /** - * Encodes the specified SelectiveGapicGeneration message. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages. - * @function encode - * @memberof google.api.SelectiveGapicGeneration - * @static - * @param {google.api.ISelectiveGapicGeneration} message SelectiveGapicGeneration message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SelectiveGapicGeneration.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.methods != null && message.methods.length) - for (var i = 0; i < message.methods.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.methods[i]); - if (message.generateOmittedAsInternal != null && Object.hasOwnProperty.call(message, "generateOmittedAsInternal")) - writer.uint32(/* id 2, wireType 0 =*/16).bool(message.generateOmittedAsInternal); - return writer; - }; - - /** - * Encodes the specified SelectiveGapicGeneration message, length delimited. Does not implicitly {@link google.api.SelectiveGapicGeneration.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.SelectiveGapicGeneration - * @static - * @param {google.api.ISelectiveGapicGeneration} message SelectiveGapicGeneration message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - SelectiveGapicGeneration.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a SelectiveGapicGeneration message from the specified reader or buffer. - * @function decode - * @memberof google.api.SelectiveGapicGeneration - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.SelectiveGapicGeneration} SelectiveGapicGeneration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SelectiveGapicGeneration.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.SelectiveGapicGeneration(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - if (!(message.methods && message.methods.length)) - message.methods = []; - message.methods.push(reader.string()); - break; - } - case 2: { - message.generateOmittedAsInternal = reader.bool(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a SelectiveGapicGeneration message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.SelectiveGapicGeneration - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.SelectiveGapicGeneration} SelectiveGapicGeneration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - SelectiveGapicGeneration.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a SelectiveGapicGeneration message. - * @function verify - * @memberof google.api.SelectiveGapicGeneration - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - SelectiveGapicGeneration.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.methods != null && message.hasOwnProperty("methods")) { - if (!Array.isArray(message.methods)) - return "methods: array expected"; - for (var i = 0; i < message.methods.length; ++i) - if (!$util.isString(message.methods[i])) - return "methods: string[] expected"; - } - if (message.generateOmittedAsInternal != null && message.hasOwnProperty("generateOmittedAsInternal")) - if (typeof message.generateOmittedAsInternal !== "boolean") - return "generateOmittedAsInternal: boolean expected"; - return null; - }; - - /** - * Creates a SelectiveGapicGeneration message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.SelectiveGapicGeneration - * @static - * @param {Object.} object Plain object - * @returns {google.api.SelectiveGapicGeneration} SelectiveGapicGeneration - */ - SelectiveGapicGeneration.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.SelectiveGapicGeneration) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.SelectiveGapicGeneration(); - if (object.methods) { - if (!Array.isArray(object.methods)) - throw TypeError(".google.api.SelectiveGapicGeneration.methods: array expected"); - message.methods = []; - for (var i = 0; i < object.methods.length; ++i) - message.methods[i] = String(object.methods[i]); - } - if (object.generateOmittedAsInternal != null) - message.generateOmittedAsInternal = Boolean(object.generateOmittedAsInternal); - return message; - }; - - /** - * Creates a plain object from a SelectiveGapicGeneration message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.SelectiveGapicGeneration - * @static - * @param {google.api.SelectiveGapicGeneration} message SelectiveGapicGeneration - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - SelectiveGapicGeneration.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.methods = []; - if (options.defaults) - object.generateOmittedAsInternal = false; - if (message.methods && message.methods.length) { - object.methods = []; - for (var j = 0; j < message.methods.length; ++j) - object.methods[j] = message.methods[j]; - } - if (message.generateOmittedAsInternal != null && message.hasOwnProperty("generateOmittedAsInternal")) - object.generateOmittedAsInternal = message.generateOmittedAsInternal; - return object; - }; - - /** - * Converts this SelectiveGapicGeneration to JSON. - * @function toJSON - * @memberof google.api.SelectiveGapicGeneration - * @instance - * @returns {Object.} JSON object - */ - SelectiveGapicGeneration.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for SelectiveGapicGeneration - * @function getTypeUrl - * @memberof google.api.SelectiveGapicGeneration - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - SelectiveGapicGeneration.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.SelectiveGapicGeneration"; - }; - - return SelectiveGapicGeneration; - })(); - - /** - * LaunchStage enum. - * @name google.api.LaunchStage - * @enum {number} - * @property {number} LAUNCH_STAGE_UNSPECIFIED=0 LAUNCH_STAGE_UNSPECIFIED value - * @property {number} UNIMPLEMENTED=6 UNIMPLEMENTED value - * @property {number} PRELAUNCH=7 PRELAUNCH value - * @property {number} EARLY_ACCESS=1 EARLY_ACCESS value - * @property {number} ALPHA=2 ALPHA value - * @property {number} BETA=3 BETA value - * @property {number} GA=4 GA value - * @property {number} DEPRECATED=5 DEPRECATED value - */ - api.LaunchStage = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "LAUNCH_STAGE_UNSPECIFIED"] = 0; - values[valuesById[6] = "UNIMPLEMENTED"] = 6; - values[valuesById[7] = "PRELAUNCH"] = 7; - values[valuesById[1] = "EARLY_ACCESS"] = 1; - values[valuesById[2] = "ALPHA"] = 2; - values[valuesById[3] = "BETA"] = 3; - values[valuesById[4] = "GA"] = 4; - values[valuesById[5] = "DEPRECATED"] = 5; - return values; - })(); - - /** - * FieldBehavior enum. - * @name google.api.FieldBehavior - * @enum {number} - * @property {number} FIELD_BEHAVIOR_UNSPECIFIED=0 FIELD_BEHAVIOR_UNSPECIFIED value - * @property {number} OPTIONAL=1 OPTIONAL value - * @property {number} REQUIRED=2 REQUIRED value - * @property {number} OUTPUT_ONLY=3 OUTPUT_ONLY value - * @property {number} INPUT_ONLY=4 INPUT_ONLY value - * @property {number} IMMUTABLE=5 IMMUTABLE value - * @property {number} UNORDERED_LIST=6 UNORDERED_LIST value - * @property {number} NON_EMPTY_DEFAULT=7 NON_EMPTY_DEFAULT value - * @property {number} IDENTIFIER=8 IDENTIFIER value - */ - api.FieldBehavior = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "FIELD_BEHAVIOR_UNSPECIFIED"] = 0; - values[valuesById[1] = "OPTIONAL"] = 1; - values[valuesById[2] = "REQUIRED"] = 2; - values[valuesById[3] = "OUTPUT_ONLY"] = 3; - values[valuesById[4] = "INPUT_ONLY"] = 4; - values[valuesById[5] = "IMMUTABLE"] = 5; - values[valuesById[6] = "UNORDERED_LIST"] = 6; - values[valuesById[7] = "NON_EMPTY_DEFAULT"] = 7; - values[valuesById[8] = "IDENTIFIER"] = 8; - return values; - })(); - - api.ResourceDescriptor = (function() { - - /** - * Properties of a ResourceDescriptor. - * @memberof google.api - * @interface IResourceDescriptor - * @property {string|null} [type] ResourceDescriptor type - * @property {Array.|null} [pattern] ResourceDescriptor pattern - * @property {string|null} [nameField] ResourceDescriptor nameField - * @property {google.api.ResourceDescriptor.History|null} [history] ResourceDescriptor history - * @property {string|null} [plural] ResourceDescriptor plural - * @property {string|null} [singular] ResourceDescriptor singular - * @property {Array.|null} [style] ResourceDescriptor style - */ - - /** - * Constructs a new ResourceDescriptor. - * @memberof google.api - * @classdesc Represents a ResourceDescriptor. - * @implements IResourceDescriptor - * @constructor - * @param {google.api.IResourceDescriptor=} [properties] Properties to set - */ - function ResourceDescriptor(properties) { - this.pattern = []; - this.style = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ResourceDescriptor type. - * @member {string} type - * @memberof google.api.ResourceDescriptor - * @instance - */ - ResourceDescriptor.prototype.type = ""; - - /** - * ResourceDescriptor pattern. - * @member {Array.} pattern - * @memberof google.api.ResourceDescriptor - * @instance - */ - ResourceDescriptor.prototype.pattern = $util.emptyArray; - - /** - * ResourceDescriptor nameField. - * @member {string} nameField - * @memberof google.api.ResourceDescriptor - * @instance - */ - ResourceDescriptor.prototype.nameField = ""; - - /** - * ResourceDescriptor history. - * @member {google.api.ResourceDescriptor.History} history - * @memberof google.api.ResourceDescriptor - * @instance - */ - ResourceDescriptor.prototype.history = 0; - - /** - * ResourceDescriptor plural. - * @member {string} plural - * @memberof google.api.ResourceDescriptor - * @instance - */ - ResourceDescriptor.prototype.plural = ""; - - /** - * ResourceDescriptor singular. - * @member {string} singular - * @memberof google.api.ResourceDescriptor - * @instance - */ - ResourceDescriptor.prototype.singular = ""; - - /** - * ResourceDescriptor style. - * @member {Array.} style - * @memberof google.api.ResourceDescriptor - * @instance - */ - ResourceDescriptor.prototype.style = $util.emptyArray; - - /** - * Creates a new ResourceDescriptor instance using the specified properties. - * @function create - * @memberof google.api.ResourceDescriptor - * @static - * @param {google.api.IResourceDescriptor=} [properties] Properties to set - * @returns {google.api.ResourceDescriptor} ResourceDescriptor instance - */ - ResourceDescriptor.create = function create(properties) { - return new ResourceDescriptor(properties); - }; - - /** - * Encodes the specified ResourceDescriptor message. Does not implicitly {@link google.api.ResourceDescriptor.verify|verify} messages. - * @function encode - * @memberof google.api.ResourceDescriptor - * @static - * @param {google.api.IResourceDescriptor} message ResourceDescriptor message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ResourceDescriptor.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.type); - if (message.pattern != null && message.pattern.length) - for (var i = 0; i < message.pattern.length; ++i) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.pattern[i]); - if (message.nameField != null && Object.hasOwnProperty.call(message, "nameField")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.nameField); - if (message.history != null && Object.hasOwnProperty.call(message, "history")) - writer.uint32(/* id 4, wireType 0 =*/32).int32(message.history); - if (message.plural != null && Object.hasOwnProperty.call(message, "plural")) - writer.uint32(/* id 5, wireType 2 =*/42).string(message.plural); - if (message.singular != null && Object.hasOwnProperty.call(message, "singular")) - writer.uint32(/* id 6, wireType 2 =*/50).string(message.singular); - if (message.style != null && message.style.length) { - writer.uint32(/* id 10, wireType 2 =*/82).fork(); - for (var i = 0; i < message.style.length; ++i) - writer.int32(message.style[i]); - writer.ldelim(); - } - return writer; - }; - - /** - * Encodes the specified ResourceDescriptor message, length delimited. Does not implicitly {@link google.api.ResourceDescriptor.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.ResourceDescriptor - * @static - * @param {google.api.IResourceDescriptor} message ResourceDescriptor message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ResourceDescriptor.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ResourceDescriptor message from the specified reader or buffer. - * @function decode - * @memberof google.api.ResourceDescriptor - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.ResourceDescriptor} ResourceDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ResourceDescriptor.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.ResourceDescriptor(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.type = reader.string(); - break; - } - case 2: { - if (!(message.pattern && message.pattern.length)) - message.pattern = []; - message.pattern.push(reader.string()); - break; - } - case 3: { - message.nameField = reader.string(); - break; - } - case 4: { - message.history = reader.int32(); - break; - } - case 5: { - message.plural = reader.string(); - break; - } - case 6: { - message.singular = reader.string(); - break; - } - case 10: { - if (!(message.style && message.style.length)) - message.style = []; - if ((tag & 7) === 2) { - var end2 = reader.uint32() + reader.pos; - while (reader.pos < end2) - message.style.push(reader.int32()); - } else - message.style.push(reader.int32()); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ResourceDescriptor message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.ResourceDescriptor - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.ResourceDescriptor} ResourceDescriptor - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ResourceDescriptor.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ResourceDescriptor message. - * @function verify - * @memberof google.api.ResourceDescriptor - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ResourceDescriptor.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.type != null && message.hasOwnProperty("type")) - if (!$util.isString(message.type)) - return "type: string expected"; - if (message.pattern != null && message.hasOwnProperty("pattern")) { - if (!Array.isArray(message.pattern)) - return "pattern: array expected"; - for (var i = 0; i < message.pattern.length; ++i) - if (!$util.isString(message.pattern[i])) - return "pattern: string[] expected"; - } - if (message.nameField != null && message.hasOwnProperty("nameField")) - if (!$util.isString(message.nameField)) - return "nameField: string expected"; - if (message.history != null && message.hasOwnProperty("history")) - switch (message.history) { - default: - return "history: enum value expected"; - case 0: - case 1: - case 2: - break; - } - if (message.plural != null && message.hasOwnProperty("plural")) - if (!$util.isString(message.plural)) - return "plural: string expected"; - if (message.singular != null && message.hasOwnProperty("singular")) - if (!$util.isString(message.singular)) - return "singular: string expected"; - if (message.style != null && message.hasOwnProperty("style")) { - if (!Array.isArray(message.style)) - return "style: array expected"; - for (var i = 0; i < message.style.length; ++i) - switch (message.style[i]) { - default: - return "style: enum value[] expected"; - case 0: - case 1: - break; - } - } - return null; - }; - - /** - * Creates a ResourceDescriptor message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.ResourceDescriptor - * @static - * @param {Object.} object Plain object - * @returns {google.api.ResourceDescriptor} ResourceDescriptor - */ - ResourceDescriptor.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.ResourceDescriptor) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.ResourceDescriptor(); - if (object.type != null) - message.type = String(object.type); - if (object.pattern) { - if (!Array.isArray(object.pattern)) - throw TypeError(".google.api.ResourceDescriptor.pattern: array expected"); - message.pattern = []; - for (var i = 0; i < object.pattern.length; ++i) - message.pattern[i] = String(object.pattern[i]); - } - if (object.nameField != null) - message.nameField = String(object.nameField); - switch (object.history) { - default: - if (typeof object.history === "number") { - message.history = object.history; - break; - } - break; - case "HISTORY_UNSPECIFIED": - case 0: - message.history = 0; - break; - case "ORIGINALLY_SINGLE_PATTERN": - case 1: - message.history = 1; - break; - case "FUTURE_MULTI_PATTERN": - case 2: - message.history = 2; - break; - } - if (object.plural != null) - message.plural = String(object.plural); - if (object.singular != null) - message.singular = String(object.singular); - if (object.style) { - if (!Array.isArray(object.style)) - throw TypeError(".google.api.ResourceDescriptor.style: array expected"); - message.style = []; - for (var i = 0; i < object.style.length; ++i) - switch (object.style[i]) { - default: - if (typeof object.style[i] === "number") { - message.style[i] = object.style[i]; - break; - } - case "STYLE_UNSPECIFIED": - case 0: - message.style[i] = 0; - break; - case "DECLARATIVE_FRIENDLY": - case 1: - message.style[i] = 1; - break; - } - } - return message; - }; - - /** - * Creates a plain object from a ResourceDescriptor message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.ResourceDescriptor - * @static - * @param {google.api.ResourceDescriptor} message ResourceDescriptor - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ResourceDescriptor.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) { - object.pattern = []; - object.style = []; - } - if (options.defaults) { - object.type = ""; - object.nameField = ""; - object.history = options.enums === String ? "HISTORY_UNSPECIFIED" : 0; - object.plural = ""; - object.singular = ""; - } - if (message.type != null && message.hasOwnProperty("type")) - object.type = message.type; - if (message.pattern && message.pattern.length) { - object.pattern = []; - for (var j = 0; j < message.pattern.length; ++j) - object.pattern[j] = message.pattern[j]; - } - if (message.nameField != null && message.hasOwnProperty("nameField")) - object.nameField = message.nameField; - if (message.history != null && message.hasOwnProperty("history")) - object.history = options.enums === String ? $root.google.api.ResourceDescriptor.History[message.history] === undefined ? message.history : $root.google.api.ResourceDescriptor.History[message.history] : message.history; - if (message.plural != null && message.hasOwnProperty("plural")) - object.plural = message.plural; - if (message.singular != null && message.hasOwnProperty("singular")) - object.singular = message.singular; - if (message.style && message.style.length) { - object.style = []; - for (var j = 0; j < message.style.length; ++j) - object.style[j] = options.enums === String ? $root.google.api.ResourceDescriptor.Style[message.style[j]] === undefined ? message.style[j] : $root.google.api.ResourceDescriptor.Style[message.style[j]] : message.style[j]; - } - return object; - }; - - /** - * Converts this ResourceDescriptor to JSON. - * @function toJSON - * @memberof google.api.ResourceDescriptor - * @instance - * @returns {Object.} JSON object - */ - ResourceDescriptor.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ResourceDescriptor - * @function getTypeUrl - * @memberof google.api.ResourceDescriptor - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ResourceDescriptor.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.ResourceDescriptor"; - }; - - /** - * History enum. - * @name google.api.ResourceDescriptor.History - * @enum {number} - * @property {number} HISTORY_UNSPECIFIED=0 HISTORY_UNSPECIFIED value - * @property {number} ORIGINALLY_SINGLE_PATTERN=1 ORIGINALLY_SINGLE_PATTERN value - * @property {number} FUTURE_MULTI_PATTERN=2 FUTURE_MULTI_PATTERN value - */ - ResourceDescriptor.History = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "HISTORY_UNSPECIFIED"] = 0; - values[valuesById[1] = "ORIGINALLY_SINGLE_PATTERN"] = 1; - values[valuesById[2] = "FUTURE_MULTI_PATTERN"] = 2; - return values; - })(); - - /** - * Style enum. - * @name google.api.ResourceDescriptor.Style - * @enum {number} - * @property {number} STYLE_UNSPECIFIED=0 STYLE_UNSPECIFIED value - * @property {number} DECLARATIVE_FRIENDLY=1 DECLARATIVE_FRIENDLY value - */ - ResourceDescriptor.Style = (function() { - var valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "STYLE_UNSPECIFIED"] = 0; - values[valuesById[1] = "DECLARATIVE_FRIENDLY"] = 1; - return values; - })(); - - return ResourceDescriptor; - })(); - - api.ResourceReference = (function() { - - /** - * Properties of a ResourceReference. - * @memberof google.api - * @interface IResourceReference - * @property {string|null} [type] ResourceReference type - * @property {string|null} [childType] ResourceReference childType - */ - - /** - * Constructs a new ResourceReference. - * @memberof google.api - * @classdesc Represents a ResourceReference. - * @implements IResourceReference - * @constructor - * @param {google.api.IResourceReference=} [properties] Properties to set - */ - function ResourceReference(properties) { - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * ResourceReference type. - * @member {string} type - * @memberof google.api.ResourceReference - * @instance - */ - ResourceReference.prototype.type = ""; - - /** - * ResourceReference childType. - * @member {string} childType - * @memberof google.api.ResourceReference - * @instance - */ - ResourceReference.prototype.childType = ""; - - /** - * Creates a new ResourceReference instance using the specified properties. - * @function create - * @memberof google.api.ResourceReference - * @static - * @param {google.api.IResourceReference=} [properties] Properties to set - * @returns {google.api.ResourceReference} ResourceReference instance - */ - ResourceReference.create = function create(properties) { - return new ResourceReference(properties); - }; - - /** - * Encodes the specified ResourceReference message. Does not implicitly {@link google.api.ResourceReference.verify|verify} messages. - * @function encode - * @memberof google.api.ResourceReference - * @static - * @param {google.api.IResourceReference} message ResourceReference message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ResourceReference.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.type != null && Object.hasOwnProperty.call(message, "type")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.type); - if (message.childType != null && Object.hasOwnProperty.call(message, "childType")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.childType); - return writer; - }; - - /** - * Encodes the specified ResourceReference message, length delimited. Does not implicitly {@link google.api.ResourceReference.verify|verify} messages. - * @function encodeDelimited - * @memberof google.api.ResourceReference - * @static - * @param {google.api.IResourceReference} message ResourceReference message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - ResourceReference.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a ResourceReference message from the specified reader or buffer. - * @function decode - * @memberof google.api.ResourceReference - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.api.ResourceReference} ResourceReference - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ResourceReference.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.api.ResourceReference(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.type = reader.string(); - break; - } - case 2: { - message.childType = reader.string(); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a ResourceReference message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.api.ResourceReference - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.api.ResourceReference} ResourceReference - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - ResourceReference.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a ResourceReference message. - * @function verify - * @memberof google.api.ResourceReference - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - ResourceReference.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.type != null && message.hasOwnProperty("type")) - if (!$util.isString(message.type)) - return "type: string expected"; - if (message.childType != null && message.hasOwnProperty("childType")) - if (!$util.isString(message.childType)) - return "childType: string expected"; - return null; - }; - - /** - * Creates a ResourceReference message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.api.ResourceReference - * @static - * @param {Object.} object Plain object - * @returns {google.api.ResourceReference} ResourceReference - */ - ResourceReference.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.api.ResourceReference) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.api.ResourceReference(); - if (object.type != null) - message.type = String(object.type); - if (object.childType != null) - message.childType = String(object.childType); - return message; - }; - - /** - * Creates a plain object from a ResourceReference message. Also converts values to other types if specified. - * @function toObject - * @memberof google.api.ResourceReference - * @static - * @param {google.api.ResourceReference} message ResourceReference - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - ResourceReference.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.defaults) { - object.type = ""; - object.childType = ""; - } - if (message.type != null && message.hasOwnProperty("type")) - object.type = message.type; - if (message.childType != null && message.hasOwnProperty("childType")) - object.childType = message.childType; - return object; - }; - - /** - * Converts this ResourceReference to JSON. - * @function toJSON - * @memberof google.api.ResourceReference - * @instance - * @returns {Object.} JSON object - */ - ResourceReference.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for ResourceReference - * @function getTypeUrl - * @memberof google.api.ResourceReference - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - ResourceReference.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.api.ResourceReference"; - }; - - return ResourceReference; - })(); - - return api; - })(); - - google.rpc = (function() { - - /** - * Namespace rpc. - * @memberof google - * @namespace - */ - var rpc = {}; - - rpc.Status = (function() { - - /** - * Properties of a Status. - * @memberof google.rpc - * @interface IStatus - * @property {number|null} [code] Status code - * @property {string|null} [message] Status message - * @property {Array.|null} [details] Status details - */ - - /** - * Constructs a new Status. - * @memberof google.rpc - * @classdesc Represents a Status. - * @implements IStatus - * @constructor - * @param {google.rpc.IStatus=} [properties] Properties to set - */ - function Status(properties) { - this.details = []; - if (properties) - for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null && keys[i] !== "__proto__") - this[keys[i]] = properties[keys[i]]; - } - - /** - * Status code. - * @member {number} code - * @memberof google.rpc.Status - * @instance - */ - Status.prototype.code = 0; - - /** - * Status message. - * @member {string} message - * @memberof google.rpc.Status - * @instance - */ - Status.prototype.message = ""; - - /** - * Status details. - * @member {Array.} details - * @memberof google.rpc.Status - * @instance - */ - Status.prototype.details = $util.emptyArray; - - /** - * Creates a new Status instance using the specified properties. - * @function create - * @memberof google.rpc.Status - * @static - * @param {google.rpc.IStatus=} [properties] Properties to set - * @returns {google.rpc.Status} Status instance - */ - Status.create = function create(properties) { - return new Status(properties); - }; - - /** - * Encodes the specified Status message. Does not implicitly {@link google.rpc.Status.verify|verify} messages. - * @function encode - * @memberof google.rpc.Status - * @static - * @param {google.rpc.IStatus} message Status message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Status.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.code != null && Object.hasOwnProperty.call(message, "code")) - writer.uint32(/* id 1, wireType 0 =*/8).int32(message.code); - if (message.message != null && Object.hasOwnProperty.call(message, "message")) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.message); - if (message.details != null && message.details.length) - for (var i = 0; i < message.details.length; ++i) - $root.google.protobuf.Any.encode(message.details[i], writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); - return writer; - }; - - /** - * Encodes the specified Status message, length delimited. Does not implicitly {@link google.rpc.Status.verify|verify} messages. - * @function encodeDelimited - * @memberof google.rpc.Status - * @static - * @param {google.rpc.IStatus} message Status message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Status.encodeDelimited = function encodeDelimited(message, writer) { - return this.encode(message, writer).ldelim(); - }; - - /** - * Decodes a Status message from the specified reader or buffer. - * @function decode - * @memberof google.rpc.Status - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {google.rpc.Status} Status - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Status.decode = function decode(reader, length, error, long) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - if (long === undefined) - long = 0; - if (long > $Reader.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var end = length === undefined ? reader.len : reader.pos + length, message = new $root.google.rpc.Status(); - while (reader.pos < end) { - var tag = reader.uint32(); - if (tag === error) - break; - switch (tag >>> 3) { - case 1: { - message.code = reader.int32(); - break; - } - case 2: { - message.message = reader.string(); - break; - } - case 3: { - if (!(message.details && message.details.length)) - message.details = []; - message.details.push($root.google.protobuf.Any.decode(reader, reader.uint32(), undefined, long + 1)); - break; - } - default: - reader.skipType(tag & 7, long); - break; - } - } - return message; - }; - - /** - * Decodes a Status message from the specified reader or buffer, length delimited. - * @function decodeDelimited - * @memberof google.rpc.Status - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @returns {google.rpc.Status} Status - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Status.decodeDelimited = function decodeDelimited(reader) { - if (!(reader instanceof $Reader)) - reader = new $Reader(reader); - return this.decode(reader, reader.uint32()); - }; - - /** - * Verifies a Status message. - * @function verify - * @memberof google.rpc.Status - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Status.verify = function verify(message, long) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - return "maximum nesting depth exceeded"; - if (message.code != null && message.hasOwnProperty("code")) - if (!$util.isInteger(message.code)) - return "code: integer expected"; - if (message.message != null && message.hasOwnProperty("message")) - if (!$util.isString(message.message)) - return "message: string expected"; - if (message.details != null && message.hasOwnProperty("details")) { - if (!Array.isArray(message.details)) - return "details: array expected"; - for (var i = 0; i < message.details.length; ++i) { - var error = $root.google.protobuf.Any.verify(message.details[i], long + 1); - if (error) - return "details." + error; - } - } - return null; - }; - - /** - * Creates a Status message from a plain object. Also converts values to their respective internal types. - * @function fromObject - * @memberof google.rpc.Status - * @static - * @param {Object.} object Plain object - * @returns {google.rpc.Status} Status - */ - Status.fromObject = function fromObject(object, long) { - if (object instanceof $root.google.rpc.Status) - return object; - if (long === undefined) - long = 0; - if (long > $util.recursionLimit) - throw Error("maximum nesting depth exceeded"); - var message = new $root.google.rpc.Status(); - if (object.code != null) - message.code = object.code | 0; - if (object.message != null) - message.message = String(object.message); - if (object.details) { - if (!Array.isArray(object.details)) - throw TypeError(".google.rpc.Status.details: array expected"); - message.details = []; - for (var i = 0; i < object.details.length; ++i) { - if (typeof object.details[i] !== "object") - throw TypeError(".google.rpc.Status.details: object expected"); - message.details[i] = $root.google.protobuf.Any.fromObject(object.details[i], long + 1); - } - } - return message; - }; - - /** - * Creates a plain object from a Status message. Also converts values to other types if specified. - * @function toObject - * @memberof google.rpc.Status - * @static - * @param {google.rpc.Status} message Status - * @param {$protobuf.IConversionOptions} [options] Conversion options - * @returns {Object.} Plain object - */ - Status.toObject = function toObject(message, options) { - if (!options) - options = {}; - var object = {}; - if (options.arrays || options.defaults) - object.details = []; - if (options.defaults) { - object.code = 0; - object.message = ""; - } - if (message.code != null && message.hasOwnProperty("code")) - object.code = message.code; - if (message.message != null && message.hasOwnProperty("message")) - object.message = message.message; - if (message.details && message.details.length) { - object.details = []; - for (var j = 0; j < message.details.length; ++j) - object.details[j] = $root.google.protobuf.Any.toObject(message.details[j], options); - } - return object; - }; - - /** - * Converts this Status to JSON. - * @function toJSON - * @memberof google.rpc.Status - * @instance - * @returns {Object.} JSON object - */ - Status.prototype.toJSON = function toJSON() { - return this.constructor.toObject(this, $protobuf.util.toJSONOptions); - }; - - /** - * Gets the default type url for Status - * @function getTypeUrl - * @memberof google.rpc.Status - * @static - * @param {string} [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com") - * @returns {string} The default type url - */ - Status.getTypeUrl = function getTypeUrl(typeUrlPrefix) { - if (typeUrlPrefix === undefined) { - typeUrlPrefix = "type.googleapis.com"; - } - return typeUrlPrefix + "/google.rpc.Status"; - }; - - return Status; - })(); - - return rpc; - })(); - - return google; - })(); - - return $root; -}); diff --git a/handwritten/bigquery-storage/protos/protos.json b/handwritten/bigquery-storage/protos/protos.json deleted file mode 100644 index 3d53db5b99e8..000000000000 --- a/handwritten/bigquery-storage/protos/protos.json +++ /dev/null @@ -1,5806 +0,0 @@ -{ - "nested": { - "google": { - "nested": { - "cloud": { - "nested": { - "bigquery": { - "nested": { - "storage": { - "nested": { - "v1": { - "options": { - "csharp_namespace": "Google.Cloud.BigQuery.Storage.V1", - "go_package": "cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb", - "java_package": "com.google.cloud.bigquery.storage.v1", - "java_multiple_files": true, - "java_outer_classname": "TableProto", - "php_namespace": "Google\\Cloud\\BigQuery\\Storage\\V1", - "(google.api.resource_definition).type": "bigquery.googleapis.com/Table", - "(google.api.resource_definition).pattern": "projects/{project}/datasets/{dataset}/tables/{table}" - }, - "nested": { - "_columnName": { - "oneof": [ - "columnName" - ] - }, - "columnName": { - "type": "string", - "id": 454943157, - "extend": "google.protobuf.FieldOptions", - "options": { - "proto3_optional": true - } - }, - "ArrowSchema": { - "fields": { - "serializedSchema": { - "type": "bytes", - "id": 1 - } - } - }, - "ArrowRecordBatch": { - "fields": { - "serializedRecordBatch": { - "type": "bytes", - "id": 1 - }, - "rowCount": { - "type": "int64", - "id": 2, - "options": { - "deprecated": true - } - } - } - }, - "ArrowSerializationOptions": { - "fields": { - "bufferCompression": { - "type": "CompressionCodec", - "id": 2 - }, - "picosTimestampPrecision": { - "type": "PicosTimestampPrecision", - "id": 3 - } - }, - "nested": { - "CompressionCodec": { - "values": { - "COMPRESSION_UNSPECIFIED": 0, - "LZ4_FRAME": 1, - "ZSTD": 2 - } - }, - "PicosTimestampPrecision": { - "values": { - "PICOS_TIMESTAMP_PRECISION_UNSPECIFIED": 0, - "TIMESTAMP_PRECISION_MICROS": 1, - "TIMESTAMP_PRECISION_NANOS": 2, - "TIMESTAMP_PRECISION_PICOS": 3 - } - } - } - }, - "AvroSchema": { - "fields": { - "schema": { - "type": "string", - "id": 1 - } - } - }, - "AvroRows": { - "fields": { - "serializedBinaryRows": { - "type": "bytes", - "id": 1 - }, - "rowCount": { - "type": "int64", - "id": 2, - "options": { - "deprecated": true - } - } - } - }, - "AvroSerializationOptions": { - "fields": { - "enableDisplayNameAttribute": { - "type": "bool", - "id": 1 - }, - "picosTimestampPrecision": { - "type": "PicosTimestampPrecision", - "id": 2 - } - }, - "nested": { - "PicosTimestampPrecision": { - "values": { - "PICOS_TIMESTAMP_PRECISION_UNSPECIFIED": 0, - "TIMESTAMP_PRECISION_MICROS": 1, - "TIMESTAMP_PRECISION_NANOS": 2, - "TIMESTAMP_PRECISION_PICOS": 3 - } - } - } - }, - "ProtoSchema": { - "fields": { - "protoDescriptor": { - "type": "google.protobuf.DescriptorProto", - "id": 1 - } - } - }, - "ProtoRows": { - "fields": { - "serializedRows": { - "rule": "repeated", - "type": "bytes", - "id": 1 - } - } - }, - "BigQueryRead": { - "options": { - "(google.api.default_host)": "bigquerystorage.googleapis.com", - "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigquery,https://www.googleapis.com/auth/cloud-platform" - }, - "methods": { - "CreateReadSession": { - "requestType": "CreateReadSessionRequest", - "responseType": "ReadSession", - "options": { - "(google.api.http).post": "/v1/{read_session.table=projects/*/datasets/*/tables/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "parent,read_session,max_stream_count" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1/{read_session.table=projects/*/datasets/*/tables/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "parent,read_session,max_stream_count" - } - ] - }, - "ReadRows": { - "requestType": "ReadRowsRequest", - "responseType": "ReadRowsResponse", - "responseStream": true, - "options": { - "(google.api.http).get": "/v1/{read_stream=projects/*/locations/*/sessions/*/streams/*}", - "(google.api.method_signature)": "read_stream,offset" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "get": "/v1/{read_stream=projects/*/locations/*/sessions/*/streams/*}" - } - }, - { - "(google.api.method_signature)": "read_stream,offset" - } - ] - }, - "SplitReadStream": { - "requestType": "SplitReadStreamRequest", - "responseType": "SplitReadStreamResponse", - "options": { - "(google.api.http).get": "/v1/{name=projects/*/locations/*/sessions/*/streams/*}" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "get": "/v1/{name=projects/*/locations/*/sessions/*/streams/*}" - } - } - ] - } - } - }, - "BigQueryWrite": { - "options": { - "(google.api.default_host)": "bigquerystorage.googleapis.com", - "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigquery,https://www.googleapis.com/auth/bigquery.insertdata,https://www.googleapis.com/auth/cloud-platform" - }, - "methods": { - "CreateWriteStream": { - "requestType": "CreateWriteStreamRequest", - "responseType": "WriteStream", - "options": { - "(google.api.http).post": "/v1/{parent=projects/*/datasets/*/tables/*}", - "(google.api.http).body": "write_stream", - "(google.api.method_signature)": "parent,write_stream" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1/{parent=projects/*/datasets/*/tables/*}", - "body": "write_stream" - } - }, - { - "(google.api.method_signature)": "parent,write_stream" - } - ] - }, - "AppendRows": { - "requestType": "AppendRowsRequest", - "requestStream": true, - "responseType": "AppendRowsResponse", - "responseStream": true, - "options": { - "(google.api.http).post": "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "write_stream" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "write_stream" - } - ] - }, - "GetWriteStream": { - "requestType": "GetWriteStreamRequest", - "responseType": "WriteStream", - "options": { - "(google.api.http).post": "/v1/{name=projects/*/datasets/*/tables/*/streams/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "name" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1/{name=projects/*/datasets/*/tables/*/streams/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "name" - } - ] - }, - "FinalizeWriteStream": { - "requestType": "FinalizeWriteStreamRequest", - "responseType": "FinalizeWriteStreamResponse", - "options": { - "(google.api.http).post": "/v1/{name=projects/*/datasets/*/tables/*/streams/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "name" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1/{name=projects/*/datasets/*/tables/*/streams/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "name" - } - ] - }, - "BatchCommitWriteStreams": { - "requestType": "BatchCommitWriteStreamsRequest", - "responseType": "BatchCommitWriteStreamsResponse", - "options": { - "(google.api.http).get": "/v1/{parent=projects/*/datasets/*/tables/*}", - "(google.api.method_signature)": "parent" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "get": "/v1/{parent=projects/*/datasets/*/tables/*}" - } - }, - { - "(google.api.method_signature)": "parent" - } - ] - }, - "FlushRows": { - "requestType": "FlushRowsRequest", - "responseType": "FlushRowsResponse", - "options": { - "(google.api.http).post": "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "write_stream" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1/{write_stream=projects/*/datasets/*/tables/*/streams/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "write_stream" - } - ] - } - } - }, - "CreateReadSessionRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "cloudresourcemanager.googleapis.com/Project" - } - }, - "readSession": { - "type": "ReadSession", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "maxStreamCount": { - "type": "int32", - "id": 3 - }, - "preferredMinStreamCount": { - "type": "int32", - "id": 4 - } - } - }, - "ReadRowsRequest": { - "fields": { - "readStream": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/ReadStream" - } - }, - "offset": { - "type": "int64", - "id": 2 - } - } - }, - "ThrottleState": { - "fields": { - "throttlePercent": { - "type": "int32", - "id": 1 - } - } - }, - "StreamStats": { - "fields": { - "progress": { - "type": "Progress", - "id": 2 - } - }, - "nested": { - "Progress": { - "fields": { - "atResponseStart": { - "type": "double", - "id": 1 - }, - "atResponseEnd": { - "type": "double", - "id": 2 - } - } - } - } - }, - "ReadRowsResponse": { - "oneofs": { - "rows": { - "oneof": [ - "avroRows", - "arrowRecordBatch" - ] - }, - "schema": { - "oneof": [ - "avroSchema", - "arrowSchema" - ] - }, - "_uncompressedByteSize": { - "oneof": [ - "uncompressedByteSize" - ] - } - }, - "fields": { - "avroRows": { - "type": "AvroRows", - "id": 3 - }, - "arrowRecordBatch": { - "type": "ArrowRecordBatch", - "id": 4 - }, - "rowCount": { - "type": "int64", - "id": 6 - }, - "stats": { - "type": "StreamStats", - "id": 2 - }, - "throttleState": { - "type": "ThrottleState", - "id": 5 - }, - "avroSchema": { - "type": "AvroSchema", - "id": 7, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "arrowSchema": { - "type": "ArrowSchema", - "id": 8, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "uncompressedByteSize": { - "type": "int64", - "id": 9, - "options": { - "(google.api.field_behavior)": "OPTIONAL", - "proto3_optional": true - } - } - } - }, - "SplitReadStreamRequest": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/ReadStream" - } - }, - "fraction": { - "type": "double", - "id": 2 - } - } - }, - "SplitReadStreamResponse": { - "fields": { - "primaryStream": { - "type": "ReadStream", - "id": 1 - }, - "remainderStream": { - "type": "ReadStream", - "id": 2 - } - } - }, - "CreateWriteStreamRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "writeStream": { - "type": "WriteStream", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "AppendRowsRequest": { - "oneofs": { - "rows": { - "oneof": [ - "protoRows", - "arrowRows" - ] - } - }, - "fields": { - "writeStream": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/WriteStream" - } - }, - "offset": { - "type": "google.protobuf.Int64Value", - "id": 2 - }, - "protoRows": { - "type": "ProtoData", - "id": 4 - }, - "arrowRows": { - "type": "ArrowData", - "id": 5 - }, - "traceId": { - "type": "string", - "id": 6 - }, - "missingValueInterpretations": { - "keyType": "string", - "type": "MissingValueInterpretation", - "id": 7 - }, - "defaultMissingValueInterpretation": { - "type": "MissingValueInterpretation", - "id": 8, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - }, - "nested": { - "ArrowData": { - "fields": { - "writerSchema": { - "type": "ArrowSchema", - "id": 1 - }, - "rows": { - "type": "ArrowRecordBatch", - "id": 2 - } - } - }, - "ProtoData": { - "fields": { - "writerSchema": { - "type": "ProtoSchema", - "id": 1 - }, - "rows": { - "type": "ProtoRows", - "id": 2 - } - } - }, - "MissingValueInterpretation": { - "values": { - "MISSING_VALUE_INTERPRETATION_UNSPECIFIED": 0, - "NULL_VALUE": 1, - "DEFAULT_VALUE": 2 - } - } - } - }, - "AppendRowsResponse": { - "oneofs": { - "response": { - "oneof": [ - "appendResult", - "error" - ] - } - }, - "fields": { - "appendResult": { - "type": "AppendResult", - "id": 1 - }, - "error": { - "type": "google.rpc.Status", - "id": 2 - }, - "updatedSchema": { - "type": "TableSchema", - "id": 3 - }, - "rowErrors": { - "rule": "repeated", - "type": "RowError", - "id": 4 - }, - "writeStream": { - "type": "string", - "id": 5 - } - }, - "nested": { - "AppendResult": { - "fields": { - "offset": { - "type": "google.protobuf.Int64Value", - "id": 1 - } - } - } - } - }, - "GetWriteStreamRequest": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/WriteStream" - } - }, - "view": { - "type": "WriteStreamView", - "id": 3 - } - } - }, - "BatchCommitWriteStreamsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "writeStreams": { - "rule": "repeated", - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "BatchCommitWriteStreamsResponse": { - "fields": { - "commitTime": { - "type": "google.protobuf.Timestamp", - "id": 1 - }, - "streamErrors": { - "rule": "repeated", - "type": "StorageError", - "id": 2 - } - } - }, - "FinalizeWriteStreamRequest": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/WriteStream" - } - } - } - }, - "FinalizeWriteStreamResponse": { - "fields": { - "rowCount": { - "type": "int64", - "id": 1 - } - } - }, - "FlushRowsRequest": { - "fields": { - "writeStream": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/WriteStream" - } - }, - "offset": { - "type": "google.protobuf.Int64Value", - "id": 2 - } - } - }, - "FlushRowsResponse": { - "fields": { - "offset": { - "type": "int64", - "id": 1 - } - } - }, - "StorageError": { - "fields": { - "code": { - "type": "StorageErrorCode", - "id": 1 - }, - "entity": { - "type": "string", - "id": 2 - }, - "errorMessage": { - "type": "string", - "id": 3 - } - }, - "nested": { - "StorageErrorCode": { - "values": { - "STORAGE_ERROR_CODE_UNSPECIFIED": 0, - "TABLE_NOT_FOUND": 1, - "STREAM_ALREADY_COMMITTED": 2, - "STREAM_NOT_FOUND": 3, - "INVALID_STREAM_TYPE": 4, - "INVALID_STREAM_STATE": 5, - "STREAM_FINALIZED": 6, - "SCHEMA_MISMATCH_EXTRA_FIELDS": 7, - "OFFSET_ALREADY_EXISTS": 8, - "OFFSET_OUT_OF_RANGE": 9, - "CMEK_NOT_PROVIDED": 10, - "INVALID_CMEK_PROVIDED": 11, - "CMEK_ENCRYPTION_ERROR": 12, - "KMS_SERVICE_ERROR": 13, - "KMS_PERMISSION_DENIED": 14 - } - } - } - }, - "RowError": { - "fields": { - "index": { - "type": "int64", - "id": 1 - }, - "code": { - "type": "RowErrorCode", - "id": 2 - }, - "message": { - "type": "string", - "id": 3 - } - }, - "nested": { - "RowErrorCode": { - "values": { - "ROW_ERROR_CODE_UNSPECIFIED": 0, - "FIELDS_ERROR": 1 - } - } - } - }, - "DataFormat": { - "values": { - "DATA_FORMAT_UNSPECIFIED": 0, - "AVRO": 1, - "ARROW": 2 - } - }, - "ReadSession": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/ReadSession", - "(google.api.resource).pattern": "projects/{project}/locations/{location}/sessions/{session}" - }, - "oneofs": { - "schema": { - "oneof": [ - "avroSchema", - "arrowSchema" - ] - } - }, - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "expireTime": { - "type": "google.protobuf.Timestamp", - "id": 2, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "dataFormat": { - "type": "DataFormat", - "id": 3, - "options": { - "(google.api.field_behavior)": "IMMUTABLE" - } - }, - "avroSchema": { - "type": "AvroSchema", - "id": 4, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "arrowSchema": { - "type": "ArrowSchema", - "id": 5, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "table": { - "type": "string", - "id": 6, - "options": { - "(google.api.field_behavior)": "IMMUTABLE", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "tableModifiers": { - "type": "TableModifiers", - "id": 7, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "readOptions": { - "type": "TableReadOptions", - "id": 8, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "streams": { - "rule": "repeated", - "type": "ReadStream", - "id": 10, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "estimatedTotalBytesScanned": { - "type": "int64", - "id": 12, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "estimatedTotalPhysicalFileSize": { - "type": "int64", - "id": 15, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "estimatedRowCount": { - "type": "int64", - "id": 14, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "traceId": { - "type": "string", - "id": 13, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - }, - "nested": { - "TableModifiers": { - "fields": { - "snapshotTime": { - "type": "google.protobuf.Timestamp", - "id": 1 - } - } - }, - "TableReadOptions": { - "oneofs": { - "outputFormatSerializationOptions": { - "oneof": [ - "arrowSerializationOptions", - "avroSerializationOptions" - ] - }, - "_samplePercentage": { - "oneof": [ - "samplePercentage" - ] - }, - "_responseCompressionCodec": { - "oneof": [ - "responseCompressionCodec" - ] - } - }, - "fields": { - "selectedFields": { - "rule": "repeated", - "type": "string", - "id": 1 - }, - "rowRestriction": { - "type": "string", - "id": 2 - }, - "arrowSerializationOptions": { - "type": "ArrowSerializationOptions", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "avroSerializationOptions": { - "type": "AvroSerializationOptions", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "samplePercentage": { - "type": "double", - "id": 5, - "options": { - "(google.api.field_behavior)": "OPTIONAL", - "proto3_optional": true - } - }, - "responseCompressionCodec": { - "type": "ResponseCompressionCodec", - "id": 6, - "options": { - "(google.api.field_behavior)": "OPTIONAL", - "proto3_optional": true - } - } - }, - "nested": { - "ResponseCompressionCodec": { - "values": { - "RESPONSE_COMPRESSION_CODEC_UNSPECIFIED": 0, - "RESPONSE_COMPRESSION_CODEC_LZ4": 2 - } - } - } - } - } - }, - "ReadStream": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/ReadStream", - "(google.api.resource).pattern": "projects/{project}/locations/{location}/sessions/{session}/streams/{stream}" - }, - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - } - } - }, - "WriteStreamView": { - "values": { - "WRITE_STREAM_VIEW_UNSPECIFIED": 0, - "BASIC": 1, - "FULL": 2 - } - }, - "WriteStream": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/WriteStream", - "(google.api.resource).pattern": "projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}" - }, - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "type": { - "type": "Type", - "id": 2, - "options": { - "(google.api.field_behavior)": "IMMUTABLE" - } - }, - "createTime": { - "type": "google.protobuf.Timestamp", - "id": 3, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "commitTime": { - "type": "google.protobuf.Timestamp", - "id": 4, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "tableSchema": { - "type": "TableSchema", - "id": 5, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "writeMode": { - "type": "WriteMode", - "id": 7, - "options": { - "(google.api.field_behavior)": "IMMUTABLE" - } - }, - "location": { - "type": "string", - "id": 8, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - } - }, - "nested": { - "Type": { - "values": { - "TYPE_UNSPECIFIED": 0, - "COMMITTED": 1, - "PENDING": 2, - "BUFFERED": 3 - } - }, - "WriteMode": { - "values": { - "WRITE_MODE_UNSPECIFIED": 0, - "INSERT": 1 - } - } - } - }, - "TableSchema": { - "fields": { - "fields": { - "rule": "repeated", - "type": "TableFieldSchema", - "id": 1 - } - } - }, - "TableFieldSchema": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "type": { - "type": "Type", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "mode": { - "type": "Mode", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "fields": { - "rule": "repeated", - "type": "TableFieldSchema", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "description": { - "type": "string", - "id": 6, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "maxLength": { - "type": "int64", - "id": 7, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "precision": { - "type": "int64", - "id": 8, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "scale": { - "type": "int64", - "id": 9, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "defaultValueExpression": { - "type": "string", - "id": 10, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "timestampPrecision": { - "type": "google.protobuf.Int64Value", - "id": 27, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "rangeElementType": { - "type": "FieldElementType", - "id": 11, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - }, - "nested": { - "Type": { - "values": { - "TYPE_UNSPECIFIED": 0, - "STRING": 1, - "INT64": 2, - "DOUBLE": 3, - "STRUCT": 4, - "BYTES": 5, - "BOOL": 6, - "TIMESTAMP": 7, - "DATE": 8, - "TIME": 9, - "DATETIME": 10, - "GEOGRAPHY": 11, - "NUMERIC": 12, - "BIGNUMERIC": 13, - "INTERVAL": 14, - "JSON": 15, - "RANGE": 16 - } - }, - "Mode": { - "values": { - "MODE_UNSPECIFIED": 0, - "NULLABLE": 1, - "REQUIRED": 2, - "REPEATED": 3 - } - }, - "FieldElementType": { - "fields": { - "type": { - "type": "Type", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - } - } - } - } - }, - "v1alpha": { - "options": { - "csharp_namespace": "Google.Cloud.BigQuery.Storage.V1Alpha", - "go_package": "cloud.google.com/go/bigquery/storage/apiv1alpha/storagepb;storagepb", - "java_multiple_files": true, - "java_outer_classname": "MetastorePartitionProto", - "java_package": "com.google.cloud.bigquery.storage.v1alpha", - "php_namespace": "Google\\Cloud\\BigQuery\\Storage\\V1alpha", - "(google.api.resource_definition).type": "bigquery.googleapis.com/Table", - "(google.api.resource_definition).pattern": "projects/{project}/datasets/{dataset}/tables/{table}" - }, - "nested": { - "MetastorePartitionService": { - "options": { - "(google.api.default_host)": "bigquerystorage.googleapis.com", - "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigquery,https://www.googleapis.com/auth/cloud-platform" - }, - "methods": { - "BatchCreateMetastorePartitions": { - "requestType": "BatchCreateMetastorePartitionsRequest", - "responseType": "BatchCreateMetastorePartitionsResponse", - "options": { - "(google.api.http).post": "/v1alpha/{parent=projects/*/datasets/*/tables/*}/partitions:batchCreate", - "(google.api.http).body": "*" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1alpha/{parent=projects/*/datasets/*/tables/*}/partitions:batchCreate", - "body": "*" - } - } - ] - }, - "BatchDeleteMetastorePartitions": { - "requestType": "BatchDeleteMetastorePartitionsRequest", - "responseType": "google.protobuf.Empty", - "options": { - "(google.api.http).post": "/v1alpha/{parent=projects/*/datasets/*/tables/*}/partitions:batchDelete", - "(google.api.http).body": "*" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1alpha/{parent=projects/*/datasets/*/tables/*}/partitions:batchDelete", - "body": "*" - } - } - ] - }, - "BatchUpdateMetastorePartitions": { - "requestType": "BatchUpdateMetastorePartitionsRequest", - "responseType": "BatchUpdateMetastorePartitionsResponse", - "options": { - "(google.api.http).post": "/v1alpha/{parent=projects/*/datasets/*/tables/*}/partitions:batchUpdate", - "(google.api.http).body": "*" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1alpha/{parent=projects/*/datasets/*/tables/*}/partitions:batchUpdate", - "body": "*" - } - } - ] - }, - "ListMetastorePartitions": { - "requestType": "ListMetastorePartitionsRequest", - "responseType": "ListMetastorePartitionsResponse", - "options": { - "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/datasets/*/tables/*}/partitions:list", - "(google.api.method_signature)": "parent" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "get": "/v1alpha/{parent=projects/*/locations/*/datasets/*/tables/*}/partitions:list" - } - }, - { - "(google.api.method_signature)": "parent" - } - ] - }, - "StreamMetastorePartitions": { - "requestType": "StreamMetastorePartitionsRequest", - "requestStream": true, - "responseType": "StreamMetastorePartitionsResponse", - "responseStream": true - } - } - }, - "CreateMetastorePartitionRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "metastorePartition": { - "type": "MetastorePartition", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "BatchCreateMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "requests": { - "rule": "repeated", - "type": "CreateMetastorePartitionRequest", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "skipExistingPartitions": { - "type": "bool", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "traceId": { - "type": "string", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "BatchCreateMetastorePartitionsResponse": { - "fields": { - "partitions": { - "rule": "repeated", - "type": "MetastorePartition", - "id": 1 - } - } - }, - "BatchDeleteMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "partitionValues": { - "rule": "repeated", - "type": "MetastorePartitionValues", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "traceId": { - "type": "string", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "UpdateMetastorePartitionRequest": { - "fields": { - "metastorePartition": { - "type": "MetastorePartition", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "updateMask": { - "type": "google.protobuf.FieldMask", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "BatchUpdateMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "requests": { - "rule": "repeated", - "type": "UpdateMetastorePartitionRequest", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "traceId": { - "type": "string", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "BatchUpdateMetastorePartitionsResponse": { - "fields": { - "partitions": { - "rule": "repeated", - "type": "MetastorePartition", - "id": 1 - } - } - }, - "ListMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "filter": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "traceId": { - "type": "string", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "ListMetastorePartitionsResponse": { - "oneofs": { - "response": { - "oneof": [ - "partitions", - "streams" - ] - } - }, - "fields": { - "partitions": { - "type": "MetastorePartitionList", - "id": 1 - }, - "streams": { - "type": "StreamList", - "id": 2 - } - } - }, - "StreamMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "metastorePartitions": { - "rule": "repeated", - "type": "MetastorePartition", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "skipExistingPartitions": { - "type": "bool", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "StreamMetastorePartitionsResponse": { - "fields": { - "totalPartitionsStreamedCount": { - "type": "int64", - "id": 2 - }, - "totalPartitionsInsertedCount": { - "type": "int64", - "id": 3 - } - } - }, - "BatchSizeTooLargeError": { - "fields": { - "maxBatchSize": { - "type": "int64", - "id": 1 - }, - "errorMessage": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "FieldSchema": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "type": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "StorageDescriptor": { - "fields": { - "locationUri": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "inputFormat": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "outputFormat": { - "type": "string", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "serdeInfo": { - "type": "SerDeInfo", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "SerDeInfo": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "serializationLibrary": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "parameters": { - "keyType": "string", - "type": "string", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "MetastorePartition": { - "fields": { - "values": { - "rule": "repeated", - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "createTime": { - "type": "google.protobuf.Timestamp", - "id": 2, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "storageDescriptor": { - "type": "StorageDescriptor", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "parameters": { - "keyType": "string", - "type": "string", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "fields": { - "rule": "repeated", - "type": "FieldSchema", - "id": 5, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "MetastorePartitionList": { - "fields": { - "partitions": { - "rule": "repeated", - "type": "MetastorePartition", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "ReadStream": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/ReadStream", - "(google.api.resource).pattern": "projects/{project}/locations/{location}/sessions/{session}/streams/{stream}", - "(google.api.resource).plural": "readStreams", - "(google.api.resource).singular": "readStream" - }, - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "IDENTIFIER" - } - } - } - }, - "StreamList": { - "fields": { - "streams": { - "rule": "repeated", - "type": "ReadStream", - "id": 1, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - } - } - }, - "MetastorePartitionValues": { - "fields": { - "values": { - "rule": "repeated", - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - } - } - }, - "v1beta": { - "options": { - "csharp_namespace": "Google.Cloud.BigQuery.Storage.V1Beta", - "go_package": "cloud.google.com/go/bigquery/storage/apiv1beta/storagepb;storagepb", - "java_multiple_files": true, - "java_outer_classname": "MetastorePartitionProto", - "java_package": "com.google.cloud.bigquery.storage.v1beta", - "php_namespace": "Google\\Cloud\\BigQuery\\Storage\\V1beta", - "(google.api.resource_definition).type": "bigquery.googleapis.com/Table", - "(google.api.resource_definition).pattern": "projects/{project}/datasets/{dataset}/tables/{table}" - }, - "nested": { - "MetastorePartitionService": { - "options": { - "(google.api.default_host)": "bigquerystorage.googleapis.com", - "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigquery,https://www.googleapis.com/auth/cloud-platform" - }, - "methods": { - "BatchCreateMetastorePartitions": { - "requestType": "BatchCreateMetastorePartitionsRequest", - "responseType": "BatchCreateMetastorePartitionsResponse", - "options": { - "(google.api.http).post": "/v1beta/{parent=projects/*/datasets/*/tables/*}/partitions:batchCreate", - "(google.api.http).body": "*" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1beta/{parent=projects/*/datasets/*/tables/*}/partitions:batchCreate", - "body": "*" - } - } - ] - }, - "BatchDeleteMetastorePartitions": { - "requestType": "BatchDeleteMetastorePartitionsRequest", - "responseType": "google.protobuf.Empty", - "options": { - "(google.api.http).post": "/v1beta/{parent=projects/*/datasets/*/tables/*}/partitions:batchDelete", - "(google.api.http).body": "*" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1beta/{parent=projects/*/datasets/*/tables/*}/partitions:batchDelete", - "body": "*" - } - } - ] - }, - "BatchUpdateMetastorePartitions": { - "requestType": "BatchUpdateMetastorePartitionsRequest", - "responseType": "BatchUpdateMetastorePartitionsResponse", - "options": { - "(google.api.http).post": "/v1beta/{parent=projects/*/datasets/*/tables/*}/partitions:batchUpdate", - "(google.api.http).body": "*" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1beta/{parent=projects/*/datasets/*/tables/*}/partitions:batchUpdate", - "body": "*" - } - } - ] - }, - "ListMetastorePartitions": { - "requestType": "ListMetastorePartitionsRequest", - "responseType": "ListMetastorePartitionsResponse", - "options": { - "(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/datasets/*/tables/*}/partitions:list", - "(google.api.method_signature)": "parent" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "get": "/v1beta/{parent=projects/*/locations/*/datasets/*/tables/*}/partitions:list" - } - }, - { - "(google.api.method_signature)": "parent" - } - ] - }, - "StreamMetastorePartitions": { - "requestType": "StreamMetastorePartitionsRequest", - "requestStream": true, - "responseType": "StreamMetastorePartitionsResponse", - "responseStream": true - } - } - }, - "CreateMetastorePartitionRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "metastorePartition": { - "type": "MetastorePartition", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "BatchCreateMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "requests": { - "rule": "repeated", - "type": "CreateMetastorePartitionRequest", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "skipExistingPartitions": { - "type": "bool", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "traceId": { - "type": "string", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "BatchCreateMetastorePartitionsResponse": { - "fields": { - "partitions": { - "rule": "repeated", - "type": "MetastorePartition", - "id": 1 - } - } - }, - "BatchDeleteMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "partitionValues": { - "rule": "repeated", - "type": "MetastorePartitionValues", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "traceId": { - "type": "string", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "UpdateMetastorePartitionRequest": { - "fields": { - "metastorePartition": { - "type": "MetastorePartition", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "updateMask": { - "type": "google.protobuf.FieldMask", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "BatchUpdateMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "requests": { - "rule": "repeated", - "type": "UpdateMetastorePartitionRequest", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "traceId": { - "type": "string", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "BatchUpdateMetastorePartitionsResponse": { - "fields": { - "partitions": { - "rule": "repeated", - "type": "MetastorePartition", - "id": 1 - } - } - }, - "ListMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "filter": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "traceId": { - "type": "string", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "ListMetastorePartitionsResponse": { - "oneofs": { - "response": { - "oneof": [ - "partitions", - "streams" - ] - } - }, - "fields": { - "partitions": { - "type": "MetastorePartitionList", - "id": 1 - }, - "streams": { - "type": "StreamList", - "id": 2 - } - } - }, - "StreamMetastorePartitionsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "metastorePartitions": { - "rule": "repeated", - "type": "MetastorePartition", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "skipExistingPartitions": { - "type": "bool", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "StreamMetastorePartitionsResponse": { - "fields": { - "totalPartitionsStreamedCount": { - "type": "int64", - "id": 2 - }, - "totalPartitionsInsertedCount": { - "type": "int64", - "id": 3 - } - } - }, - "BatchSizeTooLargeError": { - "fields": { - "maxBatchSize": { - "type": "int64", - "id": 1 - }, - "errorMessage": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "FieldSchema": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "type": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "StorageDescriptor": { - "fields": { - "locationUri": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "inputFormat": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "outputFormat": { - "type": "string", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "serdeInfo": { - "type": "SerDeInfo", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "SerDeInfo": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "serializationLibrary": { - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "parameters": { - "keyType": "string", - "type": "string", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "MetastorePartition": { - "fields": { - "values": { - "rule": "repeated", - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "createTime": { - "type": "google.protobuf.Timestamp", - "id": 2, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "storageDescriptor": { - "type": "StorageDescriptor", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "parameters": { - "keyType": "string", - "type": "string", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "fields": { - "rule": "repeated", - "type": "FieldSchema", - "id": 5, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - }, - "MetastorePartitionList": { - "fields": { - "partitions": { - "rule": "repeated", - "type": "MetastorePartition", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "ReadStream": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/ReadStream", - "(google.api.resource).pattern": "projects/{project}/locations/{location}/sessions/{session}/streams/{stream}", - "(google.api.resource).plural": "readStreams", - "(google.api.resource).singular": "readStream" - }, - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "IDENTIFIER" - } - } - } - }, - "StreamList": { - "fields": { - "streams": { - "rule": "repeated", - "type": "ReadStream", - "id": 1, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - } - } - }, - "MetastorePartitionValues": { - "fields": { - "values": { - "rule": "repeated", - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - } - } - }, - "v1beta1": { - "options": { - "go_package": "cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb;storagepb", - "java_outer_classname": "TableReferenceProto", - "java_package": "com.google.cloud.bigquery.storage.v1beta1" - }, - "nested": { - "ArrowSchema": { - "fields": { - "serializedSchema": { - "type": "bytes", - "id": 1 - } - } - }, - "ArrowRecordBatch": { - "fields": { - "serializedRecordBatch": { - "type": "bytes", - "id": 1 - }, - "rowCount": { - "type": "int64", - "id": 2 - } - } - }, - "AvroSchema": { - "fields": { - "schema": { - "type": "string", - "id": 1 - } - } - }, - "AvroRows": { - "fields": { - "serializedBinaryRows": { - "type": "bytes", - "id": 1 - }, - "rowCount": { - "type": "int64", - "id": 2 - } - } - }, - "TableReadOptions": { - "fields": { - "selectedFields": { - "rule": "repeated", - "type": "string", - "id": 1 - }, - "rowRestriction": { - "type": "string", - "id": 2 - } - } - }, - "BigQueryStorage": { - "options": { - "(google.api.default_host)": "bigquerystorage.googleapis.com", - "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigquery,https://www.googleapis.com/auth/cloud-platform" - }, - "methods": { - "CreateReadSession": { - "requestType": "CreateReadSessionRequest", - "responseType": "ReadSession", - "options": { - "(google.api.http).post": "/v1beta1/{table_reference.project_id=projects/*}", - "(google.api.http).body": "*", - "(google.api.http).additional_bindings.post": "/v1beta1/{table_reference.dataset_id=projects/*/datasets/*}", - "(google.api.http).additional_bindings.body": "*", - "(google.api.method_signature)": "table_reference,parent,requested_streams" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1beta1/{table_reference.project_id=projects/*}", - "body": "*", - "additional_bindings": { - "post": "/v1beta1/{table_reference.dataset_id=projects/*/datasets/*}", - "body": "*" - } - } - }, - { - "(google.api.method_signature)": "table_reference,parent,requested_streams" - } - ] - }, - "ReadRows": { - "requestType": "ReadRowsRequest", - "responseType": "ReadRowsResponse", - "responseStream": true, - "options": { - "(google.api.http).get": "/v1beta1/{read_position.stream.name=projects/*/streams/*}", - "(google.api.method_signature)": "read_position" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "get": "/v1beta1/{read_position.stream.name=projects/*/streams/*}" - } - }, - { - "(google.api.method_signature)": "read_position" - } - ] - }, - "BatchCreateReadSessionStreams": { - "requestType": "BatchCreateReadSessionStreamsRequest", - "responseType": "BatchCreateReadSessionStreamsResponse", - "options": { - "(google.api.http).post": "/v1beta1/{session.name=projects/*/sessions/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "session,requested_streams" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1beta1/{session.name=projects/*/sessions/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "session,requested_streams" - } - ] - }, - "FinalizeStream": { - "requestType": "FinalizeStreamRequest", - "responseType": "google.protobuf.Empty", - "options": { - "(google.api.http).post": "/v1beta1/{stream.name=projects/*/streams/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "stream" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1beta1/{stream.name=projects/*/streams/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "stream" - } - ] - }, - "SplitReadStream": { - "requestType": "SplitReadStreamRequest", - "responseType": "SplitReadStreamResponse", - "options": { - "(google.api.http).get": "/v1beta1/{original_stream.name=projects/*/streams/*}", - "(google.api.method_signature)": "original_stream" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "get": "/v1beta1/{original_stream.name=projects/*/streams/*}" - } - }, - { - "(google.api.method_signature)": "original_stream" - } - ] - } - } - }, - "Stream": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/Stream", - "(google.api.resource).pattern": "projects/{project}/locations/{location}/streams/{stream}" - }, - "fields": { - "name": { - "type": "string", - "id": 1 - } - } - }, - "StreamPosition": { - "fields": { - "stream": { - "type": "Stream", - "id": 1 - }, - "offset": { - "type": "int64", - "id": 2 - } - } - }, - "ReadSession": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/ReadSession", - "(google.api.resource).pattern": "projects/{project}/locations/{location}/sessions/{session}" - }, - "oneofs": { - "schema": { - "oneof": [ - "avroSchema", - "arrowSchema" - ] - } - }, - "fields": { - "name": { - "type": "string", - "id": 1 - }, - "expireTime": { - "type": "google.protobuf.Timestamp", - "id": 2 - }, - "avroSchema": { - "type": "AvroSchema", - "id": 5 - }, - "arrowSchema": { - "type": "ArrowSchema", - "id": 6 - }, - "streams": { - "rule": "repeated", - "type": "Stream", - "id": 4 - }, - "tableReference": { - "type": "TableReference", - "id": 7 - }, - "tableModifiers": { - "type": "TableModifiers", - "id": 8 - }, - "shardingStrategy": { - "type": "ShardingStrategy", - "id": 9 - } - } - }, - "DataFormat": { - "values": { - "DATA_FORMAT_UNSPECIFIED": 0, - "AVRO": 1, - "ARROW": 3 - } - }, - "ShardingStrategy": { - "values": { - "SHARDING_STRATEGY_UNSPECIFIED": 0, - "LIQUID": 1, - "BALANCED": 2 - } - }, - "CreateReadSessionRequest": { - "fields": { - "tableReference": { - "type": "TableReference", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "parent": { - "type": "string", - "id": 6, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "cloudresourcemanager.googleapis.com/Project" - } - }, - "tableModifiers": { - "type": "TableModifiers", - "id": 2 - }, - "requestedStreams": { - "type": "int32", - "id": 3 - }, - "readOptions": { - "type": "TableReadOptions", - "id": 4 - }, - "format": { - "type": "DataFormat", - "id": 5 - }, - "shardingStrategy": { - "type": "ShardingStrategy", - "id": 7 - } - } - }, - "ReadRowsRequest": { - "fields": { - "readPosition": { - "type": "StreamPosition", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "StreamStatus": { - "fields": { - "estimatedRowCount": { - "type": "int64", - "id": 1 - }, - "fractionConsumed": { - "type": "float", - "id": 2 - }, - "progress": { - "type": "Progress", - "id": 4 - }, - "isSplittable": { - "type": "bool", - "id": 3 - } - } - }, - "Progress": { - "fields": { - "atResponseStart": { - "type": "float", - "id": 1 - }, - "atResponseEnd": { - "type": "float", - "id": 2 - } - } - }, - "ThrottleStatus": { - "fields": { - "throttlePercent": { - "type": "int32", - "id": 1 - } - } - }, - "ReadRowsResponse": { - "oneofs": { - "rows": { - "oneof": [ - "avroRows", - "arrowRecordBatch" - ] - }, - "schema": { - "oneof": [ - "avroSchema", - "arrowSchema" - ] - } - }, - "fields": { - "avroRows": { - "type": "AvroRows", - "id": 3 - }, - "arrowRecordBatch": { - "type": "ArrowRecordBatch", - "id": 4 - }, - "rowCount": { - "type": "int64", - "id": 6 - }, - "status": { - "type": "StreamStatus", - "id": 2 - }, - "throttleStatus": { - "type": "ThrottleStatus", - "id": 5 - }, - "avroSchema": { - "type": "AvroSchema", - "id": 7, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "arrowSchema": { - "type": "ArrowSchema", - "id": 8, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - } - } - }, - "BatchCreateReadSessionStreamsRequest": { - "fields": { - "session": { - "type": "ReadSession", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "requestedStreams": { - "type": "int32", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "BatchCreateReadSessionStreamsResponse": { - "fields": { - "streams": { - "rule": "repeated", - "type": "Stream", - "id": 1 - } - } - }, - "FinalizeStreamRequest": { - "fields": { - "stream": { - "type": "Stream", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "SplitReadStreamRequest": { - "fields": { - "originalStream": { - "type": "Stream", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "fraction": { - "type": "float", - "id": 2 - } - } - }, - "SplitReadStreamResponse": { - "fields": { - "primaryStream": { - "type": "Stream", - "id": 1 - }, - "remainderStream": { - "type": "Stream", - "id": 2 - } - } - }, - "TableReference": { - "fields": { - "projectId": { - "type": "string", - "id": 1 - }, - "datasetId": { - "type": "string", - "id": 2 - }, - "tableId": { - "type": "string", - "id": 3 - } - } - }, - "TableModifiers": { - "fields": { - "snapshotTime": { - "type": "google.protobuf.Timestamp", - "id": 1 - } - } - } - } - }, - "v1beta2": { - "options": { - "go_package": "cloud.google.com/go/bigquery/storage/apiv1beta2/storagepb;storagepb", - "java_multiple_files": true, - "java_outer_classname": "TableProto", - "java_package": "com.google.cloud.bigquery.storage.v1beta2", - "(google.api.resource_definition).type": "bigquery.googleapis.com/Table", - "(google.api.resource_definition).pattern": "projects/{project}/datasets/{dataset}/tables/{table}" - }, - "nested": { - "ArrowSchema": { - "fields": { - "serializedSchema": { - "type": "bytes", - "id": 1 - } - } - }, - "ArrowRecordBatch": { - "fields": { - "serializedRecordBatch": { - "type": "bytes", - "id": 1 - } - } - }, - "ArrowSerializationOptions": { - "fields": { - "format": { - "type": "Format", - "id": 1 - } - }, - "nested": { - "Format": { - "values": { - "FORMAT_UNSPECIFIED": 0, - "ARROW_0_14": 1, - "ARROW_0_15": 2 - } - } - } - }, - "AvroSchema": { - "fields": { - "schema": { - "type": "string", - "id": 1 - } - } - }, - "AvroRows": { - "fields": { - "serializedBinaryRows": { - "type": "bytes", - "id": 1 - } - } - }, - "ProtoSchema": { - "fields": { - "protoDescriptor": { - "type": "google.protobuf.DescriptorProto", - "id": 1 - } - } - }, - "ProtoRows": { - "fields": { - "serializedRows": { - "rule": "repeated", - "type": "bytes", - "id": 1 - } - } - }, - "BigQueryRead": { - "options": { - "(google.api.default_host)": "bigquerystorage.googleapis.com", - "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigquery,https://www.googleapis.com/auth/cloud-platform" - }, - "methods": { - "CreateReadSession": { - "requestType": "CreateReadSessionRequest", - "responseType": "ReadSession", - "options": { - "(google.api.http).post": "/v1beta2/{read_session.table=projects/*/datasets/*/tables/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "parent,read_session,max_stream_count" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "post": "/v1beta2/{read_session.table=projects/*/datasets/*/tables/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "parent,read_session,max_stream_count" - } - ] - }, - "ReadRows": { - "requestType": "ReadRowsRequest", - "responseType": "ReadRowsResponse", - "responseStream": true, - "options": { - "(google.api.http).get": "/v1beta2/{read_stream=projects/*/locations/*/sessions/*/streams/*}", - "(google.api.method_signature)": "read_stream,offset" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "get": "/v1beta2/{read_stream=projects/*/locations/*/sessions/*/streams/*}" - } - }, - { - "(google.api.method_signature)": "read_stream,offset" - } - ] - }, - "SplitReadStream": { - "requestType": "SplitReadStreamRequest", - "responseType": "SplitReadStreamResponse", - "options": { - "(google.api.http).get": "/v1beta2/{name=projects/*/locations/*/sessions/*/streams/*}" - }, - "parsedOptions": [ - { - "(google.api.http)": { - "get": "/v1beta2/{name=projects/*/locations/*/sessions/*/streams/*}" - } - } - ] - } - } - }, - "BigQueryWrite": { - "options": { - "deprecated": true, - "(google.api.default_host)": "bigquerystorage.googleapis.com", - "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/bigquery,https://www.googleapis.com/auth/bigquery.insertdata,https://www.googleapis.com/auth/cloud-platform" - }, - "methods": { - "CreateWriteStream": { - "requestType": "CreateWriteStreamRequest", - "responseType": "WriteStream", - "options": { - "deprecated": true, - "(google.api.http).post": "/v1beta2/{parent=projects/*/datasets/*/tables/*}", - "(google.api.http).body": "write_stream", - "(google.api.method_signature)": "parent,write_stream" - }, - "parsedOptions": [ - { - "deprecated": true - }, - { - "(google.api.http)": { - "post": "/v1beta2/{parent=projects/*/datasets/*/tables/*}", - "body": "write_stream" - } - }, - { - "(google.api.method_signature)": "parent,write_stream" - } - ] - }, - "AppendRows": { - "requestType": "AppendRowsRequest", - "requestStream": true, - "responseType": "AppendRowsResponse", - "responseStream": true, - "options": { - "deprecated": true, - "(google.api.http).post": "/v1beta2/{write_stream=projects/*/datasets/*/tables/*/streams/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "write_stream" - }, - "parsedOptions": [ - { - "deprecated": true - }, - { - "(google.api.http)": { - "post": "/v1beta2/{write_stream=projects/*/datasets/*/tables/*/streams/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "write_stream" - } - ] - }, - "GetWriteStream": { - "requestType": "GetWriteStreamRequest", - "responseType": "WriteStream", - "options": { - "deprecated": true, - "(google.api.http).post": "/v1beta2/{name=projects/*/datasets/*/tables/*/streams/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "name" - }, - "parsedOptions": [ - { - "deprecated": true - }, - { - "(google.api.http)": { - "post": "/v1beta2/{name=projects/*/datasets/*/tables/*/streams/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "name" - } - ] - }, - "FinalizeWriteStream": { - "requestType": "FinalizeWriteStreamRequest", - "responseType": "FinalizeWriteStreamResponse", - "options": { - "deprecated": true, - "(google.api.http).post": "/v1beta2/{name=projects/*/datasets/*/tables/*/streams/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "name" - }, - "parsedOptions": [ - { - "deprecated": true - }, - { - "(google.api.http)": { - "post": "/v1beta2/{name=projects/*/datasets/*/tables/*/streams/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "name" - } - ] - }, - "BatchCommitWriteStreams": { - "requestType": "BatchCommitWriteStreamsRequest", - "responseType": "BatchCommitWriteStreamsResponse", - "options": { - "deprecated": true, - "(google.api.http).get": "/v1beta2/{parent=projects/*/datasets/*/tables/*}", - "(google.api.method_signature)": "parent" - }, - "parsedOptions": [ - { - "deprecated": true - }, - { - "(google.api.http)": { - "get": "/v1beta2/{parent=projects/*/datasets/*/tables/*}" - } - }, - { - "(google.api.method_signature)": "parent" - } - ] - }, - "FlushRows": { - "requestType": "FlushRowsRequest", - "responseType": "FlushRowsResponse", - "options": { - "deprecated": true, - "(google.api.http).post": "/v1beta2/{write_stream=projects/*/datasets/*/tables/*/streams/*}", - "(google.api.http).body": "*", - "(google.api.method_signature)": "write_stream" - }, - "parsedOptions": [ - { - "deprecated": true - }, - { - "(google.api.http)": { - "post": "/v1beta2/{write_stream=projects/*/datasets/*/tables/*/streams/*}", - "body": "*" - } - }, - { - "(google.api.method_signature)": "write_stream" - } - ] - } - } - }, - "CreateReadSessionRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "cloudresourcemanager.googleapis.com/Project" - } - }, - "readSession": { - "type": "ReadSession", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "maxStreamCount": { - "type": "int32", - "id": 3 - } - } - }, - "ReadRowsRequest": { - "fields": { - "readStream": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/ReadStream" - } - }, - "offset": { - "type": "int64", - "id": 2 - } - } - }, - "ThrottleState": { - "fields": { - "throttlePercent": { - "type": "int32", - "id": 1 - } - } - }, - "StreamStats": { - "fields": { - "progress": { - "type": "Progress", - "id": 2 - } - }, - "nested": { - "Progress": { - "fields": { - "atResponseStart": { - "type": "double", - "id": 1 - }, - "atResponseEnd": { - "type": "double", - "id": 2 - } - } - } - } - }, - "ReadRowsResponse": { - "oneofs": { - "rows": { - "oneof": [ - "avroRows", - "arrowRecordBatch" - ] - }, - "schema": { - "oneof": [ - "avroSchema", - "arrowSchema" - ] - } - }, - "fields": { - "avroRows": { - "type": "AvroRows", - "id": 3 - }, - "arrowRecordBatch": { - "type": "ArrowRecordBatch", - "id": 4 - }, - "rowCount": { - "type": "int64", - "id": 6 - }, - "stats": { - "type": "StreamStats", - "id": 2 - }, - "throttleState": { - "type": "ThrottleState", - "id": 5 - }, - "avroSchema": { - "type": "AvroSchema", - "id": 7, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "arrowSchema": { - "type": "ArrowSchema", - "id": 8, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - } - } - }, - "SplitReadStreamRequest": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/ReadStream" - } - }, - "fraction": { - "type": "double", - "id": 2 - } - } - }, - "SplitReadStreamResponse": { - "fields": { - "primaryStream": { - "type": "ReadStream", - "id": 1 - }, - "remainderStream": { - "type": "ReadStream", - "id": 2 - } - } - }, - "CreateWriteStreamRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "writeStream": { - "type": "WriteStream", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "AppendRowsRequest": { - "oneofs": { - "rows": { - "oneof": [ - "protoRows" - ] - } - }, - "fields": { - "writeStream": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/WriteStream" - } - }, - "offset": { - "type": "google.protobuf.Int64Value", - "id": 2 - }, - "protoRows": { - "type": "ProtoData", - "id": 4 - }, - "traceId": { - "type": "string", - "id": 6 - } - }, - "nested": { - "ProtoData": { - "fields": { - "writerSchema": { - "type": "ProtoSchema", - "id": 1 - }, - "rows": { - "type": "ProtoRows", - "id": 2 - } - } - } - } - }, - "AppendRowsResponse": { - "oneofs": { - "response": { - "oneof": [ - "appendResult", - "error" - ] - } - }, - "fields": { - "appendResult": { - "type": "AppendResult", - "id": 1 - }, - "error": { - "type": "google.rpc.Status", - "id": 2 - }, - "updatedSchema": { - "type": "TableSchema", - "id": 3 - } - }, - "nested": { - "AppendResult": { - "fields": { - "offset": { - "type": "google.protobuf.Int64Value", - "id": 1 - } - } - } - } - }, - "GetWriteStreamRequest": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/WriteStream" - } - } - } - }, - "BatchCommitWriteStreamsRequest": { - "fields": { - "parent": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "writeStreams": { - "rule": "repeated", - "type": "string", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - } - } - }, - "BatchCommitWriteStreamsResponse": { - "fields": { - "commitTime": { - "type": "google.protobuf.Timestamp", - "id": 1 - }, - "streamErrors": { - "rule": "repeated", - "type": "StorageError", - "id": 2 - } - } - }, - "FinalizeWriteStreamRequest": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/WriteStream" - } - } - } - }, - "FinalizeWriteStreamResponse": { - "fields": { - "rowCount": { - "type": "int64", - "id": 1 - } - } - }, - "FlushRowsRequest": { - "fields": { - "writeStream": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED", - "(google.api.resource_reference).type": "bigquerystorage.googleapis.com/WriteStream" - } - }, - "offset": { - "type": "google.protobuf.Int64Value", - "id": 2 - } - } - }, - "FlushRowsResponse": { - "fields": { - "offset": { - "type": "int64", - "id": 1 - } - } - }, - "StorageError": { - "fields": { - "code": { - "type": "StorageErrorCode", - "id": 1 - }, - "entity": { - "type": "string", - "id": 2 - }, - "errorMessage": { - "type": "string", - "id": 3 - } - }, - "nested": { - "StorageErrorCode": { - "values": { - "STORAGE_ERROR_CODE_UNSPECIFIED": 0, - "TABLE_NOT_FOUND": 1, - "STREAM_ALREADY_COMMITTED": 2, - "STREAM_NOT_FOUND": 3, - "INVALID_STREAM_TYPE": 4, - "INVALID_STREAM_STATE": 5, - "STREAM_FINALIZED": 6 - } - } - } - }, - "DataFormat": { - "values": { - "DATA_FORMAT_UNSPECIFIED": 0, - "AVRO": 1, - "ARROW": 2 - } - }, - "ReadSession": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/ReadSession", - "(google.api.resource).pattern": "projects/{project}/locations/{location}/sessions/{session}" - }, - "oneofs": { - "schema": { - "oneof": [ - "avroSchema", - "arrowSchema" - ] - } - }, - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "expireTime": { - "type": "google.protobuf.Timestamp", - "id": 2, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "dataFormat": { - "type": "DataFormat", - "id": 3, - "options": { - "(google.api.field_behavior)": "IMMUTABLE" - } - }, - "avroSchema": { - "type": "AvroSchema", - "id": 4, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "arrowSchema": { - "type": "ArrowSchema", - "id": 5, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "table": { - "type": "string", - "id": 6, - "options": { - "(google.api.field_behavior)": "IMMUTABLE", - "(google.api.resource_reference).type": "bigquery.googleapis.com/Table" - } - }, - "tableModifiers": { - "type": "TableModifiers", - "id": 7, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "readOptions": { - "type": "TableReadOptions", - "id": 8, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "streams": { - "rule": "repeated", - "type": "ReadStream", - "id": 10, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - } - }, - "nested": { - "TableModifiers": { - "fields": { - "snapshotTime": { - "type": "google.protobuf.Timestamp", - "id": 1 - } - } - }, - "TableReadOptions": { - "fields": { - "selectedFields": { - "rule": "repeated", - "type": "string", - "id": 1 - }, - "rowRestriction": { - "type": "string", - "id": 2 - }, - "arrowSerializationOptions": { - "type": "ArrowSerializationOptions", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - } - } - } - }, - "ReadStream": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/ReadStream", - "(google.api.resource).pattern": "projects/{project}/locations/{location}/sessions/{session}/streams/{stream}" - }, - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - } - } - }, - "WriteStream": { - "options": { - "(google.api.resource).type": "bigquerystorage.googleapis.com/WriteStream", - "(google.api.resource).pattern": "projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}" - }, - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "type": { - "type": "Type", - "id": 2, - "options": { - "(google.api.field_behavior)": "IMMUTABLE" - } - }, - "createTime": { - "type": "google.protobuf.Timestamp", - "id": 3, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "commitTime": { - "type": "google.protobuf.Timestamp", - "id": 4, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - }, - "tableSchema": { - "type": "TableSchema", - "id": 5, - "options": { - "(google.api.field_behavior)": "OUTPUT_ONLY" - } - } - }, - "nested": { - "Type": { - "values": { - "TYPE_UNSPECIFIED": 0, - "COMMITTED": 1, - "PENDING": 2, - "BUFFERED": 3 - } - } - } - }, - "TableSchema": { - "fields": { - "fields": { - "rule": "repeated", - "type": "TableFieldSchema", - "id": 1 - } - } - }, - "TableFieldSchema": { - "fields": { - "name": { - "type": "string", - "id": 1, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "type": { - "type": "Type", - "id": 2, - "options": { - "(google.api.field_behavior)": "REQUIRED" - } - }, - "mode": { - "type": "Mode", - "id": 3, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "fields": { - "rule": "repeated", - "type": "TableFieldSchema", - "id": 4, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - }, - "description": { - "type": "string", - "id": 6, - "options": { - "(google.api.field_behavior)": "OPTIONAL" - } - } - }, - "nested": { - "Type": { - "values": { - "TYPE_UNSPECIFIED": 0, - "STRING": 1, - "INT64": 2, - "DOUBLE": 3, - "STRUCT": 4, - "BYTES": 5, - "BOOL": 6, - "TIMESTAMP": 7, - "DATE": 8, - "TIME": 9, - "DATETIME": 10, - "GEOGRAPHY": 11, - "NUMERIC": 12, - "BIGNUMERIC": 13, - "INTERVAL": 14, - "JSON": 15 - } - }, - "Mode": { - "values": { - "MODE_UNSPECIFIED": 0, - "NULLABLE": 1, - "REQUIRED": 2, - "REPEATED": 3 - } - } - } - } - } - } - } - } - } - } - } - }, - "protobuf": { - "options": { - "go_package": "google.golang.org/protobuf/types/descriptorpb", - "java_package": "com.google.protobuf", - "java_outer_classname": "DescriptorProtos", - "csharp_namespace": "Google.Protobuf.Reflection", - "objc_class_prefix": "GPB", - "cc_enable_arenas": true, - "optimize_for": "SPEED" - }, - "nested": { - "FileDescriptorSet": { - "edition": "proto2", - "fields": { - "file": { - "rule": "repeated", - "type": "FileDescriptorProto", - "id": 1 - } - }, - "extensions": [ - [ - 536000000, - 536000000 - ] - ] - }, - "Edition": { - "edition": "proto2", - "values": { - "EDITION_UNKNOWN": 0, - "EDITION_LEGACY": 900, - "EDITION_PROTO2": 998, - "EDITION_PROTO3": 999, - "EDITION_2023": 1000, - "EDITION_2024": 1001, - "EDITION_1_TEST_ONLY": 1, - "EDITION_2_TEST_ONLY": 2, - "EDITION_99997_TEST_ONLY": 99997, - "EDITION_99998_TEST_ONLY": 99998, - "EDITION_99999_TEST_ONLY": 99999, - "EDITION_MAX": 2147483647 - } - }, - "FileDescriptorProto": { - "edition": "proto2", - "fields": { - "name": { - "type": "string", - "id": 1 - }, - "package": { - "type": "string", - "id": 2 - }, - "dependency": { - "rule": "repeated", - "type": "string", - "id": 3 - }, - "publicDependency": { - "rule": "repeated", - "type": "int32", - "id": 10 - }, - "weakDependency": { - "rule": "repeated", - "type": "int32", - "id": 11 - }, - "optionDependency": { - "rule": "repeated", - "type": "string", - "id": 15 - }, - "messageType": { - "rule": "repeated", - "type": "DescriptorProto", - "id": 4 - }, - "enumType": { - "rule": "repeated", - "type": "EnumDescriptorProto", - "id": 5 - }, - "service": { - "rule": "repeated", - "type": "ServiceDescriptorProto", - "id": 6 - }, - "extension": { - "rule": "repeated", - "type": "FieldDescriptorProto", - "id": 7 - }, - "options": { - "type": "FileOptions", - "id": 8 - }, - "sourceCodeInfo": { - "type": "SourceCodeInfo", - "id": 9 - }, - "syntax": { - "type": "string", - "id": 12 - }, - "edition": { - "type": "Edition", - "id": 14 - } - } - }, - "DescriptorProto": { - "edition": "proto2", - "fields": { - "name": { - "type": "string", - "id": 1 - }, - "field": { - "rule": "repeated", - "type": "FieldDescriptorProto", - "id": 2 - }, - "extension": { - "rule": "repeated", - "type": "FieldDescriptorProto", - "id": 6 - }, - "nestedType": { - "rule": "repeated", - "type": "DescriptorProto", - "id": 3 - }, - "enumType": { - "rule": "repeated", - "type": "EnumDescriptorProto", - "id": 4 - }, - "extensionRange": { - "rule": "repeated", - "type": "ExtensionRange", - "id": 5 - }, - "oneofDecl": { - "rule": "repeated", - "type": "OneofDescriptorProto", - "id": 8 - }, - "options": { - "type": "MessageOptions", - "id": 7 - }, - "reservedRange": { - "rule": "repeated", - "type": "ReservedRange", - "id": 9 - }, - "reservedName": { - "rule": "repeated", - "type": "string", - "id": 10 - }, - "visibility": { - "type": "SymbolVisibility", - "id": 11 - } - }, - "nested": { - "ExtensionRange": { - "fields": { - "start": { - "type": "int32", - "id": 1 - }, - "end": { - "type": "int32", - "id": 2 - }, - "options": { - "type": "ExtensionRangeOptions", - "id": 3 - } - } - }, - "ReservedRange": { - "fields": { - "start": { - "type": "int32", - "id": 1 - }, - "end": { - "type": "int32", - "id": 2 - } - } - } - } - }, - "ExtensionRangeOptions": { - "edition": "proto2", - "fields": { - "uninterpretedOption": { - "rule": "repeated", - "type": "UninterpretedOption", - "id": 999 - }, - "declaration": { - "rule": "repeated", - "type": "Declaration", - "id": 2, - "options": { - "retention": "RETENTION_SOURCE" - } - }, - "features": { - "type": "FeatureSet", - "id": 50 - }, - "verification": { - "type": "VerificationState", - "id": 3, - "options": { - "default": "UNVERIFIED", - "retention": "RETENTION_SOURCE" - } - } - }, - "extensions": [ - [ - 1000, - 536870911 - ] - ], - "nested": { - "Declaration": { - "fields": { - "number": { - "type": "int32", - "id": 1 - }, - "fullName": { - "type": "string", - "id": 2 - }, - "type": { - "type": "string", - "id": 3 - }, - "reserved": { - "type": "bool", - "id": 5 - }, - "repeated": { - "type": "bool", - "id": 6 - } - }, - "reserved": [ - [ - 4, - 4 - ] - ] - }, - "VerificationState": { - "values": { - "DECLARATION": 0, - "UNVERIFIED": 1 - } - } - } - }, - "FieldDescriptorProto": { - "edition": "proto2", - "fields": { - "name": { - "type": "string", - "id": 1 - }, - "number": { - "type": "int32", - "id": 3 - }, - "label": { - "type": "Label", - "id": 4 - }, - "type": { - "type": "Type", - "id": 5 - }, - "typeName": { - "type": "string", - "id": 6 - }, - "extendee": { - "type": "string", - "id": 2 - }, - "defaultValue": { - "type": "string", - "id": 7 - }, - "oneofIndex": { - "type": "int32", - "id": 9 - }, - "jsonName": { - "type": "string", - "id": 10 - }, - "options": { - "type": "FieldOptions", - "id": 8 - }, - "proto3Optional": { - "type": "bool", - "id": 17 - } - }, - "nested": { - "Type": { - "values": { - "TYPE_DOUBLE": 1, - "TYPE_FLOAT": 2, - "TYPE_INT64": 3, - "TYPE_UINT64": 4, - "TYPE_INT32": 5, - "TYPE_FIXED64": 6, - "TYPE_FIXED32": 7, - "TYPE_BOOL": 8, - "TYPE_STRING": 9, - "TYPE_GROUP": 10, - "TYPE_MESSAGE": 11, - "TYPE_BYTES": 12, - "TYPE_UINT32": 13, - "TYPE_ENUM": 14, - "TYPE_SFIXED32": 15, - "TYPE_SFIXED64": 16, - "TYPE_SINT32": 17, - "TYPE_SINT64": 18 - } - }, - "Label": { - "values": { - "LABEL_OPTIONAL": 1, - "LABEL_REPEATED": 3, - "LABEL_REQUIRED": 2 - } - } - } - }, - "OneofDescriptorProto": { - "edition": "proto2", - "fields": { - "name": { - "type": "string", - "id": 1 - }, - "options": { - "type": "OneofOptions", - "id": 2 - } - } - }, - "EnumDescriptorProto": { - "edition": "proto2", - "fields": { - "name": { - "type": "string", - "id": 1 - }, - "value": { - "rule": "repeated", - "type": "EnumValueDescriptorProto", - "id": 2 - }, - "options": { - "type": "EnumOptions", - "id": 3 - }, - "reservedRange": { - "rule": "repeated", - "type": "EnumReservedRange", - "id": 4 - }, - "reservedName": { - "rule": "repeated", - "type": "string", - "id": 5 - }, - "visibility": { - "type": "SymbolVisibility", - "id": 6 - } - }, - "nested": { - "EnumReservedRange": { - "fields": { - "start": { - "type": "int32", - "id": 1 - }, - "end": { - "type": "int32", - "id": 2 - } - } - } - } - }, - "EnumValueDescriptorProto": { - "edition": "proto2", - "fields": { - "name": { - "type": "string", - "id": 1 - }, - "number": { - "type": "int32", - "id": 2 - }, - "options": { - "type": "EnumValueOptions", - "id": 3 - } - } - }, - "ServiceDescriptorProto": { - "edition": "proto2", - "fields": { - "name": { - "type": "string", - "id": 1 - }, - "method": { - "rule": "repeated", - "type": "MethodDescriptorProto", - "id": 2 - }, - "options": { - "type": "ServiceOptions", - "id": 3 - } - }, - "reserved": [ - [ - 4, - 4 - ], - "stream" - ] - }, - "MethodDescriptorProto": { - "edition": "proto2", - "fields": { - "name": { - "type": "string", - "id": 1 - }, - "inputType": { - "type": "string", - "id": 2 - }, - "outputType": { - "type": "string", - "id": 3 - }, - "options": { - "type": "MethodOptions", - "id": 4 - }, - "clientStreaming": { - "type": "bool", - "id": 5, - "options": { - "default": false - } - }, - "serverStreaming": { - "type": "bool", - "id": 6, - "options": { - "default": false - } - } - } - }, - "FileOptions": { - "edition": "proto2", - "fields": { - "javaPackage": { - "type": "string", - "id": 1 - }, - "javaOuterClassname": { - "type": "string", - "id": 8 - }, - "javaMultipleFiles": { - "type": "bool", - "id": 10, - "options": { - "default": false - } - }, - "javaGenerateEqualsAndHash": { - "type": "bool", - "id": 20, - "options": { - "deprecated": true - } - }, - "javaStringCheckUtf8": { - "type": "bool", - "id": 27, - "options": { - "default": false - } - }, - "optimizeFor": { - "type": "OptimizeMode", - "id": 9, - "options": { - "default": "SPEED" - } - }, - "goPackage": { - "type": "string", - "id": 11 - }, - "ccGenericServices": { - "type": "bool", - "id": 16, - "options": { - "default": false - } - }, - "javaGenericServices": { - "type": "bool", - "id": 17, - "options": { - "default": false - } - }, - "pyGenericServices": { - "type": "bool", - "id": 18, - "options": { - "default": false - } - }, - "deprecated": { - "type": "bool", - "id": 23, - "options": { - "default": false - } - }, - "ccEnableArenas": { - "type": "bool", - "id": 31, - "options": { - "default": true - } - }, - "objcClassPrefix": { - "type": "string", - "id": 36 - }, - "csharpNamespace": { - "type": "string", - "id": 37 - }, - "swiftPrefix": { - "type": "string", - "id": 39 - }, - "phpClassPrefix": { - "type": "string", - "id": 40 - }, - "phpNamespace": { - "type": "string", - "id": 41 - }, - "phpMetadataNamespace": { - "type": "string", - "id": 44 - }, - "rubyPackage": { - "type": "string", - "id": 45 - }, - "features": { - "type": "FeatureSet", - "id": 50 - }, - "uninterpretedOption": { - "rule": "repeated", - "type": "UninterpretedOption", - "id": 999 - } - }, - "extensions": [ - [ - 1000, - 536870911 - ] - ], - "reserved": [ - [ - 42, - 42 - ], - "php_generic_services", - [ - 38, - 38 - ] - ], - "nested": { - "OptimizeMode": { - "values": { - "SPEED": 1, - "CODE_SIZE": 2, - "LITE_RUNTIME": 3 - } - } - } - }, - "MessageOptions": { - "edition": "proto2", - "fields": { - "messageSetWireFormat": { - "type": "bool", - "id": 1, - "options": { - "default": false - } - }, - "noStandardDescriptorAccessor": { - "type": "bool", - "id": 2, - "options": { - "default": false - } - }, - "deprecated": { - "type": "bool", - "id": 3, - "options": { - "default": false - } - }, - "mapEntry": { - "type": "bool", - "id": 7 - }, - "deprecatedLegacyJsonFieldConflicts": { - "type": "bool", - "id": 11, - "options": { - "deprecated": true - } - }, - "features": { - "type": "FeatureSet", - "id": 12 - }, - "uninterpretedOption": { - "rule": "repeated", - "type": "UninterpretedOption", - "id": 999 - } - }, - "extensions": [ - [ - 1000, - 536870911 - ] - ], - "reserved": [ - [ - 4, - 4 - ], - [ - 5, - 5 - ], - [ - 6, - 6 - ], - [ - 8, - 8 - ], - [ - 9, - 9 - ] - ] - }, - "FieldOptions": { - "edition": "proto2", - "fields": { - "ctype": { - "type": "CType", - "id": 1, - "options": { - "default": "STRING" - } - }, - "packed": { - "type": "bool", - "id": 2 - }, - "jstype": { - "type": "JSType", - "id": 6, - "options": { - "default": "JS_NORMAL" - } - }, - "lazy": { - "type": "bool", - "id": 5, - "options": { - "default": false - } - }, - "unverifiedLazy": { - "type": "bool", - "id": 15, - "options": { - "default": false - } - }, - "deprecated": { - "type": "bool", - "id": 3, - "options": { - "default": false - } - }, - "weak": { - "type": "bool", - "id": 10, - "options": { - "default": false, - "deprecated": true - } - }, - "debugRedact": { - "type": "bool", - "id": 16, - "options": { - "default": false - } - }, - "retention": { - "type": "OptionRetention", - "id": 17 - }, - "targets": { - "rule": "repeated", - "type": "OptionTargetType", - "id": 19 - }, - "editionDefaults": { - "rule": "repeated", - "type": "EditionDefault", - "id": 20 - }, - "features": { - "type": "FeatureSet", - "id": 21 - }, - "featureSupport": { - "type": "FeatureSupport", - "id": 22 - }, - "uninterpretedOption": { - "rule": "repeated", - "type": "UninterpretedOption", - "id": 999 - } - }, - "extensions": [ - [ - 1000, - 536870911 - ] - ], - "reserved": [ - [ - 4, - 4 - ], - [ - 18, - 18 - ] - ], - "nested": { - "CType": { - "values": { - "STRING": 0, - "CORD": 1, - "STRING_PIECE": 2 - } - }, - "JSType": { - "values": { - "JS_NORMAL": 0, - "JS_STRING": 1, - "JS_NUMBER": 2 - } - }, - "OptionRetention": { - "values": { - "RETENTION_UNKNOWN": 0, - "RETENTION_RUNTIME": 1, - "RETENTION_SOURCE": 2 - } - }, - "OptionTargetType": { - "values": { - "TARGET_TYPE_UNKNOWN": 0, - "TARGET_TYPE_FILE": 1, - "TARGET_TYPE_EXTENSION_RANGE": 2, - "TARGET_TYPE_MESSAGE": 3, - "TARGET_TYPE_FIELD": 4, - "TARGET_TYPE_ONEOF": 5, - "TARGET_TYPE_ENUM": 6, - "TARGET_TYPE_ENUM_ENTRY": 7, - "TARGET_TYPE_SERVICE": 8, - "TARGET_TYPE_METHOD": 9 - } - }, - "EditionDefault": { - "fields": { - "edition": { - "type": "Edition", - "id": 3 - }, - "value": { - "type": "string", - "id": 2 - } - } - }, - "FeatureSupport": { - "fields": { - "editionIntroduced": { - "type": "Edition", - "id": 1 - }, - "editionDeprecated": { - "type": "Edition", - "id": 2 - }, - "deprecationWarning": { - "type": "string", - "id": 3 - }, - "editionRemoved": { - "type": "Edition", - "id": 4 - } - } - } - } - }, - "OneofOptions": { - "edition": "proto2", - "fields": { - "features": { - "type": "FeatureSet", - "id": 1 - }, - "uninterpretedOption": { - "rule": "repeated", - "type": "UninterpretedOption", - "id": 999 - } - }, - "extensions": [ - [ - 1000, - 536870911 - ] - ] - }, - "EnumOptions": { - "edition": "proto2", - "fields": { - "allowAlias": { - "type": "bool", - "id": 2 - }, - "deprecated": { - "type": "bool", - "id": 3, - "options": { - "default": false - } - }, - "deprecatedLegacyJsonFieldConflicts": { - "type": "bool", - "id": 6, - "options": { - "deprecated": true - } - }, - "features": { - "type": "FeatureSet", - "id": 7 - }, - "uninterpretedOption": { - "rule": "repeated", - "type": "UninterpretedOption", - "id": 999 - } - }, - "extensions": [ - [ - 1000, - 536870911 - ] - ], - "reserved": [ - [ - 5, - 5 - ] - ] - }, - "EnumValueOptions": { - "edition": "proto2", - "fields": { - "deprecated": { - "type": "bool", - "id": 1, - "options": { - "default": false - } - }, - "features": { - "type": "FeatureSet", - "id": 2 - }, - "debugRedact": { - "type": "bool", - "id": 3, - "options": { - "default": false - } - }, - "featureSupport": { - "type": "FieldOptions.FeatureSupport", - "id": 4 - }, - "uninterpretedOption": { - "rule": "repeated", - "type": "UninterpretedOption", - "id": 999 - } - }, - "extensions": [ - [ - 1000, - 536870911 - ] - ] - }, - "ServiceOptions": { - "edition": "proto2", - "fields": { - "features": { - "type": "FeatureSet", - "id": 34 - }, - "deprecated": { - "type": "bool", - "id": 33, - "options": { - "default": false - } - }, - "uninterpretedOption": { - "rule": "repeated", - "type": "UninterpretedOption", - "id": 999 - } - }, - "extensions": [ - [ - 1000, - 536870911 - ] - ] - }, - "MethodOptions": { - "edition": "proto2", - "fields": { - "deprecated": { - "type": "bool", - "id": 33, - "options": { - "default": false - } - }, - "idempotencyLevel": { - "type": "IdempotencyLevel", - "id": 34, - "options": { - "default": "IDEMPOTENCY_UNKNOWN" - } - }, - "features": { - "type": "FeatureSet", - "id": 35 - }, - "uninterpretedOption": { - "rule": "repeated", - "type": "UninterpretedOption", - "id": 999 - } - }, - "extensions": [ - [ - 1000, - 536870911 - ] - ], - "nested": { - "IdempotencyLevel": { - "values": { - "IDEMPOTENCY_UNKNOWN": 0, - "NO_SIDE_EFFECTS": 1, - "IDEMPOTENT": 2 - } - } - } - }, - "UninterpretedOption": { - "edition": "proto2", - "fields": { - "name": { - "rule": "repeated", - "type": "NamePart", - "id": 2 - }, - "identifierValue": { - "type": "string", - "id": 3 - }, - "positiveIntValue": { - "type": "uint64", - "id": 4 - }, - "negativeIntValue": { - "type": "int64", - "id": 5 - }, - "doubleValue": { - "type": "double", - "id": 6 - }, - "stringValue": { - "type": "bytes", - "id": 7 - }, - "aggregateValue": { - "type": "string", - "id": 8 - } - }, - "nested": { - "NamePart": { - "fields": { - "namePart": { - "rule": "required", - "type": "string", - "id": 1 - }, - "isExtension": { - "rule": "required", - "type": "bool", - "id": 2 - } - } - } - } - }, - "FeatureSet": { - "edition": "proto2", - "fields": { - "fieldPresence": { - "type": "FieldPresence", - "id": 1, - "options": { - "retention": "RETENTION_RUNTIME", - "targets": "TARGET_TYPE_FILE", - "feature_support.edition_introduced": "EDITION_2023", - "edition_defaults.edition": "EDITION_2023", - "edition_defaults.value": "EXPLICIT" - } - }, - "enumType": { - "type": "EnumType", - "id": 2, - "options": { - "retention": "RETENTION_RUNTIME", - "targets": "TARGET_TYPE_FILE", - "feature_support.edition_introduced": "EDITION_2023", - "edition_defaults.edition": "EDITION_PROTO3", - "edition_defaults.value": "OPEN" - } - }, - "repeatedFieldEncoding": { - "type": "RepeatedFieldEncoding", - "id": 3, - "options": { - "retention": "RETENTION_RUNTIME", - "targets": "TARGET_TYPE_FILE", - "feature_support.edition_introduced": "EDITION_2023", - "edition_defaults.edition": "EDITION_PROTO3", - "edition_defaults.value": "PACKED" - } - }, - "utf8Validation": { - "type": "Utf8Validation", - "id": 4, - "options": { - "retention": "RETENTION_RUNTIME", - "targets": "TARGET_TYPE_FILE", - "feature_support.edition_introduced": "EDITION_2023", - "edition_defaults.edition": "EDITION_PROTO3", - "edition_defaults.value": "VERIFY" - } - }, - "messageEncoding": { - "type": "MessageEncoding", - "id": 5, - "options": { - "retention": "RETENTION_RUNTIME", - "targets": "TARGET_TYPE_FILE", - "feature_support.edition_introduced": "EDITION_2023", - "edition_defaults.edition": "EDITION_LEGACY", - "edition_defaults.value": "LENGTH_PREFIXED" - } - }, - "jsonFormat": { - "type": "JsonFormat", - "id": 6, - "options": { - "retention": "RETENTION_RUNTIME", - "targets": "TARGET_TYPE_FILE", - "feature_support.edition_introduced": "EDITION_2023", - "edition_defaults.edition": "EDITION_PROTO3", - "edition_defaults.value": "ALLOW" - } - }, - "enforceNamingStyle": { - "type": "EnforceNamingStyle", - "id": 7, - "options": { - "retention": "RETENTION_SOURCE", - "targets": "TARGET_TYPE_METHOD", - "feature_support.edition_introduced": "EDITION_2024", - "edition_defaults.edition": "EDITION_2024", - "edition_defaults.value": "STYLE2024" - } - }, - "defaultSymbolVisibility": { - "type": "VisibilityFeature.DefaultSymbolVisibility", - "id": 8, - "options": { - "retention": "RETENTION_SOURCE", - "targets": "TARGET_TYPE_FILE", - "feature_support.edition_introduced": "EDITION_2024", - "edition_defaults.edition": "EDITION_2024", - "edition_defaults.value": "EXPORT_TOP_LEVEL" - } - } - }, - "extensions": [ - [ - 1000, - 9994 - ], - [ - 9995, - 9999 - ], - [ - 10000, - 10000 - ] - ], - "reserved": [ - [ - 999, - 999 - ] - ], - "nested": { - "FieldPresence": { - "values": { - "FIELD_PRESENCE_UNKNOWN": 0, - "EXPLICIT": 1, - "IMPLICIT": 2, - "LEGACY_REQUIRED": 3 - } - }, - "EnumType": { - "values": { - "ENUM_TYPE_UNKNOWN": 0, - "OPEN": 1, - "CLOSED": 2 - } - }, - "RepeatedFieldEncoding": { - "values": { - "REPEATED_FIELD_ENCODING_UNKNOWN": 0, - "PACKED": 1, - "EXPANDED": 2 - } - }, - "Utf8Validation": { - "values": { - "UTF8_VALIDATION_UNKNOWN": 0, - "VERIFY": 2, - "NONE": 3 - }, - "reserved": [ - [ - 1, - 1 - ] - ] - }, - "MessageEncoding": { - "values": { - "MESSAGE_ENCODING_UNKNOWN": 0, - "LENGTH_PREFIXED": 1, - "DELIMITED": 2 - } - }, - "JsonFormat": { - "values": { - "JSON_FORMAT_UNKNOWN": 0, - "ALLOW": 1, - "LEGACY_BEST_EFFORT": 2 - } - }, - "EnforceNamingStyle": { - "values": { - "ENFORCE_NAMING_STYLE_UNKNOWN": 0, - "STYLE2024": 1, - "STYLE_LEGACY": 2 - } - }, - "VisibilityFeature": { - "fields": {}, - "reserved": [ - [ - 1, - 536870911 - ] - ], - "nested": { - "DefaultSymbolVisibility": { - "values": { - "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0, - "EXPORT_ALL": 1, - "EXPORT_TOP_LEVEL": 2, - "LOCAL_ALL": 3, - "STRICT": 4 - } - } - } - } - } - }, - "FeatureSetDefaults": { - "edition": "proto2", - "fields": { - "defaults": { - "rule": "repeated", - "type": "FeatureSetEditionDefault", - "id": 1 - }, - "minimumEdition": { - "type": "Edition", - "id": 4 - }, - "maximumEdition": { - "type": "Edition", - "id": 5 - } - }, - "nested": { - "FeatureSetEditionDefault": { - "fields": { - "edition": { - "type": "Edition", - "id": 3 - }, - "overridableFeatures": { - "type": "FeatureSet", - "id": 4 - }, - "fixedFeatures": { - "type": "FeatureSet", - "id": 5 - } - }, - "reserved": [ - [ - 1, - 1 - ], - [ - 2, - 2 - ], - "features" - ] - } - } - }, - "SourceCodeInfo": { - "edition": "proto2", - "fields": { - "location": { - "rule": "repeated", - "type": "Location", - "id": 1 - } - }, - "extensions": [ - [ - 536000000, - 536000000 - ] - ], - "nested": { - "Location": { - "fields": { - "path": { - "rule": "repeated", - "type": "int32", - "id": 1, - "options": { - "packed": true - } - }, - "span": { - "rule": "repeated", - "type": "int32", - "id": 2, - "options": { - "packed": true - } - }, - "leadingComments": { - "type": "string", - "id": 3 - }, - "trailingComments": { - "type": "string", - "id": 4 - }, - "leadingDetachedComments": { - "rule": "repeated", - "type": "string", - "id": 6 - } - } - } - } - }, - "GeneratedCodeInfo": { - "edition": "proto2", - "fields": { - "annotation": { - "rule": "repeated", - "type": "Annotation", - "id": 1 - } - }, - "nested": { - "Annotation": { - "fields": { - "path": { - "rule": "repeated", - "type": "int32", - "id": 1, - "options": { - "packed": true - } - }, - "sourceFile": { - "type": "string", - "id": 2 - }, - "begin": { - "type": "int32", - "id": 3 - }, - "end": { - "type": "int32", - "id": 4 - }, - "semantic": { - "type": "Semantic", - "id": 5 - } - }, - "nested": { - "Semantic": { - "values": { - "NONE": 0, - "SET": 1, - "ALIAS": 2 - } - } - } - } - } - }, - "SymbolVisibility": { - "edition": "proto2", - "values": { - "VISIBILITY_UNSET": 0, - "VISIBILITY_LOCAL": 1, - "VISIBILITY_EXPORT": 2 - } - }, - "Duration": { - "fields": { - "seconds": { - "type": "int64", - "id": 1 - }, - "nanos": { - "type": "int32", - "id": 2 - } - } - }, - "DoubleValue": { - "fields": { - "value": { - "type": "double", - "id": 1 - } - } - }, - "FloatValue": { - "fields": { - "value": { - "type": "float", - "id": 1 - } - } - }, - "Int64Value": { - "fields": { - "value": { - "type": "int64", - "id": 1 - } - } - }, - "UInt64Value": { - "fields": { - "value": { - "type": "uint64", - "id": 1 - } - } - }, - "Int32Value": { - "fields": { - "value": { - "type": "int32", - "id": 1 - } - } - }, - "UInt32Value": { - "fields": { - "value": { - "type": "uint32", - "id": 1 - } - } - }, - "BoolValue": { - "fields": { - "value": { - "type": "bool", - "id": 1 - } - } - }, - "StringValue": { - "fields": { - "value": { - "type": "string", - "id": 1 - } - } - }, - "BytesValue": { - "fields": { - "value": { - "type": "bytes", - "id": 1 - } - } - }, - "Timestamp": { - "fields": { - "seconds": { - "type": "int64", - "id": 1 - }, - "nanos": { - "type": "int32", - "id": 2 - } - } - }, - "Any": { - "fields": { - "type_url": { - "type": "string", - "id": 1 - }, - "value": { - "type": "bytes", - "id": 2 - } - } - }, - "Empty": { - "fields": {} - }, - "FieldMask": { - "fields": { - "paths": { - "rule": "repeated", - "type": "string", - "id": 1 - } - } - } - } - }, - "api": { - "options": { - "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations", - "java_multiple_files": true, - "java_outer_classname": "ResourceProto", - "java_package": "com.google.api", - "objc_class_prefix": "GAPI" - }, - "nested": { - "http": { - "type": "HttpRule", - "id": 72295728, - "extend": "google.protobuf.MethodOptions" - }, - "Http": { - "fields": { - "rules": { - "rule": "repeated", - "type": "HttpRule", - "id": 1 - }, - "fullyDecodeReservedExpansion": { - "type": "bool", - "id": 2 - } - } - }, - "HttpRule": { - "oneofs": { - "pattern": { - "oneof": [ - "get", - "put", - "post", - "delete", - "patch", - "custom" - ] - } - }, - "fields": { - "selector": { - "type": "string", - "id": 1 - }, - "get": { - "type": "string", - "id": 2 - }, - "put": { - "type": "string", - "id": 3 - }, - "post": { - "type": "string", - "id": 4 - }, - "delete": { - "type": "string", - "id": 5 - }, - "patch": { - "type": "string", - "id": 6 - }, - "custom": { - "type": "CustomHttpPattern", - "id": 8 - }, - "body": { - "type": "string", - "id": 7 - }, - "responseBody": { - "type": "string", - "id": 12 - }, - "additionalBindings": { - "rule": "repeated", - "type": "HttpRule", - "id": 11 - } - } - }, - "CustomHttpPattern": { - "fields": { - "kind": { - "type": "string", - "id": 1 - }, - "path": { - "type": "string", - "id": 2 - } - } - }, - "methodSignature": { - "rule": "repeated", - "type": "string", - "id": 1051, - "extend": "google.protobuf.MethodOptions" - }, - "defaultHost": { - "type": "string", - "id": 1049, - "extend": "google.protobuf.ServiceOptions" - }, - "oauthScopes": { - "type": "string", - "id": 1050, - "extend": "google.protobuf.ServiceOptions" - }, - "apiVersion": { - "type": "string", - "id": 525000001, - "extend": "google.protobuf.ServiceOptions" - }, - "CommonLanguageSettings": { - "fields": { - "referenceDocsUri": { - "type": "string", - "id": 1, - "options": { - "deprecated": true - } - }, - "destinations": { - "rule": "repeated", - "type": "ClientLibraryDestination", - "id": 2 - }, - "selectiveGapicGeneration": { - "type": "SelectiveGapicGeneration", - "id": 3 - } - } - }, - "ClientLibrarySettings": { - "fields": { - "version": { - "type": "string", - "id": 1 - }, - "launchStage": { - "type": "LaunchStage", - "id": 2 - }, - "restNumericEnums": { - "type": "bool", - "id": 3 - }, - "javaSettings": { - "type": "JavaSettings", - "id": 21 - }, - "cppSettings": { - "type": "CppSettings", - "id": 22 - }, - "phpSettings": { - "type": "PhpSettings", - "id": 23 - }, - "pythonSettings": { - "type": "PythonSettings", - "id": 24 - }, - "nodeSettings": { - "type": "NodeSettings", - "id": 25 - }, - "dotnetSettings": { - "type": "DotnetSettings", - "id": 26 - }, - "rubySettings": { - "type": "RubySettings", - "id": 27 - }, - "goSettings": { - "type": "GoSettings", - "id": 28 - } - } - }, - "Publishing": { - "fields": { - "methodSettings": { - "rule": "repeated", - "type": "MethodSettings", - "id": 2 - }, - "newIssueUri": { - "type": "string", - "id": 101 - }, - "documentationUri": { - "type": "string", - "id": 102 - }, - "apiShortName": { - "type": "string", - "id": 103 - }, - "githubLabel": { - "type": "string", - "id": 104 - }, - "codeownerGithubTeams": { - "rule": "repeated", - "type": "string", - "id": 105 - }, - "docTagPrefix": { - "type": "string", - "id": 106 - }, - "organization": { - "type": "ClientLibraryOrganization", - "id": 107 - }, - "librarySettings": { - "rule": "repeated", - "type": "ClientLibrarySettings", - "id": 109 - }, - "protoReferenceDocumentationUri": { - "type": "string", - "id": 110 - }, - "restReferenceDocumentationUri": { - "type": "string", - "id": 111 - } - } - }, - "JavaSettings": { - "fields": { - "libraryPackage": { - "type": "string", - "id": 1 - }, - "serviceClassNames": { - "keyType": "string", - "type": "string", - "id": 2 - }, - "common": { - "type": "CommonLanguageSettings", - "id": 3 - } - } - }, - "CppSettings": { - "fields": { - "common": { - "type": "CommonLanguageSettings", - "id": 1 - } - } - }, - "PhpSettings": { - "fields": { - "common": { - "type": "CommonLanguageSettings", - "id": 1 - } - } - }, - "PythonSettings": { - "fields": { - "common": { - "type": "CommonLanguageSettings", - "id": 1 - }, - "experimentalFeatures": { - "type": "ExperimentalFeatures", - "id": 2 - } - }, - "nested": { - "ExperimentalFeatures": { - "fields": { - "restAsyncIoEnabled": { - "type": "bool", - "id": 1 - }, - "protobufPythonicTypesEnabled": { - "type": "bool", - "id": 2 - }, - "unversionedPackageDisabled": { - "type": "bool", - "id": 3 - } - } - } - } - }, - "NodeSettings": { - "fields": { - "common": { - "type": "CommonLanguageSettings", - "id": 1 - } - } - }, - "DotnetSettings": { - "fields": { - "common": { - "type": "CommonLanguageSettings", - "id": 1 - }, - "renamedServices": { - "keyType": "string", - "type": "string", - "id": 2 - }, - "renamedResources": { - "keyType": "string", - "type": "string", - "id": 3 - }, - "ignoredResources": { - "rule": "repeated", - "type": "string", - "id": 4 - }, - "forcedNamespaceAliases": { - "rule": "repeated", - "type": "string", - "id": 5 - }, - "handwrittenSignatures": { - "rule": "repeated", - "type": "string", - "id": 6 - } - } - }, - "RubySettings": { - "fields": { - "common": { - "type": "CommonLanguageSettings", - "id": 1 - } - } - }, - "GoSettings": { - "fields": { - "common": { - "type": "CommonLanguageSettings", - "id": 1 - }, - "renamedServices": { - "keyType": "string", - "type": "string", - "id": 2 - } - } - }, - "MethodSettings": { - "fields": { - "selector": { - "type": "string", - "id": 1 - }, - "longRunning": { - "type": "LongRunning", - "id": 2 - }, - "autoPopulatedFields": { - "rule": "repeated", - "type": "string", - "id": 3 - } - }, - "nested": { - "LongRunning": { - "fields": { - "initialPollDelay": { - "type": "google.protobuf.Duration", - "id": 1 - }, - "pollDelayMultiplier": { - "type": "float", - "id": 2 - }, - "maxPollDelay": { - "type": "google.protobuf.Duration", - "id": 3 - }, - "totalPollTimeout": { - "type": "google.protobuf.Duration", - "id": 4 - } - } - } - } - }, - "ClientLibraryOrganization": { - "values": { - "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0, - "CLOUD": 1, - "ADS": 2, - "PHOTOS": 3, - "STREET_VIEW": 4, - "SHOPPING": 5, - "GEO": 6, - "GENERATIVE_AI": 7 - } - }, - "ClientLibraryDestination": { - "values": { - "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0, - "GITHUB": 10, - "PACKAGE_MANAGER": 20 - } - }, - "SelectiveGapicGeneration": { - "fields": { - "methods": { - "rule": "repeated", - "type": "string", - "id": 1 - }, - "generateOmittedAsInternal": { - "type": "bool", - "id": 2 - } - } - }, - "LaunchStage": { - "values": { - "LAUNCH_STAGE_UNSPECIFIED": 0, - "UNIMPLEMENTED": 6, - "PRELAUNCH": 7, - "EARLY_ACCESS": 1, - "ALPHA": 2, - "BETA": 3, - "GA": 4, - "DEPRECATED": 5 - } - }, - "fieldBehavior": { - "rule": "repeated", - "type": "google.api.FieldBehavior", - "id": 1052, - "extend": "google.protobuf.FieldOptions", - "options": { - "packed": false - } - }, - "FieldBehavior": { - "values": { - "FIELD_BEHAVIOR_UNSPECIFIED": 0, - "OPTIONAL": 1, - "REQUIRED": 2, - "OUTPUT_ONLY": 3, - "INPUT_ONLY": 4, - "IMMUTABLE": 5, - "UNORDERED_LIST": 6, - "NON_EMPTY_DEFAULT": 7, - "IDENTIFIER": 8 - } - }, - "resourceReference": { - "type": "google.api.ResourceReference", - "id": 1055, - "extend": "google.protobuf.FieldOptions" - }, - "resourceDefinition": { - "rule": "repeated", - "type": "google.api.ResourceDescriptor", - "id": 1053, - "extend": "google.protobuf.FileOptions" - }, - "resource": { - "type": "google.api.ResourceDescriptor", - "id": 1053, - "extend": "google.protobuf.MessageOptions" - }, - "ResourceDescriptor": { - "fields": { - "type": { - "type": "string", - "id": 1 - }, - "pattern": { - "rule": "repeated", - "type": "string", - "id": 2 - }, - "nameField": { - "type": "string", - "id": 3 - }, - "history": { - "type": "History", - "id": 4 - }, - "plural": { - "type": "string", - "id": 5 - }, - "singular": { - "type": "string", - "id": 6 - }, - "style": { - "rule": "repeated", - "type": "Style", - "id": 10 - } - }, - "nested": { - "History": { - "values": { - "HISTORY_UNSPECIFIED": 0, - "ORIGINALLY_SINGLE_PATTERN": 1, - "FUTURE_MULTI_PATTERN": 2 - } - }, - "Style": { - "values": { - "STYLE_UNSPECIFIED": 0, - "DECLARATIVE_FRIENDLY": 1 - } - } - } - }, - "ResourceReference": { - "fields": { - "type": { - "type": "string", - "id": 1 - }, - "childType": { - "type": "string", - "id": 2 - } - } - } - } - }, - "rpc": { - "options": { - "cc_enable_arenas": true, - "go_package": "google.golang.org/genproto/googleapis/rpc/status;status", - "java_multiple_files": true, - "java_outer_classname": "StatusProto", - "java_package": "com.google.rpc", - "objc_class_prefix": "RPC" - }, - "nested": { - "Status": { - "fields": { - "code": { - "type": "int32", - "id": 1 - }, - "message": { - "type": "string", - "id": 2 - }, - "details": { - "rule": "repeated", - "type": "google.protobuf.Any", - "id": 3 - } - } - } - } - } - } - } - } -} \ No newline at end of file diff --git a/handwritten/bigquery-storage/src/adapt/proto.ts b/handwritten/bigquery-storage/src/adapt/proto.ts index c0636e1554c4..8f0aeea866a6 100644 --- a/handwritten/bigquery-storage/src/adapt/proto.ts +++ b/handwritten/bigquery-storage/src/adapt/proto.ts @@ -1,3 +1,4 @@ +import '../protobuf'; // Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,7 +13,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {bqTypeToFieldTypeMap, convertModeToLabel} from './proto_mappings'; import {normalizeFieldType} from './schema_mappings'; import {AdaptOptions, AdaptOption} from './options'; diff --git a/handwritten/bigquery-storage/src/adapt/proto_mappings.ts b/handwritten/bigquery-storage/src/adapt/proto_mappings.ts index d6e7e1037900..d31dcd72e20a 100644 --- a/handwritten/bigquery-storage/src/adapt/proto_mappings.ts +++ b/handwritten/bigquery-storage/src/adapt/proto_mappings.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; type TableFieldSchema = protos.google.cloud.bigquery.storage.v1.ITableFieldSchema; diff --git a/handwritten/bigquery-storage/src/adapt/schema.ts b/handwritten/bigquery-storage/src/adapt/schema.ts index bd2a7d989bce..917c1684e798 100644 --- a/handwritten/bigquery-storage/src/adapt/schema.ts +++ b/handwritten/bigquery-storage/src/adapt/schema.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {fieldTypeMap, modeMap} from './schema_mappings'; type ITableSchema = { diff --git a/handwritten/bigquery-storage/src/adapt/schema_mappings.ts b/handwritten/bigquery-storage/src/adapt/schema_mappings.ts index 631010e15337..03674467ced0 100644 --- a/handwritten/bigquery-storage/src/adapt/schema_mappings.ts +++ b/handwritten/bigquery-storage/src/adapt/schema_mappings.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; type StorageTableField = protos.google.cloud.bigquery.storage.v1.ITableFieldSchema; type StorageTableFieldType = diff --git a/handwritten/bigquery-storage/src/index.ts b/handwritten/bigquery-storage/src/index.ts index 6028f6dbbc2a..6da9473edb3b 100644 --- a/handwritten/bigquery-storage/src/index.ts +++ b/handwritten/bigquery-storage/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2024-2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -11,24 +11,10 @@ // 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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** -import * as v1 from './v1'; -import * as v1beta1 from './v1beta1'; -import * as v1alpha from './v1alpha'; -import * as v1beta from './v1beta'; -import * as v1beta2 from './v1beta2'; +import {v1, BigQueryReadClient, BigQueryWriteClient} from '@google-cloud/bigquery-storage-api'; import * as managedwriter from './managedwriter'; import * as reader from './reader'; -const BigQueryReadClient = v1.BigQueryReadClient; -type BigQueryReadClient = v1.BigQueryReadClient; -const BigQueryWriteClient = v1.BigQueryWriteClient; -type BigQueryWriteClient = v1.BigQueryWriteClient; -const BigQueryStorageClient = v1beta1.BigQueryStorageClient; -type BigQueryStorageClient = v1beta1.BigQueryStorageClient; const WriterClient = managedwriter.WriterClient; type WriterClient = managedwriter.WriterClient; const ReadClient = reader.ReadClient; @@ -36,11 +22,6 @@ type ReadClient = reader.ReadClient; export { v1, BigQueryReadClient, - v1beta1, - v1alpha, - v1beta, - v1beta2, - BigQueryStorageClient, BigQueryWriteClient, managedwriter, WriterClient, @@ -58,16 +39,9 @@ export default { reader, ReadClient, }; -import * as protos from '../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; export {protos}; import * as adapt from './adapt'; export {adapt}; -// Add extra protobufjs definitions. -// When importing protobufjs/ext/descriptor package, it monkey patches some methods -// that we use in this package. We need to manually declare some of those -// methods that we use to make the Typescript compiler happy. -// There are some open issues around that. After they are fixed, we can remove this: -// * https://github.com/protobufjs/protobuf.js/issues/1499 -// * https://github.com/protobufjs/protobuf.js/issues/1149 import './protobuf'; diff --git a/handwritten/bigquery-storage/src/managedwriter/encoder.ts b/handwritten/bigquery-storage/src/managedwriter/encoder.ts index f3172339eda6..990fac8ee989 100644 --- a/handwritten/bigquery-storage/src/managedwriter/encoder.ts +++ b/handwritten/bigquery-storage/src/managedwriter/encoder.ts @@ -13,7 +13,7 @@ // limitations under the License. import * as protobuf from 'protobufjs'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import { generatePlaceholderFieldName, isProtoCompatible, diff --git a/handwritten/bigquery-storage/src/managedwriter/error.ts b/handwritten/bigquery-storage/src/managedwriter/error.ts index 50249d11711d..8f9f194a6211 100644 --- a/handwritten/bigquery-storage/src/managedwriter/error.ts +++ b/handwritten/bigquery-storage/src/managedwriter/error.ts @@ -13,7 +13,7 @@ // limitations under the License. import * as gax from 'google-gax'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; type StorageError = protos.google.cloud.bigquery.storage.v1.IStorageError; diff --git a/handwritten/bigquery-storage/src/managedwriter/json_writer.ts b/handwritten/bigquery-storage/src/managedwriter/json_writer.ts index 27fc6070a93d..09747eecbfe4 100644 --- a/handwritten/bigquery-storage/src/managedwriter/json_writer.ts +++ b/handwritten/bigquery-storage/src/managedwriter/json_writer.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {PendingWrite} from './pending_write'; import {RemoveListener} from './stream_connection'; import * as adapt from '../adapt'; diff --git a/handwritten/bigquery-storage/src/managedwriter/pending_write.ts b/handwritten/bigquery-storage/src/managedwriter/pending_write.ts index 699e133dd9fc..06daf36593c5 100644 --- a/handwritten/bigquery-storage/src/managedwriter/pending_write.ts +++ b/handwritten/bigquery-storage/src/managedwriter/pending_write.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; type AppendRowsResponse = protos.google.cloud.bigquery.storage.v1.IAppendRowsResponse; diff --git a/handwritten/bigquery-storage/src/managedwriter/stream_connection.ts b/handwritten/bigquery-storage/src/managedwriter/stream_connection.ts index fea550d23217..36835366dc09 100644 --- a/handwritten/bigquery-storage/src/managedwriter/stream_connection.ts +++ b/handwritten/bigquery-storage/src/managedwriter/stream_connection.ts @@ -14,7 +14,7 @@ import * as gax from 'google-gax'; import {EventEmitter} from 'events'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {WriterClient} from './writer_client'; import {PendingWrite} from './pending_write'; diff --git a/handwritten/bigquery-storage/src/managedwriter/stream_types.ts b/handwritten/bigquery-storage/src/managedwriter/stream_types.ts index a47c896a1912..b1fcf3a69832 100644 --- a/handwritten/bigquery-storage/src/managedwriter/stream_types.ts +++ b/handwritten/bigquery-storage/src/managedwriter/stream_types.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; export type WriteStream = protos.google.cloud.bigquery.storage.v1.IWriteStream; export type WriteStreamType = WriteStream['type'] | 'DEFAULT'; diff --git a/handwritten/bigquery-storage/src/managedwriter/writer.ts b/handwritten/bigquery-storage/src/managedwriter/writer.ts index 187e6fd96953..1e5148aa588e 100644 --- a/handwritten/bigquery-storage/src/managedwriter/writer.ts +++ b/handwritten/bigquery-storage/src/managedwriter/writer.ts @@ -13,7 +13,7 @@ // limitations under the License. import {isDeepStrictEqual} from 'util'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {PendingWrite} from './pending_write'; import {StreamConnection} from './stream_connection'; const version = require('../../../package.json').version; diff --git a/handwritten/bigquery-storage/src/managedwriter/writer_client.ts b/handwritten/bigquery-storage/src/managedwriter/writer_client.ts index ce59e55084f3..ee385a5460ab 100644 --- a/handwritten/bigquery-storage/src/managedwriter/writer_client.ts +++ b/handwritten/bigquery-storage/src/managedwriter/writer_client.ts @@ -14,9 +14,9 @@ import * as gax from 'google-gax'; import type {CallOptions, ClientOptions} from 'google-gax'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; -import {BigQueryWriteClient} from '../v1'; +import {BigQueryWriteClient} from '@google-cloud/bigquery-storage-api'; import { WriteStreamType, DefaultStream, diff --git a/handwritten/bigquery-storage/src/protobuf/index.ts b/handwritten/bigquery-storage/src/protobuf/index.ts index d8488eda36b8..1c1d3bc90e63 100644 --- a/handwritten/bigquery-storage/src/protobuf/index.ts +++ b/handwritten/bigquery-storage/src/protobuf/index.ts @@ -14,7 +14,7 @@ import 'protobufjs'; import 'protobufjs/ext/descriptor'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; type IDescriptorProto = protos.google.protobuf.IDescriptorProto; diff --git a/handwritten/bigquery-storage/src/reader/arrow_reader.ts b/handwritten/bigquery-storage/src/reader/arrow_reader.ts index fb7139f7610d..50905bc7a534 100644 --- a/handwritten/bigquery-storage/src/reader/arrow_reader.ts +++ b/handwritten/bigquery-storage/src/reader/arrow_reader.ts @@ -15,7 +15,7 @@ import {ResourceStream} from '@google-cloud/paginator'; import {RecordBatch} from 'apache-arrow'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {TableReference, ReadClient} from './read_client'; import {logger} from '../util/logger'; import { diff --git a/handwritten/bigquery-storage/src/reader/arrow_transform.ts b/handwritten/bigquery-storage/src/reader/arrow_transform.ts index 2d871fa87d62..addffb2bc461 100644 --- a/handwritten/bigquery-storage/src/reader/arrow_transform.ts +++ b/handwritten/bigquery-storage/src/reader/arrow_transform.ts @@ -19,7 +19,7 @@ import { RecordBatchStreamReader, DataType, } from 'apache-arrow'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; type ReadRowsResponse = protos.google.cloud.bigquery.storage.v1.IReadRowsResponse; diff --git a/handwritten/bigquery-storage/src/reader/data_format.ts b/handwritten/bigquery-storage/src/reader/data_format.ts index d599c471a361..dcdd9666a5de 100644 --- a/handwritten/bigquery-storage/src/reader/data_format.ts +++ b/handwritten/bigquery-storage/src/reader/data_format.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; export type DataFormat = protos.google.cloud.bigquery.storage.v1.IReadSession['dataFormat']; diff --git a/handwritten/bigquery-storage/src/reader/read_client.ts b/handwritten/bigquery-storage/src/reader/read_client.ts index fc94d188deb7..c8ea1a5ef741 100644 --- a/handwritten/bigquery-storage/src/reader/read_client.ts +++ b/handwritten/bigquery-storage/src/reader/read_client.ts @@ -15,8 +15,8 @@ import * as gax from 'google-gax'; import type {CallOptions, ClientOptions} from 'google-gax'; -import * as protos from '../../protos/protos'; -import {BigQueryReadClient} from '../v1'; +import {protos} from '@google-cloud/bigquery-storage-api'; +import {BigQueryReadClient} from '@google-cloud/bigquery-storage-api'; import {ReadStream} from './read_stream'; import {TableReader} from './table_reader'; import {ArrowTableReader} from './arrow_reader'; diff --git a/handwritten/bigquery-storage/src/reader/read_session.ts b/handwritten/bigquery-storage/src/reader/read_session.ts index 5a4deded95cd..2b850db381a8 100644 --- a/handwritten/bigquery-storage/src/reader/read_session.ts +++ b/handwritten/bigquery-storage/src/reader/read_session.ts @@ -16,7 +16,7 @@ import {ResourceStream} from '@google-cloud/paginator'; import {Readable} from 'stream'; import {ReadStream} from './read_stream'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {TableReference, ReadClient} from './read_client'; import {DataFormat} from './data_format'; import {logger} from '../util/logger'; diff --git a/handwritten/bigquery-storage/src/reader/read_stream.ts b/handwritten/bigquery-storage/src/reader/read_stream.ts index ac2a5842bb89..4f67130a8431 100644 --- a/handwritten/bigquery-storage/src/reader/read_stream.ts +++ b/handwritten/bigquery-storage/src/reader/read_stream.ts @@ -13,7 +13,7 @@ // limitations under the License. import * as gax from 'google-gax'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {ReadClient} from './read_client'; import {logger} from '../util/logger'; diff --git a/handwritten/bigquery-storage/src/reader/table_reader.ts b/handwritten/bigquery-storage/src/reader/table_reader.ts index 9edf5a095cd2..f81c3b6c4caf 100644 --- a/handwritten/bigquery-storage/src/reader/table_reader.ts +++ b/handwritten/bigquery-storage/src/reader/table_reader.ts @@ -14,7 +14,7 @@ import {ResourceStream} from '@google-cloud/paginator'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {TableReference, ReadClient} from './read_client'; import {logger} from '../util/logger'; import {ArrowRecordBatchTableRowTransform} from './arrow_transform'; diff --git a/handwritten/bigquery-storage/src/v1/big_query_read_client.ts b/handwritten/bigquery-storage/src/v1/big_query_read_client.ts deleted file mode 100644 index 0c6706f874be..000000000000 --- a/handwritten/bigquery-storage/src/v1/big_query_read_client.ts +++ /dev/null @@ -1,1089 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -/* global window */ -import type * as gax from 'google-gax'; -import type { - Callback, - CallOptions, - Descriptors, - ClientOptions, -} from 'google-gax'; -import { PassThrough } from 'stream'; -import * as protos from '../../protos/protos'; -import jsonProtos = require('../../protos/protos.json'); -import { loggingUtils as logging, decodeAnyProtosInArray } from 'google-gax'; - -/** - * Client JSON configuration object, loaded from - * `src/v1/big_query_read_client_config.json`. - * This file defines retry strategy and timeouts for all API methods in this library. - */ -import * as gapicConfig from './big_query_read_client_config.json'; -const version = require('../../../package.json').version; - -/** - * BigQuery Read API. - * - * The Read API can be used to read data from BigQuery. - * @class - * @memberof v1 - */ -export class BigQueryReadClient { - private _terminated = false; - private _opts: ClientOptions; - private _providedCustomServicePath: boolean; - private _gaxModule: typeof gax | typeof gax.fallback; - private _gaxGrpc: gax.GrpcClient | gax.fallback.GrpcClient; - private _protos: {}; - private _defaults: { [method: string]: gax.CallSettings }; - private _universeDomain: string; - private _servicePath: string; - private _log = logging.log('bigquery-storage'); - - auth: gax.GoogleAuth; - descriptors: Descriptors = { - page: {}, - stream: {}, - longrunning: {}, - batching: {}, - }; - warn: (code: string, message: string, warnType?: string) => void; - innerApiCalls: { [name: string]: Function }; - pathTemplates: { [name: string]: gax.PathTemplate }; - bigQueryReadStub?: Promise<{ [name: string]: Function }>; - - /** - * Construct an instance of BigQueryReadClient. - * - * @param {object} [options] - The configuration object. - * The options accepted by the constructor are described in detail - * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance). - * The common options are: - * @param {object} [options.credentials] - Credentials object. - * @param {string} [options.credentials.client_email] - * @param {string} [options.credentials.private_key] - * @param {string} [options.email] - Account email address. Required when - * using a .pem or .p12 keyFilename. - * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or - * .p12 key downloaded from the Google Developers Console. If you provide - * a path to a JSON file, the projectId option below is not necessary. - * NOTE: .pem and .p12 require you to specify options.email as well. - * @param {number} [options.port] - The port on which to connect to - * the remote host. - * @param {string} [options.projectId] - The project ID from the Google - * Developer's Console, e.g. 'grape-spaceship-123'. We will also check - * the environment variable GCLOUD_PROJECT for your project ID. If your - * app is running in an environment which supports - * {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials}, - * your project ID will be detected automatically. - * @param {string} [options.apiEndpoint] - The domain name of the - * API remote host. - * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override. - * Follows the structure of {@link gapicConfig}. - * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode. - * For more information, please check the - * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}. - * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you - * need to avoid loading the default gRPC version and want to use the fallback - * HTTP implementation. Load only fallback version and pass it to the constructor: - * ``` - * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC - * const client = new BigQueryReadClient({fallback: true}, gax); - * ``` - */ - constructor( - opts?: ClientOptions, - gaxInstance?: typeof gax | typeof gax.fallback, - ) { - // Ensure that options include all the required fields. - const staticMembers = this.constructor as typeof BigQueryReadClient; - if ( - opts?.universe_domain && - opts?.universeDomain && - opts?.universe_domain !== opts?.universeDomain - ) { - throw new Error( - 'Please set either universe_domain or universeDomain, but not both.', - ); - } - const universeDomainEnvVar = - typeof process === 'object' && typeof process.env === 'object' - ? process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] - : undefined; - this._universeDomain = - opts?.universeDomain ?? - opts?.universe_domain ?? - universeDomainEnvVar ?? - 'googleapis.com'; - this._servicePath = 'bigquerystorage.' + this._universeDomain; - const servicePath = - opts?.servicePath || opts?.apiEndpoint || this._servicePath; - this._providedCustomServicePath = !!( - opts?.servicePath || opts?.apiEndpoint - ); - const port = opts?.port || staticMembers.port; - const clientConfig = opts?.clientConfig ?? {}; - const fallback = - opts?.fallback ?? - (typeof window !== 'undefined' && typeof window?.fetch === 'function'); - opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); - - // If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. - if (servicePath !== this._servicePath && !('scopes' in opts)) { - opts['scopes'] = staticMembers.scopes; - } - - // Load google-gax module synchronously if needed - if (!gaxInstance) { - gaxInstance = require('google-gax') as typeof gax; - } - - // Choose either gRPC or proto-over-HTTP implementation of google-gax. - this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance; - - // Create a `gaxGrpc` object, with any grpc-specific options sent to the client. - this._gaxGrpc = new this._gaxModule.GrpcClient(opts); - - // Save options to use in initialize() method. - this._opts = opts; - - // Save the auth object to the client, for use by other methods. - this.auth = this._gaxGrpc.auth as gax.GoogleAuth; - - // Set useJWTAccessWithScope on the auth object. - this.auth.useJWTAccessWithScope = true; - - // Set defaultServicePath on the auth object. - this.auth.defaultServicePath = this._servicePath; - - // Set the default scopes in auth client if needed. - if (servicePath === this._servicePath) { - this.auth.defaultScopes = staticMembers.scopes; - } - - // Determine the client header string. - const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`]; - if (typeof process === 'object' && 'versions' in process) { - clientHeader.push(`gl-node/${process.versions.node}`); - } else { - clientHeader.push(`gl-web/${this._gaxModule.version}`); - } - if (!opts.fallback) { - clientHeader.push(`grpc/${this._gaxGrpc.grpcVersion}`); - } else { - clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); - } - if (opts.libName && opts.libVersion) { - clientHeader.push(`${opts.libName}/${opts.libVersion}`); - } - // Load the applicable protos. - this._protos = this._gaxGrpc.loadProtoJSON(jsonProtos); - - // This API contains "path templates"; forward-slash-separated - // identifiers to uniquely identify resources within the API. - // Create useful helper objects for these. - this.pathTemplates = { - projectPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}', - ), - readSessionPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}', - ), - readStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}/streams/{stream}', - ), - tablePathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}', - ), - writeStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}', - ), - }; - - // Some of the methods on this service provide streaming responses. - // Provide descriptors for these. - this.descriptors.stream = { - readRows: new this._gaxModule.StreamDescriptor( - this._gaxModule.StreamType.SERVER_STREAMING, - !!opts.fallback, - !!opts.gaxServerStreamingRetries, - ), - }; - - // Put together the default options sent with requests. - this._defaults = this._gaxGrpc.constructSettings( - 'google.cloud.bigquery.storage.v1.BigQueryRead', - gapicConfig as gax.ClientConfig, - opts.clientConfig || {}, - { 'x-goog-api-client': clientHeader.join(' ') }, - ); - - // Set up a dictionary of "inner API calls"; the core implementation - // of calling the API is handled in `google-gax`, with this code - // merely providing the destination and request information. - this.innerApiCalls = {}; - - // Add a warn function to the client constructor so it can be easily tested. - this.warn = this._gaxModule.warn; - } - - /** - * Initialize the client. - * Performs asynchronous operations (such as authentication) and prepares the client. - * This function will be called automatically when any class method is called for the - * first time, but if you need to initialize it before calling an actual method, - * feel free to call initialize() directly. - * - * You can await on this method if you want to make sure the client is initialized. - * - * @returns {Promise} A promise that resolves to an authenticated service stub. - */ - initialize() { - // If the client stub promise is already initialized, return immediately. - if (this.bigQueryReadStub) { - return this.bigQueryReadStub; - } - - // Put together the "service stub" for - // google.cloud.bigquery.storage.v1.BigQueryRead. - this.bigQueryReadStub = this._gaxGrpc.createStub( - this._opts.fallback - ? (this._protos as protobuf.Root).lookupService( - 'google.cloud.bigquery.storage.v1.BigQueryRead', - ) - : // eslint-disable-next-line @typescript-eslint/no-explicit-any - (this._protos as any).google.cloud.bigquery.storage.v1.BigQueryRead, - this._opts, - this._providedCustomServicePath, - ) as Promise<{ [method: string]: Function }>; - - // Iterate over each of the methods that the service provides - // and create an API call method for each. - const bigQueryReadStubMethods = [ - 'createReadSession', - 'readRows', - 'splitReadStream', - ]; - for (const methodName of bigQueryReadStubMethods) { - const callPromise = this.bigQueryReadStub.then( - (stub) => - (...args: Array<{}>) => { - if (this._terminated) { - if (methodName in this.descriptors.stream) { - const stream = new PassThrough({ objectMode: true }); - setImmediate(() => { - stream.emit( - 'error', - new this._gaxModule.GoogleError( - 'The client has already been closed.', - ), - ); - }); - return stream; - } - return Promise.reject('The client has already been closed.'); - } - const func = stub[methodName]; - return func.apply(stub, args); - }, - (err: Error | null | undefined) => () => { - throw err; - }, - ); - - const descriptor = this.descriptors.stream[methodName] || undefined; - const apiCall = this._gaxModule.createApiCall( - callPromise, - this._defaults[methodName], - descriptor, - this._opts.fallback, - ); - - this.innerApiCalls[methodName] = apiCall; - } - - return this.bigQueryReadStub; - } - - /** - * The DNS address for this API service. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get servicePath() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static servicePath is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service - same as servicePath. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get apiEndpoint() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static apiEndpoint is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service. - * @returns {string} The DNS address for this service. - */ - get apiEndpoint() { - return this._servicePath; - } - - get universeDomain() { - return this._universeDomain; - } - - /** - * The port for this API service. - * @returns {number} The default port for this service. - */ - static get port() { - return 443; - } - - /** - * The scopes needed to make gRPC calls for every method defined - * in this service. - * @returns {string[]} List of default scopes. - */ - static get scopes() { - return [ - 'https://www.googleapis.com/auth/bigquery', - 'https://www.googleapis.com/auth/cloud-platform', - ]; - } - - getProjectId(): Promise; - getProjectId(callback: Callback): void; - /** - * Return the project ID used by this class. - * @returns {Promise} A promise that resolves to string containing the project ID. - */ - getProjectId( - callback?: Callback, - ): Promise | void { - if (callback) { - this.auth.getProjectId(callback); - return; - } - return this.auth.getProjectId(); - } - - // ------------------- - // -- Service calls -- - // ------------------- - /** - * Creates a new read session. A read session divides the contents of a - * BigQuery table into one or more streams, which can then be used to read - * data from the table. The read session also specifies properties of the - * data to be read, such as a list of columns or a push-down filter describing - * the rows to be returned. - * - * A particular row can be read by at most one stream. When the caller has - * reached the end of each stream in the session, then all the data in the - * table has been read. - * - * Data is assigned to each stream such that roughly the same number of - * rows can be read from each stream. Because the server-side unit for - * assigning data is collections of rows, the API does not guarantee that - * each stream will return the same number or rows. Additionally, the - * limits are enforced based on the number of pre-filtered rows, so some - * filters can lead to lopsided assignments. - * - * Read sessions automatically expire 6 hours after they are created and do - * not require manual clean-up by the caller. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. The request project that owns the session, in the form of - * `projects/{project_id}`. - * @param {google.cloud.bigquery.storage.v1.ReadSession} request.readSession - * Required. Session to be created. - * @param {number} request.maxStreamCount - * Max initial number of streams. If unset or zero, the server will - * provide a value of streams so as to produce reasonable throughput. Must be - * non-negative. The number of streams may be lower than the requested number, - * depending on the amount parallelism that is reasonable for the table. - * There is a default system max limit of 1,000. - * - * This must be greater than or equal to preferred_min_stream_count. - * Typically, clients should either leave this unset to let the system to - * determine an upper bound OR set this a size for the maximum "units of work" - * it can gracefully handle. - * @param {number} request.preferredMinStreamCount - * The minimum preferred stream count. This parameter can be used to inform - * the service that there is a desired lower bound on the number of streams. - * This is typically a target parallelism of the client (e.g. a Spark - * cluster with N-workers would set this to a low multiple of N to ensure - * good cluster utilization). - * - * The system will make a best effort to provide at least this number of - * streams, but in some cases might provide less. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1.ReadSession|ReadSession}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1/big_query_read.create_read_session.js - * region_tag:bigquerystorage_v1_generated_BigQueryRead_CreateReadSession_async - */ - createReadSession( - request?: protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IReadSession, - ( - | protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest - | undefined - ), - {} | undefined, - ] - >; - createReadSession( - request: protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IReadSession, - | protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createReadSession( - request: protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IReadSession, - | protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createReadSession( - request?: protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1.IReadSession, - | protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1.IReadSession, - | protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IReadSession, - ( - | protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - 'read_session.table': request.readSession!.table ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('createReadSession request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1.IReadSession, - | protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('createReadSession response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .createReadSession(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1.IReadSession, - ( - | protos.google.cloud.bigquery.storage.v1.ICreateReadSessionRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('createReadSession response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Splits a given `ReadStream` into two `ReadStream` objects. These - * `ReadStream` objects are referred to as the primary and the residual - * streams of the split. The original `ReadStream` can still be read from in - * the same manner as before. Both of the returned `ReadStream` objects can - * also be read from, and the rows returned by both child streams will be - * the same as the rows read from the original stream. - * - * Moreover, the two child streams will be allocated back-to-back in the - * original `ReadStream`. Concretely, it is guaranteed that for streams - * original, primary, and residual, that original[0-j] = primary[0-j] and - * original[j-n] = residual[0-m] once the streams have been read to - * completion. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.name - * Required. Name of the stream to split. - * @param {number} request.fraction - * A value in the range (0.0, 1.0) that specifies the fractional point at - * which the original stream should be split. The actual split point is - * evaluated on pre-filtered rows, so if a filter is provided, then there is - * no guarantee that the division of the rows between the new child streams - * will be proportional to this fractional value. Additionally, because the - * server-side unit for assigning data is collections of rows, this fraction - * will always map to a data storage boundary on the server side. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1.SplitReadStreamResponse|SplitReadStreamResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1/big_query_read.split_read_stream.js - * region_tag:bigquerystorage_v1_generated_BigQueryRead_SplitReadStream_async - */ - splitReadStream( - request?: protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest - | undefined - ), - {} | undefined, - ] - >; - splitReadStream( - request: protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - splitReadStream( - request: protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - splitReadStream( - request?: protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - name: request.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('splitReadStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('splitReadStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .splitReadStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1.ISplitReadStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1.ISplitReadStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('splitReadStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - - /** - * Reads rows from the stream in the format prescribed by the ReadSession. - * Each response contains one or more table rows, up to a maximum of 128 MB - * per response; read requests which attempt to read individual rows larger - * than 128 MB will fail. - * - * Each request also returns a set of stream statistics reflecting the current - * state of the stream. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.readStream - * Required. Stream to read rows from. - * @param {number} request.offset - * The offset requested must be less than the last row read from Read. - * Requesting a larger offset is undefined. If not specified, start reading - * from offset zero. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Stream} - * An object stream which emits {@link protos.google.cloud.bigquery.storage.v1.ReadRowsResponse|ReadRowsResponse} on 'data' event. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#server-streaming | documentation } - * for more details and examples. - * @example include:samples/generated/v1/big_query_read.read_rows.js - * region_tag:bigquerystorage_v1_generated_BigQueryRead_ReadRows_async - */ - readRows( - request?: protos.google.cloud.bigquery.storage.v1.IReadRowsRequest, - options?: CallOptions, - ): gax.CancellableStream { - request = request || {}; - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - read_stream: request.readStream ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('readRows stream %j', options); - return this.innerApiCalls.readRows(request, options); - } - - // -------------------- - // -- Path templates -- - // -------------------- - - /** - * Return a fully-qualified project resource name string. - * - * @param {string} project - * @returns {string} Resource name string. - */ - projectPath(project: string) { - return this.pathTemplates.projectPathTemplate.render({ - project: project, - }); - } - - /** - * Parse the project from Project resource. - * - * @param {string} projectName - * A fully-qualified path representing Project resource. - * @returns {string} A string representing the project. - */ - matchProjectFromProjectName(projectName: string) { - return this.pathTemplates.projectPathTemplate.match(projectName).project; - } - - /** - * Return a fully-qualified readSession resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @returns {string} Resource name string. - */ - readSessionPath(project: string, location: string, session: string) { - return this.pathTemplates.readSessionPathTemplate.render({ - project: project, - location: location, - session: session, - }); - } - - /** - * Parse the project from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .project; - } - - /** - * Parse the location from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .location; - } - - /** - * Parse the session from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .session; - } - - /** - * Return a fully-qualified readStream resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @param {string} stream - * @returns {string} Resource name string. - */ - readStreamPath( - project: string, - location: string, - session: string, - stream: string, - ) { - return this.pathTemplates.readStreamPathTemplate.render({ - project: project, - location: location, - session: session, - stream: stream, - }); - } - - /** - * Parse the project from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .project; - } - - /** - * Parse the location from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .location; - } - - /** - * Parse the session from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .session; - } - - /** - * Parse the stream from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .stream; - } - - /** - * Return a fully-qualified table resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @returns {string} Resource name string. - */ - tablePath(project: string, dataset: string, table: string) { - return this.pathTemplates.tablePathTemplate.render({ - project: project, - dataset: dataset, - table: table, - }); - } - - /** - * Parse the project from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the project. - */ - matchProjectFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).project; - } - - /** - * Parse the dataset from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).dataset; - } - - /** - * Parse the table from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the table. - */ - matchTableFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).table; - } - - /** - * Return a fully-qualified writeStream resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @param {string} stream - * @returns {string} Resource name string. - */ - writeStreamPath( - project: string, - dataset: string, - table: string, - stream: string, - ) { - return this.pathTemplates.writeStreamPathTemplate.render({ - project: project, - dataset: dataset, - table: table, - stream: stream, - }); - } - - /** - * Parse the project from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .project; - } - - /** - * Parse the dataset from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .dataset; - } - - /** - * Parse the table from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the table. - */ - matchTableFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .table; - } - - /** - * Parse the stream from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .stream; - } - - /** - * Terminate the gRPC channel and close the client. - * - * The client will no longer be usable and all future behavior is undefined. - * @returns {Promise} A promise that resolves when the client is closed. - */ - close(): Promise { - if (this.bigQueryReadStub && !this._terminated) { - return this.bigQueryReadStub.then((stub) => { - this._log.info('ending gRPC channel'); - this._terminated = true; - stub.close(); - }); - } - return Promise.resolve(); - } -} diff --git a/handwritten/bigquery-storage/src/v1/big_query_read_client_config.json b/handwritten/bigquery-storage/src/v1/big_query_read_client_config.json deleted file mode 100644 index 42b2735b9fe0..000000000000 --- a/handwritten/bigquery-storage/src/v1/big_query_read_client_config.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "interfaces": { - "google.cloud.bigquery.storage.v1.BigQueryRead": { - "retry_codes": { - "non_idempotent": [], - "idempotent": [ - "DEADLINE_EXCEEDED", - "UNAVAILABLE" - ], - "unavailable": [ - "UNAVAILABLE" - ] - }, - "retry_params": { - "default": { - "initial_retry_delay_millis": 100, - "retry_delay_multiplier": 1.3, - "max_retry_delay_millis": 60000, - "initial_rpc_timeout_millis": 60000, - "rpc_timeout_multiplier": 1, - "max_rpc_timeout_millis": 60000, - "total_timeout_millis": 600000 - } - }, - "methods": { - "CreateReadSession": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "ReadRows": { - "timeout_millis": 86400000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "SplitReadStream": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1/big_query_read_proto_list.json b/handwritten/bigquery-storage/src/v1/big_query_read_proto_list.json deleted file mode 100644 index d730716117c2..000000000000 --- a/handwritten/bigquery-storage/src/v1/big_query_read_proto_list.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - "../../protos/google/cloud/bigquery/storage/v1/annotations.proto", - "../../protos/google/cloud/bigquery/storage/v1/arrow.proto", - "../../protos/google/cloud/bigquery/storage/v1/avro.proto", - "../../protos/google/cloud/bigquery/storage/v1/protobuf.proto", - "../../protos/google/cloud/bigquery/storage/v1/storage.proto", - "../../protos/google/cloud/bigquery/storage/v1/stream.proto", - "../../protos/google/cloud/bigquery/storage/v1/table.proto" -] diff --git a/handwritten/bigquery-storage/src/v1/big_query_write_client.ts b/handwritten/bigquery-storage/src/v1/big_query_write_client.ts deleted file mode 100644 index 73c531a999c6..000000000000 --- a/handwritten/bigquery-storage/src/v1/big_query_write_client.ts +++ /dev/null @@ -1,1495 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -/* global window */ -import type * as gax from 'google-gax'; -import type { - Callback, - CallOptions, - Descriptors, - ClientOptions, -} from 'google-gax'; -import { PassThrough } from 'stream'; -import * as protos from '../../protos/protos'; -import jsonProtos = require('../../protos/protos.json'); -import { loggingUtils as logging, decodeAnyProtosInArray } from 'google-gax'; - -/** - * Client JSON configuration object, loaded from - * `src/v1/big_query_write_client_config.json`. - * This file defines retry strategy and timeouts for all API methods in this library. - */ -import * as gapicConfig from './big_query_write_client_config.json'; -const version = require('../../../package.json').version; - -/** - * BigQuery Write API. - * - * The Write API can be used to write data to BigQuery. - * - * For supplementary information about the Write API, see: - * https://cloud.google.com/bigquery/docs/write-api - * @class - * @memberof v1 - */ -export class BigQueryWriteClient { - private _terminated = false; - private _opts: ClientOptions; - private _providedCustomServicePath: boolean; - private _gaxModule: typeof gax | typeof gax.fallback; - private _gaxGrpc: gax.GrpcClient | gax.fallback.GrpcClient; - private _protos: {}; - private _defaults: { [method: string]: gax.CallSettings }; - private _universeDomain: string; - private _servicePath: string; - private _log = logging.log('bigquery-storage'); - - auth: gax.GoogleAuth; - descriptors: Descriptors = { - page: {}, - stream: {}, - longrunning: {}, - batching: {}, - }; - warn: (code: string, message: string, warnType?: string) => void; - innerApiCalls: { [name: string]: Function }; - pathTemplates: { [name: string]: gax.PathTemplate }; - bigQueryWriteStub?: Promise<{ [name: string]: Function }>; - - /** - * Construct an instance of BigQueryWriteClient. - * - * @param {object} [options] - The configuration object. - * The options accepted by the constructor are described in detail - * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance). - * The common options are: - * @param {object} [options.credentials] - Credentials object. - * @param {string} [options.credentials.client_email] - * @param {string} [options.credentials.private_key] - * @param {string} [options.email] - Account email address. Required when - * using a .pem or .p12 keyFilename. - * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or - * .p12 key downloaded from the Google Developers Console. If you provide - * a path to a JSON file, the projectId option below is not necessary. - * NOTE: .pem and .p12 require you to specify options.email as well. - * @param {number} [options.port] - The port on which to connect to - * the remote host. - * @param {string} [options.projectId] - The project ID from the Google - * Developer's Console, e.g. 'grape-spaceship-123'. We will also check - * the environment variable GCLOUD_PROJECT for your project ID. If your - * app is running in an environment which supports - * {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials}, - * your project ID will be detected automatically. - * @param {string} [options.apiEndpoint] - The domain name of the - * API remote host. - * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override. - * Follows the structure of {@link gapicConfig}. - * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode. - * For more information, please check the - * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}. - * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you - * need to avoid loading the default gRPC version and want to use the fallback - * HTTP implementation. Load only fallback version and pass it to the constructor: - * ``` - * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC - * const client = new BigQueryWriteClient({fallback: true}, gax); - * ``` - */ - constructor( - opts?: ClientOptions, - gaxInstance?: typeof gax | typeof gax.fallback, - ) { - // Ensure that options include all the required fields. - const staticMembers = this.constructor as typeof BigQueryWriteClient; - if ( - opts?.universe_domain && - opts?.universeDomain && - opts?.universe_domain !== opts?.universeDomain - ) { - throw new Error( - 'Please set either universe_domain or universeDomain, but not both.', - ); - } - const universeDomainEnvVar = - typeof process === 'object' && typeof process.env === 'object' - ? process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] - : undefined; - this._universeDomain = - opts?.universeDomain ?? - opts?.universe_domain ?? - universeDomainEnvVar ?? - 'googleapis.com'; - this._servicePath = 'bigquerystorage.' + this._universeDomain; - const servicePath = - opts?.servicePath || opts?.apiEndpoint || this._servicePath; - this._providedCustomServicePath = !!( - opts?.servicePath || opts?.apiEndpoint - ); - const port = opts?.port || staticMembers.port; - const clientConfig = opts?.clientConfig ?? {}; - const fallback = - opts?.fallback ?? - (typeof window !== 'undefined' && typeof window?.fetch === 'function'); - opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); - - // If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. - if (servicePath !== this._servicePath && !('scopes' in opts)) { - opts['scopes'] = staticMembers.scopes; - } - - // Load google-gax module synchronously if needed - if (!gaxInstance) { - gaxInstance = require('google-gax') as typeof gax; - } - - // Choose either gRPC or proto-over-HTTP implementation of google-gax. - this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance; - - // Create a `gaxGrpc` object, with any grpc-specific options sent to the client. - this._gaxGrpc = new this._gaxModule.GrpcClient(opts); - - // Save options to use in initialize() method. - this._opts = opts; - - // Save the auth object to the client, for use by other methods. - this.auth = this._gaxGrpc.auth as gax.GoogleAuth; - - // Set useJWTAccessWithScope on the auth object. - this.auth.useJWTAccessWithScope = true; - - // Set defaultServicePath on the auth object. - this.auth.defaultServicePath = this._servicePath; - - // Set the default scopes in auth client if needed. - if (servicePath === this._servicePath) { - this.auth.defaultScopes = staticMembers.scopes; - } - - // Determine the client header string. - const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`]; - if (typeof process === 'object' && 'versions' in process) { - clientHeader.push(`gl-node/${process.versions.node}`); - } else { - clientHeader.push(`gl-web/${this._gaxModule.version}`); - } - if (!opts.fallback) { - clientHeader.push(`grpc/${this._gaxGrpc.grpcVersion}`); - } else { - clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); - } - if (opts.libName && opts.libVersion) { - clientHeader.push(`${opts.libName}/${opts.libVersion}`); - } - // Load the applicable protos. - this._protos = this._gaxGrpc.loadProtoJSON(jsonProtos); - - // This API contains "path templates"; forward-slash-separated - // identifiers to uniquely identify resources within the API. - // Create useful helper objects for these. - this.pathTemplates = { - projectPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}', - ), - readSessionPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}', - ), - readStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}/streams/{stream}', - ), - tablePathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}', - ), - writeStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}', - ), - }; - - // Some of the methods on this service provide streaming responses. - // Provide descriptors for these. - this.descriptors.stream = { - appendRows: new this._gaxModule.StreamDescriptor( - this._gaxModule.StreamType.BIDI_STREAMING, - !!opts.fallback, - !!opts.gaxServerStreamingRetries, - ), - }; - - // Put together the default options sent with requests. - this._defaults = this._gaxGrpc.constructSettings( - 'google.cloud.bigquery.storage.v1.BigQueryWrite', - gapicConfig as gax.ClientConfig, - opts.clientConfig || {}, - { 'x-goog-api-client': clientHeader.join(' ') }, - ); - - // Set up a dictionary of "inner API calls"; the core implementation - // of calling the API is handled in `google-gax`, with this code - // merely providing the destination and request information. - this.innerApiCalls = {}; - - // Add a warn function to the client constructor so it can be easily tested. - this.warn = this._gaxModule.warn; - } - - /** - * Initialize the client. - * Performs asynchronous operations (such as authentication) and prepares the client. - * This function will be called automatically when any class method is called for the - * first time, but if you need to initialize it before calling an actual method, - * feel free to call initialize() directly. - * - * You can await on this method if you want to make sure the client is initialized. - * - * @returns {Promise} A promise that resolves to an authenticated service stub. - */ - initialize() { - // If the client stub promise is already initialized, return immediately. - if (this.bigQueryWriteStub) { - return this.bigQueryWriteStub; - } - - // Put together the "service stub" for - // google.cloud.bigquery.storage.v1.BigQueryWrite. - this.bigQueryWriteStub = this._gaxGrpc.createStub( - this._opts.fallback - ? (this._protos as protobuf.Root).lookupService( - 'google.cloud.bigquery.storage.v1.BigQueryWrite', - ) - : // eslint-disable-next-line @typescript-eslint/no-explicit-any - (this._protos as any).google.cloud.bigquery.storage.v1.BigQueryWrite, - this._opts, - this._providedCustomServicePath, - ) as Promise<{ [method: string]: Function }>; - - // Iterate over each of the methods that the service provides - // and create an API call method for each. - const bigQueryWriteStubMethods = [ - 'createWriteStream', - 'appendRows', - 'getWriteStream', - 'finalizeWriteStream', - 'batchCommitWriteStreams', - 'flushRows', - ]; - for (const methodName of bigQueryWriteStubMethods) { - const callPromise = this.bigQueryWriteStub.then( - (stub) => - (...args: Array<{}>) => { - if (this._terminated) { - if (methodName in this.descriptors.stream) { - const stream = new PassThrough({ objectMode: true }); - setImmediate(() => { - stream.emit( - 'error', - new this._gaxModule.GoogleError( - 'The client has already been closed.', - ), - ); - }); - return stream; - } - return Promise.reject('The client has already been closed.'); - } - const func = stub[methodName]; - return func.apply(stub, args); - }, - (err: Error | null | undefined) => () => { - throw err; - }, - ); - - const descriptor = this.descriptors.stream[methodName] || undefined; - const apiCall = this._gaxModule.createApiCall( - callPromise, - this._defaults[methodName], - descriptor, - this._opts.fallback, - ); - - this.innerApiCalls[methodName] = apiCall; - } - - return this.bigQueryWriteStub; - } - - /** - * The DNS address for this API service. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get servicePath() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static servicePath is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service - same as servicePath. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get apiEndpoint() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static apiEndpoint is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service. - * @returns {string} The DNS address for this service. - */ - get apiEndpoint() { - return this._servicePath; - } - - get universeDomain() { - return this._universeDomain; - } - - /** - * The port for this API service. - * @returns {number} The default port for this service. - */ - static get port() { - return 443; - } - - /** - * The scopes needed to make gRPC calls for every method defined - * in this service. - * @returns {string[]} List of default scopes. - */ - static get scopes() { - return [ - 'https://www.googleapis.com/auth/bigquery', - 'https://www.googleapis.com/auth/bigquery.insertdata', - 'https://www.googleapis.com/auth/cloud-platform', - ]; - } - - getProjectId(): Promise; - getProjectId(callback: Callback): void; - /** - * Return the project ID used by this class. - * @returns {Promise} A promise that resolves to string containing the project ID. - */ - getProjectId( - callback?: Callback, - ): Promise | void { - if (callback) { - this.auth.getProjectId(callback); - return; - } - return this.auth.getProjectId(); - } - - // ------------------- - // -- Service calls -- - // ------------------- - /** - * Creates a write stream to the given table. - * Additionally, every table has a special stream named '_default' - * to which data can be written. This stream doesn't need to be created using - * CreateWriteStream. It is a stream that can be used simultaneously by any - * number of clients. Data written to this stream is considered committed as - * soon as an acknowledgement is received. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to which the stream belongs, in the format - * of `projects/{project}/datasets/{dataset}/tables/{table}`. - * @param {google.cloud.bigquery.storage.v1.WriteStream} request.writeStream - * Required. Stream to be created. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1.WriteStream|WriteStream}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1/big_query_write.create_write_stream.js - * region_tag:bigquerystorage_v1_generated_BigQueryWrite_CreateWriteStream_async - */ - createWriteStream( - request?: protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest - | undefined - ), - {} | undefined, - ] - >; - createWriteStream( - request: protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createWriteStream( - request: protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createWriteStream( - request?: protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('createWriteStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('createWriteStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .createWriteStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1.ICreateWriteStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('createWriteStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Gets information about a write stream. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.name - * Required. Name of the stream to get, in the form of - * `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - * @param {google.cloud.bigquery.storage.v1.WriteStreamView} request.view - * Indicates whether to get full or partial view of the WriteStream. If - * not set, view returned will be basic. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1.WriteStream|WriteStream}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1/big_query_write.get_write_stream.js - * region_tag:bigquerystorage_v1_generated_BigQueryWrite_GetWriteStream_async - */ - getWriteStream( - request?: protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest - | undefined - ), - {} | undefined, - ] - >; - getWriteStream( - request: protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - getWriteStream( - request: protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - getWriteStream( - request?: protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - name: request.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('getWriteStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1.IWriteStream, - | protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('getWriteStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .getWriteStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1.IGetWriteStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('getWriteStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Finalize a write stream so that no new data can be appended to the - * stream. Finalize is not supported on the '_default' stream. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.name - * Required. Name of the stream to finalize, in the form of - * `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse|FinalizeWriteStreamResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1/big_query_write.finalize_write_stream.js - * region_tag:bigquerystorage_v1_generated_BigQueryWrite_FinalizeWriteStream_async - */ - finalizeWriteStream( - request?: protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest - | undefined - ), - {} | undefined, - ] - >; - finalizeWriteStream( - request: protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - finalizeWriteStream( - request: protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - finalizeWriteStream( - request?: protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - name: request.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('finalizeWriteStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('finalizeWriteStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .finalizeWriteStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('finalizeWriteStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Atomically commits a group of `PENDING` streams that belong to the same - * `parent` table. - * - * Streams must be finalized before commit and cannot be committed multiple - * times. Once a stream is committed, data in the stream becomes available - * for read operations. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Parent table that all the streams should belong to, in the form - * of `projects/{project}/datasets/{dataset}/tables/{table}`. - * @param {string[]} request.writeStreams - * Required. The group of streams that will be committed atomically. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse|BatchCommitWriteStreamsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1/big_query_write.batch_commit_write_streams.js - * region_tag:bigquerystorage_v1_generated_BigQueryWrite_BatchCommitWriteStreams_async - */ - batchCommitWriteStreams( - request?: protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, - ( - | protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest - | undefined - ), - {} | undefined, - ] - >; - batchCommitWriteStreams( - request: protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCommitWriteStreams( - request: protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCommitWriteStreams( - request?: protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, - ( - | protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('batchCommitWriteStreams request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('batchCommitWriteStreams response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .batchCommitWriteStreams(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse, - ( - | protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('batchCommitWriteStreams response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Flushes rows to a BUFFERED stream. - * - * If users are appending rows to BUFFERED stream, flush operation is - * required in order for the rows to become available for reading. A - * Flush operation flushes up to any previously flushed offset in a BUFFERED - * stream, to the offset specified in the request. - * - * Flush is not supported on the _default stream, since it is not BUFFERED. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.writeStream - * Required. The stream that is the target of the flush operation. - * @param {google.protobuf.Int64Value} request.offset - * Ending offset of the flush operation. Rows before this offset(including - * this offset) will be flushed. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1.FlushRowsResponse|FlushRowsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1/big_query_write.flush_rows.js - * region_tag:bigquerystorage_v1_generated_BigQueryWrite_FlushRows_async - */ - flushRows( - request?: protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IFlushRowsResponse, - protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest | undefined, - {} | undefined, - ] - >; - flushRows( - request: protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - flushRows( - request: protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - flushRows( - request?: protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1.IFlushRowsResponse, - protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest | undefined, - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - write_stream: request.writeStream ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('flushRows request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('flushRows response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .flushRows(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1.IFlushRowsResponse, - protos.google.cloud.bigquery.storage.v1.IFlushRowsRequest | undefined, - {} | undefined, - ]) => { - this._log.info('flushRows response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - - /** - * Appends data to the given stream. - * - * If `offset` is specified, the `offset` is checked against the end of - * stream. The server returns `OUT_OF_RANGE` in `AppendRowsResponse` if an - * attempt is made to append to an offset beyond the current end of the stream - * or `ALREADY_EXISTS` if user provides an `offset` that has already been - * written to. User can retry with adjusted offset within the same RPC - * connection. If `offset` is not specified, append happens at the end of the - * stream. - * - * The response contains an optional offset at which the append - * happened. No offset information will be returned for appends to a - * default stream. - * - * Responses are received in the same order in which requests are sent. - * There will be one response for each successful inserted request. Responses - * may optionally embed error information if the originating AppendRequest was - * not successfully processed. - * - * The specifics of when successfully appended data is made visible to the - * table are governed by the type of stream: - * - * * For COMMITTED streams (which includes the default stream), data is - * visible immediately upon successful append. - * - * * For BUFFERED streams, data is made visible via a subsequent `FlushRows` - * rpc which advances a cursor to a newer offset in the stream. - * - * * For PENDING streams, data is not made visible until the stream itself is - * finalized (via the `FinalizeWriteStream` rpc), and the stream is explicitly - * committed via the `BatchCommitWriteStreams` rpc. - * - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Stream} - * An object stream which is both readable and writable. It accepts objects - * representing {@link protos.google.cloud.bigquery.storage.v1.AppendRowsRequest|AppendRowsRequest} for write() method, and - * will emit objects representing {@link protos.google.cloud.bigquery.storage.v1.AppendRowsResponse|AppendRowsResponse} on 'data' event asynchronously. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#bi-directional-streaming | documentation } - * for more details and examples. - * @example include:samples/generated/v1/big_query_write.append_rows.js - * region_tag:bigquerystorage_v1_generated_BigQueryWrite_AppendRows_async - */ - appendRows(options?: CallOptions): gax.CancellableStream { - this.initialize().catch((err) => { - throw err; - }); - this._log.info('appendRows stream %j', options); - return this.innerApiCalls.appendRows(null, options); - } - - // -------------------- - // -- Path templates -- - // -------------------- - - /** - * Return a fully-qualified project resource name string. - * - * @param {string} project - * @returns {string} Resource name string. - */ - projectPath(project: string) { - return this.pathTemplates.projectPathTemplate.render({ - project: project, - }); - } - - /** - * Parse the project from Project resource. - * - * @param {string} projectName - * A fully-qualified path representing Project resource. - * @returns {string} A string representing the project. - */ - matchProjectFromProjectName(projectName: string) { - return this.pathTemplates.projectPathTemplate.match(projectName).project; - } - - /** - * Return a fully-qualified readSession resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @returns {string} Resource name string. - */ - readSessionPath(project: string, location: string, session: string) { - return this.pathTemplates.readSessionPathTemplate.render({ - project: project, - location: location, - session: session, - }); - } - - /** - * Parse the project from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .project; - } - - /** - * Parse the location from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .location; - } - - /** - * Parse the session from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .session; - } - - /** - * Return a fully-qualified readStream resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @param {string} stream - * @returns {string} Resource name string. - */ - readStreamPath( - project: string, - location: string, - session: string, - stream: string, - ) { - return this.pathTemplates.readStreamPathTemplate.render({ - project: project, - location: location, - session: session, - stream: stream, - }); - } - - /** - * Parse the project from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .project; - } - - /** - * Parse the location from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .location; - } - - /** - * Parse the session from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .session; - } - - /** - * Parse the stream from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .stream; - } - - /** - * Return a fully-qualified table resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @returns {string} Resource name string. - */ - tablePath(project: string, dataset: string, table: string) { - return this.pathTemplates.tablePathTemplate.render({ - project: project, - dataset: dataset, - table: table, - }); - } - - /** - * Parse the project from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the project. - */ - matchProjectFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).project; - } - - /** - * Parse the dataset from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).dataset; - } - - /** - * Parse the table from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the table. - */ - matchTableFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).table; - } - - /** - * Return a fully-qualified writeStream resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @param {string} stream - * @returns {string} Resource name string. - */ - writeStreamPath( - project: string, - dataset: string, - table: string, - stream: string, - ) { - return this.pathTemplates.writeStreamPathTemplate.render({ - project: project, - dataset: dataset, - table: table, - stream: stream, - }); - } - - /** - * Parse the project from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .project; - } - - /** - * Parse the dataset from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .dataset; - } - - /** - * Parse the table from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the table. - */ - matchTableFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .table; - } - - /** - * Parse the stream from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .stream; - } - - /** - * Terminate the gRPC channel and close the client. - * - * The client will no longer be usable and all future behavior is undefined. - * @returns {Promise} A promise that resolves when the client is closed. - */ - close(): Promise { - if (this.bigQueryWriteStub && !this._terminated) { - return this.bigQueryWriteStub.then((stub) => { - this._log.info('ending gRPC channel'); - this._terminated = true; - stub.close(); - }); - } - return Promise.resolve(); - } -} diff --git a/handwritten/bigquery-storage/src/v1/big_query_write_client_config.json b/handwritten/bigquery-storage/src/v1/big_query_write_client_config.json deleted file mode 100644 index cf13ab0c7397..000000000000 --- a/handwritten/bigquery-storage/src/v1/big_query_write_client_config.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "interfaces": { - "google.cloud.bigquery.storage.v1.BigQueryWrite": { - "retry_codes": { - "non_idempotent": [], - "idempotent": [ - "DEADLINE_EXCEEDED", - "UNAVAILABLE" - ], - "deadline_exceeded_resource_exhausted_unavailable": [ - "DEADLINE_EXCEEDED", - "RESOURCE_EXHAUSTED", - "UNAVAILABLE" - ], - "unavailable": [ - "UNAVAILABLE" - ] - }, - "retry_params": { - "default": { - "initial_retry_delay_millis": 100, - "retry_delay_multiplier": 1.3, - "max_retry_delay_millis": 60000, - "initial_rpc_timeout_millis": 60000, - "rpc_timeout_multiplier": 1, - "max_rpc_timeout_millis": 60000, - "total_timeout_millis": 600000 - }, - "ec82364a95d03873ac5f61710bb6b9b42e40f31d": { - "initial_retry_delay_millis": 10000, - "retry_delay_multiplier": 1.3, - "max_retry_delay_millis": 120000, - "initial_rpc_timeout_millis": 60000, - "rpc_timeout_multiplier": 1, - "max_rpc_timeout_millis": 60000, - "total_timeout_millis": 600000 - } - }, - "methods": { - "CreateWriteStream": { - "timeout_millis": 1200000, - "retry_codes_name": "deadline_exceeded_resource_exhausted_unavailable", - "retry_params_name": "ec82364a95d03873ac5f61710bb6b9b42e40f31d" - }, - "AppendRows": { - "timeout_millis": 86400000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "GetWriteStream": { - "timeout_millis": 600000, - "retry_codes_name": "deadline_exceeded_resource_exhausted_unavailable", - "retry_params_name": "default" - }, - "FinalizeWriteStream": { - "timeout_millis": 600000, - "retry_codes_name": "deadline_exceeded_resource_exhausted_unavailable", - "retry_params_name": "default" - }, - "BatchCommitWriteStreams": { - "timeout_millis": 600000, - "retry_codes_name": "deadline_exceeded_resource_exhausted_unavailable", - "retry_params_name": "default" - }, - "FlushRows": { - "timeout_millis": 600000, - "retry_codes_name": "deadline_exceeded_resource_exhausted_unavailable", - "retry_params_name": "default" - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1/big_query_write_proto_list.json b/handwritten/bigquery-storage/src/v1/big_query_write_proto_list.json deleted file mode 100644 index d730716117c2..000000000000 --- a/handwritten/bigquery-storage/src/v1/big_query_write_proto_list.json +++ /dev/null @@ -1,9 +0,0 @@ -[ - "../../protos/google/cloud/bigquery/storage/v1/annotations.proto", - "../../protos/google/cloud/bigquery/storage/v1/arrow.proto", - "../../protos/google/cloud/bigquery/storage/v1/avro.proto", - "../../protos/google/cloud/bigquery/storage/v1/protobuf.proto", - "../../protos/google/cloud/bigquery/storage/v1/storage.proto", - "../../protos/google/cloud/bigquery/storage/v1/stream.proto", - "../../protos/google/cloud/bigquery/storage/v1/table.proto" -] diff --git a/handwritten/bigquery-storage/src/v1/gapic_metadata.json b/handwritten/bigquery-storage/src/v1/gapic_metadata.json deleted file mode 100644 index f52c2dae1231..000000000000 --- a/handwritten/bigquery-storage/src/v1/gapic_metadata.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "schema": "1.0", - "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", - "language": "typescript", - "protoPackage": "google.cloud.bigquery.storage.v1", - "libraryPackage": "@google-cloud/bigquery-storage", - "services": { - "BigQueryRead": { - "clients": { - "grpc": { - "libraryClient": "BigQueryReadClient", - "rpcs": { - "CreateReadSession": { - "methods": [ - "createReadSession" - ] - }, - "SplitReadStream": { - "methods": [ - "splitReadStream" - ] - }, - "ReadRows": { - "methods": [ - "readRows" - ] - } - } - }, - "grpc-fallback": { - "libraryClient": "BigQueryReadClient", - "rpcs": { - "CreateReadSession": { - "methods": [ - "createReadSession" - ] - }, - "SplitReadStream": { - "methods": [ - "splitReadStream" - ] - } - } - } - } - }, - "BigQueryWrite": { - "clients": { - "grpc": { - "libraryClient": "BigQueryWriteClient", - "rpcs": { - "CreateWriteStream": { - "methods": [ - "createWriteStream" - ] - }, - "GetWriteStream": { - "methods": [ - "getWriteStream" - ] - }, - "FinalizeWriteStream": { - "methods": [ - "finalizeWriteStream" - ] - }, - "BatchCommitWriteStreams": { - "methods": [ - "batchCommitWriteStreams" - ] - }, - "FlushRows": { - "methods": [ - "flushRows" - ] - }, - "AppendRows": { - "methods": [ - "appendRows" - ] - } - } - }, - "grpc-fallback": { - "libraryClient": "BigQueryWriteClient", - "rpcs": { - "CreateWriteStream": { - "methods": [ - "createWriteStream" - ] - }, - "GetWriteStream": { - "methods": [ - "getWriteStream" - ] - }, - "FinalizeWriteStream": { - "methods": [ - "finalizeWriteStream" - ] - }, - "BatchCommitWriteStreams": { - "methods": [ - "batchCommitWriteStreams" - ] - }, - "FlushRows": { - "methods": [ - "flushRows" - ] - } - } - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1/index.ts b/handwritten/bigquery-storage/src/v1/index.ts deleted file mode 100644 index ad672e49aae6..000000000000 --- a/handwritten/bigquery-storage/src/v1/index.ts +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -export { BigQueryReadClient } from './big_query_read_client'; -export { BigQueryWriteClient } from './big_query_write_client'; diff --git a/handwritten/bigquery-storage/src/v1alpha/gapic_metadata.json b/handwritten/bigquery-storage/src/v1alpha/gapic_metadata.json deleted file mode 100644 index 5ff064981484..000000000000 --- a/handwritten/bigquery-storage/src/v1alpha/gapic_metadata.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "schema": "1.0", - "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", - "language": "typescript", - "protoPackage": "google.cloud.bigquery.storage.v1alpha", - "libraryPackage": "@google-cloud/storage", - "services": { - "MetastorePartitionService": { - "clients": { - "grpc": { - "libraryClient": "MetastorePartitionServiceClient", - "rpcs": { - "BatchCreateMetastorePartitions": { - "methods": [ - "batchCreateMetastorePartitions" - ] - }, - "BatchDeleteMetastorePartitions": { - "methods": [ - "batchDeleteMetastorePartitions" - ] - }, - "BatchUpdateMetastorePartitions": { - "methods": [ - "batchUpdateMetastorePartitions" - ] - }, - "ListMetastorePartitions": { - "methods": [ - "listMetastorePartitions" - ] - }, - "StreamMetastorePartitions": { - "methods": [ - "streamMetastorePartitions" - ] - } - } - }, - "grpc-fallback": { - "libraryClient": "MetastorePartitionServiceClient", - "rpcs": { - "BatchCreateMetastorePartitions": { - "methods": [ - "batchCreateMetastorePartitions" - ] - }, - "BatchDeleteMetastorePartitions": { - "methods": [ - "batchDeleteMetastorePartitions" - ] - }, - "BatchUpdateMetastorePartitions": { - "methods": [ - "batchUpdateMetastorePartitions" - ] - }, - "ListMetastorePartitions": { - "methods": [ - "listMetastorePartitions" - ] - } - } - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1alpha/index.ts b/handwritten/bigquery-storage/src/v1alpha/index.ts deleted file mode 100644 index df37f43c5abc..000000000000 --- a/handwritten/bigquery-storage/src/v1alpha/index.ts +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -export { MetastorePartitionServiceClient } from './metastore_partition_service_client'; diff --git a/handwritten/bigquery-storage/src/v1alpha/metastore_partition_service_client.ts b/handwritten/bigquery-storage/src/v1alpha/metastore_partition_service_client.ts deleted file mode 100644 index 852858717601..000000000000 --- a/handwritten/bigquery-storage/src/v1alpha/metastore_partition_service_client.ts +++ /dev/null @@ -1,1223 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -/* global window */ -import type * as gax from 'google-gax'; -import type { - Callback, - CallOptions, - Descriptors, - ClientOptions, -} from 'google-gax'; -import { PassThrough } from 'stream'; -import * as protos from '../../protos/protos'; -import jsonProtos = require('../../protos/protos.json'); -import { loggingUtils as logging, decodeAnyProtosInArray } from 'google-gax'; - -/** - * Client JSON configuration object, loaded from - * `src/v1alpha/metastore_partition_service_client_config.json`. - * This file defines retry strategy and timeouts for all API methods in this library. - */ -import * as gapicConfig from './metastore_partition_service_client_config.json'; -const version = require('../../../package.json').version; - -/** - * BigQuery Metastore Partition Service API. - * This service is used for managing metastore partitions in BigQuery - * metastore. The service supports only batch operations for write. - * @class - * @memberof v1alpha - */ -export class MetastorePartitionServiceClient { - private _terminated = false; - private _opts: ClientOptions; - private _providedCustomServicePath: boolean; - private _gaxModule: typeof gax | typeof gax.fallback; - private _gaxGrpc: gax.GrpcClient | gax.fallback.GrpcClient; - private _protos: {}; - private _defaults: { [method: string]: gax.CallSettings }; - private _universeDomain: string; - private _servicePath: string; - private _log = logging.log('storage'); - - auth: gax.GoogleAuth; - descriptors: Descriptors = { - page: {}, - stream: {}, - longrunning: {}, - batching: {}, - }; - warn: (code: string, message: string, warnType?: string) => void; - innerApiCalls: { [name: string]: Function }; - pathTemplates: { [name: string]: gax.PathTemplate }; - metastorePartitionServiceStub?: Promise<{ [name: string]: Function }>; - - /** - * Construct an instance of MetastorePartitionServiceClient. - * - * @param {object} [options] - The configuration object. - * The options accepted by the constructor are described in detail - * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance). - * The common options are: - * @param {object} [options.credentials] - Credentials object. - * @param {string} [options.credentials.client_email] - * @param {string} [options.credentials.private_key] - * @param {string} [options.email] - Account email address. Required when - * using a .pem or .p12 keyFilename. - * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or - * .p12 key downloaded from the Google Developers Console. If you provide - * a path to a JSON file, the projectId option below is not necessary. - * NOTE: .pem and .p12 require you to specify options.email as well. - * @param {number} [options.port] - The port on which to connect to - * the remote host. - * @param {string} [options.projectId] - The project ID from the Google - * Developer's Console, e.g. 'grape-spaceship-123'. We will also check - * the environment variable GCLOUD_PROJECT for your project ID. If your - * app is running in an environment which supports - * {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials}, - * your project ID will be detected automatically. - * @param {string} [options.apiEndpoint] - The domain name of the - * API remote host. - * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override. - * Follows the structure of {@link gapicConfig}. - * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode. - * For more information, please check the - * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}. - * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you - * need to avoid loading the default gRPC version and want to use the fallback - * HTTP implementation. Load only fallback version and pass it to the constructor: - * ``` - * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC - * const client = new MetastorePartitionServiceClient({fallback: true}, gax); - * ``` - */ - constructor( - opts?: ClientOptions, - gaxInstance?: typeof gax | typeof gax.fallback, - ) { - // Ensure that options include all the required fields. - const staticMembers = this - .constructor as typeof MetastorePartitionServiceClient; - if ( - opts?.universe_domain && - opts?.universeDomain && - opts?.universe_domain !== opts?.universeDomain - ) { - throw new Error( - 'Please set either universe_domain or universeDomain, but not both.', - ); - } - const universeDomainEnvVar = - typeof process === 'object' && typeof process.env === 'object' - ? process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] - : undefined; - this._universeDomain = - opts?.universeDomain ?? - opts?.universe_domain ?? - universeDomainEnvVar ?? - 'googleapis.com'; - this._servicePath = 'bigquerystorage.' + this._universeDomain; - const servicePath = - opts?.servicePath || opts?.apiEndpoint || this._servicePath; - this._providedCustomServicePath = !!( - opts?.servicePath || opts?.apiEndpoint - ); - const port = opts?.port || staticMembers.port; - const clientConfig = opts?.clientConfig ?? {}; - const fallback = - opts?.fallback ?? - (typeof window !== 'undefined' && typeof window?.fetch === 'function'); - opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); - - // Request numeric enum values if REST transport is used. - opts.numericEnums = true; - - // If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. - if (servicePath !== this._servicePath && !('scopes' in opts)) { - opts['scopes'] = staticMembers.scopes; - } - - // Load google-gax module synchronously if needed - if (!gaxInstance) { - gaxInstance = require('google-gax') as typeof gax; - } - - // Choose either gRPC or proto-over-HTTP implementation of google-gax. - this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance; - - // Create a `gaxGrpc` object, with any grpc-specific options sent to the client. - this._gaxGrpc = new this._gaxModule.GrpcClient(opts); - - // Save options to use in initialize() method. - this._opts = opts; - - // Save the auth object to the client, for use by other methods. - this.auth = this._gaxGrpc.auth as gax.GoogleAuth; - - // Set useJWTAccessWithScope on the auth object. - this.auth.useJWTAccessWithScope = true; - - // Set defaultServicePath on the auth object. - this.auth.defaultServicePath = this._servicePath; - - // Set the default scopes in auth client if needed. - if (servicePath === this._servicePath) { - this.auth.defaultScopes = staticMembers.scopes; - } - - // Determine the client header string. - const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`]; - if (typeof process === 'object' && 'versions' in process) { - clientHeader.push(`gl-node/${process.versions.node}`); - } else { - clientHeader.push(`gl-web/${this._gaxModule.version}`); - } - if (!opts.fallback) { - clientHeader.push(`grpc/${this._gaxGrpc.grpcVersion}`); - } else { - clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); - } - if (opts.libName && opts.libVersion) { - clientHeader.push(`${opts.libName}/${opts.libVersion}`); - } - // Load the applicable protos. - this._protos = this._gaxGrpc.loadProtoJSON(jsonProtos); - - // This API contains "path templates"; forward-slash-separated - // identifiers to uniquely identify resources within the API. - // Create useful helper objects for these. - this.pathTemplates = { - readStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}/streams/{stream}', - ), - tablePathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}', - ), - }; - - // Some of the methods on this service provide streaming responses. - // Provide descriptors for these. - this.descriptors.stream = { - streamMetastorePartitions: new this._gaxModule.StreamDescriptor( - this._gaxModule.StreamType.BIDI_STREAMING, - !!opts.fallback, - !!opts.gaxServerStreamingRetries, - ), - }; - - // Put together the default options sent with requests. - this._defaults = this._gaxGrpc.constructSettings( - 'google.cloud.bigquery.storage.v1alpha.MetastorePartitionService', - gapicConfig as gax.ClientConfig, - opts.clientConfig || {}, - { 'x-goog-api-client': clientHeader.join(' ') }, - ); - - // Set up a dictionary of "inner API calls"; the core implementation - // of calling the API is handled in `google-gax`, with this code - // merely providing the destination and request information. - this.innerApiCalls = {}; - - // Add a warn function to the client constructor so it can be easily tested. - this.warn = this._gaxModule.warn; - } - - /** - * Initialize the client. - * Performs asynchronous operations (such as authentication) and prepares the client. - * This function will be called automatically when any class method is called for the - * first time, but if you need to initialize it before calling an actual method, - * feel free to call initialize() directly. - * - * You can await on this method if you want to make sure the client is initialized. - * - * @returns {Promise} A promise that resolves to an authenticated service stub. - */ - initialize() { - // If the client stub promise is already initialized, return immediately. - if (this.metastorePartitionServiceStub) { - return this.metastorePartitionServiceStub; - } - - // Put together the "service stub" for - // google.cloud.bigquery.storage.v1alpha.MetastorePartitionService. - this.metastorePartitionServiceStub = this._gaxGrpc.createStub( - this._opts.fallback - ? (this._protos as protobuf.Root).lookupService( - 'google.cloud.bigquery.storage.v1alpha.MetastorePartitionService', - ) - : // eslint-disable-next-line @typescript-eslint/no-explicit-any - (this._protos as any).google.cloud.bigquery.storage.v1alpha - .MetastorePartitionService, - this._opts, - this._providedCustomServicePath, - ) as Promise<{ [method: string]: Function }>; - - // Iterate over each of the methods that the service provides - // and create an API call method for each. - const metastorePartitionServiceStubMethods = [ - 'batchCreateMetastorePartitions', - 'batchDeleteMetastorePartitions', - 'batchUpdateMetastorePartitions', - 'listMetastorePartitions', - 'streamMetastorePartitions', - ]; - for (const methodName of metastorePartitionServiceStubMethods) { - const callPromise = this.metastorePartitionServiceStub.then( - (stub) => - (...args: Array<{}>) => { - if (this._terminated) { - if (methodName in this.descriptors.stream) { - const stream = new PassThrough({ objectMode: true }); - setImmediate(() => { - stream.emit( - 'error', - new this._gaxModule.GoogleError( - 'The client has already been closed.', - ), - ); - }); - return stream; - } - return Promise.reject('The client has already been closed.'); - } - const func = stub[methodName]; - return func.apply(stub, args); - }, - (err: Error | null | undefined) => () => { - throw err; - }, - ); - - const descriptor = this.descriptors.stream[methodName] || undefined; - const apiCall = this._gaxModule.createApiCall( - callPromise, - this._defaults[methodName], - descriptor, - this._opts.fallback, - ); - - this.innerApiCalls[methodName] = apiCall; - } - - return this.metastorePartitionServiceStub; - } - - /** - * The DNS address for this API service. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get servicePath() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static servicePath is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service - same as servicePath. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get apiEndpoint() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static apiEndpoint is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service. - * @returns {string} The DNS address for this service. - */ - get apiEndpoint() { - return this._servicePath; - } - - get universeDomain() { - return this._universeDomain; - } - - /** - * The port for this API service. - * @returns {number} The default port for this service. - */ - static get port() { - return 443; - } - - /** - * The scopes needed to make gRPC calls for every method defined - * in this service. - * @returns {string[]} List of default scopes. - */ - static get scopes() { - return [ - 'https://www.googleapis.com/auth/bigquery', - 'https://www.googleapis.com/auth/cloud-platform', - ]; - } - - getProjectId(): Promise; - getProjectId(callback: Callback): void; - /** - * Return the project ID used by this class. - * @returns {Promise} A promise that resolves to string containing the project ID. - */ - getProjectId( - callback?: Callback, - ): Promise | void { - if (callback) { - this.auth.getProjectId(callback); - return; - } - return this.auth.getProjectId(); - } - - // ------------------- - // -- Service calls -- - // ------------------- - /** - * Adds metastore partitions to a table. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to where the metastore partitions to be - * added, in the format of - * projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - * @param {number[]} request.requests - * Required. Requests to add metastore partitions to the table. - * @param {boolean} [request.skipExistingPartitions] - * Optional. Mimics the ifNotExists flag in IMetaStoreClient - * add_partitions(..). If the flag is set to false, the server will return - * ALREADY_EXISTS if any partition already exists. If the flag is set to true, - * the server will skip existing partitions and insert only the non-existing - * partitions. A maximum of 900 partitions can be inserted in a batch. - * @param {string} [request.traceId] - * Optional. Optional trace id to be used for debugging. It is expected that - * the client sets the same `trace_id` for all the batches in the same - * operation, so that it is possible to tie together the logs to all the - * batches in the same operation. Limited to 256 characters. This is expected, - * but not required, to be globally unique. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse|BatchCreateMetastorePartitionsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1alpha/metastore_partition_service.batch_create_metastore_partitions.js - * region_tag:bigquerystorage_v1alpha_generated_MetastorePartitionService_BatchCreateMetastorePartitions_async - */ - batchCreateMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - >; - batchCreateMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCreateMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCreateMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('batchCreateMetastorePartitions request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info( - 'batchCreateMetastorePartitions response %j', - response, - ); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .batchCreateMetastorePartitions(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info( - 'batchCreateMetastorePartitions response %j', - response, - ); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Deletes metastore partitions from a table. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to which these metastore partitions - * belong, in the format of - * projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - * @param {number[]} request.partitionValues - * Required. The list of metastore partitions (identified by its values) to be - * deleted. A maximum of 900 partitions can be deleted in a batch. - * @param {string} [request.traceId] - * Optional. Optional trace id to be used for debugging. It is expected that - * the client sets the same `trace_id` for all the batches in the same - * operation, so that it is possible to tie together the logs to all the - * batches in the same operation. This is expected, but not required, to be - * globally unique. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1alpha/metastore_partition_service.batch_delete_metastore_partitions.js - * region_tag:bigquerystorage_v1alpha_generated_MetastorePartitionService_BatchDeleteMetastorePartitions_async - */ - batchDeleteMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.protobuf.IEmpty, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - >; - batchDeleteMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest, - options: CallOptions, - callback: Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchDeleteMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest, - callback: Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchDeleteMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.protobuf.IEmpty, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('batchDeleteMetastorePartitions request %j', request); - const wrappedCallback: - | Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info( - 'batchDeleteMetastorePartitions response %j', - response, - ); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .batchDeleteMetastorePartitions(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.protobuf.IEmpty, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IBatchDeleteMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info( - 'batchDeleteMetastorePartitions response %j', - response, - ); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Updates metastore partitions in a table. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to which these metastore partitions - * belong, in the format of - * projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - * @param {number[]} request.requests - * Required. Requests to update metastore partitions in the table. - * @param {string} [request.traceId] - * Optional. Optional trace id to be used for debugging. It is expected that - * the client sets the same `trace_id` for all the batches in the same - * operation, so that it is possible to tie together the logs to all the - * batches in the same operation. This is expected, but not required, to be - * globally unique. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse|BatchUpdateMetastorePartitionsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1alpha/metastore_partition_service.batch_update_metastore_partitions.js - * region_tag:bigquerystorage_v1alpha_generated_MetastorePartitionService_BatchUpdateMetastorePartitions_async - */ - batchUpdateMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - >; - batchUpdateMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchUpdateMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchUpdateMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('batchUpdateMetastorePartitions request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info( - 'batchUpdateMetastorePartitions response %j', - response, - ); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .batchUpdateMetastorePartitions(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info( - 'batchUpdateMetastorePartitions response %j', - response, - ); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Gets metastore partitions from a table. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to which these metastore partitions - * belong, in the format of - * projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - * @param {string} [request.filter] - * Optional. SQL text filtering statement, similar to a WHERE clause in a - * query. Only supports single-row expressions. Aggregate functions are not - * supported. - * - * Examples: "int_field > 5" - * "date_field = CAST('2014-9-27' as DATE)" - * "nullable_field is not NULL" - * "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" - * "numeric_field BETWEEN 1.0 AND 5.0" - * Restricted to a maximum length for 1 MB. - * @param {string} [request.traceId] - * Optional. Optional trace id to be used for debugging. It is expected that - * the client sets the same `trace_id` for all the batches in the same - * operation, so that it is possible to tie together the logs to all the - * batches in the same operation. Limited to 256 characters. This is expected, - * but not required, to be globally unique. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse|ListMetastorePartitionsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1alpha/metastore_partition_service.list_metastore_partitions.js - * region_tag:bigquerystorage_v1alpha_generated_MetastorePartitionService_ListMetastorePartitions_async - */ - listMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - >; - listMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - listMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - listMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('listMetastorePartitions request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('listMetastorePartitions response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .listMetastorePartitions(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('listMetastorePartitions response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - - /** - * This is a bi-di streaming rpc method that allows the client to send - * a stream of partitions and commit all of them atomically at the end. - * If the commit is successful, the server will return a - * response and close the stream. If the commit fails (due to duplicate - * partitions or other reason), the server will close the stream with an - * error. This method is only available via the gRPC API (not REST). - * - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Stream} - * An object stream which is both readable and writable. It accepts objects - * representing {@link protos.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest|StreamMetastorePartitionsRequest} for write() method, and - * will emit objects representing {@link protos.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse|StreamMetastorePartitionsResponse} on 'data' event asynchronously. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#bi-directional-streaming | documentation } - * for more details and examples. - * @example include:samples/generated/v1alpha/metastore_partition_service.stream_metastore_partitions.js - * region_tag:bigquerystorage_v1alpha_generated_MetastorePartitionService_StreamMetastorePartitions_async - */ - streamMetastorePartitions(options?: CallOptions): gax.CancellableStream { - this.initialize().catch((err) => { - throw err; - }); - this._log.info('streamMetastorePartitions stream %j', options); - return this.innerApiCalls.streamMetastorePartitions(null, options); - } - - // -------------------- - // -- Path templates -- - // -------------------- - - /** - * Return a fully-qualified readStream resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @param {string} stream - * @returns {string} Resource name string. - */ - readStreamPath( - project: string, - location: string, - session: string, - stream: string, - ) { - return this.pathTemplates.readStreamPathTemplate.render({ - project: project, - location: location, - session: session, - stream: stream, - }); - } - - /** - * Parse the project from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .project; - } - - /** - * Parse the location from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .location; - } - - /** - * Parse the session from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .session; - } - - /** - * Parse the stream from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .stream; - } - - /** - * Return a fully-qualified table resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @returns {string} Resource name string. - */ - tablePath(project: string, dataset: string, table: string) { - return this.pathTemplates.tablePathTemplate.render({ - project: project, - dataset: dataset, - table: table, - }); - } - - /** - * Parse the project from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the project. - */ - matchProjectFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).project; - } - - /** - * Parse the dataset from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).dataset; - } - - /** - * Parse the table from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the table. - */ - matchTableFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).table; - } - - /** - * Terminate the gRPC channel and close the client. - * - * The client will no longer be usable and all future behavior is undefined. - * @returns {Promise} A promise that resolves when the client is closed. - */ - close(): Promise { - if (this.metastorePartitionServiceStub && !this._terminated) { - return this.metastorePartitionServiceStub.then((stub) => { - this._log.info('ending gRPC channel'); - this._terminated = true; - stub.close(); - }); - } - return Promise.resolve(); - } -} diff --git a/handwritten/bigquery-storage/src/v1alpha/metastore_partition_service_client_config.json b/handwritten/bigquery-storage/src/v1alpha/metastore_partition_service_client_config.json deleted file mode 100644 index 2c57cdac8316..000000000000 --- a/handwritten/bigquery-storage/src/v1alpha/metastore_partition_service_client_config.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "interfaces": { - "google.cloud.bigquery.storage.v1alpha.MetastorePartitionService": { - "retry_codes": { - "non_idempotent": [], - "idempotent": [ - "DEADLINE_EXCEEDED", - "UNAVAILABLE" - ], - "unavailable": [ - "UNAVAILABLE" - ] - }, - "retry_params": { - "default": { - "initial_retry_delay_millis": 100, - "retry_delay_multiplier": 1.3, - "max_retry_delay_millis": 60000, - "initial_rpc_timeout_millis": 60000, - "rpc_timeout_multiplier": 1, - "max_rpc_timeout_millis": 60000, - "total_timeout_millis": 600000 - } - }, - "methods": { - "BatchCreateMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "BatchDeleteMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "BatchUpdateMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "ListMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "StreamMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1alpha/metastore_partition_service_proto_list.json b/handwritten/bigquery-storage/src/v1alpha/metastore_partition_service_proto_list.json deleted file mode 100644 index 6c966cebce6b..000000000000 --- a/handwritten/bigquery-storage/src/v1alpha/metastore_partition_service_proto_list.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "../../protos/google/cloud/bigquery/storage/v1alpha/metastore_partition.proto", - "../../protos/google/cloud/bigquery/storage/v1alpha/partition.proto" -] diff --git a/handwritten/bigquery-storage/src/v1beta/gapic_metadata.json b/handwritten/bigquery-storage/src/v1beta/gapic_metadata.json deleted file mode 100644 index 3d1addb86073..000000000000 --- a/handwritten/bigquery-storage/src/v1beta/gapic_metadata.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "schema": "1.0", - "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", - "language": "typescript", - "protoPackage": "google.cloud.bigquery.storage.v1beta", - "libraryPackage": "@google-cloud/storage", - "services": { - "MetastorePartitionService": { - "clients": { - "grpc": { - "libraryClient": "MetastorePartitionServiceClient", - "rpcs": { - "BatchCreateMetastorePartitions": { - "methods": [ - "batchCreateMetastorePartitions" - ] - }, - "BatchDeleteMetastorePartitions": { - "methods": [ - "batchDeleteMetastorePartitions" - ] - }, - "BatchUpdateMetastorePartitions": { - "methods": [ - "batchUpdateMetastorePartitions" - ] - }, - "ListMetastorePartitions": { - "methods": [ - "listMetastorePartitions" - ] - }, - "StreamMetastorePartitions": { - "methods": [ - "streamMetastorePartitions" - ] - } - } - }, - "grpc-fallback": { - "libraryClient": "MetastorePartitionServiceClient", - "rpcs": { - "BatchCreateMetastorePartitions": { - "methods": [ - "batchCreateMetastorePartitions" - ] - }, - "BatchDeleteMetastorePartitions": { - "methods": [ - "batchDeleteMetastorePartitions" - ] - }, - "BatchUpdateMetastorePartitions": { - "methods": [ - "batchUpdateMetastorePartitions" - ] - }, - "ListMetastorePartitions": { - "methods": [ - "listMetastorePartitions" - ] - } - } - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1beta/index.ts b/handwritten/bigquery-storage/src/v1beta/index.ts deleted file mode 100644 index df37f43c5abc..000000000000 --- a/handwritten/bigquery-storage/src/v1beta/index.ts +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -export { MetastorePartitionServiceClient } from './metastore_partition_service_client'; diff --git a/handwritten/bigquery-storage/src/v1beta/metastore_partition_service_client.ts b/handwritten/bigquery-storage/src/v1beta/metastore_partition_service_client.ts deleted file mode 100644 index cf2ddf5aafef..000000000000 --- a/handwritten/bigquery-storage/src/v1beta/metastore_partition_service_client.ts +++ /dev/null @@ -1,1225 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -/* global window */ -import type * as gax from 'google-gax'; -import type { - Callback, - CallOptions, - Descriptors, - ClientOptions, -} from 'google-gax'; -import { PassThrough } from 'stream'; -import * as protos from '../../protos/protos'; -import jsonProtos = require('../../protos/protos.json'); -import { loggingUtils as logging, decodeAnyProtosInArray } from 'google-gax'; - -/** - * Client JSON configuration object, loaded from - * `src/v1beta/metastore_partition_service_client_config.json`. - * This file defines retry strategy and timeouts for all API methods in this library. - */ -import * as gapicConfig from './metastore_partition_service_client_config.json'; -const version = require('../../../package.json').version; - -/** - * BigQuery Metastore Partition Service API. - * This service is used for managing metastore partitions in BigQuery - * metastore. The service supports only batch operations for write. - * @class - * @memberof v1beta - */ -export class MetastorePartitionServiceClient { - private _terminated = false; - private _opts: ClientOptions; - private _providedCustomServicePath: boolean; - private _gaxModule: typeof gax | typeof gax.fallback; - private _gaxGrpc: gax.GrpcClient | gax.fallback.GrpcClient; - private _protos: {}; - private _defaults: { [method: string]: gax.CallSettings }; - private _universeDomain: string; - private _servicePath: string; - private _log = logging.log('storage'); - - auth: gax.GoogleAuth; - descriptors: Descriptors = { - page: {}, - stream: {}, - longrunning: {}, - batching: {}, - }; - warn: (code: string, message: string, warnType?: string) => void; - innerApiCalls: { [name: string]: Function }; - pathTemplates: { [name: string]: gax.PathTemplate }; - metastorePartitionServiceStub?: Promise<{ [name: string]: Function }>; - - /** - * Construct an instance of MetastorePartitionServiceClient. - * - * @param {object} [options] - The configuration object. - * The options accepted by the constructor are described in detail - * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance). - * The common options are: - * @param {object} [options.credentials] - Credentials object. - * @param {string} [options.credentials.client_email] - * @param {string} [options.credentials.private_key] - * @param {string} [options.email] - Account email address. Required when - * using a .pem or .p12 keyFilename. - * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or - * .p12 key downloaded from the Google Developers Console. If you provide - * a path to a JSON file, the projectId option below is not necessary. - * NOTE: .pem and .p12 require you to specify options.email as well. - * @param {number} [options.port] - The port on which to connect to - * the remote host. - * @param {string} [options.projectId] - The project ID from the Google - * Developer's Console, e.g. 'grape-spaceship-123'. We will also check - * the environment variable GCLOUD_PROJECT for your project ID. If your - * app is running in an environment which supports - * {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials}, - * your project ID will be detected automatically. - * @param {string} [options.apiEndpoint] - The domain name of the - * API remote host. - * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override. - * Follows the structure of {@link gapicConfig}. - * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode. - * For more information, please check the - * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}. - * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you - * need to avoid loading the default gRPC version and want to use the fallback - * HTTP implementation. Load only fallback version and pass it to the constructor: - * ``` - * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC - * const client = new MetastorePartitionServiceClient({fallback: true}, gax); - * ``` - */ - constructor( - opts?: ClientOptions, - gaxInstance?: typeof gax | typeof gax.fallback, - ) { - // Ensure that options include all the required fields. - const staticMembers = this - .constructor as typeof MetastorePartitionServiceClient; - if ( - opts?.universe_domain && - opts?.universeDomain && - opts?.universe_domain !== opts?.universeDomain - ) { - throw new Error( - 'Please set either universe_domain or universeDomain, but not both.', - ); - } - const universeDomainEnvVar = - typeof process === 'object' && typeof process.env === 'object' - ? process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] - : undefined; - this._universeDomain = - opts?.universeDomain ?? - opts?.universe_domain ?? - universeDomainEnvVar ?? - 'googleapis.com'; - this._servicePath = 'bigquerystorage.' + this._universeDomain; - const servicePath = - opts?.servicePath || opts?.apiEndpoint || this._servicePath; - this._providedCustomServicePath = !!( - opts?.servicePath || opts?.apiEndpoint - ); - const port = opts?.port || staticMembers.port; - const clientConfig = opts?.clientConfig ?? {}; - const fallback = - opts?.fallback ?? - (typeof window !== 'undefined' && typeof window?.fetch === 'function'); - opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); - - // Request numeric enum values if REST transport is used. - opts.numericEnums = true; - - // If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. - if (servicePath !== this._servicePath && !('scopes' in opts)) { - opts['scopes'] = staticMembers.scopes; - } - - // Load google-gax module synchronously if needed - if (!gaxInstance) { - gaxInstance = require('google-gax') as typeof gax; - } - - // Choose either gRPC or proto-over-HTTP implementation of google-gax. - this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance; - - // Create a `gaxGrpc` object, with any grpc-specific options sent to the client. - this._gaxGrpc = new this._gaxModule.GrpcClient(opts); - - // Save options to use in initialize() method. - this._opts = opts; - - // Save the auth object to the client, for use by other methods. - this.auth = this._gaxGrpc.auth as gax.GoogleAuth; - - // Set useJWTAccessWithScope on the auth object. - this.auth.useJWTAccessWithScope = true; - - // Set defaultServicePath on the auth object. - this.auth.defaultServicePath = this._servicePath; - - // Set the default scopes in auth client if needed. - if (servicePath === this._servicePath) { - this.auth.defaultScopes = staticMembers.scopes; - } - - // Determine the client header string. - const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`]; - if (typeof process === 'object' && 'versions' in process) { - clientHeader.push(`gl-node/${process.versions.node}`); - } else { - clientHeader.push(`gl-web/${this._gaxModule.version}`); - } - if (!opts.fallback) { - clientHeader.push(`grpc/${this._gaxGrpc.grpcVersion}`); - } else { - clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); - } - if (opts.libName && opts.libVersion) { - clientHeader.push(`${opts.libName}/${opts.libVersion}`); - } - // Load the applicable protos. - this._protos = this._gaxGrpc.loadProtoJSON(jsonProtos); - - // This API contains "path templates"; forward-slash-separated - // identifiers to uniquely identify resources within the API. - // Create useful helper objects for these. - this.pathTemplates = { - readStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}/streams/{stream}', - ), - tablePathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}', - ), - }; - - // Some of the methods on this service provide streaming responses. - // Provide descriptors for these. - this.descriptors.stream = { - streamMetastorePartitions: new this._gaxModule.StreamDescriptor( - this._gaxModule.StreamType.BIDI_STREAMING, - !!opts.fallback, - !!opts.gaxServerStreamingRetries, - ), - }; - - // Put together the default options sent with requests. - this._defaults = this._gaxGrpc.constructSettings( - 'google.cloud.bigquery.storage.v1beta.MetastorePartitionService', - gapicConfig as gax.ClientConfig, - opts.clientConfig || {}, - { 'x-goog-api-client': clientHeader.join(' ') }, - ); - - // Set up a dictionary of "inner API calls"; the core implementation - // of calling the API is handled in `google-gax`, with this code - // merely providing the destination and request information. - this.innerApiCalls = {}; - - // Add a warn function to the client constructor so it can be easily tested. - this.warn = this._gaxModule.warn; - } - - /** - * Initialize the client. - * Performs asynchronous operations (such as authentication) and prepares the client. - * This function will be called automatically when any class method is called for the - * first time, but if you need to initialize it before calling an actual method, - * feel free to call initialize() directly. - * - * You can await on this method if you want to make sure the client is initialized. - * - * @returns {Promise} A promise that resolves to an authenticated service stub. - */ - initialize() { - // If the client stub promise is already initialized, return immediately. - if (this.metastorePartitionServiceStub) { - return this.metastorePartitionServiceStub; - } - - // Put together the "service stub" for - // google.cloud.bigquery.storage.v1beta.MetastorePartitionService. - this.metastorePartitionServiceStub = this._gaxGrpc.createStub( - this._opts.fallback - ? (this._protos as protobuf.Root).lookupService( - 'google.cloud.bigquery.storage.v1beta.MetastorePartitionService', - ) - : // eslint-disable-next-line @typescript-eslint/no-explicit-any - (this._protos as any).google.cloud.bigquery.storage.v1beta - .MetastorePartitionService, - this._opts, - this._providedCustomServicePath, - ) as Promise<{ [method: string]: Function }>; - - // Iterate over each of the methods that the service provides - // and create an API call method for each. - const metastorePartitionServiceStubMethods = [ - 'batchCreateMetastorePartitions', - 'batchDeleteMetastorePartitions', - 'batchUpdateMetastorePartitions', - 'listMetastorePartitions', - 'streamMetastorePartitions', - ]; - for (const methodName of metastorePartitionServiceStubMethods) { - const callPromise = this.metastorePartitionServiceStub.then( - (stub) => - (...args: Array<{}>) => { - if (this._terminated) { - if (methodName in this.descriptors.stream) { - const stream = new PassThrough({ objectMode: true }); - setImmediate(() => { - stream.emit( - 'error', - new this._gaxModule.GoogleError( - 'The client has already been closed.', - ), - ); - }); - return stream; - } - return Promise.reject('The client has already been closed.'); - } - const func = stub[methodName]; - return func.apply(stub, args); - }, - (err: Error | null | undefined) => () => { - throw err; - }, - ); - - const descriptor = this.descriptors.stream[methodName] || undefined; - const apiCall = this._gaxModule.createApiCall( - callPromise, - this._defaults[methodName], - descriptor, - this._opts.fallback, - ); - - this.innerApiCalls[methodName] = apiCall; - } - - return this.metastorePartitionServiceStub; - } - - /** - * The DNS address for this API service. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get servicePath() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static servicePath is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service - same as servicePath. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get apiEndpoint() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static apiEndpoint is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service. - * @returns {string} The DNS address for this service. - */ - get apiEndpoint() { - return this._servicePath; - } - - get universeDomain() { - return this._universeDomain; - } - - /** - * The port for this API service. - * @returns {number} The default port for this service. - */ - static get port() { - return 443; - } - - /** - * The scopes needed to make gRPC calls for every method defined - * in this service. - * @returns {string[]} List of default scopes. - */ - static get scopes() { - return [ - 'https://www.googleapis.com/auth/bigquery', - 'https://www.googleapis.com/auth/cloud-platform', - ]; - } - - getProjectId(): Promise; - getProjectId(callback: Callback): void; - /** - * Return the project ID used by this class. - * @returns {Promise} A promise that resolves to string containing the project ID. - */ - getProjectId( - callback?: Callback, - ): Promise | void { - if (callback) { - this.auth.getProjectId(callback); - return; - } - return this.auth.getProjectId(); - } - - // ------------------- - // -- Service calls -- - // ------------------- - /** - * Adds metastore partitions to a table. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to where the metastore partitions to be - * added, in the format of - * projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - * @param {number[]} request.requests - * Required. Requests to add metastore partitions to the table. - * @param {boolean} [request.skipExistingPartitions] - * Optional. Mimics the ifNotExists flag in IMetaStoreClient - * add_partitions(..). If the flag is set to false, the server will return - * ALREADY_EXISTS if any partition already exists. If the flag is set to true, - * the server will skip existing partitions and insert only the non-existing - * partitions. A maximum of 900 partitions can be inserted in a batch. - * @param {string} [request.traceId] - * Optional. Optional trace id to be used for debugging. It is expected that - * the client sets the same `trace_id` for all the batches in the same - * operation, so that it is possible to tie together the logs to all the - * batches in the same operation. Limited to 256 characters. This is expected, - * but not required, to be globally unique. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse|BatchCreateMetastorePartitionsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta/metastore_partition_service.batch_create_metastore_partitions.js - * region_tag:bigquerystorage_v1beta_generated_MetastorePartitionService_BatchCreateMetastorePartitions_async - */ - batchCreateMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - >; - batchCreateMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCreateMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCreateMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('batchCreateMetastorePartitions request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info( - 'batchCreateMetastorePartitions response %j', - response, - ); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .batchCreateMetastorePartitions(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info( - 'batchCreateMetastorePartitions response %j', - response, - ); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Deletes metastore partitions from a table. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to which these metastore partitions - * belong, in the format of - * projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - * @param {number[]} request.partitionValues - * Required. The list of metastore partitions (identified by its values) to be - * deleted. A maximum of 900 partitions can be deleted in a batch. - * @param {string} [request.traceId] - * Optional. Optional trace id to be used for debugging. It is expected that - * the client sets the same `trace_id` for all the batches in the same - * operation, so that it is possible to tie together the logs to all the - * batches in the same operation. This is expected, but not required, to be - * globally unique. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta/metastore_partition_service.batch_delete_metastore_partitions.js - * region_tag:bigquerystorage_v1beta_generated_MetastorePartitionService_BatchDeleteMetastorePartitions_async - */ - batchDeleteMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.protobuf.IEmpty, - ( - | protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - >; - batchDeleteMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest, - options: CallOptions, - callback: Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchDeleteMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest, - callback: Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchDeleteMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.protobuf.IEmpty, - ( - | protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('batchDeleteMetastorePartitions request %j', request); - const wrappedCallback: - | Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info( - 'batchDeleteMetastorePartitions response %j', - response, - ); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .batchDeleteMetastorePartitions(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.protobuf.IEmpty, - ( - | protos.google.cloud.bigquery.storage.v1beta.IBatchDeleteMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info( - 'batchDeleteMetastorePartitions response %j', - response, - ); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Updates metastore partitions in a table. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to which these metastore partitions - * belong, in the format of - * projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - * @param {number[]} request.requests - * Required. Requests to update metastore partitions in the table. - * @param {string} [request.traceId] - * Optional. Optional trace id to be used for debugging. It is expected that - * the client sets the same `trace_id` for all the batches in the same - * operation, so that it is possible to tie together the logs to all the - * batches in the same operation. This is expected, but not required, to be - * globally unique. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse|BatchUpdateMetastorePartitionsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta/metastore_partition_service.batch_update_metastore_partitions.js - * region_tag:bigquerystorage_v1beta_generated_MetastorePartitionService_BatchUpdateMetastorePartitions_async - */ - batchUpdateMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - >; - batchUpdateMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchUpdateMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchUpdateMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('batchUpdateMetastorePartitions request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info( - 'batchUpdateMetastorePartitions response %j', - response, - ); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .batchUpdateMetastorePartitions(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info( - 'batchUpdateMetastorePartitions response %j', - response, - ); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Gets metastore partitions from a table. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to which these metastore partitions - * belong, in the format of - * projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}. - * @param {string} [request.filter] - * Optional. SQL text filtering statement, similar to a WHERE clause in a - * query. Only supports single-row expressions. Aggregate functions are not - * supported. - * - * Examples: - * * "int_field > 5" - * * "date_field = CAST('2014-9-27' as DATE)" - * * "nullable_field is not NULL" - * * "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" - * * "numeric_field BETWEEN 1.0 AND 5.0" - * - * Restricted to a maximum length of 1 MB. - * @param {string} [request.traceId] - * Optional. Optional trace id to be used for debugging. It is expected that - * the client sets the same `trace_id` for all the batches in the same - * operation, so that it is possible to tie together the logs to all the - * batches in the same operation. Limited to 256 characters. This is expected, - * but not required, to be globally unique. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse|ListMetastorePartitionsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta/metastore_partition_service.list_metastore_partitions.js - * region_tag:bigquerystorage_v1beta_generated_MetastorePartitionService_ListMetastorePartitions_async - */ - listMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - >; - listMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - listMetastorePartitions( - request: protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - listMetastorePartitions( - request?: protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('listMetastorePartitions request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, - | protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('listMetastorePartitions response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .listMetastorePartitions(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('listMetastorePartitions response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - - /** - * This is a bi-di streaming rpc method that allows the client to send - * a stream of partitions and commit all of them atomically at the end. - * If the commit is successful, the server will return a - * response and close the stream. If the commit fails (due to duplicate - * partitions or other reason), the server will close the stream with an - * error. This method is only available via the gRPC API (not REST). - * - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Stream} - * An object stream which is both readable and writable. It accepts objects - * representing {@link protos.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest|StreamMetastorePartitionsRequest} for write() method, and - * will emit objects representing {@link protos.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse|StreamMetastorePartitionsResponse} on 'data' event asynchronously. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#bi-directional-streaming | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta/metastore_partition_service.stream_metastore_partitions.js - * region_tag:bigquerystorage_v1beta_generated_MetastorePartitionService_StreamMetastorePartitions_async - */ - streamMetastorePartitions(options?: CallOptions): gax.CancellableStream { - this.initialize().catch((err) => { - throw err; - }); - this._log.info('streamMetastorePartitions stream %j', options); - return this.innerApiCalls.streamMetastorePartitions(null, options); - } - - // -------------------- - // -- Path templates -- - // -------------------- - - /** - * Return a fully-qualified readStream resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @param {string} stream - * @returns {string} Resource name string. - */ - readStreamPath( - project: string, - location: string, - session: string, - stream: string, - ) { - return this.pathTemplates.readStreamPathTemplate.render({ - project: project, - location: location, - session: session, - stream: stream, - }); - } - - /** - * Parse the project from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .project; - } - - /** - * Parse the location from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .location; - } - - /** - * Parse the session from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .session; - } - - /** - * Parse the stream from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .stream; - } - - /** - * Return a fully-qualified table resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @returns {string} Resource name string. - */ - tablePath(project: string, dataset: string, table: string) { - return this.pathTemplates.tablePathTemplate.render({ - project: project, - dataset: dataset, - table: table, - }); - } - - /** - * Parse the project from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the project. - */ - matchProjectFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).project; - } - - /** - * Parse the dataset from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).dataset; - } - - /** - * Parse the table from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the table. - */ - matchTableFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).table; - } - - /** - * Terminate the gRPC channel and close the client. - * - * The client will no longer be usable and all future behavior is undefined. - * @returns {Promise} A promise that resolves when the client is closed. - */ - close(): Promise { - if (this.metastorePartitionServiceStub && !this._terminated) { - return this.metastorePartitionServiceStub.then((stub) => { - this._log.info('ending gRPC channel'); - this._terminated = true; - stub.close(); - }); - } - return Promise.resolve(); - } -} diff --git a/handwritten/bigquery-storage/src/v1beta/metastore_partition_service_client_config.json b/handwritten/bigquery-storage/src/v1beta/metastore_partition_service_client_config.json deleted file mode 100644 index a0ecd3a69e11..000000000000 --- a/handwritten/bigquery-storage/src/v1beta/metastore_partition_service_client_config.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "interfaces": { - "google.cloud.bigquery.storage.v1beta.MetastorePartitionService": { - "retry_codes": { - "non_idempotent": [], - "idempotent": [ - "DEADLINE_EXCEEDED", - "UNAVAILABLE" - ], - "unavailable": [ - "UNAVAILABLE" - ] - }, - "retry_params": { - "default": { - "initial_retry_delay_millis": 100, - "retry_delay_multiplier": 1.3, - "max_retry_delay_millis": 60000, - "initial_rpc_timeout_millis": 60000, - "rpc_timeout_multiplier": 1, - "max_rpc_timeout_millis": 60000, - "total_timeout_millis": 600000 - } - }, - "methods": { - "BatchCreateMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "BatchDeleteMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "BatchUpdateMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "ListMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "StreamMetastorePartitions": { - "timeout_millis": 240000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1beta/metastore_partition_service_proto_list.json b/handwritten/bigquery-storage/src/v1beta/metastore_partition_service_proto_list.json deleted file mode 100644 index 7899307d8596..000000000000 --- a/handwritten/bigquery-storage/src/v1beta/metastore_partition_service_proto_list.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "../../protos/google/cloud/bigquery/storage/v1beta/metastore_partition.proto", - "../../protos/google/cloud/bigquery/storage/v1beta/partition.proto" -] diff --git a/handwritten/bigquery-storage/src/v1beta1/big_query_storage_client.ts b/handwritten/bigquery-storage/src/v1beta1/big_query_storage_client.ts deleted file mode 100644 index 2f2e4c86ef11..000000000000 --- a/handwritten/bigquery-storage/src/v1beta1/big_query_storage_client.ts +++ /dev/null @@ -1,1251 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -/* global window */ -import type * as gax from 'google-gax'; -import type { - Callback, - CallOptions, - Descriptors, - ClientOptions, -} from 'google-gax'; -import { PassThrough } from 'stream'; -import * as protos from '../../protos/protos'; -import jsonProtos = require('../../protos/protos.json'); -import { loggingUtils as logging, decodeAnyProtosInArray } from 'google-gax'; - -/** - * Client JSON configuration object, loaded from - * `src/v1beta1/big_query_storage_client_config.json`. - * This file defines retry strategy and timeouts for all API methods in this library. - */ -import * as gapicConfig from './big_query_storage_client_config.json'; -const version = require('../../../package.json').version; - -/** - * BigQuery storage API. - * - * The BigQuery storage API can be used to read data stored in BigQuery. - * - * The v1beta1 API is not yet officially deprecated, and will go through a full - * deprecation cycle (https://cloud.google.com/products#product-launch-stages) - * before the service is turned down. However, new code should use the v1 API - * going forward. - * @class - * @memberof v1beta1 - */ -export class BigQueryStorageClient { - private _terminated = false; - private _opts: ClientOptions; - private _providedCustomServicePath: boolean; - private _gaxModule: typeof gax | typeof gax.fallback; - private _gaxGrpc: gax.GrpcClient | gax.fallback.GrpcClient; - private _protos: {}; - private _defaults: { [method: string]: gax.CallSettings }; - private _universeDomain: string; - private _servicePath: string; - private _log = logging.log('bigquery-storage'); - - auth: gax.GoogleAuth; - descriptors: Descriptors = { - page: {}, - stream: {}, - longrunning: {}, - batching: {}, - }; - warn: (code: string, message: string, warnType?: string) => void; - innerApiCalls: { [name: string]: Function }; - pathTemplates: { [name: string]: gax.PathTemplate }; - bigQueryStorageStub?: Promise<{ [name: string]: Function }>; - - /** - * Construct an instance of BigQueryStorageClient. - * - * @param {object} [options] - The configuration object. - * The options accepted by the constructor are described in detail - * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance). - * The common options are: - * @param {object} [options.credentials] - Credentials object. - * @param {string} [options.credentials.client_email] - * @param {string} [options.credentials.private_key] - * @param {string} [options.email] - Account email address. Required when - * using a .pem or .p12 keyFilename. - * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or - * .p12 key downloaded from the Google Developers Console. If you provide - * a path to a JSON file, the projectId option below is not necessary. - * NOTE: .pem and .p12 require you to specify options.email as well. - * @param {number} [options.port] - The port on which to connect to - * the remote host. - * @param {string} [options.projectId] - The project ID from the Google - * Developer's Console, e.g. 'grape-spaceship-123'. We will also check - * the environment variable GCLOUD_PROJECT for your project ID. If your - * app is running in an environment which supports - * {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials}, - * your project ID will be detected automatically. - * @param {string} [options.apiEndpoint] - The domain name of the - * API remote host. - * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override. - * Follows the structure of {@link gapicConfig}. - * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode. - * For more information, please check the - * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}. - * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you - * need to avoid loading the default gRPC version and want to use the fallback - * HTTP implementation. Load only fallback version and pass it to the constructor: - * ``` - * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC - * const client = new BigQueryStorageClient({fallback: true}, gax); - * ``` - */ - constructor( - opts?: ClientOptions, - gaxInstance?: typeof gax | typeof gax.fallback, - ) { - // Ensure that options include all the required fields. - const staticMembers = this.constructor as typeof BigQueryStorageClient; - if ( - opts?.universe_domain && - opts?.universeDomain && - opts?.universe_domain !== opts?.universeDomain - ) { - throw new Error( - 'Please set either universe_domain or universeDomain, but not both.', - ); - } - const universeDomainEnvVar = - typeof process === 'object' && typeof process.env === 'object' - ? process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] - : undefined; - this._universeDomain = - opts?.universeDomain ?? - opts?.universe_domain ?? - universeDomainEnvVar ?? - 'googleapis.com'; - this._servicePath = 'bigquerystorage.' + this._universeDomain; - const servicePath = - opts?.servicePath || opts?.apiEndpoint || this._servicePath; - this._providedCustomServicePath = !!( - opts?.servicePath || opts?.apiEndpoint - ); - const port = opts?.port || staticMembers.port; - const clientConfig = opts?.clientConfig ?? {}; - const fallback = - opts?.fallback ?? - (typeof window !== 'undefined' && typeof window?.fetch === 'function'); - opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); - - // If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. - if (servicePath !== this._servicePath && !('scopes' in opts)) { - opts['scopes'] = staticMembers.scopes; - } - - // Load google-gax module synchronously if needed - if (!gaxInstance) { - gaxInstance = require('google-gax') as typeof gax; - } - - // Choose either gRPC or proto-over-HTTP implementation of google-gax. - this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance; - - // Create a `gaxGrpc` object, with any grpc-specific options sent to the client. - this._gaxGrpc = new this._gaxModule.GrpcClient(opts); - - // Save options to use in initialize() method. - this._opts = opts; - - // Save the auth object to the client, for use by other methods. - this.auth = this._gaxGrpc.auth as gax.GoogleAuth; - - // Set useJWTAccessWithScope on the auth object. - this.auth.useJWTAccessWithScope = true; - - // Set defaultServicePath on the auth object. - this.auth.defaultServicePath = this._servicePath; - - // Set the default scopes in auth client if needed. - if (servicePath === this._servicePath) { - this.auth.defaultScopes = staticMembers.scopes; - } - - // Determine the client header string. - const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`]; - if (typeof process === 'object' && 'versions' in process) { - clientHeader.push(`gl-node/${process.versions.node}`); - } else { - clientHeader.push(`gl-web/${this._gaxModule.version}`); - } - if (!opts.fallback) { - clientHeader.push(`grpc/${this._gaxGrpc.grpcVersion}`); - } else { - clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); - } - if (opts.libName && opts.libVersion) { - clientHeader.push(`${opts.libName}/${opts.libVersion}`); - } - // Load the applicable protos. - this._protos = this._gaxGrpc.loadProtoJSON(jsonProtos); - - // This API contains "path templates"; forward-slash-separated - // identifiers to uniquely identify resources within the API. - // Create useful helper objects for these. - this.pathTemplates = { - projectPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}', - ), - readSessionPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}', - ), - streamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/streams/{stream}', - ), - }; - - // Some of the methods on this service provide streaming responses. - // Provide descriptors for these. - this.descriptors.stream = { - readRows: new this._gaxModule.StreamDescriptor( - this._gaxModule.StreamType.SERVER_STREAMING, - !!opts.fallback, - !!opts.gaxServerStreamingRetries, - ), - }; - - // Put together the default options sent with requests. - this._defaults = this._gaxGrpc.constructSettings( - 'google.cloud.bigquery.storage.v1beta1.BigQueryStorage', - gapicConfig as gax.ClientConfig, - opts.clientConfig || {}, - { 'x-goog-api-client': clientHeader.join(' ') }, - ); - - // Set up a dictionary of "inner API calls"; the core implementation - // of calling the API is handled in `google-gax`, with this code - // merely providing the destination and request information. - this.innerApiCalls = {}; - - // Add a warn function to the client constructor so it can be easily tested. - this.warn = this._gaxModule.warn; - } - - /** - * Initialize the client. - * Performs asynchronous operations (such as authentication) and prepares the client. - * This function will be called automatically when any class method is called for the - * first time, but if you need to initialize it before calling an actual method, - * feel free to call initialize() directly. - * - * You can await on this method if you want to make sure the client is initialized. - * - * @returns {Promise} A promise that resolves to an authenticated service stub. - */ - initialize() { - // If the client stub promise is already initialized, return immediately. - if (this.bigQueryStorageStub) { - return this.bigQueryStorageStub; - } - - // Put together the "service stub" for - // google.cloud.bigquery.storage.v1beta1.BigQueryStorage. - this.bigQueryStorageStub = this._gaxGrpc.createStub( - this._opts.fallback - ? (this._protos as protobuf.Root).lookupService( - 'google.cloud.bigquery.storage.v1beta1.BigQueryStorage', - ) - : // eslint-disable-next-line @typescript-eslint/no-explicit-any - (this._protos as any).google.cloud.bigquery.storage.v1beta1 - .BigQueryStorage, - this._opts, - this._providedCustomServicePath, - ) as Promise<{ [method: string]: Function }>; - - // Iterate over each of the methods that the service provides - // and create an API call method for each. - const bigQueryStorageStubMethods = [ - 'createReadSession', - 'readRows', - 'batchCreateReadSessionStreams', - 'finalizeStream', - 'splitReadStream', - ]; - for (const methodName of bigQueryStorageStubMethods) { - const callPromise = this.bigQueryStorageStub.then( - (stub) => - (...args: Array<{}>) => { - if (this._terminated) { - if (methodName in this.descriptors.stream) { - const stream = new PassThrough({ objectMode: true }); - setImmediate(() => { - stream.emit( - 'error', - new this._gaxModule.GoogleError( - 'The client has already been closed.', - ), - ); - }); - return stream; - } - return Promise.reject('The client has already been closed.'); - } - const func = stub[methodName]; - return func.apply(stub, args); - }, - (err: Error | null | undefined) => () => { - throw err; - }, - ); - - const descriptor = this.descriptors.stream[methodName] || undefined; - const apiCall = this._gaxModule.createApiCall( - callPromise, - this._defaults[methodName], - descriptor, - this._opts.fallback, - ); - - this.innerApiCalls[methodName] = apiCall; - } - - return this.bigQueryStorageStub; - } - - /** - * The DNS address for this API service. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get servicePath() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static servicePath is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service - same as servicePath. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get apiEndpoint() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static apiEndpoint is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service. - * @returns {string} The DNS address for this service. - */ - get apiEndpoint() { - return this._servicePath; - } - - get universeDomain() { - return this._universeDomain; - } - - /** - * The port for this API service. - * @returns {number} The default port for this service. - */ - static get port() { - return 443; - } - - /** - * The scopes needed to make gRPC calls for every method defined - * in this service. - * @returns {string[]} List of default scopes. - */ - static get scopes() { - return [ - 'https://www.googleapis.com/auth/bigquery', - 'https://www.googleapis.com/auth/cloud-platform', - ]; - } - - getProjectId(): Promise; - getProjectId(callback: Callback): void; - /** - * Return the project ID used by this class. - * @returns {Promise} A promise that resolves to string containing the project ID. - */ - getProjectId( - callback?: Callback, - ): Promise | void { - if (callback) { - this.auth.getProjectId(callback); - return; - } - return this.auth.getProjectId(); - } - - // ------------------- - // -- Service calls -- - // ------------------- - /** - * Creates a new read session. A read session divides the contents of a - * BigQuery table into one or more streams, which can then be used to read - * data from the table. The read session also specifies properties of the - * data to be read, such as a list of columns or a push-down filter describing - * the rows to be returned. - * - * A particular row can be read by at most one stream. When the caller has - * reached the end of each stream in the session, then all the data in the - * table has been read. - * - * Read sessions automatically expire 6 hours after they are created and do - * not require manual clean-up by the caller. - * - * @param {Object} request - * The request object that will be sent. - * @param {google.cloud.bigquery.storage.v1beta1.TableReference} request.tableReference - * Required. Reference to the table to read. - * @param {string} request.parent - * Required. String of the form `projects/{project_id}` indicating the - * project this ReadSession is associated with. This is the project that will - * be billed for usage. - * @param {google.cloud.bigquery.storage.v1beta1.TableModifiers} request.tableModifiers - * Any modifiers to the Table (e.g. snapshot timestamp). - * @param {number} request.requestedStreams - * Initial number of streams. If unset or 0, we will - * provide a value of streams so as to produce reasonable throughput. Must be - * non-negative. The number of streams may be lower than the requested number, - * depending on the amount parallelism that is reasonable for the table and - * the maximum amount of parallelism allowed by the system. - * - * Streams must be read starting from offset 0. - * @param {google.cloud.bigquery.storage.v1beta1.TableReadOptions} request.readOptions - * Read options for this session (e.g. column selection, filters). - * @param {google.cloud.bigquery.storage.v1beta1.DataFormat} request.format - * Data output format. Currently default to Avro. - * DATA_FORMAT_UNSPECIFIED not supported. - * @param {google.cloud.bigquery.storage.v1beta1.ShardingStrategy} request.shardingStrategy - * The strategy to use for distributing data among multiple streams. Currently - * defaults to liquid sharding. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta1.ReadSession|ReadSession}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta1/big_query_storage.create_read_session.js - * region_tag:bigquerystorage_v1beta1_generated_BigQueryStorage_CreateReadSession_async - */ - createReadSession( - request?: protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta1.IReadSession, - ( - | protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest - | undefined - ), - {} | undefined, - ] - >; - createReadSession( - request: protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta1.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createReadSession( - request: protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta1.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createReadSession( - request?: protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta1.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta1.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta1.IReadSession, - ( - | protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - 'table_reference.project_id': - request.tableReference!.projectId?.toString() ?? '', - 'table_reference.dataset_id': - request.tableReference!.datasetId?.toString() ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('createReadSession request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta1.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('createReadSession response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .createReadSession(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta1.IReadSession, - ( - | protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('createReadSession response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Creates additional streams for a ReadSession. This API can be used to - * dynamically adjust the parallelism of a batch processing task upwards by - * adding additional workers. - * - * @param {Object} request - * The request object that will be sent. - * @param {google.cloud.bigquery.storage.v1beta1.ReadSession} request.session - * Required. Must be a non-expired session obtained from a call to - * CreateReadSession. Only the name field needs to be set. - * @param {number} request.requestedStreams - * Required. Number of new streams requested. Must be positive. - * Number of added streams may be less than this, see CreateReadSessionRequest - * for more information. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse|BatchCreateReadSessionStreamsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta1/big_query_storage.batch_create_read_session_streams.js - * region_tag:bigquerystorage_v1beta1_generated_BigQueryStorage_BatchCreateReadSessionStreams_async - */ - batchCreateReadSessionStreams( - request?: protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest - | undefined - ), - {} | undefined, - ] - >; - batchCreateReadSessionStreams( - request: protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCreateReadSessionStreams( - request: protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCreateReadSessionStreams( - request?: protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - 'session.name': request.session!.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('batchCreateReadSessionStreams request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('batchCreateReadSessionStreams response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .batchCreateReadSessionStreams(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('batchCreateReadSessionStreams response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Causes a single stream in a ReadSession to gracefully stop. This - * API can be used to dynamically adjust the parallelism of a batch processing - * task downwards without losing data. - * - * This API does not delete the stream -- it remains visible in the - * ReadSession, and any data processed by the stream is not released to other - * streams. However, no additional data will be assigned to the stream once - * this call completes. Callers must continue reading data on the stream until - * the end of the stream is reached so that data which has already been - * assigned to the stream will be processed. - * - * This method will return an error if there are no other live streams - * in the Session, or if SplitReadStream() has been called on the given - * Stream. - * - * @param {Object} request - * The request object that will be sent. - * @param {google.cloud.bigquery.storage.v1beta1.Stream} request.stream - * Required. Stream to finalize. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta1/big_query_storage.finalize_stream.js - * region_tag:bigquerystorage_v1beta1_generated_BigQueryStorage_FinalizeStream_async - */ - finalizeStream( - request?: protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.protobuf.IEmpty, - ( - | protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest - | undefined - ), - {} | undefined, - ] - >; - finalizeStream( - request: protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - finalizeStream( - request: protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest, - callback: Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - finalizeStream( - request?: protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.protobuf.IEmpty, - ( - | protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - 'stream.name': request.stream!.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('finalizeStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.protobuf.IEmpty, - | protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('finalizeStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .finalizeStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.protobuf.IEmpty, - ( - | protos.google.cloud.bigquery.storage.v1beta1.IFinalizeStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('finalizeStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Splits a given read stream into two Streams. These streams are referred to - * as the primary and the residual of the split. The original stream can still - * be read from in the same manner as before. Both of the returned streams can - * also be read from, and the total rows return by both child streams will be - * the same as the rows read from the original stream. - * - * Moreover, the two child streams will be allocated back to back in the - * original Stream. Concretely, it is guaranteed that for streams Original, - * Primary, and Residual, that Original[0-j] = Primary[0-j] and - * Original[j-n] = Residual[0-m] once the streams have been read to - * completion. - * - * This method is guaranteed to be idempotent. - * - * @param {Object} request - * The request object that will be sent. - * @param {google.cloud.bigquery.storage.v1beta1.Stream} request.originalStream - * Required. Stream to split. - * @param {number} request.fraction - * A value in the range (0.0, 1.0) that specifies the fractional point at - * which the original stream should be split. The actual split point is - * evaluated on pre-filtered rows, so if a filter is provided, then there is - * no guarantee that the division of the rows between the new child streams - * will be proportional to this fractional value. Additionally, because the - * server-side unit for assigning data is collections of rows, this fraction - * will always map to to a data storage boundary on the server side. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse|SplitReadStreamResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta1/big_query_storage.split_read_stream.js - * region_tag:bigquerystorage_v1beta1_generated_BigQueryStorage_SplitReadStream_async - */ - splitReadStream( - request?: protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest - | undefined - ), - {} | undefined, - ] - >; - splitReadStream( - request: protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - splitReadStream( - request: protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - splitReadStream( - request?: protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - 'original_stream.name': request.originalStream!.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('splitReadStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('splitReadStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .splitReadStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('splitReadStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - - /** - * Reads rows from the table in the format prescribed by the read session. - * Each response contains one or more table rows, up to a maximum of 10 MiB - * per response; read requests which attempt to read individual rows larger - * than this will fail. - * - * Each request also returns a set of stream statistics reflecting the - * estimated total number of rows in the read stream. This number is computed - * based on the total table size and the number of active streams in the read - * session, and may change as other streams continue to read data. - * - * @param {Object} request - * The request object that will be sent. - * @param {google.cloud.bigquery.storage.v1beta1.StreamPosition} request.readPosition - * Required. Identifier of the position in the stream to start reading from. - * The offset requested must be less than the last row read from ReadRows. - * Requesting a larger offset is undefined. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Stream} - * An object stream which emits {@link protos.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse|ReadRowsResponse} on 'data' event. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#server-streaming | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta1/big_query_storage.read_rows.js - * region_tag:bigquerystorage_v1beta1_generated_BigQueryStorage_ReadRows_async - */ - readRows( - request?: protos.google.cloud.bigquery.storage.v1beta1.IReadRowsRequest, - options?: CallOptions, - ): gax.CancellableStream { - request = request || {}; - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - 'read_position.stream.name': request.readPosition!.stream!.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('readRows stream %j', options); - return this.innerApiCalls.readRows(request, options); - } - - // -------------------- - // -- Path templates -- - // -------------------- - - /** - * Return a fully-qualified project resource name string. - * - * @param {string} project - * @returns {string} Resource name string. - */ - projectPath(project: string) { - return this.pathTemplates.projectPathTemplate.render({ - project: project, - }); - } - - /** - * Parse the project from Project resource. - * - * @param {string} projectName - * A fully-qualified path representing Project resource. - * @returns {string} A string representing the project. - */ - matchProjectFromProjectName(projectName: string) { - return this.pathTemplates.projectPathTemplate.match(projectName).project; - } - - /** - * Return a fully-qualified readSession resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @returns {string} Resource name string. - */ - readSessionPath(project: string, location: string, session: string) { - return this.pathTemplates.readSessionPathTemplate.render({ - project: project, - location: location, - session: session, - }); - } - - /** - * Parse the project from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .project; - } - - /** - * Parse the location from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .location; - } - - /** - * Parse the session from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .session; - } - - /** - * Return a fully-qualified stream resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} stream - * @returns {string} Resource name string. - */ - streamPath(project: string, location: string, stream: string) { - return this.pathTemplates.streamPathTemplate.render({ - project: project, - location: location, - stream: stream, - }); - } - - /** - * Parse the project from Stream resource. - * - * @param {string} streamName - * A fully-qualified path representing Stream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromStreamName(streamName: string) { - return this.pathTemplates.streamPathTemplate.match(streamName).project; - } - - /** - * Parse the location from Stream resource. - * - * @param {string} streamName - * A fully-qualified path representing Stream resource. - * @returns {string} A string representing the location. - */ - matchLocationFromStreamName(streamName: string) { - return this.pathTemplates.streamPathTemplate.match(streamName).location; - } - - /** - * Parse the stream from Stream resource. - * - * @param {string} streamName - * A fully-qualified path representing Stream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromStreamName(streamName: string) { - return this.pathTemplates.streamPathTemplate.match(streamName).stream; - } - - /** - * Terminate the gRPC channel and close the client. - * - * The client will no longer be usable and all future behavior is undefined. - * @returns {Promise} A promise that resolves when the client is closed. - */ - close(): Promise { - if (this.bigQueryStorageStub && !this._terminated) { - return this.bigQueryStorageStub.then((stub) => { - this._log.info('ending gRPC channel'); - this._terminated = true; - stub.close(); - }); - } - return Promise.resolve(); - } -} diff --git a/handwritten/bigquery-storage/src/v1beta1/big_query_storage_client_config.json b/handwritten/bigquery-storage/src/v1beta1/big_query_storage_client_config.json deleted file mode 100644 index 003cb084ff83..000000000000 --- a/handwritten/bigquery-storage/src/v1beta1/big_query_storage_client_config.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "interfaces": { - "google.cloud.bigquery.storage.v1beta1.BigQueryStorage": { - "retry_codes": { - "non_idempotent": [], - "idempotent": [ - "DEADLINE_EXCEEDED", - "UNAVAILABLE" - ], - "unavailable": [ - "UNAVAILABLE" - ] - }, - "retry_params": { - "default": { - "initial_retry_delay_millis": 100, - "retry_delay_multiplier": 1.3, - "max_retry_delay_millis": 60000, - "initial_rpc_timeout_millis": 60000, - "rpc_timeout_multiplier": 1, - "max_rpc_timeout_millis": 60000, - "total_timeout_millis": 600000 - } - }, - "methods": { - "CreateReadSession": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "ReadRows": { - "timeout_millis": 86400000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "BatchCreateReadSessionStreams": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "FinalizeStream": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "SplitReadStream": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1beta1/big_query_storage_proto_list.json b/handwritten/bigquery-storage/src/v1beta1/big_query_storage_proto_list.json deleted file mode 100644 index 0b8010758a65..000000000000 --- a/handwritten/bigquery-storage/src/v1beta1/big_query_storage_proto_list.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - "../../protos/google/cloud/bigquery/storage/v1beta1/arrow.proto", - "../../protos/google/cloud/bigquery/storage/v1beta1/avro.proto", - "../../protos/google/cloud/bigquery/storage/v1beta1/read_options.proto", - "../../protos/google/cloud/bigquery/storage/v1beta1/storage.proto", - "../../protos/google/cloud/bigquery/storage/v1beta1/table_reference.proto" -] diff --git a/handwritten/bigquery-storage/src/v1beta1/gapic_metadata.json b/handwritten/bigquery-storage/src/v1beta1/gapic_metadata.json deleted file mode 100644 index 00d888bf605a..000000000000 --- a/handwritten/bigquery-storage/src/v1beta1/gapic_metadata.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "schema": "1.0", - "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", - "language": "typescript", - "protoPackage": "google.cloud.bigquery.storage.v1beta1", - "libraryPackage": "@google-cloud/bigquery-storage", - "services": { - "BigQueryStorage": { - "clients": { - "grpc": { - "libraryClient": "BigQueryStorageClient", - "rpcs": { - "CreateReadSession": { - "methods": [ - "createReadSession" - ] - }, - "BatchCreateReadSessionStreams": { - "methods": [ - "batchCreateReadSessionStreams" - ] - }, - "FinalizeStream": { - "methods": [ - "finalizeStream" - ] - }, - "SplitReadStream": { - "methods": [ - "splitReadStream" - ] - }, - "ReadRows": { - "methods": [ - "readRows" - ] - } - } - }, - "grpc-fallback": { - "libraryClient": "BigQueryStorageClient", - "rpcs": { - "CreateReadSession": { - "methods": [ - "createReadSession" - ] - }, - "BatchCreateReadSessionStreams": { - "methods": [ - "batchCreateReadSessionStreams" - ] - }, - "FinalizeStream": { - "methods": [ - "finalizeStream" - ] - }, - "SplitReadStream": { - "methods": [ - "splitReadStream" - ] - } - } - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1beta1/index.ts b/handwritten/bigquery-storage/src/v1beta1/index.ts deleted file mode 100644 index 9a6dba62856b..000000000000 --- a/handwritten/bigquery-storage/src/v1beta1/index.ts +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -export { BigQueryStorageClient } from './big_query_storage_client'; diff --git a/handwritten/bigquery-storage/src/v1beta2/big_query_read_client.ts b/handwritten/bigquery-storage/src/v1beta2/big_query_read_client.ts deleted file mode 100644 index bf07163430ca..000000000000 --- a/handwritten/bigquery-storage/src/v1beta2/big_query_read_client.ts +++ /dev/null @@ -1,1082 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -/* global window */ -import type * as gax from 'google-gax'; -import type { - Callback, - CallOptions, - Descriptors, - ClientOptions, -} from 'google-gax'; -import { PassThrough } from 'stream'; -import * as protos from '../../protos/protos'; -import jsonProtos = require('../../protos/protos.json'); -import { loggingUtils as logging, decodeAnyProtosInArray } from 'google-gax'; - -/** - * Client JSON configuration object, loaded from - * `src/v1beta2/big_query_read_client_config.json`. - * This file defines retry strategy and timeouts for all API methods in this library. - */ -import * as gapicConfig from './big_query_read_client_config.json'; -const version = require('../../../package.json').version; - -/** - * BigQuery Read API. - * - * The Read API can be used to read data from BigQuery. - * - * New code should use the v1 Read API going forward, if they don't use Write - * API at the same time. - * @class - * @memberof v1beta2 - */ -export class BigQueryReadClient { - private _terminated = false; - private _opts: ClientOptions; - private _providedCustomServicePath: boolean; - private _gaxModule: typeof gax | typeof gax.fallback; - private _gaxGrpc: gax.GrpcClient | gax.fallback.GrpcClient; - private _protos: {}; - private _defaults: { [method: string]: gax.CallSettings }; - private _universeDomain: string; - private _servicePath: string; - private _log = logging.log('storage'); - - auth: gax.GoogleAuth; - descriptors: Descriptors = { - page: {}, - stream: {}, - longrunning: {}, - batching: {}, - }; - warn: (code: string, message: string, warnType?: string) => void; - innerApiCalls: { [name: string]: Function }; - pathTemplates: { [name: string]: gax.PathTemplate }; - bigQueryReadStub?: Promise<{ [name: string]: Function }>; - - /** - * Construct an instance of BigQueryReadClient. - * - * @param {object} [options] - The configuration object. - * The options accepted by the constructor are described in detail - * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance). - * The common options are: - * @param {object} [options.credentials] - Credentials object. - * @param {string} [options.credentials.client_email] - * @param {string} [options.credentials.private_key] - * @param {string} [options.email] - Account email address. Required when - * using a .pem or .p12 keyFilename. - * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or - * .p12 key downloaded from the Google Developers Console. If you provide - * a path to a JSON file, the projectId option below is not necessary. - * NOTE: .pem and .p12 require you to specify options.email as well. - * @param {number} [options.port] - The port on which to connect to - * the remote host. - * @param {string} [options.projectId] - The project ID from the Google - * Developer's Console, e.g. 'grape-spaceship-123'. We will also check - * the environment variable GCLOUD_PROJECT for your project ID. If your - * app is running in an environment which supports - * {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials}, - * your project ID will be detected automatically. - * @param {string} [options.apiEndpoint] - The domain name of the - * API remote host. - * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override. - * Follows the structure of {@link gapicConfig}. - * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode. - * For more information, please check the - * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}. - * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you - * need to avoid loading the default gRPC version and want to use the fallback - * HTTP implementation. Load only fallback version and pass it to the constructor: - * ``` - * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC - * const client = new BigQueryReadClient({fallback: true}, gax); - * ``` - */ - constructor( - opts?: ClientOptions, - gaxInstance?: typeof gax | typeof gax.fallback, - ) { - // Ensure that options include all the required fields. - const staticMembers = this.constructor as typeof BigQueryReadClient; - if ( - opts?.universe_domain && - opts?.universeDomain && - opts?.universe_domain !== opts?.universeDomain - ) { - throw new Error( - 'Please set either universe_domain or universeDomain, but not both.', - ); - } - const universeDomainEnvVar = - typeof process === 'object' && typeof process.env === 'object' - ? process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] - : undefined; - this._universeDomain = - opts?.universeDomain ?? - opts?.universe_domain ?? - universeDomainEnvVar ?? - 'googleapis.com'; - this._servicePath = 'bigquerystorage.' + this._universeDomain; - const servicePath = - opts?.servicePath || opts?.apiEndpoint || this._servicePath; - this._providedCustomServicePath = !!( - opts?.servicePath || opts?.apiEndpoint - ); - const port = opts?.port || staticMembers.port; - const clientConfig = opts?.clientConfig ?? {}; - const fallback = - opts?.fallback ?? - (typeof window !== 'undefined' && typeof window?.fetch === 'function'); - opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); - - // If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. - if (servicePath !== this._servicePath && !('scopes' in opts)) { - opts['scopes'] = staticMembers.scopes; - } - - // Load google-gax module synchronously if needed - if (!gaxInstance) { - gaxInstance = require('google-gax') as typeof gax; - } - - // Choose either gRPC or proto-over-HTTP implementation of google-gax. - this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance; - - // Create a `gaxGrpc` object, with any grpc-specific options sent to the client. - this._gaxGrpc = new this._gaxModule.GrpcClient(opts); - - // Save options to use in initialize() method. - this._opts = opts; - - // Save the auth object to the client, for use by other methods. - this.auth = this._gaxGrpc.auth as gax.GoogleAuth; - - // Set useJWTAccessWithScope on the auth object. - this.auth.useJWTAccessWithScope = true; - - // Set defaultServicePath on the auth object. - this.auth.defaultServicePath = this._servicePath; - - // Set the default scopes in auth client if needed. - if (servicePath === this._servicePath) { - this.auth.defaultScopes = staticMembers.scopes; - } - - // Determine the client header string. - const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`]; - if (typeof process === 'object' && 'versions' in process) { - clientHeader.push(`gl-node/${process.versions.node}`); - } else { - clientHeader.push(`gl-web/${this._gaxModule.version}`); - } - if (!opts.fallback) { - clientHeader.push(`grpc/${this._gaxGrpc.grpcVersion}`); - } else { - clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); - } - if (opts.libName && opts.libVersion) { - clientHeader.push(`${opts.libName}/${opts.libVersion}`); - } - // Load the applicable protos. - this._protos = this._gaxGrpc.loadProtoJSON(jsonProtos); - - // This API contains "path templates"; forward-slash-separated - // identifiers to uniquely identify resources within the API. - // Create useful helper objects for these. - this.pathTemplates = { - projectPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}', - ), - readSessionPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}', - ), - readStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}/streams/{stream}', - ), - tablePathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}', - ), - writeStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}', - ), - }; - - // Some of the methods on this service provide streaming responses. - // Provide descriptors for these. - this.descriptors.stream = { - readRows: new this._gaxModule.StreamDescriptor( - this._gaxModule.StreamType.SERVER_STREAMING, - !!opts.fallback, - !!opts.gaxServerStreamingRetries, - ), - }; - - // Put together the default options sent with requests. - this._defaults = this._gaxGrpc.constructSettings( - 'google.cloud.bigquery.storage.v1beta2.BigQueryRead', - gapicConfig as gax.ClientConfig, - opts.clientConfig || {}, - { 'x-goog-api-client': clientHeader.join(' ') }, - ); - - // Set up a dictionary of "inner API calls"; the core implementation - // of calling the API is handled in `google-gax`, with this code - // merely providing the destination and request information. - this.innerApiCalls = {}; - - // Add a warn function to the client constructor so it can be easily tested. - this.warn = this._gaxModule.warn; - } - - /** - * Initialize the client. - * Performs asynchronous operations (such as authentication) and prepares the client. - * This function will be called automatically when any class method is called for the - * first time, but if you need to initialize it before calling an actual method, - * feel free to call initialize() directly. - * - * You can await on this method if you want to make sure the client is initialized. - * - * @returns {Promise} A promise that resolves to an authenticated service stub. - */ - initialize() { - // If the client stub promise is already initialized, return immediately. - if (this.bigQueryReadStub) { - return this.bigQueryReadStub; - } - - // Put together the "service stub" for - // google.cloud.bigquery.storage.v1beta2.BigQueryRead. - this.bigQueryReadStub = this._gaxGrpc.createStub( - this._opts.fallback - ? (this._protos as protobuf.Root).lookupService( - 'google.cloud.bigquery.storage.v1beta2.BigQueryRead', - ) - : // eslint-disable-next-line @typescript-eslint/no-explicit-any - (this._protos as any).google.cloud.bigquery.storage.v1beta2 - .BigQueryRead, - this._opts, - this._providedCustomServicePath, - ) as Promise<{ [method: string]: Function }>; - - // Iterate over each of the methods that the service provides - // and create an API call method for each. - const bigQueryReadStubMethods = [ - 'createReadSession', - 'readRows', - 'splitReadStream', - ]; - for (const methodName of bigQueryReadStubMethods) { - const callPromise = this.bigQueryReadStub.then( - (stub) => - (...args: Array<{}>) => { - if (this._terminated) { - if (methodName in this.descriptors.stream) { - const stream = new PassThrough({ objectMode: true }); - setImmediate(() => { - stream.emit( - 'error', - new this._gaxModule.GoogleError( - 'The client has already been closed.', - ), - ); - }); - return stream; - } - return Promise.reject('The client has already been closed.'); - } - const func = stub[methodName]; - return func.apply(stub, args); - }, - (err: Error | null | undefined) => () => { - throw err; - }, - ); - - const descriptor = this.descriptors.stream[methodName] || undefined; - const apiCall = this._gaxModule.createApiCall( - callPromise, - this._defaults[methodName], - descriptor, - this._opts.fallback, - ); - - this.innerApiCalls[methodName] = apiCall; - } - - return this.bigQueryReadStub; - } - - /** - * The DNS address for this API service. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get servicePath() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static servicePath is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service - same as servicePath. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get apiEndpoint() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static apiEndpoint is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service. - * @returns {string} The DNS address for this service. - */ - get apiEndpoint() { - return this._servicePath; - } - - get universeDomain() { - return this._universeDomain; - } - - /** - * The port for this API service. - * @returns {number} The default port for this service. - */ - static get port() { - return 443; - } - - /** - * The scopes needed to make gRPC calls for every method defined - * in this service. - * @returns {string[]} List of default scopes. - */ - static get scopes() { - return [ - 'https://www.googleapis.com/auth/bigquery', - 'https://www.googleapis.com/auth/cloud-platform', - ]; - } - - getProjectId(): Promise; - getProjectId(callback: Callback): void; - /** - * Return the project ID used by this class. - * @returns {Promise} A promise that resolves to string containing the project ID. - */ - getProjectId( - callback?: Callback, - ): Promise | void { - if (callback) { - this.auth.getProjectId(callback); - return; - } - return this.auth.getProjectId(); - } - - // ------------------- - // -- Service calls -- - // ------------------- - /** - * Creates a new read session. A read session divides the contents of a - * BigQuery table into one or more streams, which can then be used to read - * data from the table. The read session also specifies properties of the - * data to be read, such as a list of columns or a push-down filter describing - * the rows to be returned. - * - * A particular row can be read by at most one stream. When the caller has - * reached the end of each stream in the session, then all the data in the - * table has been read. - * - * Data is assigned to each stream such that roughly the same number of - * rows can be read from each stream. Because the server-side unit for - * assigning data is collections of rows, the API does not guarantee that - * each stream will return the same number or rows. Additionally, the - * limits are enforced based on the number of pre-filtered rows, so some - * filters can lead to lopsided assignments. - * - * Read sessions automatically expire 6 hours after they are created and do - * not require manual clean-up by the caller. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. The request project that owns the session, in the form of - * `projects/{project_id}`. - * @param {google.cloud.bigquery.storage.v1beta2.ReadSession} request.readSession - * Required. Session to be created. - * @param {number} request.maxStreamCount - * Max initial number of streams. If unset or zero, the server will - * provide a value of streams so as to produce reasonable throughput. Must be - * non-negative. The number of streams may be lower than the requested number, - * depending on the amount parallelism that is reasonable for the table. Error - * will be returned if the max count is greater than the current system - * max limit of 1,000. - * - * Streams must be read starting from offset 0. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta2.ReadSession|ReadSession}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta2/big_query_read.create_read_session.js - * region_tag:bigquerystorage_v1beta2_generated_BigQueryRead_CreateReadSession_async - */ - createReadSession( - request?: protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IReadSession, - ( - | protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest - | undefined - ), - {} | undefined, - ] - >; - createReadSession( - request: protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createReadSession( - request: protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createReadSession( - request?: protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IReadSession, - ( - | protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - 'read_session.table': request.readSession!.table ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('createReadSession request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IReadSession, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('createReadSession response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .createReadSession(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta2.IReadSession, - ( - | protos.google.cloud.bigquery.storage.v1beta2.ICreateReadSessionRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('createReadSession response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Splits a given `ReadStream` into two `ReadStream` objects. These - * `ReadStream` objects are referred to as the primary and the residual - * streams of the split. The original `ReadStream` can still be read from in - * the same manner as before. Both of the returned `ReadStream` objects can - * also be read from, and the rows returned by both child streams will be - * the same as the rows read from the original stream. - * - * Moreover, the two child streams will be allocated back-to-back in the - * original `ReadStream`. Concretely, it is guaranteed that for streams - * original, primary, and residual, that original[0-j] = primary[0-j] and - * original[j-n] = residual[0-m] once the streams have been read to - * completion. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.name - * Required. Name of the stream to split. - * @param {number} request.fraction - * A value in the range (0.0, 1.0) that specifies the fractional point at - * which the original stream should be split. The actual split point is - * evaluated on pre-filtered rows, so if a filter is provided, then there is - * no guarantee that the division of the rows between the new child streams - * will be proportional to this fractional value. Additionally, because the - * server-side unit for assigning data is collections of rows, this fraction - * will always map to a data storage boundary on the server side. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse|SplitReadStreamResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta2/big_query_read.split_read_stream.js - * region_tag:bigquerystorage_v1beta2_generated_BigQueryRead_SplitReadStream_async - */ - splitReadStream( - request?: protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest - | undefined - ), - {} | undefined, - ] - >; - splitReadStream( - request: protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - splitReadStream( - request: protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - splitReadStream( - request?: protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - name: request.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('splitReadStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('splitReadStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .splitReadStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('splitReadStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - - /** - * Reads rows from the stream in the format prescribed by the ReadSession. - * Each response contains one or more table rows, up to a maximum of 100 MiB - * per response; read requests which attempt to read individual rows larger - * than 100 MiB will fail. - * - * Each request also returns a set of stream statistics reflecting the current - * state of the stream. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.readStream - * Required. Stream to read rows from. - * @param {number} request.offset - * The offset requested must be less than the last row read from Read. - * Requesting a larger offset is undefined. If not specified, start reading - * from offset zero. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Stream} - * An object stream which emits {@link protos.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse|ReadRowsResponse} on 'data' event. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#server-streaming | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta2/big_query_read.read_rows.js - * region_tag:bigquerystorage_v1beta2_generated_BigQueryRead_ReadRows_async - */ - readRows( - request?: protos.google.cloud.bigquery.storage.v1beta2.IReadRowsRequest, - options?: CallOptions, - ): gax.CancellableStream { - request = request || {}; - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - read_stream: request.readStream ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this._log.info('readRows stream %j', options); - return this.innerApiCalls.readRows(request, options); - } - - // -------------------- - // -- Path templates -- - // -------------------- - - /** - * Return a fully-qualified project resource name string. - * - * @param {string} project - * @returns {string} Resource name string. - */ - projectPath(project: string) { - return this.pathTemplates.projectPathTemplate.render({ - project: project, - }); - } - - /** - * Parse the project from Project resource. - * - * @param {string} projectName - * A fully-qualified path representing Project resource. - * @returns {string} A string representing the project. - */ - matchProjectFromProjectName(projectName: string) { - return this.pathTemplates.projectPathTemplate.match(projectName).project; - } - - /** - * Return a fully-qualified readSession resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @returns {string} Resource name string. - */ - readSessionPath(project: string, location: string, session: string) { - return this.pathTemplates.readSessionPathTemplate.render({ - project: project, - location: location, - session: session, - }); - } - - /** - * Parse the project from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .project; - } - - /** - * Parse the location from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .location; - } - - /** - * Parse the session from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .session; - } - - /** - * Return a fully-qualified readStream resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @param {string} stream - * @returns {string} Resource name string. - */ - readStreamPath( - project: string, - location: string, - session: string, - stream: string, - ) { - return this.pathTemplates.readStreamPathTemplate.render({ - project: project, - location: location, - session: session, - stream: stream, - }); - } - - /** - * Parse the project from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .project; - } - - /** - * Parse the location from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .location; - } - - /** - * Parse the session from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .session; - } - - /** - * Parse the stream from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .stream; - } - - /** - * Return a fully-qualified table resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @returns {string} Resource name string. - */ - tablePath(project: string, dataset: string, table: string) { - return this.pathTemplates.tablePathTemplate.render({ - project: project, - dataset: dataset, - table: table, - }); - } - - /** - * Parse the project from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the project. - */ - matchProjectFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).project; - } - - /** - * Parse the dataset from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).dataset; - } - - /** - * Parse the table from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the table. - */ - matchTableFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).table; - } - - /** - * Return a fully-qualified writeStream resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @param {string} stream - * @returns {string} Resource name string. - */ - writeStreamPath( - project: string, - dataset: string, - table: string, - stream: string, - ) { - return this.pathTemplates.writeStreamPathTemplate.render({ - project: project, - dataset: dataset, - table: table, - stream: stream, - }); - } - - /** - * Parse the project from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .project; - } - - /** - * Parse the dataset from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .dataset; - } - - /** - * Parse the table from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the table. - */ - matchTableFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .table; - } - - /** - * Parse the stream from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .stream; - } - - /** - * Terminate the gRPC channel and close the client. - * - * The client will no longer be usable and all future behavior is undefined. - * @returns {Promise} A promise that resolves when the client is closed. - */ - close(): Promise { - if (this.bigQueryReadStub && !this._terminated) { - return this.bigQueryReadStub.then((stub) => { - this._log.info('ending gRPC channel'); - this._terminated = true; - stub.close(); - }); - } - return Promise.resolve(); - } -} diff --git a/handwritten/bigquery-storage/src/v1beta2/big_query_read_client_config.json b/handwritten/bigquery-storage/src/v1beta2/big_query_read_client_config.json deleted file mode 100644 index 67155e9fa09e..000000000000 --- a/handwritten/bigquery-storage/src/v1beta2/big_query_read_client_config.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "interfaces": { - "google.cloud.bigquery.storage.v1beta2.BigQueryRead": { - "retry_codes": { - "non_idempotent": [], - "idempotent": [ - "DEADLINE_EXCEEDED", - "UNAVAILABLE" - ], - "unavailable": [ - "UNAVAILABLE" - ] - }, - "retry_params": { - "default": { - "initial_retry_delay_millis": 100, - "retry_delay_multiplier": 1.3, - "max_retry_delay_millis": 60000, - "initial_rpc_timeout_millis": 60000, - "rpc_timeout_multiplier": 1, - "max_rpc_timeout_millis": 60000, - "total_timeout_millis": 600000 - } - }, - "methods": { - "CreateReadSession": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "ReadRows": { - "timeout_millis": 86400000, - "retry_codes_name": "unavailable", - "retry_params_name": "default" - }, - "SplitReadStream": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1beta2/big_query_read_proto_list.json b/handwritten/bigquery-storage/src/v1beta2/big_query_read_proto_list.json deleted file mode 100644 index 3a0940a9eb76..000000000000 --- a/handwritten/bigquery-storage/src/v1beta2/big_query_read_proto_list.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - "../../protos/google/cloud/bigquery/storage/v1beta2/arrow.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/avro.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/protobuf.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/storage.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/stream.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/table.proto" -] diff --git a/handwritten/bigquery-storage/src/v1beta2/big_query_write_client.ts b/handwritten/bigquery-storage/src/v1beta2/big_query_write_client.ts deleted file mode 100644 index 340810142f44..000000000000 --- a/handwritten/bigquery-storage/src/v1beta2/big_query_write_client.ts +++ /dev/null @@ -1,1536 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -/* global window */ -import type * as gax from 'google-gax'; -import type { - Callback, - CallOptions, - Descriptors, - ClientOptions, -} from 'google-gax'; -import { PassThrough } from 'stream'; -import * as protos from '../../protos/protos'; -import jsonProtos = require('../../protos/protos.json'); -import { loggingUtils as logging, decodeAnyProtosInArray } from 'google-gax'; - -/** - * Client JSON configuration object, loaded from - * `src/v1beta2/big_query_write_client_config.json`. - * This file defines retry strategy and timeouts for all API methods in this library. - */ -import * as gapicConfig from './big_query_write_client_config.json'; -const version = require('../../../package.json').version; - -/** - * BigQuery Write API. - * - * The Write API can be used to write data to BigQuery. - * - * - * The [google.cloud.bigquery.storage.v1 - * API](/bigquery/docs/reference/storage/rpc/google.cloud.bigquery.storage.v1) - * should be used instead of the v1beta2 API for BigQueryWrite operations. - * @class - * @memberof v1beta2 - * @deprecated BigQueryWrite is deprecated and may be removed in a future version. - */ -export class BigQueryWriteClient { - private _terminated = false; - private _opts: ClientOptions; - private _providedCustomServicePath: boolean; - private _gaxModule: typeof gax | typeof gax.fallback; - private _gaxGrpc: gax.GrpcClient | gax.fallback.GrpcClient; - private _protos: {}; - private _defaults: { [method: string]: gax.CallSettings }; - private _universeDomain: string; - private _servicePath: string; - private _log = logging.log('storage'); - - auth: gax.GoogleAuth; - descriptors: Descriptors = { - page: {}, - stream: {}, - longrunning: {}, - batching: {}, - }; - warn: (code: string, message: string, warnType?: string) => void; - innerApiCalls: { [name: string]: Function }; - pathTemplates: { [name: string]: gax.PathTemplate }; - bigQueryWriteStub?: Promise<{ [name: string]: Function }>; - - /** - * Construct an instance of BigQueryWriteClient. - * - * @param {object} [options] - The configuration object. - * The options accepted by the constructor are described in detail - * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance). - * The common options are: - * @param {object} [options.credentials] - Credentials object. - * @param {string} [options.credentials.client_email] - * @param {string} [options.credentials.private_key] - * @param {string} [options.email] - Account email address. Required when - * using a .pem or .p12 keyFilename. - * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or - * .p12 key downloaded from the Google Developers Console. If you provide - * a path to a JSON file, the projectId option below is not necessary. - * NOTE: .pem and .p12 require you to specify options.email as well. - * @param {number} [options.port] - The port on which to connect to - * the remote host. - * @param {string} [options.projectId] - The project ID from the Google - * Developer's Console, e.g. 'grape-spaceship-123'. We will also check - * the environment variable GCLOUD_PROJECT for your project ID. If your - * app is running in an environment which supports - * {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials}, - * your project ID will be detected automatically. - * @param {string} [options.apiEndpoint] - The domain name of the - * API remote host. - * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override. - * Follows the structure of {@link gapicConfig}. - * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode. - * For more information, please check the - * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}. - * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you - * need to avoid loading the default gRPC version and want to use the fallback - * HTTP implementation. Load only fallback version and pass it to the constructor: - * ``` - * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC - * const client = new BigQueryWriteClient({fallback: true}, gax); - * ``` - */ - constructor( - opts?: ClientOptions, - gaxInstance?: typeof gax | typeof gax.fallback, - ) { - // Ensure that options include all the required fields. - const staticMembers = this.constructor as typeof BigQueryWriteClient; - if ( - opts?.universe_domain && - opts?.universeDomain && - opts?.universe_domain !== opts?.universeDomain - ) { - throw new Error( - 'Please set either universe_domain or universeDomain, but not both.', - ); - } - const universeDomainEnvVar = - typeof process === 'object' && typeof process.env === 'object' - ? process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] - : undefined; - this._universeDomain = - opts?.universeDomain ?? - opts?.universe_domain ?? - universeDomainEnvVar ?? - 'googleapis.com'; - this._servicePath = 'bigquerystorage.' + this._universeDomain; - const servicePath = - opts?.servicePath || opts?.apiEndpoint || this._servicePath; - this._providedCustomServicePath = !!( - opts?.servicePath || opts?.apiEndpoint - ); - const port = opts?.port || staticMembers.port; - const clientConfig = opts?.clientConfig ?? {}; - const fallback = - opts?.fallback ?? - (typeof window !== 'undefined' && typeof window?.fetch === 'function'); - opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); - - // If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. - if (servicePath !== this._servicePath && !('scopes' in opts)) { - opts['scopes'] = staticMembers.scopes; - } - - // Load google-gax module synchronously if needed - if (!gaxInstance) { - gaxInstance = require('google-gax') as typeof gax; - } - - // Choose either gRPC or proto-over-HTTP implementation of google-gax. - this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance; - - // Create a `gaxGrpc` object, with any grpc-specific options sent to the client. - this._gaxGrpc = new this._gaxModule.GrpcClient(opts); - - // Save options to use in initialize() method. - this._opts = opts; - - // Save the auth object to the client, for use by other methods. - this.auth = this._gaxGrpc.auth as gax.GoogleAuth; - - // Set useJWTAccessWithScope on the auth object. - this.auth.useJWTAccessWithScope = true; - - // Set defaultServicePath on the auth object. - this.auth.defaultServicePath = this._servicePath; - - // Set the default scopes in auth client if needed. - if (servicePath === this._servicePath) { - this.auth.defaultScopes = staticMembers.scopes; - } - - // Determine the client header string. - const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`]; - if (typeof process === 'object' && 'versions' in process) { - clientHeader.push(`gl-node/${process.versions.node}`); - } else { - clientHeader.push(`gl-web/${this._gaxModule.version}`); - } - if (!opts.fallback) { - clientHeader.push(`grpc/${this._gaxGrpc.grpcVersion}`); - } else { - clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); - } - if (opts.libName && opts.libVersion) { - clientHeader.push(`${opts.libName}/${opts.libVersion}`); - } - // Load the applicable protos. - this._protos = this._gaxGrpc.loadProtoJSON(jsonProtos); - - // This API contains "path templates"; forward-slash-separated - // identifiers to uniquely identify resources within the API. - // Create useful helper objects for these. - this.pathTemplates = { - projectPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}', - ), - readSessionPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}', - ), - readStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/locations/{location}/sessions/{session}/streams/{stream}', - ), - tablePathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}', - ), - writeStreamPathTemplate: new this._gaxModule.PathTemplate( - 'projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}', - ), - }; - - // Some of the methods on this service provide streaming responses. - // Provide descriptors for these. - this.descriptors.stream = { - appendRows: new this._gaxModule.StreamDescriptor( - this._gaxModule.StreamType.BIDI_STREAMING, - !!opts.fallback, - !!opts.gaxServerStreamingRetries, - ), - }; - - // Put together the default options sent with requests. - this._defaults = this._gaxGrpc.constructSettings( - 'google.cloud.bigquery.storage.v1beta2.BigQueryWrite', - gapicConfig as gax.ClientConfig, - opts.clientConfig || {}, - { 'x-goog-api-client': clientHeader.join(' ') }, - ); - - // Set up a dictionary of "inner API calls"; the core implementation - // of calling the API is handled in `google-gax`, with this code - // merely providing the destination and request information. - this.innerApiCalls = {}; - - // Add a warn function to the client constructor so it can be easily tested. - this.warn = this._gaxModule.warn; - } - - /** - * Initialize the client. - * Performs asynchronous operations (such as authentication) and prepares the client. - * This function will be called automatically when any class method is called for the - * first time, but if you need to initialize it before calling an actual method, - * feel free to call initialize() directly. - * - * You can await on this method if you want to make sure the client is initialized. - * - * @returns {Promise} A promise that resolves to an authenticated service stub. - */ - initialize() { - // If the client stub promise is already initialized, return immediately. - if (this.bigQueryWriteStub) { - this.warn( - 'DEP$BigQueryWrite', - 'BigQueryWrite is deprecated and may be removed in a future version.', - 'DeprecationWarning', - ); - return this.bigQueryWriteStub; - } - - // Put together the "service stub" for - // google.cloud.bigquery.storage.v1beta2.BigQueryWrite. - this.bigQueryWriteStub = this._gaxGrpc.createStub( - this._opts.fallback - ? (this._protos as protobuf.Root).lookupService( - 'google.cloud.bigquery.storage.v1beta2.BigQueryWrite', - ) - : // eslint-disable-next-line @typescript-eslint/no-explicit-any - (this._protos as any).google.cloud.bigquery.storage.v1beta2 - .BigQueryWrite, - this._opts, - this._providedCustomServicePath, - ) as Promise<{ [method: string]: Function }>; - - // Iterate over each of the methods that the service provides - // and create an API call method for each. - const bigQueryWriteStubMethods = [ - 'createWriteStream', - 'appendRows', - 'getWriteStream', - 'finalizeWriteStream', - 'batchCommitWriteStreams', - 'flushRows', - ]; - for (const methodName of bigQueryWriteStubMethods) { - const callPromise = this.bigQueryWriteStub.then( - (stub) => - (...args: Array<{}>) => { - if (this._terminated) { - if (methodName in this.descriptors.stream) { - const stream = new PassThrough({ objectMode: true }); - setImmediate(() => { - stream.emit( - 'error', - new this._gaxModule.GoogleError( - 'The client has already been closed.', - ), - ); - }); - return stream; - } - return Promise.reject('The client has already been closed.'); - } - const func = stub[methodName]; - return func.apply(stub, args); - }, - (err: Error | null | undefined) => () => { - throw err; - }, - ); - - const descriptor = this.descriptors.stream[methodName] || undefined; - const apiCall = this._gaxModule.createApiCall( - callPromise, - this._defaults[methodName], - descriptor, - this._opts.fallback, - ); - - this.innerApiCalls[methodName] = apiCall; - } - this.warn( - 'DEP$BigQueryWrite', - 'BigQueryWrite is deprecated and may be removed in a future version.', - 'DeprecationWarning', - ); - - return this.bigQueryWriteStub; - } - - /** - * The DNS address for this API service. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get servicePath() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static servicePath is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service - same as servicePath. - * @deprecated Use the apiEndpoint method of the client instance. - * @returns {string} The DNS address for this service. - */ - static get apiEndpoint() { - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - process.emitWarning( - 'Static apiEndpoint is deprecated, please use the instance method instead.', - 'DeprecationWarning', - ); - } - return 'bigquerystorage.googleapis.com'; - } - - /** - * The DNS address for this API service. - * @returns {string} The DNS address for this service. - */ - get apiEndpoint() { - return this._servicePath; - } - - get universeDomain() { - return this._universeDomain; - } - - /** - * The port for this API service. - * @returns {number} The default port for this service. - */ - static get port() { - return 443; - } - - /** - * The scopes needed to make gRPC calls for every method defined - * in this service. - * @returns {string[]} List of default scopes. - */ - static get scopes() { - return [ - 'https://www.googleapis.com/auth/bigquery', - 'https://www.googleapis.com/auth/bigquery.insertdata', - 'https://www.googleapis.com/auth/cloud-platform', - ]; - } - - getProjectId(): Promise; - getProjectId(callback: Callback): void; - /** - * Return the project ID used by this class. - * @returns {Promise} A promise that resolves to string containing the project ID. - */ - getProjectId( - callback?: Callback, - ): Promise | void { - if (callback) { - this.auth.getProjectId(callback); - return; - } - return this.auth.getProjectId(); - } - - // ------------------- - // -- Service calls -- - // ------------------- - /** - * Creates a write stream to the given table. - * Additionally, every table has a special COMMITTED stream named '_default' - * to which data can be written. This stream doesn't need to be created using - * CreateWriteStream. It is a stream that can be used simultaneously by any - * number of clients. Data written to this stream is considered committed as - * soon as an acknowledgement is received. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Reference to the table to which the stream belongs, in the format - * of `projects/{project}/datasets/{dataset}/tables/{table}`. - * @param {google.cloud.bigquery.storage.v1beta2.WriteStream} request.writeStream - * Required. Stream to be created. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta2.WriteStream|WriteStream}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta2/big_query_write.create_write_stream.js - * region_tag:bigquerystorage_v1beta2_generated_BigQueryWrite_CreateWriteStream_async - * @deprecated CreateWriteStream is deprecated and may be removed in a future version. - */ - createWriteStream( - request?: protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest - | undefined - ), - {} | undefined, - ] - >; - createWriteStream( - request: protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createWriteStream( - request: protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - createWriteStream( - request?: protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this.warn( - 'DEP$BigQueryWrite-$CreateWriteStream', - 'CreateWriteStream is deprecated and may be removed in a future version.', - 'DeprecationWarning', - ); - this._log.info('createWriteStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('createWriteStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .createWriteStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1beta2.ICreateWriteStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('createWriteStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Gets a write stream. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.name - * Required. Name of the stream to get, in the form of - * `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta2.WriteStream|WriteStream}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta2/big_query_write.get_write_stream.js - * region_tag:bigquerystorage_v1beta2_generated_BigQueryWrite_GetWriteStream_async - * @deprecated GetWriteStream is deprecated and may be removed in a future version. - */ - getWriteStream( - request?: protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest - | undefined - ), - {} | undefined, - ] - >; - getWriteStream( - request: protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - getWriteStream( - request: protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - getWriteStream( - request?: protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - name: request.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this.warn( - 'DEP$BigQueryWrite-$GetWriteStream', - 'GetWriteStream is deprecated and may be removed in a future version.', - 'DeprecationWarning', - ); - this._log.info('getWriteStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - | protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('getWriteStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .getWriteStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta2.IWriteStream, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IGetWriteStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('getWriteStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Finalize a write stream so that no new data can be appended to the - * stream. Finalize is not supported on the '_default' stream. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.name - * Required. Name of the stream to finalize, in the form of - * `projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}`. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta2.FinalizeWriteStreamResponse|FinalizeWriteStreamResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta2/big_query_write.finalize_write_stream.js - * region_tag:bigquerystorage_v1beta2_generated_BigQueryWrite_FinalizeWriteStream_async - * @deprecated FinalizeWriteStream is deprecated and may be removed in a future version. - */ - finalizeWriteStream( - request?: protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest - | undefined - ), - {} | undefined, - ] - >; - finalizeWriteStream( - request: protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - finalizeWriteStream( - request: protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - finalizeWriteStream( - request?: protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - name: request.name ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this.warn( - 'DEP$BigQueryWrite-$FinalizeWriteStream', - 'FinalizeWriteStream is deprecated and may be removed in a future version.', - 'DeprecationWarning', - ); - this._log.info('finalizeWriteStream request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('finalizeWriteStream response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .finalizeWriteStream(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IFinalizeWriteStreamRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('finalizeWriteStream response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Atomically commits a group of `PENDING` streams that belong to the same - * `parent` table. - * Streams must be finalized before commit and cannot be committed multiple - * times. Once a stream is committed, data in the stream becomes available - * for read operations. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.parent - * Required. Parent table that all the streams should belong to, in the form - * of `projects/{project}/datasets/{dataset}/tables/{table}`. - * @param {string[]} request.writeStreams - * Required. The group of streams that will be committed atomically. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta2.BatchCommitWriteStreamsResponse|BatchCommitWriteStreamsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta2/big_query_write.batch_commit_write_streams.js - * region_tag:bigquerystorage_v1beta2_generated_BigQueryWrite_BatchCommitWriteStreams_async - * @deprecated BatchCommitWriteStreams is deprecated and may be removed in a future version. - */ - batchCommitWriteStreams( - request?: protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest - | undefined - ), - {} | undefined, - ] - >; - batchCommitWriteStreams( - request: protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCommitWriteStreams( - request: protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - batchCommitWriteStreams( - request?: protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - parent: request.parent ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this.warn( - 'DEP$BigQueryWrite-$BatchCommitWriteStreams', - 'BatchCommitWriteStreams is deprecated and may be removed in a future version.', - 'DeprecationWarning', - ); - this._log.info('batchCommitWriteStreams request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('batchCommitWriteStreams response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .batchCommitWriteStreams(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IBatchCommitWriteStreamsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('batchCommitWriteStreams response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - /** - * Flushes rows to a BUFFERED stream. - * If users are appending rows to BUFFERED stream, flush operation is - * required in order for the rows to become available for reading. A - * Flush operation flushes up to any previously flushed offset in a BUFFERED - * stream, to the offset specified in the request. - * Flush is not supported on the _default stream, since it is not BUFFERED. - * - * @param {Object} request - * The request object that will be sent. - * @param {string} request.writeStream - * Required. The stream that is the target of the flush operation. - * @param {google.protobuf.Int64Value} request.offset - * Ending offset of the flush operation. Rows before this offset(including - * this offset) will be flushed. - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Promise} - The promise which resolves to an array. - * The first element of the array is an object representing {@link protos.google.cloud.bigquery.storage.v1beta2.FlushRowsResponse|FlushRowsResponse}. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta2/big_query_write.flush_rows.js - * region_tag:bigquerystorage_v1beta2_generated_BigQueryWrite_FlushRows_async - * @deprecated FlushRows is deprecated and may be removed in a future version. - */ - flushRows( - request?: protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest, - options?: CallOptions, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest - | undefined - ), - {} | undefined, - ] - >; - flushRows( - request: protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest, - options: CallOptions, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - flushRows( - request: protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest, - callback: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - >, - ): void; - flushRows( - request?: protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest, - optionsOrCallback?: - | CallOptions - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - >, - callback?: Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - >, - ): Promise< - [ - protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest - | undefined - ), - {} | undefined, - ] - > | void { - request = request || {}; - let options: CallOptions; - if (typeof optionsOrCallback === 'function' && callback === undefined) { - callback = optionsOrCallback; - options = {}; - } else { - options = optionsOrCallback as CallOptions; - } - options = options || {}; - options.otherArgs = options.otherArgs || {}; - options.otherArgs.headers = options.otherArgs.headers || {}; - options.otherArgs.headers['x-goog-request-params'] = - this._gaxModule.routingHeader.fromParams({ - write_stream: request.writeStream ?? '', - }); - this.initialize().catch((err) => { - throw err; - }); - this.warn( - 'DEP$BigQueryWrite-$FlushRows', - 'FlushRows is deprecated and may be removed in a future version.', - 'DeprecationWarning', - ); - this._log.info('flushRows request %j', request); - const wrappedCallback: - | Callback< - protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, - | protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest - | null - | undefined, - {} | null | undefined - > - | undefined = callback - ? (error, response, options, rawResponse) => { - this._log.info('flushRows response %j', response); - callback!(error, response, options, rawResponse); // We verified callback above. - } - : undefined; - return this.innerApiCalls - .flushRows(request, options, wrappedCallback) - ?.then( - ([response, options, rawResponse]: [ - protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsResponse, - ( - | protos.google.cloud.bigquery.storage.v1beta2.IFlushRowsRequest - | undefined - ), - {} | undefined, - ]) => { - this._log.info('flushRows response %j', response); - return [response, options, rawResponse]; - }, - ) - .catch((error: any) => { - if ( - error && - 'statusDetails' in error && - error.statusDetails instanceof Array - ) { - const protos = this._gaxModule.protobuf.Root.fromJSON( - jsonProtos, - ) as unknown as gax.protobuf.Type; - error.statusDetails = decodeAnyProtosInArray( - error.statusDetails, - protos, - ); - } - throw error; - }); - } - - /** - * Appends data to the given stream. - * - * If `offset` is specified, the `offset` is checked against the end of - * stream. The server returns `OUT_OF_RANGE` in `AppendRowsResponse` if an - * attempt is made to append to an offset beyond the current end of the stream - * or `ALREADY_EXISTS` if user provids an `offset` that has already been - * written to. User can retry with adjusted offset within the same RPC - * stream. If `offset` is not specified, append happens at the end of the - * stream. - * - * The response contains the offset at which the append happened. Responses - * are received in the same order in which requests are sent. There will be - * one response for each successful request. If the `offset` is not set in - * response, it means append didn't happen due to some errors. If one request - * fails, all the subsequent requests will also fail until a success request - * is made again. - * - * If the stream is of `PENDING` type, data will only be available for read - * operations after the stream is committed. - * - * @param {object} [options] - * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. - * @returns {Stream} - * An object stream which is both readable and writable. It accepts objects - * representing {@link protos.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest|AppendRowsRequest} for write() method, and - * will emit objects representing {@link protos.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse|AppendRowsResponse} on 'data' event asynchronously. - * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#bi-directional-streaming | documentation } - * for more details and examples. - * @example include:samples/generated/v1beta2/big_query_write.append_rows.js - * region_tag:bigquerystorage_v1beta2_generated_BigQueryWrite_AppendRows_async - * @deprecated AppendRows is deprecated and may be removed in a future version. - */ - appendRows(options?: CallOptions): gax.CancellableStream { - this.initialize().catch((err) => { - throw err; - }); - this.warn( - 'DEP$BigQueryWrite-$AppendRows', - 'AppendRows is deprecated and may be removed in a future version.', - 'DeprecationWarning', - ); - this._log.info('appendRows stream %j', options); - return this.innerApiCalls.appendRows(null, options); - } - - // -------------------- - // -- Path templates -- - // -------------------- - - /** - * Return a fully-qualified project resource name string. - * - * @param {string} project - * @returns {string} Resource name string. - */ - projectPath(project: string) { - return this.pathTemplates.projectPathTemplate.render({ - project: project, - }); - } - - /** - * Parse the project from Project resource. - * - * @param {string} projectName - * A fully-qualified path representing Project resource. - * @returns {string} A string representing the project. - */ - matchProjectFromProjectName(projectName: string) { - return this.pathTemplates.projectPathTemplate.match(projectName).project; - } - - /** - * Return a fully-qualified readSession resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @returns {string} Resource name string. - */ - readSessionPath(project: string, location: string, session: string) { - return this.pathTemplates.readSessionPathTemplate.render({ - project: project, - location: location, - session: session, - }); - } - - /** - * Parse the project from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .project; - } - - /** - * Parse the location from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .location; - } - - /** - * Parse the session from ReadSession resource. - * - * @param {string} readSessionName - * A fully-qualified path representing ReadSession resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadSessionName(readSessionName: string) { - return this.pathTemplates.readSessionPathTemplate.match(readSessionName) - .session; - } - - /** - * Return a fully-qualified readStream resource name string. - * - * @param {string} project - * @param {string} location - * @param {string} session - * @param {string} stream - * @returns {string} Resource name string. - */ - readStreamPath( - project: string, - location: string, - session: string, - stream: string, - ) { - return this.pathTemplates.readStreamPathTemplate.render({ - project: project, - location: location, - session: session, - stream: stream, - }); - } - - /** - * Parse the project from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .project; - } - - /** - * Parse the location from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the location. - */ - matchLocationFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .location; - } - - /** - * Parse the session from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the session. - */ - matchSessionFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .session; - } - - /** - * Parse the stream from ReadStream resource. - * - * @param {string} readStreamName - * A fully-qualified path representing ReadStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromReadStreamName(readStreamName: string) { - return this.pathTemplates.readStreamPathTemplate.match(readStreamName) - .stream; - } - - /** - * Return a fully-qualified table resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @returns {string} Resource name string. - */ - tablePath(project: string, dataset: string, table: string) { - return this.pathTemplates.tablePathTemplate.render({ - project: project, - dataset: dataset, - table: table, - }); - } - - /** - * Parse the project from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the project. - */ - matchProjectFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).project; - } - - /** - * Parse the dataset from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).dataset; - } - - /** - * Parse the table from Table resource. - * - * @param {string} tableName - * A fully-qualified path representing Table resource. - * @returns {string} A string representing the table. - */ - matchTableFromTableName(tableName: string) { - return this.pathTemplates.tablePathTemplate.match(tableName).table; - } - - /** - * Return a fully-qualified writeStream resource name string. - * - * @param {string} project - * @param {string} dataset - * @param {string} table - * @param {string} stream - * @returns {string} Resource name string. - */ - writeStreamPath( - project: string, - dataset: string, - table: string, - stream: string, - ) { - return this.pathTemplates.writeStreamPathTemplate.render({ - project: project, - dataset: dataset, - table: table, - stream: stream, - }); - } - - /** - * Parse the project from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the project. - */ - matchProjectFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .project; - } - - /** - * Parse the dataset from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the dataset. - */ - matchDatasetFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .dataset; - } - - /** - * Parse the table from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the table. - */ - matchTableFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .table; - } - - /** - * Parse the stream from WriteStream resource. - * - * @param {string} writeStreamName - * A fully-qualified path representing WriteStream resource. - * @returns {string} A string representing the stream. - */ - matchStreamFromWriteStreamName(writeStreamName: string) { - return this.pathTemplates.writeStreamPathTemplate.match(writeStreamName) - .stream; - } - - /** - * Terminate the gRPC channel and close the client. - * - * The client will no longer be usable and all future behavior is undefined. - * @returns {Promise} A promise that resolves when the client is closed. - */ - close(): Promise { - if (this.bigQueryWriteStub && !this._terminated) { - return this.bigQueryWriteStub.then((stub) => { - this._log.info('ending gRPC channel'); - this._terminated = true; - stub.close(); - }); - } - return Promise.resolve(); - } -} diff --git a/handwritten/bigquery-storage/src/v1beta2/big_query_write_client_config.json b/handwritten/bigquery-storage/src/v1beta2/big_query_write_client_config.json deleted file mode 100644 index 7f28169e4cf1..000000000000 --- a/handwritten/bigquery-storage/src/v1beta2/big_query_write_client_config.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "interfaces": { - "google.cloud.bigquery.storage.v1beta2.BigQueryWrite": { - "retry_codes": { - "non_idempotent": [], - "idempotent": [ - "DEADLINE_EXCEEDED", - "UNAVAILABLE" - ], - "deadline_exceeded_resource_exhausted_unavailable": [ - "DEADLINE_EXCEEDED", - "RESOURCE_EXHAUSTED", - "UNAVAILABLE" - ], - "resource_exhausted_unavailable": [ - "RESOURCE_EXHAUSTED", - "UNAVAILABLE" - ] - }, - "retry_params": { - "default": { - "initial_retry_delay_millis": 100, - "retry_delay_multiplier": 1.3, - "max_retry_delay_millis": 60000, - "initial_rpc_timeout_millis": 60000, - "rpc_timeout_multiplier": 1, - "max_rpc_timeout_millis": 60000, - "total_timeout_millis": 600000 - } - }, - "methods": { - "CreateWriteStream": { - "timeout_millis": 600000, - "retry_codes_name": "deadline_exceeded_resource_exhausted_unavailable", - "retry_params_name": "default" - }, - "AppendRows": { - "timeout_millis": 86400000, - "retry_codes_name": "resource_exhausted_unavailable", - "retry_params_name": "default" - }, - "GetWriteStream": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "FinalizeWriteStream": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "BatchCommitWriteStreams": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "FlushRows": { - "timeout_millis": 600000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1beta2/big_query_write_proto_list.json b/handwritten/bigquery-storage/src/v1beta2/big_query_write_proto_list.json deleted file mode 100644 index 3a0940a9eb76..000000000000 --- a/handwritten/bigquery-storage/src/v1beta2/big_query_write_proto_list.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - "../../protos/google/cloud/bigquery/storage/v1beta2/arrow.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/avro.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/protobuf.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/storage.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/stream.proto", - "../../protos/google/cloud/bigquery/storage/v1beta2/table.proto" -] diff --git a/handwritten/bigquery-storage/src/v1beta2/gapic_metadata.json b/handwritten/bigquery-storage/src/v1beta2/gapic_metadata.json deleted file mode 100644 index d360825be2d2..000000000000 --- a/handwritten/bigquery-storage/src/v1beta2/gapic_metadata.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "schema": "1.0", - "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", - "language": "typescript", - "protoPackage": "google.cloud.bigquery.storage.v1beta2", - "libraryPackage": "storage", - "services": { - "BigQueryRead": { - "clients": { - "grpc": { - "libraryClient": "BigQueryReadClient", - "rpcs": { - "CreateReadSession": { - "methods": [ - "createReadSession" - ] - }, - "SplitReadStream": { - "methods": [ - "splitReadStream" - ] - }, - "ReadRows": { - "methods": [ - "readRows" - ] - } - } - }, - "grpc-fallback": { - "libraryClient": "BigQueryReadClient", - "rpcs": { - "CreateReadSession": { - "methods": [ - "createReadSession" - ] - }, - "SplitReadStream": { - "methods": [ - "splitReadStream" - ] - } - } - } - } - }, - "BigQueryWrite": { - "clients": { - "grpc": { - "libraryClient": "BigQueryWriteClient", - "rpcs": { - "CreateWriteStream": { - "methods": [ - "createWriteStream" - ] - }, - "GetWriteStream": { - "methods": [ - "getWriteStream" - ] - }, - "FinalizeWriteStream": { - "methods": [ - "finalizeWriteStream" - ] - }, - "BatchCommitWriteStreams": { - "methods": [ - "batchCommitWriteStreams" - ] - }, - "FlushRows": { - "methods": [ - "flushRows" - ] - }, - "AppendRows": { - "methods": [ - "appendRows" - ] - } - } - }, - "grpc-fallback": { - "libraryClient": "BigQueryWriteClient", - "rpcs": { - "CreateWriteStream": { - "methods": [ - "createWriteStream" - ] - }, - "GetWriteStream": { - "methods": [ - "getWriteStream" - ] - }, - "FinalizeWriteStream": { - "methods": [ - "finalizeWriteStream" - ] - }, - "BatchCommitWriteStreams": { - "methods": [ - "batchCommitWriteStreams" - ] - }, - "FlushRows": { - "methods": [ - "flushRows" - ] - } - } - } - } - } - } -} diff --git a/handwritten/bigquery-storage/src/v1beta2/index.ts b/handwritten/bigquery-storage/src/v1beta2/index.ts deleted file mode 100644 index ad672e49aae6..000000000000 --- a/handwritten/bigquery-storage/src/v1beta2/index.ts +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -export { BigQueryReadClient } from './big_query_read_client'; -export { BigQueryWriteClient } from './big_query_write_client'; diff --git a/handwritten/bigquery-storage/system-test/managed_writer_client_test.ts b/handwritten/bigquery-storage/system-test/managed_writer_client_test.ts index f31ea99e210c..61375f3f8f0d 100644 --- a/handwritten/bigquery-storage/system-test/managed_writer_client_test.ts +++ b/handwritten/bigquery-storage/system-test/managed_writer_client_test.ts @@ -20,7 +20,7 @@ import * as crypto from 'crypto'; import * as gax from 'google-gax'; import * as sinon from 'sinon'; import {BigQuery, TableSchema} from '@google-cloud/bigquery'; -import * as protos from '../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import * as bigquerywriter from '../src'; import * as protobuf from 'protobufjs'; import {ClientOptions} from 'google-gax'; diff --git a/handwritten/bigquery-storage/system-test/reader_client_test.ts b/handwritten/bigquery-storage/system-test/reader_client_test.ts index ce9b53481afc..a655a7ef666a 100644 --- a/handwritten/bigquery-storage/system-test/reader_client_test.ts +++ b/handwritten/bigquery-storage/system-test/reader_client_test.ts @@ -18,7 +18,7 @@ import * as gax from 'google-gax'; import * as crypto from 'crypto'; import * as sinon from 'sinon'; import {BigQuery, TableRow, TableSchema} from '@google-cloud/bigquery'; -import * as protos from '../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import * as protobuf from 'protobufjs'; import {ClientOptions} from 'google-gax'; import * as customerRecordProtoJson from './fixtures/customer_record.json'; diff --git a/handwritten/bigquery-storage/test/adapt/proto.ts b/handwritten/bigquery-storage/test/adapt/proto.ts index 3a871624c562..27d75c07c162 100644 --- a/handwritten/bigquery-storage/test/adapt/proto.ts +++ b/handwritten/bigquery-storage/test/adapt/proto.ts @@ -17,7 +17,7 @@ import {describe, it} from 'mocha'; import * as protobuf from 'protobufjs'; import * as adapt from '../../src/adapt'; import * as messagesJSON from '../testdata/message.json'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; type TableFieldSchema = protos.google.cloud.bigquery.storage.v1.ITableFieldSchema; diff --git a/handwritten/bigquery-storage/test/adapt/schema.ts b/handwritten/bigquery-storage/test/adapt/schema.ts index 52560372fc32..574f63f7d1f9 100644 --- a/handwritten/bigquery-storage/test/adapt/schema.ts +++ b/handwritten/bigquery-storage/test/adapt/schema.ts @@ -12,7 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -import {google} from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; +import google = protos.google; import * as assert from 'assert'; import {describe, it} from 'mocha'; import * as adapt from '../../src/adapt'; diff --git a/handwritten/bigquery-storage/test/gapic_big_query_read_v1.ts b/handwritten/bigquery-storage/test/gapic_big_query_read_v1.ts deleted file mode 100644 index e0a3162347a1..000000000000 --- a/handwritten/bigquery-storage/test/gapic_big_query_read_v1.ts +++ /dev/null @@ -1,1051 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -import * as protos from '../protos/protos'; -import * as assert from 'assert'; -import * as sinon from 'sinon'; -import { SinonStub } from 'sinon'; -import { describe, it } from 'mocha'; -import * as bigqueryreadModule from '../src'; - -import { PassThrough } from 'stream'; - -import { protobuf } from 'google-gax'; - -// Dynamically loaded proto JSON is needed to get the type information -// to fill in default values for request objects -const root = protobuf.Root.fromJSON( - require('../protos/protos.json'), -).resolveAll(); - -// eslint-disable-next-line @typescript-eslint/no-unused-vars -function getTypeDefaultValue(typeName: string, fields: string[]) { - let type = root.lookupType(typeName) as protobuf.Type; - for (const field of fields.slice(0, -1)) { - type = type.fields[field]?.resolvedType as protobuf.Type; - } - return type.fields[fields[fields.length - 1]]?.defaultValue; -} - -function generateSampleMessage(instance: T) { - const filledObject = ( - instance.constructor as typeof protobuf.Message - ).toObject(instance as protobuf.Message, { defaults: true }); - return (instance.constructor as typeof protobuf.Message).fromObject( - filledObject, - ) as T; -} - -function stubSimpleCall(response?: ResponseType, error?: Error) { - return error - ? sinon.stub().rejects(error) - : sinon.stub().resolves([response]); -} - -function stubSimpleCallWithCallback( - response?: ResponseType, - error?: Error, -) { - return error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); -} - -function stubServerStreamingCall( - response?: ResponseType, - error?: Error, -) { - const transformStub = error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); - const mockStream = new PassThrough({ - objectMode: true, - transform: transformStub, - }); - // write something to the stream to trigger transformStub and send the response back to the client - setImmediate(() => { - mockStream.write({}); - }); - setImmediate(() => { - mockStream.end(); - }); - return sinon.stub().returns(mockStream); -} - -describe('v1.BigQueryReadClient', () => { - describe('Common methods', () => { - it('has apiEndpoint', () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient(); - const apiEndpoint = client.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - }); - - it('has universeDomain', () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient(); - const universeDomain = client.universeDomain; - assert.strictEqual(universeDomain, 'googleapis.com'); - }); - - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - it('throws DeprecationWarning if static servicePath is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const servicePath = - bigqueryreadModule.v1.BigQueryReadClient.servicePath; - assert.strictEqual(servicePath, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - - it('throws DeprecationWarning if static apiEndpoint is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const apiEndpoint = - bigqueryreadModule.v1.BigQueryReadClient.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - } - it('sets apiEndpoint according to universe domain camelCase', () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - universeDomain: 'example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - it('sets apiEndpoint according to universe domain snakeCase', () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - universe_domain: 'example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - if (typeof process === 'object' && 'env' in process) { - describe('GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable', () => { - it('sets apiEndpoint from environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = new bigqueryreadModule.v1.BigQueryReadClient(); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - - it('value configured in code has priority over environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - universeDomain: 'configured.example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual( - servicePath, - 'bigquerystorage.configured.example.com', - ); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - }); - } - it('does not allow setting both universeDomain and universe_domain', () => { - assert.throws(() => { - new bigqueryreadModule.v1.BigQueryReadClient({ - universe_domain: 'example.com', - universeDomain: 'example.net', - }); - }); - }); - - it('has port', () => { - const port = bigqueryreadModule.v1.BigQueryReadClient.port; - assert(port); - assert(typeof port === 'number'); - }); - - it('should create a client with no option', () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient(); - assert(client); - }); - - it('should create a client with gRPC fallback', () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - fallback: true, - }); - assert(client); - }); - - it('has initialize method and supports deferred initialization', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - assert.strictEqual(client.bigQueryReadStub, undefined); - await client.initialize(); - assert(client.bigQueryReadStub); - }); - - it('has close method for the initialized client', (done) => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.initialize().catch((err) => { - throw err; - }); - assert(client.bigQueryReadStub); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has close method for the non-initialized client', (done) => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - assert.strictEqual(client.bigQueryReadStub, undefined); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has getProjectId method', async () => { - const fakeProjectId = 'fake-project-id'; - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.auth.getProjectId = sinon.stub().resolves(fakeProjectId); - const result = await client.getProjectId(); - assert.strictEqual(result, fakeProjectId); - assert((client.auth.getProjectId as SinonStub).calledWithExactly()); - }); - - it('has getProjectId method with callback', async () => { - const fakeProjectId = 'fake-project-id'; - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.auth.getProjectId = sinon - .stub() - .callsArgWith(0, null, fakeProjectId); - const promise = new Promise((resolve, reject) => { - client.getProjectId((err?: Error | null, projectId?: string | null) => { - if (err) { - reject(err); - } else { - resolve(projectId); - } - }); - }); - const result = await promise; - assert.strictEqual(result, fakeProjectId); - }); - }); - - describe('createReadSession', () => { - it('invokes createReadSession without error', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.CreateReadSessionRequest(), - ); - request.readSession ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.CreateReadSessionRequest', - ['readSession', 'table'], - ); - request.readSession.table = defaultValue1; - const expectedHeaderRequestParams = `read_session.table=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.ReadSession(), - ); - client.innerApiCalls.createReadSession = stubSimpleCall(expectedResponse); - const [response] = await client.createReadSession(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createReadSession without error using callback', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.CreateReadSessionRequest(), - ); - request.readSession ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.CreateReadSessionRequest', - ['readSession', 'table'], - ); - request.readSession.table = defaultValue1; - const expectedHeaderRequestParams = `read_session.table=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.ReadSession(), - ); - client.innerApiCalls.createReadSession = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.createReadSession( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1.IReadSession | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createReadSession with error', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.CreateReadSessionRequest(), - ); - request.readSession ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.CreateReadSessionRequest', - ['readSession', 'table'], - ); - request.readSession.table = defaultValue1; - const expectedHeaderRequestParams = `read_session.table=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.createReadSession = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.createReadSession(request), expectedError); - const actualRequest = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createReadSession with closed client', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.CreateReadSessionRequest(), - ); - request.readSession ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.CreateReadSessionRequest', - ['readSession', 'table'], - ); - request.readSession.table = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.createReadSession(request), expectedError); - }); - }); - - describe('splitReadStream', () => { - it('invokes splitReadStream without error', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.SplitReadStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.SplitReadStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.SplitReadStreamResponse(), - ); - client.innerApiCalls.splitReadStream = stubSimpleCall(expectedResponse); - const [response] = await client.splitReadStream(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes splitReadStream without error using callback', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.SplitReadStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.SplitReadStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.SplitReadStreamResponse(), - ); - client.innerApiCalls.splitReadStream = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.splitReadStream( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1.ISplitReadStreamResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes splitReadStream with error', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.SplitReadStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.SplitReadStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.splitReadStream = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.splitReadStream(request), expectedError); - const actualRequest = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes splitReadStream with closed client', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.SplitReadStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.SplitReadStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.splitReadStream(request), expectedError); - }); - }); - - describe('readRows', () => { - it('invokes readRows without error', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.ReadRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.ReadRowsRequest', - ['readStream'], - ); - request.readStream = defaultValue1; - const expectedHeaderRequestParams = `read_stream=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.ReadRowsResponse(), - ); - client.innerApiCalls.readRows = stubServerStreamingCall(expectedResponse); - const stream = client.readRows(request); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes readRows without error and gaxServerStreamingRetries enabled', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - gaxServerStreamingRetries: true, - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.ReadRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.ReadRowsRequest', - ['readStream'], - ); - request.readStream = defaultValue1; - const expectedHeaderRequestParams = `read_stream=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.ReadRowsResponse(), - ); - client.innerApiCalls.readRows = stubServerStreamingCall(expectedResponse); - const stream = client.readRows(request); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes readRows with error', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.ReadRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.ReadRowsRequest', - ['readStream'], - ); - request.readStream = defaultValue1; - const expectedHeaderRequestParams = `read_stream=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.readRows = stubServerStreamingCall( - undefined, - expectedError, - ); - const stream = client.readRows(request); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - await assert.rejects(promise, expectedError); - const actualRequest = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes readRows with closed client', async () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.ReadRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.ReadRowsRequest', - ['readStream'], - ); - request.readStream = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - const stream = client.readRows(request, { - retryRequestOptions: { noResponseRetries: 0 }, - }); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - await assert.rejects(promise, expectedError); - }); - it('should create a client with gaxServerStreamingRetries enabled', () => { - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - gaxServerStreamingRetries: true, - }); - assert(client); - }); - }); - - describe('Path templates', () => { - describe('project', async () => { - const fakePath = '/rendered/path/project'; - const expectedParameters = { - project: 'projectValue', - }; - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.projectPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.projectPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('projectPath', () => { - const result = client.projectPath('projectValue'); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.projectPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromProjectName', () => { - const result = client.matchProjectFromProjectName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.projectPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('readSession', async () => { - const fakePath = '/rendered/path/readSession'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - session: 'sessionValue', - }; - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.readSessionPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.readSessionPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('readSessionPath', () => { - const result = client.readSessionPath( - 'projectValue', - 'locationValue', - 'sessionValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.readSessionPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromReadSessionName', () => { - const result = client.matchProjectFromReadSessionName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromReadSessionName', () => { - const result = client.matchLocationFromReadSessionName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchSessionFromReadSessionName', () => { - const result = client.matchSessionFromReadSessionName(fakePath); - assert.strictEqual(result, 'sessionValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('readStream', async () => { - const fakePath = '/rendered/path/readStream'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - session: 'sessionValue', - stream: 'streamValue', - }; - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.readStreamPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.readStreamPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('readStreamPath', () => { - const result = client.readStreamPath( - 'projectValue', - 'locationValue', - 'sessionValue', - 'streamValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.readStreamPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromReadStreamName', () => { - const result = client.matchProjectFromReadStreamName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromReadStreamName', () => { - const result = client.matchLocationFromReadStreamName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchSessionFromReadStreamName', () => { - const result = client.matchSessionFromReadStreamName(fakePath); - assert.strictEqual(result, 'sessionValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchStreamFromReadStreamName', () => { - const result = client.matchStreamFromReadStreamName(fakePath); - assert.strictEqual(result, 'streamValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('table', async () => { - const fakePath = '/rendered/path/table'; - const expectedParameters = { - project: 'projectValue', - dataset: 'datasetValue', - table: 'tableValue', - }; - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.tablePathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.tablePathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('tablePath', () => { - const result = client.tablePath( - 'projectValue', - 'datasetValue', - 'tableValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.tablePathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromTableName', () => { - const result = client.matchProjectFromTableName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchDatasetFromTableName', () => { - const result = client.matchDatasetFromTableName(fakePath); - assert.strictEqual(result, 'datasetValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchTableFromTableName', () => { - const result = client.matchTableFromTableName(fakePath); - assert.strictEqual(result, 'tableValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('writeStream', async () => { - const fakePath = '/rendered/path/writeStream'; - const expectedParameters = { - project: 'projectValue', - dataset: 'datasetValue', - table: 'tableValue', - stream: 'streamValue', - }; - const client = new bigqueryreadModule.v1.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.writeStreamPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.writeStreamPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('writeStreamPath', () => { - const result = client.writeStreamPath( - 'projectValue', - 'datasetValue', - 'tableValue', - 'streamValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.writeStreamPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromWriteStreamName', () => { - const result = client.matchProjectFromWriteStreamName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchDatasetFromWriteStreamName', () => { - const result = client.matchDatasetFromWriteStreamName(fakePath); - assert.strictEqual(result, 'datasetValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchTableFromWriteStreamName', () => { - const result = client.matchTableFromWriteStreamName(fakePath); - assert.strictEqual(result, 'tableValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchStreamFromWriteStreamName', () => { - const result = client.matchStreamFromWriteStreamName(fakePath); - assert.strictEqual(result, 'streamValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - }); -}); diff --git a/handwritten/bigquery-storage/test/gapic_big_query_read_v1beta2.ts b/handwritten/bigquery-storage/test/gapic_big_query_read_v1beta2.ts deleted file mode 100644 index 3a9df05fe195..000000000000 --- a/handwritten/bigquery-storage/test/gapic_big_query_read_v1beta2.ts +++ /dev/null @@ -1,1051 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -import * as protos from '../protos/protos'; -import * as assert from 'assert'; -import * as sinon from 'sinon'; -import { SinonStub } from 'sinon'; -import { describe, it } from 'mocha'; -import * as bigqueryreadModule from '../src'; - -import { PassThrough } from 'stream'; - -import { protobuf } from 'google-gax'; - -// Dynamically loaded proto JSON is needed to get the type information -// to fill in default values for request objects -const root = protobuf.Root.fromJSON( - require('../protos/protos.json'), -).resolveAll(); - -// eslint-disable-next-line @typescript-eslint/no-unused-vars -function getTypeDefaultValue(typeName: string, fields: string[]) { - let type = root.lookupType(typeName) as protobuf.Type; - for (const field of fields.slice(0, -1)) { - type = type.fields[field]?.resolvedType as protobuf.Type; - } - return type.fields[fields[fields.length - 1]]?.defaultValue; -} - -function generateSampleMessage(instance: T) { - const filledObject = ( - instance.constructor as typeof protobuf.Message - ).toObject(instance as protobuf.Message, { defaults: true }); - return (instance.constructor as typeof protobuf.Message).fromObject( - filledObject, - ) as T; -} - -function stubSimpleCall(response?: ResponseType, error?: Error) { - return error - ? sinon.stub().rejects(error) - : sinon.stub().resolves([response]); -} - -function stubSimpleCallWithCallback( - response?: ResponseType, - error?: Error, -) { - return error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); -} - -function stubServerStreamingCall( - response?: ResponseType, - error?: Error, -) { - const transformStub = error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); - const mockStream = new PassThrough({ - objectMode: true, - transform: transformStub, - }); - // write something to the stream to trigger transformStub and send the response back to the client - setImmediate(() => { - mockStream.write({}); - }); - setImmediate(() => { - mockStream.end(); - }); - return sinon.stub().returns(mockStream); -} - -describe('v1beta2.BigQueryReadClient', () => { - describe('Common methods', () => { - it('has apiEndpoint', () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient(); - const apiEndpoint = client.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - }); - - it('has universeDomain', () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient(); - const universeDomain = client.universeDomain; - assert.strictEqual(universeDomain, 'googleapis.com'); - }); - - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - it('throws DeprecationWarning if static servicePath is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const servicePath = - bigqueryreadModule.v1beta2.BigQueryReadClient.servicePath; - assert.strictEqual(servicePath, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - - it('throws DeprecationWarning if static apiEndpoint is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const apiEndpoint = - bigqueryreadModule.v1beta2.BigQueryReadClient.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - } - it('sets apiEndpoint according to universe domain camelCase', () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - universeDomain: 'example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - it('sets apiEndpoint according to universe domain snakeCase', () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - universe_domain: 'example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - if (typeof process === 'object' && 'env' in process) { - describe('GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable', () => { - it('sets apiEndpoint from environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient(); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - - it('value configured in code has priority over environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - universeDomain: 'configured.example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual( - servicePath, - 'bigquerystorage.configured.example.com', - ); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - }); - } - it('does not allow setting both universeDomain and universe_domain', () => { - assert.throws(() => { - new bigqueryreadModule.v1beta2.BigQueryReadClient({ - universe_domain: 'example.com', - universeDomain: 'example.net', - }); - }); - }); - - it('has port', () => { - const port = bigqueryreadModule.v1beta2.BigQueryReadClient.port; - assert(port); - assert(typeof port === 'number'); - }); - - it('should create a client with no option', () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient(); - assert(client); - }); - - it('should create a client with gRPC fallback', () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - fallback: true, - }); - assert(client); - }); - - it('has initialize method and supports deferred initialization', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - assert.strictEqual(client.bigQueryReadStub, undefined); - await client.initialize(); - assert(client.bigQueryReadStub); - }); - - it('has close method for the initialized client', (done) => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.initialize().catch((err) => { - throw err; - }); - assert(client.bigQueryReadStub); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has close method for the non-initialized client', (done) => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - assert.strictEqual(client.bigQueryReadStub, undefined); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has getProjectId method', async () => { - const fakeProjectId = 'fake-project-id'; - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.auth.getProjectId = sinon.stub().resolves(fakeProjectId); - const result = await client.getProjectId(); - assert.strictEqual(result, fakeProjectId); - assert((client.auth.getProjectId as SinonStub).calledWithExactly()); - }); - - it('has getProjectId method with callback', async () => { - const fakeProjectId = 'fake-project-id'; - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.auth.getProjectId = sinon - .stub() - .callsArgWith(0, null, fakeProjectId); - const promise = new Promise((resolve, reject) => { - client.getProjectId((err?: Error | null, projectId?: string | null) => { - if (err) { - reject(err); - } else { - resolve(projectId); - } - }); - }); - const result = await promise; - assert.strictEqual(result, fakeProjectId); - }); - }); - - describe('createReadSession', () => { - it('invokes createReadSession without error', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest(), - ); - request.readSession ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest', - ['readSession', 'table'], - ); - request.readSession.table = defaultValue1; - const expectedHeaderRequestParams = `read_session.table=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.ReadSession(), - ); - client.innerApiCalls.createReadSession = stubSimpleCall(expectedResponse); - const [response] = await client.createReadSession(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createReadSession without error using callback', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest(), - ); - request.readSession ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest', - ['readSession', 'table'], - ); - request.readSession.table = defaultValue1; - const expectedHeaderRequestParams = `read_session.table=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.ReadSession(), - ); - client.innerApiCalls.createReadSession = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.createReadSession( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1beta2.IReadSession | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createReadSession with error', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest(), - ); - request.readSession ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest', - ['readSession', 'table'], - ); - request.readSession.table = defaultValue1; - const expectedHeaderRequestParams = `read_session.table=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.createReadSession = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.createReadSession(request), expectedError); - const actualRequest = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createReadSession with closed client', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest(), - ); - request.readSession ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest', - ['readSession', 'table'], - ); - request.readSession.table = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.createReadSession(request), expectedError); - }); - }); - - describe('splitReadStream', () => { - it('invokes splitReadStream without error', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse(), - ); - client.innerApiCalls.splitReadStream = stubSimpleCall(expectedResponse); - const [response] = await client.splitReadStream(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes splitReadStream without error using callback', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.SplitReadStreamResponse(), - ); - client.innerApiCalls.splitReadStream = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.splitReadStream( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1beta2.ISplitReadStreamResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes splitReadStream with error', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.splitReadStream = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.splitReadStream(request), expectedError); - const actualRequest = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes splitReadStream with closed client', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.SplitReadStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.splitReadStream(request), expectedError); - }); - }); - - describe('readRows', () => { - it('invokes readRows without error', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest', - ['readStream'], - ); - request.readStream = defaultValue1; - const expectedHeaderRequestParams = `read_stream=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse(), - ); - client.innerApiCalls.readRows = stubServerStreamingCall(expectedResponse); - const stream = client.readRows(request); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes readRows without error and gaxServerStreamingRetries enabled', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - gaxServerStreamingRetries: true, - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest', - ['readStream'], - ); - request.readStream = defaultValue1; - const expectedHeaderRequestParams = `read_stream=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse(), - ); - client.innerApiCalls.readRows = stubServerStreamingCall(expectedResponse); - const stream = client.readRows(request); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes readRows with error', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest', - ['readStream'], - ); - request.readStream = defaultValue1; - const expectedHeaderRequestParams = `read_stream=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.readRows = stubServerStreamingCall( - undefined, - expectedError, - ); - const stream = client.readRows(request); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - await assert.rejects(promise, expectedError); - const actualRequest = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes readRows with closed client', async () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta2.ReadRowsRequest', - ['readStream'], - ); - request.readStream = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - const stream = client.readRows(request, { - retryRequestOptions: { noResponseRetries: 0 }, - }); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta2.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - await assert.rejects(promise, expectedError); - }); - it('should create a client with gaxServerStreamingRetries enabled', () => { - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - gaxServerStreamingRetries: true, - }); - assert(client); - }); - }); - - describe('Path templates', () => { - describe('project', async () => { - const fakePath = '/rendered/path/project'; - const expectedParameters = { - project: 'projectValue', - }; - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.projectPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.projectPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('projectPath', () => { - const result = client.projectPath('projectValue'); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.projectPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromProjectName', () => { - const result = client.matchProjectFromProjectName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.projectPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('readSession', async () => { - const fakePath = '/rendered/path/readSession'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - session: 'sessionValue', - }; - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.readSessionPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.readSessionPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('readSessionPath', () => { - const result = client.readSessionPath( - 'projectValue', - 'locationValue', - 'sessionValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.readSessionPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromReadSessionName', () => { - const result = client.matchProjectFromReadSessionName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromReadSessionName', () => { - const result = client.matchLocationFromReadSessionName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchSessionFromReadSessionName', () => { - const result = client.matchSessionFromReadSessionName(fakePath); - assert.strictEqual(result, 'sessionValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('readStream', async () => { - const fakePath = '/rendered/path/readStream'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - session: 'sessionValue', - stream: 'streamValue', - }; - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.readStreamPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.readStreamPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('readStreamPath', () => { - const result = client.readStreamPath( - 'projectValue', - 'locationValue', - 'sessionValue', - 'streamValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.readStreamPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromReadStreamName', () => { - const result = client.matchProjectFromReadStreamName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromReadStreamName', () => { - const result = client.matchLocationFromReadStreamName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchSessionFromReadStreamName', () => { - const result = client.matchSessionFromReadStreamName(fakePath); - assert.strictEqual(result, 'sessionValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchStreamFromReadStreamName', () => { - const result = client.matchStreamFromReadStreamName(fakePath); - assert.strictEqual(result, 'streamValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('table', async () => { - const fakePath = '/rendered/path/table'; - const expectedParameters = { - project: 'projectValue', - dataset: 'datasetValue', - table: 'tableValue', - }; - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.tablePathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.tablePathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('tablePath', () => { - const result = client.tablePath( - 'projectValue', - 'datasetValue', - 'tableValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.tablePathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromTableName', () => { - const result = client.matchProjectFromTableName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchDatasetFromTableName', () => { - const result = client.matchDatasetFromTableName(fakePath); - assert.strictEqual(result, 'datasetValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchTableFromTableName', () => { - const result = client.matchTableFromTableName(fakePath); - assert.strictEqual(result, 'tableValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('writeStream', async () => { - const fakePath = '/rendered/path/writeStream'; - const expectedParameters = { - project: 'projectValue', - dataset: 'datasetValue', - table: 'tableValue', - stream: 'streamValue', - }; - const client = new bigqueryreadModule.v1beta2.BigQueryReadClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.writeStreamPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.writeStreamPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('writeStreamPath', () => { - const result = client.writeStreamPath( - 'projectValue', - 'datasetValue', - 'tableValue', - 'streamValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.writeStreamPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromWriteStreamName', () => { - const result = client.matchProjectFromWriteStreamName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchDatasetFromWriteStreamName', () => { - const result = client.matchDatasetFromWriteStreamName(fakePath); - assert.strictEqual(result, 'datasetValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchTableFromWriteStreamName', () => { - const result = client.matchTableFromWriteStreamName(fakePath); - assert.strictEqual(result, 'tableValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchStreamFromWriteStreamName', () => { - const result = client.matchStreamFromWriteStreamName(fakePath); - assert.strictEqual(result, 'streamValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - }); -}); diff --git a/handwritten/bigquery-storage/test/gapic_big_query_storage_v1beta1.ts b/handwritten/bigquery-storage/test/gapic_big_query_storage_v1beta1.ts deleted file mode 100644 index 8a3938d925ea..000000000000 --- a/handwritten/bigquery-storage/test/gapic_big_query_storage_v1beta1.ts +++ /dev/null @@ -1,1216 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -import * as protos from '../protos/protos'; -import * as assert from 'assert'; -import * as sinon from 'sinon'; -import { SinonStub } from 'sinon'; -import { describe, it } from 'mocha'; -import * as bigquerystorageModule from '../src'; - -import { PassThrough } from 'stream'; - -import { protobuf } from 'google-gax'; - -// Dynamically loaded proto JSON is needed to get the type information -// to fill in default values for request objects -const root = protobuf.Root.fromJSON( - require('../protos/protos.json'), -).resolveAll(); - -// eslint-disable-next-line @typescript-eslint/no-unused-vars -function getTypeDefaultValue(typeName: string, fields: string[]) { - let type = root.lookupType(typeName) as protobuf.Type; - for (const field of fields.slice(0, -1)) { - type = type.fields[field]?.resolvedType as protobuf.Type; - } - return type.fields[fields[fields.length - 1]]?.defaultValue; -} - -function generateSampleMessage(instance: T) { - const filledObject = ( - instance.constructor as typeof protobuf.Message - ).toObject(instance as protobuf.Message, { defaults: true }); - return (instance.constructor as typeof protobuf.Message).fromObject( - filledObject, - ) as T; -} - -function stubSimpleCall(response?: ResponseType, error?: Error) { - return error - ? sinon.stub().rejects(error) - : sinon.stub().resolves([response]); -} - -function stubSimpleCallWithCallback( - response?: ResponseType, - error?: Error, -) { - return error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); -} - -function stubServerStreamingCall( - response?: ResponseType, - error?: Error, -) { - const transformStub = error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); - const mockStream = new PassThrough({ - objectMode: true, - transform: transformStub, - }); - // write something to the stream to trigger transformStub and send the response back to the client - setImmediate(() => { - mockStream.write({}); - }); - setImmediate(() => { - mockStream.end(); - }); - return sinon.stub().returns(mockStream); -} - -describe('v1beta1.BigQueryStorageClient', () => { - describe('Common methods', () => { - it('has apiEndpoint', () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient(); - const apiEndpoint = client.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - }); - - it('has universeDomain', () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient(); - const universeDomain = client.universeDomain; - assert.strictEqual(universeDomain, 'googleapis.com'); - }); - - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - it('throws DeprecationWarning if static servicePath is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const servicePath = - bigquerystorageModule.v1beta1.BigQueryStorageClient.servicePath; - assert.strictEqual(servicePath, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - - it('throws DeprecationWarning if static apiEndpoint is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const apiEndpoint = - bigquerystorageModule.v1beta1.BigQueryStorageClient.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - } - it('sets apiEndpoint according to universe domain camelCase', () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - universeDomain: 'example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - it('sets apiEndpoint according to universe domain snakeCase', () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - universe_domain: 'example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - if (typeof process === 'object' && 'env' in process) { - describe('GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable', () => { - it('sets apiEndpoint from environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = - new bigquerystorageModule.v1beta1.BigQueryStorageClient(); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - - it('value configured in code has priority over environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = - new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - universeDomain: 'configured.example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual( - servicePath, - 'bigquerystorage.configured.example.com', - ); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - }); - } - it('does not allow setting both universeDomain and universe_domain', () => { - assert.throws(() => { - new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - universe_domain: 'example.com', - universeDomain: 'example.net', - }); - }); - }); - - it('has port', () => { - const port = bigquerystorageModule.v1beta1.BigQueryStorageClient.port; - assert(port); - assert(typeof port === 'number'); - }); - - it('should create a client with no option', () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient(); - assert(client); - }); - - it('should create a client with gRPC fallback', () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - fallback: true, - }); - assert(client); - }); - - it('has initialize method and supports deferred initialization', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - assert.strictEqual(client.bigQueryStorageStub, undefined); - await client.initialize(); - assert(client.bigQueryStorageStub); - }); - - it('has close method for the initialized client', (done) => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.initialize().catch((err) => { - throw err; - }); - assert(client.bigQueryStorageStub); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has close method for the non-initialized client', (done) => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - assert.strictEqual(client.bigQueryStorageStub, undefined); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has getProjectId method', async () => { - const fakeProjectId = 'fake-project-id'; - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.auth.getProjectId = sinon.stub().resolves(fakeProjectId); - const result = await client.getProjectId(); - assert.strictEqual(result, fakeProjectId); - assert((client.auth.getProjectId as SinonStub).calledWithExactly()); - }); - - it('has getProjectId method with callback', async () => { - const fakeProjectId = 'fake-project-id'; - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.auth.getProjectId = sinon - .stub() - .callsArgWith(0, null, fakeProjectId); - const promise = new Promise((resolve, reject) => { - client.getProjectId((err?: Error | null, projectId?: string | null) => { - if (err) { - reject(err); - } else { - resolve(projectId); - } - }); - }); - const result = await promise; - assert.strictEqual(result, fakeProjectId); - }); - }); - - describe('createReadSession', () => { - it('invokes createReadSession without error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest(), - ); - request.tableReference ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest', - ['tableReference', 'projectId'], - ); - request.tableReference.projectId = defaultValue1; - request.tableReference ??= {}; - const defaultValue2 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest', - ['tableReference', 'datasetId'], - ); - request.tableReference.datasetId = defaultValue2; - const expectedHeaderRequestParams = `table_reference.project_id=${defaultValue1 ?? ''}&table_reference.dataset_id=${defaultValue2 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.ReadSession(), - ); - client.innerApiCalls.createReadSession = stubSimpleCall(expectedResponse); - const [response] = await client.createReadSession(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createReadSession without error using callback', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest(), - ); - request.tableReference ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest', - ['tableReference', 'projectId'], - ); - request.tableReference.projectId = defaultValue1; - request.tableReference ??= {}; - const defaultValue2 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest', - ['tableReference', 'datasetId'], - ); - request.tableReference.datasetId = defaultValue2; - const expectedHeaderRequestParams = `table_reference.project_id=${defaultValue1 ?? ''}&table_reference.dataset_id=${defaultValue2 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.ReadSession(), - ); - client.innerApiCalls.createReadSession = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.createReadSession( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1beta1.IReadSession | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createReadSession with error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest(), - ); - request.tableReference ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest', - ['tableReference', 'projectId'], - ); - request.tableReference.projectId = defaultValue1; - request.tableReference ??= {}; - const defaultValue2 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest', - ['tableReference', 'datasetId'], - ); - request.tableReference.datasetId = defaultValue2; - const expectedHeaderRequestParams = `table_reference.project_id=${defaultValue1 ?? ''}&table_reference.dataset_id=${defaultValue2 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.createReadSession = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.createReadSession(request), expectedError); - const actualRequest = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createReadSession as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createReadSession with closed client', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest(), - ); - request.tableReference ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest', - ['tableReference', 'projectId'], - ); - request.tableReference.projectId = defaultValue1; - request.tableReference ??= {}; - const defaultValue2 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest', - ['tableReference', 'datasetId'], - ); - request.tableReference.datasetId = defaultValue2; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.createReadSession(request), expectedError); - }); - }); - - describe('batchCreateReadSessionStreams', () => { - it('invokes batchCreateReadSessionStreams without error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest(), - ); - request.session ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest', - ['session', 'name'], - ); - request.session.name = defaultValue1; - const expectedHeaderRequestParams = `session.name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse(), - ); - client.innerApiCalls.batchCreateReadSessionStreams = - stubSimpleCall(expectedResponse); - const [response] = await client.batchCreateReadSessionStreams(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchCreateReadSessionStreams as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCreateReadSessionStreams as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCreateReadSessionStreams without error using callback', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest(), - ); - request.session ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest', - ['session', 'name'], - ); - request.session.name = defaultValue1; - const expectedHeaderRequestParams = `session.name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsResponse(), - ); - client.innerApiCalls.batchCreateReadSessionStreams = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.batchCreateReadSessionStreams( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1beta1.IBatchCreateReadSessionStreamsResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchCreateReadSessionStreams as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCreateReadSessionStreams as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCreateReadSessionStreams with error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest(), - ); - request.session ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest', - ['session', 'name'], - ); - request.session.name = defaultValue1; - const expectedHeaderRequestParams = `session.name=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.batchCreateReadSessionStreams = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.batchCreateReadSessionStreams(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.batchCreateReadSessionStreams as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCreateReadSessionStreams as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCreateReadSessionStreams with closed client', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest(), - ); - request.session ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.BatchCreateReadSessionStreamsRequest', - ['session', 'name'], - ); - request.session.name = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.batchCreateReadSessionStreams(request), - expectedError, - ); - }); - }); - - describe('finalizeStream', () => { - it('invokes finalizeStream without error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest(), - ); - request.stream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest', - ['stream', 'name'], - ); - request.stream.name = defaultValue1; - const expectedHeaderRequestParams = `stream.name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.protobuf.Empty(), - ); - client.innerApiCalls.finalizeStream = stubSimpleCall(expectedResponse); - const [response] = await client.finalizeStream(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.finalizeStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.finalizeStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes finalizeStream without error using callback', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest(), - ); - request.stream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest', - ['stream', 'name'], - ); - request.stream.name = defaultValue1; - const expectedHeaderRequestParams = `stream.name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.protobuf.Empty(), - ); - client.innerApiCalls.finalizeStream = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.finalizeStream( - request, - ( - err?: Error | null, - result?: protos.google.protobuf.IEmpty | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.finalizeStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.finalizeStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes finalizeStream with error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest(), - ); - request.stream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest', - ['stream', 'name'], - ); - request.stream.name = defaultValue1; - const expectedHeaderRequestParams = `stream.name=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.finalizeStream = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.finalizeStream(request), expectedError); - const actualRequest = ( - client.innerApiCalls.finalizeStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.finalizeStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes finalizeStream with closed client', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest(), - ); - request.stream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.FinalizeStreamRequest', - ['stream', 'name'], - ); - request.stream.name = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.finalizeStream(request), expectedError); - }); - }); - - describe('splitReadStream', () => { - it('invokes splitReadStream without error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest(), - ); - request.originalStream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest', - ['originalStream', 'name'], - ); - request.originalStream.name = defaultValue1; - const expectedHeaderRequestParams = `original_stream.name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse(), - ); - client.innerApiCalls.splitReadStream = stubSimpleCall(expectedResponse); - const [response] = await client.splitReadStream(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes splitReadStream without error using callback', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest(), - ); - request.originalStream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest', - ['originalStream', 'name'], - ); - request.originalStream.name = defaultValue1; - const expectedHeaderRequestParams = `original_stream.name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.SplitReadStreamResponse(), - ); - client.innerApiCalls.splitReadStream = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.splitReadStream( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1beta1.ISplitReadStreamResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes splitReadStream with error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest(), - ); - request.originalStream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest', - ['originalStream', 'name'], - ); - request.originalStream.name = defaultValue1; - const expectedHeaderRequestParams = `original_stream.name=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.splitReadStream = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.splitReadStream(request), expectedError); - const actualRequest = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.splitReadStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes splitReadStream with closed client', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest(), - ); - request.originalStream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.SplitReadStreamRequest', - ['originalStream', 'name'], - ); - request.originalStream.name = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.splitReadStream(request), expectedError); - }); - }); - - describe('readRows', () => { - it('invokes readRows without error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest(), - ); - request.readPosition ??= {}; - request.readPosition.stream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest', - ['readPosition', 'stream', 'name'], - ); - request.readPosition.stream.name = defaultValue1; - const expectedHeaderRequestParams = `read_position.stream.name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse(), - ); - client.innerApiCalls.readRows = stubServerStreamingCall(expectedResponse); - const stream = client.readRows(request); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes readRows without error and gaxServerStreamingRetries enabled', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - gaxServerStreamingRetries: true, - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest(), - ); - request.readPosition ??= {}; - request.readPosition.stream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest', - ['readPosition', 'stream', 'name'], - ); - request.readPosition.stream.name = defaultValue1; - const expectedHeaderRequestParams = `read_position.stream.name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse(), - ); - client.innerApiCalls.readRows = stubServerStreamingCall(expectedResponse); - const stream = client.readRows(request); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes readRows with error', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest(), - ); - request.readPosition ??= {}; - request.readPosition.stream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest', - ['readPosition', 'stream', 'name'], - ); - request.readPosition.stream.name = defaultValue1; - const expectedHeaderRequestParams = `read_position.stream.name=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.readRows = stubServerStreamingCall( - undefined, - expectedError, - ); - const stream = client.readRows(request); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - await assert.rejects(promise, expectedError); - const actualRequest = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.readRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes readRows with closed client', async () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest(), - ); - request.readPosition ??= {}; - request.readPosition.stream ??= {}; - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta1.ReadRowsRequest', - ['readPosition', 'stream', 'name'], - ); - request.readPosition.stream.name = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - const stream = client.readRows(request, { - retryRequestOptions: { noResponseRetries: 0 }, - }); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta1.ReadRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - }); - await assert.rejects(promise, expectedError); - }); - it('should create a client with gaxServerStreamingRetries enabled', () => { - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - gaxServerStreamingRetries: true, - }); - assert(client); - }); - }); - - describe('Path templates', () => { - describe('project', async () => { - const fakePath = '/rendered/path/project'; - const expectedParameters = { - project: 'projectValue', - }; - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.projectPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.projectPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('projectPath', () => { - const result = client.projectPath('projectValue'); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.projectPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromProjectName', () => { - const result = client.matchProjectFromProjectName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.projectPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('readSession', async () => { - const fakePath = '/rendered/path/readSession'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - session: 'sessionValue', - }; - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.readSessionPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.readSessionPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('readSessionPath', () => { - const result = client.readSessionPath( - 'projectValue', - 'locationValue', - 'sessionValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.readSessionPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromReadSessionName', () => { - const result = client.matchProjectFromReadSessionName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromReadSessionName', () => { - const result = client.matchLocationFromReadSessionName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchSessionFromReadSessionName', () => { - const result = client.matchSessionFromReadSessionName(fakePath); - assert.strictEqual(result, 'sessionValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('stream', async () => { - const fakePath = '/rendered/path/stream'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - stream: 'streamValue', - }; - const client = new bigquerystorageModule.v1beta1.BigQueryStorageClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.streamPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.streamPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('streamPath', () => { - const result = client.streamPath( - 'projectValue', - 'locationValue', - 'streamValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.streamPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromStreamName', () => { - const result = client.matchProjectFromStreamName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.streamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromStreamName', () => { - const result = client.matchLocationFromStreamName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.streamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchStreamFromStreamName', () => { - const result = client.matchStreamFromStreamName(fakePath); - assert.strictEqual(result, 'streamValue'); - assert( - (client.pathTemplates.streamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - }); -}); diff --git a/handwritten/bigquery-storage/test/gapic_big_query_write_v1.ts b/handwritten/bigquery-storage/test/gapic_big_query_write_v1.ts deleted file mode 100644 index 164b1603e083..000000000000 --- a/handwritten/bigquery-storage/test/gapic_big_query_write_v1.ts +++ /dev/null @@ -1,1349 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -import * as protos from '../protos/protos'; -import * as assert from 'assert'; -import * as sinon from 'sinon'; -import { SinonStub } from 'sinon'; -import { describe, it } from 'mocha'; -import * as bigquerywriteModule from '../src'; - -import { PassThrough } from 'stream'; - -import { protobuf } from 'google-gax'; - -// Dynamically loaded proto JSON is needed to get the type information -// to fill in default values for request objects -const root = protobuf.Root.fromJSON( - require('../protos/protos.json'), -).resolveAll(); - -// eslint-disable-next-line @typescript-eslint/no-unused-vars -function getTypeDefaultValue(typeName: string, fields: string[]) { - let type = root.lookupType(typeName) as protobuf.Type; - for (const field of fields.slice(0, -1)) { - type = type.fields[field]?.resolvedType as protobuf.Type; - } - return type.fields[fields[fields.length - 1]]?.defaultValue; -} - -function generateSampleMessage(instance: T) { - const filledObject = ( - instance.constructor as typeof protobuf.Message - ).toObject(instance as protobuf.Message, { defaults: true }); - return (instance.constructor as typeof protobuf.Message).fromObject( - filledObject, - ) as T; -} - -function stubSimpleCall(response?: ResponseType, error?: Error) { - return error - ? sinon.stub().rejects(error) - : sinon.stub().resolves([response]); -} - -function stubSimpleCallWithCallback( - response?: ResponseType, - error?: Error, -) { - return error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); -} - -function stubBidiStreamingCall( - response?: ResponseType, - error?: Error, -) { - const transformStub = error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); - const mockStream = new PassThrough({ - objectMode: true, - transform: transformStub, - }); - return sinon.stub().returns(mockStream); -} - -describe('v1.BigQueryWriteClient', () => { - describe('Common methods', () => { - it('has apiEndpoint', () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient(); - const apiEndpoint = client.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - }); - - it('has universeDomain', () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient(); - const universeDomain = client.universeDomain; - assert.strictEqual(universeDomain, 'googleapis.com'); - }); - - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - it('throws DeprecationWarning if static servicePath is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const servicePath = - bigquerywriteModule.v1.BigQueryWriteClient.servicePath; - assert.strictEqual(servicePath, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - - it('throws DeprecationWarning if static apiEndpoint is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const apiEndpoint = - bigquerywriteModule.v1.BigQueryWriteClient.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - } - it('sets apiEndpoint according to universe domain camelCase', () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - universeDomain: 'example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - it('sets apiEndpoint according to universe domain snakeCase', () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - universe_domain: 'example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - if (typeof process === 'object' && 'env' in process) { - describe('GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable', () => { - it('sets apiEndpoint from environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = new bigquerywriteModule.v1.BigQueryWriteClient(); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - - it('value configured in code has priority over environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - universeDomain: 'configured.example.com', - }); - const servicePath = client.apiEndpoint; - assert.strictEqual( - servicePath, - 'bigquerystorage.configured.example.com', - ); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - }); - } - it('does not allow setting both universeDomain and universe_domain', () => { - assert.throws(() => { - new bigquerywriteModule.v1.BigQueryWriteClient({ - universe_domain: 'example.com', - universeDomain: 'example.net', - }); - }); - }); - - it('has port', () => { - const port = bigquerywriteModule.v1.BigQueryWriteClient.port; - assert(port); - assert(typeof port === 'number'); - }); - - it('should create a client with no option', () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient(); - assert(client); - }); - - it('should create a client with gRPC fallback', () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - fallback: true, - }); - assert(client); - }); - - it('has initialize method and supports deferred initialization', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - assert.strictEqual(client.bigQueryWriteStub, undefined); - await client.initialize(); - assert(client.bigQueryWriteStub); - }); - - it('has close method for the initialized client', (done) => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.initialize().catch((err) => { - throw err; - }); - assert(client.bigQueryWriteStub); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has close method for the non-initialized client', (done) => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - assert.strictEqual(client.bigQueryWriteStub, undefined); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has getProjectId method', async () => { - const fakeProjectId = 'fake-project-id'; - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.auth.getProjectId = sinon.stub().resolves(fakeProjectId); - const result = await client.getProjectId(); - assert.strictEqual(result, fakeProjectId); - assert((client.auth.getProjectId as SinonStub).calledWithExactly()); - }); - - it('has getProjectId method with callback', async () => { - const fakeProjectId = 'fake-project-id'; - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - client.auth.getProjectId = sinon - .stub() - .callsArgWith(0, null, fakeProjectId); - const promise = new Promise((resolve, reject) => { - client.getProjectId((err?: Error | null, projectId?: string | null) => { - if (err) { - reject(err); - } else { - resolve(projectId); - } - }); - }); - const result = await promise; - assert.strictEqual(result, fakeProjectId); - }); - }); - - describe('createWriteStream', () => { - it('invokes createWriteStream without error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.WriteStream(), - ); - client.innerApiCalls.createWriteStream = stubSimpleCall(expectedResponse); - const [response] = await client.createWriteStream(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.createWriteStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createWriteStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createWriteStream without error using callback', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.WriteStream(), - ); - client.innerApiCalls.createWriteStream = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.createWriteStream( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1.IWriteStream | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.createWriteStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createWriteStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createWriteStream with error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.createWriteStream = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.createWriteStream(request), expectedError); - const actualRequest = ( - client.innerApiCalls.createWriteStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.createWriteStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes createWriteStream with closed client', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.createWriteStream(request), expectedError); - }); - }); - - describe('getWriteStream', () => { - it('invokes getWriteStream without error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.GetWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.GetWriteStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.WriteStream(), - ); - client.innerApiCalls.getWriteStream = stubSimpleCall(expectedResponse); - const [response] = await client.getWriteStream(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.getWriteStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.getWriteStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes getWriteStream without error using callback', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.GetWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.GetWriteStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.WriteStream(), - ); - client.innerApiCalls.getWriteStream = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.getWriteStream( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1.IWriteStream | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.getWriteStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.getWriteStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes getWriteStream with error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.GetWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.GetWriteStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.getWriteStream = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.getWriteStream(request), expectedError); - const actualRequest = ( - client.innerApiCalls.getWriteStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.getWriteStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes getWriteStream with closed client', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.GetWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.GetWriteStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.getWriteStream(request), expectedError); - }); - }); - - describe('finalizeWriteStream', () => { - it('invokes finalizeWriteStream without error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse(), - ); - client.innerApiCalls.finalizeWriteStream = - stubSimpleCall(expectedResponse); - const [response] = await client.finalizeWriteStream(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.finalizeWriteStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.finalizeWriteStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes finalizeWriteStream without error using callback', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse(), - ); - client.innerApiCalls.finalizeWriteStream = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.finalizeWriteStream( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1.IFinalizeWriteStreamResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.finalizeWriteStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.finalizeWriteStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes finalizeWriteStream with error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedHeaderRequestParams = `name=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.finalizeWriteStream = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects(client.finalizeWriteStream(request), expectedError); - const actualRequest = ( - client.innerApiCalls.finalizeWriteStream as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.finalizeWriteStream as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes finalizeWriteStream with closed client', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest', - ['name'], - ); - request.name = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.finalizeWriteStream(request), expectedError); - }); - }); - - describe('batchCommitWriteStreams', () => { - it('invokes batchCommitWriteStreams without error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse(), - ); - client.innerApiCalls.batchCommitWriteStreams = - stubSimpleCall(expectedResponse); - const [response] = await client.batchCommitWriteStreams(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchCommitWriteStreams as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCommitWriteStreams as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCommitWriteStreams without error using callback', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse(), - ); - client.innerApiCalls.batchCommitWriteStreams = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.batchCommitWriteStreams( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1.IBatchCommitWriteStreamsResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchCommitWriteStreams as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCommitWriteStreams as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCommitWriteStreams with error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.batchCommitWriteStreams = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.batchCommitWriteStreams(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.batchCommitWriteStreams as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCommitWriteStreams as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCommitWriteStreams with closed client', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.batchCommitWriteStreams(request), - expectedError, - ); - }); - }); - - describe('flushRows', () => { - it('invokes flushRows without error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FlushRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.FlushRowsRequest', - ['writeStream'], - ); - request.writeStream = defaultValue1; - const expectedHeaderRequestParams = `write_stream=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FlushRowsResponse(), - ); - client.innerApiCalls.flushRows = stubSimpleCall(expectedResponse); - const [response] = await client.flushRows(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.flushRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.flushRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes flushRows without error using callback', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FlushRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.FlushRowsRequest', - ['writeStream'], - ); - request.writeStream = defaultValue1; - const expectedHeaderRequestParams = `write_stream=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FlushRowsResponse(), - ); - client.innerApiCalls.flushRows = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.flushRows( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1.IFlushRowsResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.flushRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.flushRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes flushRows with error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FlushRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.FlushRowsRequest', - ['writeStream'], - ); - request.writeStream = defaultValue1; - const expectedHeaderRequestParams = `write_stream=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.flushRows = stubSimpleCall(undefined, expectedError); - await assert.rejects(client.flushRows(request), expectedError); - const actualRequest = ( - client.innerApiCalls.flushRows as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.flushRows as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes flushRows with closed client', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.FlushRowsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1.FlushRowsRequest', - ['writeStream'], - ); - request.writeStream = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects(client.flushRows(request), expectedError); - }); - }); - - describe('appendRows', () => { - it('invokes appendRows without error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.AppendRowsRequest(), - ); - - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.AppendRowsResponse(), - ); - client.innerApiCalls.appendRows = stubBidiStreamingCall(expectedResponse); - const stream = client.appendRows(); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1.AppendRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - stream.write(request); - stream.end(); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - assert( - (client.innerApiCalls.appendRows as SinonStub) - .getCall(0) - .calledWith(null), - ); - assert.deepStrictEqual( - ((stream as unknown as PassThrough)._transform as SinonStub).getCall(0) - .args[0], - request, - ); - }); - - it('invokes appendRows with error', async () => { - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1.AppendRowsRequest(), - ); - const expectedError = new Error('expected'); - client.innerApiCalls.appendRows = stubBidiStreamingCall( - undefined, - expectedError, - ); - const stream = client.appendRows(); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1.AppendRowsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - stream.write(request); - stream.end(); - }); - await assert.rejects(promise, expectedError); - assert( - (client.innerApiCalls.appendRows as SinonStub) - .getCall(0) - .calledWith(null), - ); - assert.deepStrictEqual( - ((stream as unknown as PassThrough)._transform as SinonStub).getCall(0) - .args[0], - request, - ); - }); - }); - - describe('Path templates', () => { - describe('project', async () => { - const fakePath = '/rendered/path/project'; - const expectedParameters = { - project: 'projectValue', - }; - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.projectPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.projectPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('projectPath', () => { - const result = client.projectPath('projectValue'); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.projectPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromProjectName', () => { - const result = client.matchProjectFromProjectName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.projectPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('readSession', async () => { - const fakePath = '/rendered/path/readSession'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - session: 'sessionValue', - }; - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.readSessionPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.readSessionPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('readSessionPath', () => { - const result = client.readSessionPath( - 'projectValue', - 'locationValue', - 'sessionValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.readSessionPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromReadSessionName', () => { - const result = client.matchProjectFromReadSessionName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromReadSessionName', () => { - const result = client.matchLocationFromReadSessionName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchSessionFromReadSessionName', () => { - const result = client.matchSessionFromReadSessionName(fakePath); - assert.strictEqual(result, 'sessionValue'); - assert( - (client.pathTemplates.readSessionPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('readStream', async () => { - const fakePath = '/rendered/path/readStream'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - session: 'sessionValue', - stream: 'streamValue', - }; - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.readStreamPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.readStreamPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('readStreamPath', () => { - const result = client.readStreamPath( - 'projectValue', - 'locationValue', - 'sessionValue', - 'streamValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.readStreamPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromReadStreamName', () => { - const result = client.matchProjectFromReadStreamName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromReadStreamName', () => { - const result = client.matchLocationFromReadStreamName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchSessionFromReadStreamName', () => { - const result = client.matchSessionFromReadStreamName(fakePath); - assert.strictEqual(result, 'sessionValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchStreamFromReadStreamName', () => { - const result = client.matchStreamFromReadStreamName(fakePath); - assert.strictEqual(result, 'streamValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('table', async () => { - const fakePath = '/rendered/path/table'; - const expectedParameters = { - project: 'projectValue', - dataset: 'datasetValue', - table: 'tableValue', - }; - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.tablePathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.tablePathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('tablePath', () => { - const result = client.tablePath( - 'projectValue', - 'datasetValue', - 'tableValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.tablePathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromTableName', () => { - const result = client.matchProjectFromTableName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchDatasetFromTableName', () => { - const result = client.matchDatasetFromTableName(fakePath); - assert.strictEqual(result, 'datasetValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchTableFromTableName', () => { - const result = client.matchTableFromTableName(fakePath); - assert.strictEqual(result, 'tableValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('writeStream', async () => { - const fakePath = '/rendered/path/writeStream'; - const expectedParameters = { - project: 'projectValue', - dataset: 'datasetValue', - table: 'tableValue', - stream: 'streamValue', - }; - const client = new bigquerywriteModule.v1.BigQueryWriteClient({ - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }); - await client.initialize(); - client.pathTemplates.writeStreamPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.writeStreamPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('writeStreamPath', () => { - const result = client.writeStreamPath( - 'projectValue', - 'datasetValue', - 'tableValue', - 'streamValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.writeStreamPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromWriteStreamName', () => { - const result = client.matchProjectFromWriteStreamName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchDatasetFromWriteStreamName', () => { - const result = client.matchDatasetFromWriteStreamName(fakePath); - assert.strictEqual(result, 'datasetValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchTableFromWriteStreamName', () => { - const result = client.matchTableFromWriteStreamName(fakePath); - assert.strictEqual(result, 'tableValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchStreamFromWriteStreamName', () => { - const result = client.matchStreamFromWriteStreamName(fakePath); - assert.strictEqual(result, 'streamValue'); - assert( - (client.pathTemplates.writeStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - }); -}); diff --git a/handwritten/bigquery-storage/test/gapic_metastore_partition_service_v1alpha.ts b/handwritten/bigquery-storage/test/gapic_metastore_partition_service_v1alpha.ts deleted file mode 100644 index 245b16ba78f5..000000000000 --- a/handwritten/bigquery-storage/test/gapic_metastore_partition_service_v1alpha.ts +++ /dev/null @@ -1,1151 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -import * as protos from '../protos/protos'; -import * as assert from 'assert'; -import * as sinon from 'sinon'; -import { SinonStub } from 'sinon'; -import { describe, it } from 'mocha'; -import * as metastorepartitionserviceModule from '../src'; - -import { PassThrough } from 'stream'; - -import { protobuf } from 'google-gax'; - -// Dynamically loaded proto JSON is needed to get the type information -// to fill in default values for request objects -const root = protobuf.Root.fromJSON( - require('../protos/protos.json'), -).resolveAll(); - -// eslint-disable-next-line @typescript-eslint/no-unused-vars -function getTypeDefaultValue(typeName: string, fields: string[]) { - let type = root.lookupType(typeName) as protobuf.Type; - for (const field of fields.slice(0, -1)) { - type = type.fields[field]?.resolvedType as protobuf.Type; - } - return type.fields[fields[fields.length - 1]]?.defaultValue; -} - -function generateSampleMessage(instance: T) { - const filledObject = ( - instance.constructor as typeof protobuf.Message - ).toObject(instance as protobuf.Message, { defaults: true }); - return (instance.constructor as typeof protobuf.Message).fromObject( - filledObject, - ) as T; -} - -function stubSimpleCall(response?: ResponseType, error?: Error) { - return error - ? sinon.stub().rejects(error) - : sinon.stub().resolves([response]); -} - -function stubSimpleCallWithCallback( - response?: ResponseType, - error?: Error, -) { - return error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); -} - -function stubBidiStreamingCall( - response?: ResponseType, - error?: Error, -) { - const transformStub = error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); - const mockStream = new PassThrough({ - objectMode: true, - transform: transformStub, - }); - return sinon.stub().returns(mockStream); -} - -describe('v1alpha.MetastorePartitionServiceClient', () => { - describe('Common methods', () => { - it('has apiEndpoint', () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient(); - const apiEndpoint = client.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - }); - - it('has universeDomain', () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient(); - const universeDomain = client.universeDomain; - assert.strictEqual(universeDomain, 'googleapis.com'); - }); - - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - it('throws DeprecationWarning if static servicePath is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const servicePath = - metastorepartitionserviceModule.v1alpha - .MetastorePartitionServiceClient.servicePath; - assert.strictEqual(servicePath, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - - it('throws DeprecationWarning if static apiEndpoint is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const apiEndpoint = - metastorepartitionserviceModule.v1alpha - .MetastorePartitionServiceClient.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - } - it('sets apiEndpoint according to universe domain camelCase', () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { universeDomain: 'example.com' }, - ); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - it('sets apiEndpoint according to universe domain snakeCase', () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { universe_domain: 'example.com' }, - ); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - if (typeof process === 'object' && 'env' in process) { - describe('GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable', () => { - it('sets apiEndpoint from environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient(); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - - it('value configured in code has priority over environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { universeDomain: 'configured.example.com' }, - ); - const servicePath = client.apiEndpoint; - assert.strictEqual( - servicePath, - 'bigquerystorage.configured.example.com', - ); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - }); - } - it('does not allow setting both universeDomain and universe_domain', () => { - assert.throws(() => { - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { universe_domain: 'example.com', universeDomain: 'example.net' }, - ); - }); - }); - - it('has port', () => { - const port = - metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient - .port; - assert(port); - assert(typeof port === 'number'); - }); - - it('should create a client with no option', () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient(); - assert(client); - }); - - it('should create a client with gRPC fallback', () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - fallback: true, - }, - ); - assert(client); - }); - - it('has initialize method and supports deferred initialization', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - assert.strictEqual(client.metastorePartitionServiceStub, undefined); - await client.initialize(); - assert(client.metastorePartitionServiceStub); - }); - - it('has close method for the initialized client', (done) => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - client.initialize().catch((err) => { - throw err; - }); - assert(client.metastorePartitionServiceStub); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has close method for the non-initialized client', (done) => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - assert.strictEqual(client.metastorePartitionServiceStub, undefined); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has getProjectId method', async () => { - const fakeProjectId = 'fake-project-id'; - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - client.auth.getProjectId = sinon.stub().resolves(fakeProjectId); - const result = await client.getProjectId(); - assert.strictEqual(result, fakeProjectId); - assert((client.auth.getProjectId as SinonStub).calledWithExactly()); - }); - - it('has getProjectId method with callback', async () => { - const fakeProjectId = 'fake-project-id'; - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - client.auth.getProjectId = sinon - .stub() - .callsArgWith(0, null, fakeProjectId); - const promise = new Promise((resolve, reject) => { - client.getProjectId((err?: Error | null, projectId?: string | null) => { - if (err) { - reject(err); - } else { - resolve(projectId); - } - }); - }); - const result = await promise; - assert.strictEqual(result, fakeProjectId); - }); - }); - - describe('batchCreateMetastorePartitions', () => { - it('invokes batchCreateMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse(), - ); - client.innerApiCalls.batchCreateMetastorePartitions = - stubSimpleCall(expectedResponse); - const [response] = await client.batchCreateMetastorePartitions(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCreateMetastorePartitions without error using callback', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsResponse(), - ); - client.innerApiCalls.batchCreateMetastorePartitions = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.batchCreateMetastorePartitions( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1alpha.IBatchCreateMetastorePartitionsResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCreateMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.batchCreateMetastorePartitions = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.batchCreateMetastorePartitions(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCreateMetastorePartitions with closed client', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchCreateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.batchCreateMetastorePartitions(request), - expectedError, - ); - }); - }); - - describe('batchDeleteMetastorePartitions', () => { - it('invokes batchDeleteMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.protobuf.Empty(), - ); - client.innerApiCalls.batchDeleteMetastorePartitions = - stubSimpleCall(expectedResponse); - const [response] = await client.batchDeleteMetastorePartitions(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchDeleteMetastorePartitions without error using callback', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.protobuf.Empty(), - ); - client.innerApiCalls.batchDeleteMetastorePartitions = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.batchDeleteMetastorePartitions( - request, - ( - err?: Error | null, - result?: protos.google.protobuf.IEmpty | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchDeleteMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.batchDeleteMetastorePartitions = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.batchDeleteMetastorePartitions(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchDeleteMetastorePartitions with closed client', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchDeleteMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.batchDeleteMetastorePartitions(request), - expectedError, - ); - }); - }); - - describe('batchUpdateMetastorePartitions', () => { - it('invokes batchUpdateMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse(), - ); - client.innerApiCalls.batchUpdateMetastorePartitions = - stubSimpleCall(expectedResponse); - const [response] = await client.batchUpdateMetastorePartitions(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchUpdateMetastorePartitions without error using callback', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsResponse(), - ); - client.innerApiCalls.batchUpdateMetastorePartitions = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.batchUpdateMetastorePartitions( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1alpha.IBatchUpdateMetastorePartitionsResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchUpdateMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.batchUpdateMetastorePartitions = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.batchUpdateMetastorePartitions(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchUpdateMetastorePartitions with closed client', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.BatchUpdateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.batchUpdateMetastorePartitions(request), - expectedError, - ); - }); - }); - - describe('listMetastorePartitions', () => { - it('invokes listMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse(), - ); - client.innerApiCalls.listMetastorePartitions = - stubSimpleCall(expectedResponse); - const [response] = await client.listMetastorePartitions(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes listMetastorePartitions without error using callback', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsResponse(), - ); - client.innerApiCalls.listMetastorePartitions = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.listMetastorePartitions( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1alpha.IListMetastorePartitionsResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes listMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.listMetastorePartitions = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.listMetastorePartitions(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes listMetastorePartitions with closed client', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.listMetastorePartitions(request), - expectedError, - ); - }); - }); - - describe('streamMetastorePartitions', () => { - it('invokes streamMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest(), - ); - - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse(), - ); - client.innerApiCalls.streamMetastorePartitions = - stubBidiStreamingCall(expectedResponse); - const stream = client.streamMetastorePartitions(); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - stream.write(request); - stream.end(); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - assert( - (client.innerApiCalls.streamMetastorePartitions as SinonStub) - .getCall(0) - .calledWith(null), - ); - assert.deepStrictEqual( - ((stream as unknown as PassThrough)._transform as SinonStub).getCall(0) - .args[0], - request, - ); - }); - - it('invokes streamMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsRequest(), - ); - const expectedError = new Error('expected'); - client.innerApiCalls.streamMetastorePartitions = stubBidiStreamingCall( - undefined, - expectedError, - ); - const stream = client.streamMetastorePartitions(); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1alpha.StreamMetastorePartitionsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - stream.write(request); - stream.end(); - }); - await assert.rejects(promise, expectedError); - assert( - (client.innerApiCalls.streamMetastorePartitions as SinonStub) - .getCall(0) - .calledWith(null), - ); - assert.deepStrictEqual( - ((stream as unknown as PassThrough)._transform as SinonStub).getCall(0) - .args[0], - request, - ); - }); - }); - - describe('Path templates', () => { - describe('readStream', async () => { - const fakePath = '/rendered/path/readStream'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - session: 'sessionValue', - stream: 'streamValue', - }; - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - client.pathTemplates.readStreamPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.readStreamPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('readStreamPath', () => { - const result = client.readStreamPath( - 'projectValue', - 'locationValue', - 'sessionValue', - 'streamValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.readStreamPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromReadStreamName', () => { - const result = client.matchProjectFromReadStreamName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromReadStreamName', () => { - const result = client.matchLocationFromReadStreamName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchSessionFromReadStreamName', () => { - const result = client.matchSessionFromReadStreamName(fakePath); - assert.strictEqual(result, 'sessionValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchStreamFromReadStreamName', () => { - const result = client.matchStreamFromReadStreamName(fakePath); - assert.strictEqual(result, 'streamValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('table', async () => { - const fakePath = '/rendered/path/table'; - const expectedParameters = { - project: 'projectValue', - dataset: 'datasetValue', - table: 'tableValue', - }; - const client = - new metastorepartitionserviceModule.v1alpha.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - client.pathTemplates.tablePathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.tablePathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('tablePath', () => { - const result = client.tablePath( - 'projectValue', - 'datasetValue', - 'tableValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.tablePathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromTableName', () => { - const result = client.matchProjectFromTableName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchDatasetFromTableName', () => { - const result = client.matchDatasetFromTableName(fakePath); - assert.strictEqual(result, 'datasetValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchTableFromTableName', () => { - const result = client.matchTableFromTableName(fakePath); - assert.strictEqual(result, 'tableValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - }); -}); diff --git a/handwritten/bigquery-storage/test/gapic_metastore_partition_service_v1beta.ts b/handwritten/bigquery-storage/test/gapic_metastore_partition_service_v1beta.ts deleted file mode 100644 index 408a160921b4..000000000000 --- a/handwritten/bigquery-storage/test/gapic_metastore_partition_service_v1beta.ts +++ /dev/null @@ -1,1151 +0,0 @@ -// Copyright 2026 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 -// -// https://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. -// -// ** This file is automatically generated by gapic-generator-typescript. ** -// ** https://github.com/googleapis/gapic-generator-typescript ** -// ** All changes to this file may be overwritten. ** - -import * as protos from '../protos/protos'; -import * as assert from 'assert'; -import * as sinon from 'sinon'; -import { SinonStub } from 'sinon'; -import { describe, it } from 'mocha'; -import * as metastorepartitionserviceModule from '../src'; - -import { PassThrough } from 'stream'; - -import { protobuf } from 'google-gax'; - -// Dynamically loaded proto JSON is needed to get the type information -// to fill in default values for request objects -const root = protobuf.Root.fromJSON( - require('../protos/protos.json'), -).resolveAll(); - -// eslint-disable-next-line @typescript-eslint/no-unused-vars -function getTypeDefaultValue(typeName: string, fields: string[]) { - let type = root.lookupType(typeName) as protobuf.Type; - for (const field of fields.slice(0, -1)) { - type = type.fields[field]?.resolvedType as protobuf.Type; - } - return type.fields[fields[fields.length - 1]]?.defaultValue; -} - -function generateSampleMessage(instance: T) { - const filledObject = ( - instance.constructor as typeof protobuf.Message - ).toObject(instance as protobuf.Message, { defaults: true }); - return (instance.constructor as typeof protobuf.Message).fromObject( - filledObject, - ) as T; -} - -function stubSimpleCall(response?: ResponseType, error?: Error) { - return error - ? sinon.stub().rejects(error) - : sinon.stub().resolves([response]); -} - -function stubSimpleCallWithCallback( - response?: ResponseType, - error?: Error, -) { - return error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); -} - -function stubBidiStreamingCall( - response?: ResponseType, - error?: Error, -) { - const transformStub = error - ? sinon.stub().callsArgWith(2, error) - : sinon.stub().callsArgWith(2, null, response); - const mockStream = new PassThrough({ - objectMode: true, - transform: transformStub, - }); - return sinon.stub().returns(mockStream); -} - -describe('v1beta.MetastorePartitionServiceClient', () => { - describe('Common methods', () => { - it('has apiEndpoint', () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient(); - const apiEndpoint = client.apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - }); - - it('has universeDomain', () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient(); - const universeDomain = client.universeDomain; - assert.strictEqual(universeDomain, 'googleapis.com'); - }); - - if ( - typeof process === 'object' && - typeof process.emitWarning === 'function' - ) { - it('throws DeprecationWarning if static servicePath is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const servicePath = - metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient - .servicePath; - assert.strictEqual(servicePath, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - - it('throws DeprecationWarning if static apiEndpoint is used', () => { - const stub = sinon.stub(process, 'emitWarning'); - const apiEndpoint = - metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient - .apiEndpoint; - assert.strictEqual(apiEndpoint, 'bigquerystorage.googleapis.com'); - assert(stub.called); - stub.restore(); - }); - } - it('sets apiEndpoint according to universe domain camelCase', () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { universeDomain: 'example.com' }, - ); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - it('sets apiEndpoint according to universe domain snakeCase', () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { universe_domain: 'example.com' }, - ); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - }); - - if (typeof process === 'object' && 'env' in process) { - describe('GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable', () => { - it('sets apiEndpoint from environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient(); - const servicePath = client.apiEndpoint; - assert.strictEqual(servicePath, 'bigquerystorage.example.com'); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - - it('value configured in code has priority over environment variable', () => { - const saved = process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = 'example.com'; - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { universeDomain: 'configured.example.com' }, - ); - const servicePath = client.apiEndpoint; - assert.strictEqual( - servicePath, - 'bigquerystorage.configured.example.com', - ); - if (saved) { - process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN'] = saved; - } else { - delete process.env['GOOGLE_CLOUD_UNIVERSE_DOMAIN']; - } - }); - }); - } - it('does not allow setting both universeDomain and universe_domain', () => { - assert.throws(() => { - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { universe_domain: 'example.com', universeDomain: 'example.net' }, - ); - }); - }); - - it('has port', () => { - const port = - metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient - .port; - assert(port); - assert(typeof port === 'number'); - }); - - it('should create a client with no option', () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient(); - assert(client); - }); - - it('should create a client with gRPC fallback', () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - fallback: true, - }, - ); - assert(client); - }); - - it('has initialize method and supports deferred initialization', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - assert.strictEqual(client.metastorePartitionServiceStub, undefined); - await client.initialize(); - assert(client.metastorePartitionServiceStub); - }); - - it('has close method for the initialized client', (done) => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - client.initialize().catch((err) => { - throw err; - }); - assert(client.metastorePartitionServiceStub); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has close method for the non-initialized client', (done) => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - assert.strictEqual(client.metastorePartitionServiceStub, undefined); - client - .close() - .then(() => { - done(); - }) - .catch((err) => { - throw err; - }); - }); - - it('has getProjectId method', async () => { - const fakeProjectId = 'fake-project-id'; - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - client.auth.getProjectId = sinon.stub().resolves(fakeProjectId); - const result = await client.getProjectId(); - assert.strictEqual(result, fakeProjectId); - assert((client.auth.getProjectId as SinonStub).calledWithExactly()); - }); - - it('has getProjectId method with callback', async () => { - const fakeProjectId = 'fake-project-id'; - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - client.auth.getProjectId = sinon - .stub() - .callsArgWith(0, null, fakeProjectId); - const promise = new Promise((resolve, reject) => { - client.getProjectId((err?: Error | null, projectId?: string | null) => { - if (err) { - reject(err); - } else { - resolve(projectId); - } - }); - }); - const result = await promise; - assert.strictEqual(result, fakeProjectId); - }); - }); - - describe('batchCreateMetastorePartitions', () => { - it('invokes batchCreateMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse(), - ); - client.innerApiCalls.batchCreateMetastorePartitions = - stubSimpleCall(expectedResponse); - const [response] = await client.batchCreateMetastorePartitions(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCreateMetastorePartitions without error using callback', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsResponse(), - ); - client.innerApiCalls.batchCreateMetastorePartitions = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.batchCreateMetastorePartitions( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1beta.IBatchCreateMetastorePartitionsResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCreateMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.batchCreateMetastorePartitions = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.batchCreateMetastorePartitions(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchCreateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchCreateMetastorePartitions with closed client', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchCreateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.batchCreateMetastorePartitions(request), - expectedError, - ); - }); - }); - - describe('batchDeleteMetastorePartitions', () => { - it('invokes batchDeleteMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.protobuf.Empty(), - ); - client.innerApiCalls.batchDeleteMetastorePartitions = - stubSimpleCall(expectedResponse); - const [response] = await client.batchDeleteMetastorePartitions(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchDeleteMetastorePartitions without error using callback', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.protobuf.Empty(), - ); - client.innerApiCalls.batchDeleteMetastorePartitions = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.batchDeleteMetastorePartitions( - request, - ( - err?: Error | null, - result?: protos.google.protobuf.IEmpty | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchDeleteMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.batchDeleteMetastorePartitions = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.batchDeleteMetastorePartitions(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchDeleteMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchDeleteMetastorePartitions with closed client', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchDeleteMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.batchDeleteMetastorePartitions(request), - expectedError, - ); - }); - }); - - describe('batchUpdateMetastorePartitions', () => { - it('invokes batchUpdateMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse(), - ); - client.innerApiCalls.batchUpdateMetastorePartitions = - stubSimpleCall(expectedResponse); - const [response] = await client.batchUpdateMetastorePartitions(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchUpdateMetastorePartitions without error using callback', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsResponse(), - ); - client.innerApiCalls.batchUpdateMetastorePartitions = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.batchUpdateMetastorePartitions( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1beta.IBatchUpdateMetastorePartitionsResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchUpdateMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.batchUpdateMetastorePartitions = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.batchUpdateMetastorePartitions(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.batchUpdateMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes batchUpdateMetastorePartitions with closed client', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.batchUpdateMetastorePartitions(request), - expectedError, - ); - }); - }); - - describe('listMetastorePartitions', () => { - it('invokes listMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse(), - ); - client.innerApiCalls.listMetastorePartitions = - stubSimpleCall(expectedResponse); - const [response] = await client.listMetastorePartitions(request); - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes listMetastorePartitions without error using callback', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsResponse(), - ); - client.innerApiCalls.listMetastorePartitions = - stubSimpleCallWithCallback(expectedResponse); - const promise = new Promise((resolve, reject) => { - client.listMetastorePartitions( - request, - ( - err?: Error | null, - result?: protos.google.cloud.bigquery.storage.v1beta.IListMetastorePartitionsResponse | null, - ) => { - if (err) { - reject(err); - } else { - resolve(result); - } - }, - ); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - const actualRequest = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes listMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedHeaderRequestParams = `parent=${defaultValue1 ?? ''}`; - const expectedError = new Error('expected'); - client.innerApiCalls.listMetastorePartitions = stubSimpleCall( - undefined, - expectedError, - ); - await assert.rejects( - client.listMetastorePartitions(request), - expectedError, - ); - const actualRequest = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[0]; - assert.deepStrictEqual(actualRequest, request); - const actualHeaderRequestParams = ( - client.innerApiCalls.listMetastorePartitions as SinonStub - ).getCall(0).args[1].otherArgs.headers['x-goog-request-params']; - assert(actualHeaderRequestParams.includes(expectedHeaderRequestParams)); - }); - - it('invokes listMetastorePartitions with closed client', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest(), - ); - const defaultValue1 = getTypeDefaultValue( - '.google.cloud.bigquery.storage.v1beta.ListMetastorePartitionsRequest', - ['parent'], - ); - request.parent = defaultValue1; - const expectedError = new Error('The client has already been closed.'); - client.close().catch((err) => { - throw err; - }); - await assert.rejects( - client.listMetastorePartitions(request), - expectedError, - ); - }); - }); - - describe('streamMetastorePartitions', () => { - it('invokes streamMetastorePartitions without error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest(), - ); - - const expectedResponse = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse(), - ); - client.innerApiCalls.streamMetastorePartitions = - stubBidiStreamingCall(expectedResponse); - const stream = client.streamMetastorePartitions(); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - stream.write(request); - stream.end(); - }); - const response = await promise; - assert.deepStrictEqual(response, expectedResponse); - assert( - (client.innerApiCalls.streamMetastorePartitions as SinonStub) - .getCall(0) - .calledWith(null), - ); - assert.deepStrictEqual( - ((stream as unknown as PassThrough)._transform as SinonStub).getCall(0) - .args[0], - request, - ); - }); - - it('invokes streamMetastorePartitions with error', async () => { - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - const request = generateSampleMessage( - new protos.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsRequest(), - ); - const expectedError = new Error('expected'); - client.innerApiCalls.streamMetastorePartitions = stubBidiStreamingCall( - undefined, - expectedError, - ); - const stream = client.streamMetastorePartitions(); - const promise = new Promise((resolve, reject) => { - stream.on( - 'data', - ( - response: protos.google.cloud.bigquery.storage.v1beta.StreamMetastorePartitionsResponse, - ) => { - resolve(response); - }, - ); - stream.on('error', (err: Error) => { - reject(err); - }); - stream.write(request); - stream.end(); - }); - await assert.rejects(promise, expectedError); - assert( - (client.innerApiCalls.streamMetastorePartitions as SinonStub) - .getCall(0) - .calledWith(null), - ); - assert.deepStrictEqual( - ((stream as unknown as PassThrough)._transform as SinonStub).getCall(0) - .args[0], - request, - ); - }); - }); - - describe('Path templates', () => { - describe('readStream', async () => { - const fakePath = '/rendered/path/readStream'; - const expectedParameters = { - project: 'projectValue', - location: 'locationValue', - session: 'sessionValue', - stream: 'streamValue', - }; - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - client.pathTemplates.readStreamPathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.readStreamPathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('readStreamPath', () => { - const result = client.readStreamPath( - 'projectValue', - 'locationValue', - 'sessionValue', - 'streamValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.readStreamPathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromReadStreamName', () => { - const result = client.matchProjectFromReadStreamName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchLocationFromReadStreamName', () => { - const result = client.matchLocationFromReadStreamName(fakePath); - assert.strictEqual(result, 'locationValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchSessionFromReadStreamName', () => { - const result = client.matchSessionFromReadStreamName(fakePath); - assert.strictEqual(result, 'sessionValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchStreamFromReadStreamName', () => { - const result = client.matchStreamFromReadStreamName(fakePath); - assert.strictEqual(result, 'streamValue'); - assert( - (client.pathTemplates.readStreamPathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - - describe('table', async () => { - const fakePath = '/rendered/path/table'; - const expectedParameters = { - project: 'projectValue', - dataset: 'datasetValue', - table: 'tableValue', - }; - const client = - new metastorepartitionserviceModule.v1beta.MetastorePartitionServiceClient( - { - credentials: { client_email: 'bogus', private_key: 'bogus' }, - projectId: 'bogus', - }, - ); - await client.initialize(); - client.pathTemplates.tablePathTemplate.render = sinon - .stub() - .returns(fakePath); - client.pathTemplates.tablePathTemplate.match = sinon - .stub() - .returns(expectedParameters); - - it('tablePath', () => { - const result = client.tablePath( - 'projectValue', - 'datasetValue', - 'tableValue', - ); - assert.strictEqual(result, fakePath); - assert( - (client.pathTemplates.tablePathTemplate.render as SinonStub) - .getCall(-1) - .calledWith(expectedParameters), - ); - }); - - it('matchProjectFromTableName', () => { - const result = client.matchProjectFromTableName(fakePath); - assert.strictEqual(result, 'projectValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchDatasetFromTableName', () => { - const result = client.matchDatasetFromTableName(fakePath); - assert.strictEqual(result, 'datasetValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - - it('matchTableFromTableName', () => { - const result = client.matchTableFromTableName(fakePath); - assert.strictEqual(result, 'tableValue'); - assert( - (client.pathTemplates.tablePathTemplate.match as SinonStub) - .getCall(-1) - .calledWith(fakePath), - ); - }); - }); - }); -}); diff --git a/handwritten/bigquery-storage/test/reader/arrow_transform.ts b/handwritten/bigquery-storage/test/reader/arrow_transform.ts index e8081b40acd9..03e95fb8a439 100644 --- a/handwritten/bigquery-storage/test/reader/arrow_transform.ts +++ b/handwritten/bigquery-storage/test/reader/arrow_transform.ts @@ -14,7 +14,7 @@ import * as assert from 'assert'; import {describe, it} from 'mocha'; -import * as protos from '../../protos/protos'; +import {protos} from '@google-cloud/bigquery-storage-api'; import {RecordBatchStreamWriter, tableFromArrays} from 'apache-arrow'; import {Readable} from 'stream'; import {