Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHANGE ME] Re-generated to pick up changes in the API or client library generator. #74

Merged
merged 1 commit into from Feb 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -48,11 +48,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ ".proto\022 google.cloud.bigquery.storage.v1"
+ "\"(\n\013ArrowSchema\022\031\n\021serialized_schema\030\001 \001"
+ "(\014\"F\n\020ArrowRecordBatch\022\037\n\027serialized_rec"
+ "ord_batch\030\001 \001(\014\022\021\n\trow_count\030\002 \001(\003B}\n$co"
+ "m.google.cloud.bigquery.storage.v1B\nArro"
+ "wProtoP\001ZGgoogle.golang.org/genproto/goo"
+ "gleapis/cloud/bigquery/storage/v1;storag"
+ "eb\006proto3"
+ "ord_batch\030\001 \001(\014\022\021\n\trow_count\030\002 \001(\003B\303\001\n$c"
+ "om.google.cloud.bigquery.storage.v1B\nArr"
+ "owProtoP\001ZGgoogle.golang.org/genproto/go"
+ "ogleapis/cloud/bigquery/storage/v1;stora"
+ "ge\252\002 Google.Cloud.BigQuery.Storage.V1\312\002 "
+ "Google\\Cloud\\BigQuery\\Storage\\V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -48,10 +48,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "proto\022 google.cloud.bigquery.storage.v1\""
+ "\034\n\nAvroSchema\022\016\n\006schema\030\001 \001(\t\"=\n\010AvroRow"
+ "s\022\036\n\026serialized_binary_rows\030\001 \001(\014\022\021\n\trow"
+ "_count\030\002 \001(\003B|\n$com.google.cloud.bigquer"
+ "y.storage.v1B\tAvroProtoP\001ZGgoogle.golang"
+ ".org/genproto/googleapis/cloud/bigquery/"
+ "storage/v1;storageb\006proto3"
+ "_count\030\002 \001(\003B\302\001\n$com.google.cloud.bigque"
+ "ry.storage.v1B\tAvroProtoP\001ZGgoogle.golan"
+ "g.org/genproto/googleapis/cloud/bigquery"
+ "/storage/v1;storage\252\002 Google.Cloud.BigQu"
+ "ery.Storage.V1\312\002 Google\\Cloud\\BigQuery\\S"
+ "torage\\V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -125,10 +125,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "w.googleapis.com/auth/bigquery,https://w"
+ "ww.googleapis.com/auth/bigquery.readonly"
+ ",https://www.googleapis.com/auth/cloud-p"
+ "latformB\177\n$com.google.cloud.bigquery.sto"
+ "rage.v1B\014StorageProtoP\001ZGgoogle.golang.o"
+ "rg/genproto/googleapis/cloud/bigquery/st"
+ "orage/v1;storageb\006proto3"
+ "latformB\305\001\n$com.google.cloud.bigquery.st"
+ "orage.v1B\014StorageProtoP\001ZGgoogle.golang."
+ "org/genproto/googleapis/cloud/bigquery/s"
+ "torage/v1;storage\252\002 Google.Cloud.BigQuer"
+ "y.Storage.V1\312\002 Google\\Cloud\\BigQuery\\Sto"
+ "rage\\V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -86,10 +86,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "}/locations/{location}/sessions/{session"
+ "}/streams/{stream}*>\n\nDataFormat\022\033\n\027DATA"
+ "_FORMAT_UNSPECIFIED\020\000\022\010\n\004AVRO\020\001\022\t\n\005ARROW"
+ "\020\002B~\n$com.google.cloud.bigquery.storage."
+ "v1B\013StreamProtoP\001ZGgoogle.golang.org/gen"
+ "proto/googleapis/cloud/bigquery/storage/"
+ "v1;storageb\006proto3"
+ "\020\002B\304\001\n$com.google.cloud.bigquery.storage"
+ ".v1B\013StreamProtoP\001ZGgoogle.golang.org/ge"
+ "nproto/googleapis/cloud/bigquery/storage"
+ "/v1;storage\252\002 Google.Cloud.BigQuery.Stor"
+ "age.V1\312\002 Google\\Cloud\\BigQuery\\Storage\\V"
+ "1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -17,10 +17,12 @@ syntax = "proto3";

package google.cloud.bigquery.storage.v1;

option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1;storage";
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
Expand Down
Expand Up @@ -17,10 +17,12 @@ syntax = "proto3";

package google.cloud.bigquery.storage.v1;

option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1;storage";
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 {
Expand Down
Expand Up @@ -25,10 +25,12 @@ import "google/cloud/bigquery/storage/v1/arrow.proto";
import "google/cloud/bigquery/storage/v1/avro.proto";
import "google/cloud/bigquery/storage/v1/stream.proto";

option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1;storage";
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";

// BigQuery Read API.
//
Expand Down
Expand Up @@ -23,10 +23,12 @@ import "google/cloud/bigquery/storage/v1/arrow.proto";
import "google/cloud/bigquery/storage/v1/avro.proto";
import "google/protobuf/timestamp.proto";

option csharp_namespace = "Google.Cloud.BigQuery.Storage.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1;storage";
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 {
Expand Down
20 changes: 10 additions & 10 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-02-08T09:41:28.852134Z",
"updateTime": "2020-02-11T10:29:54.654184Z",
"sources": [
{
"generator": {
Expand All @@ -12,33 +12,33 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e7d8a694f4559201e6913f6610069cb08b39274e",
"internalRef": "293903652"
"sha": "5006247aa157e59118833658084345ee59af7c09",
"internalRef": "294383128"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e7d8a694f4559201e6913f6610069cb08b39274e",
"internalRef": "293903652"
"sha": "5006247aa157e59118833658084345ee59af7c09",
"internalRef": "294383128"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e7d8a694f4559201e6913f6610069cb08b39274e",
"internalRef": "293903652"
"sha": "5006247aa157e59118833658084345ee59af7c09",
"internalRef": "294383128"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e7d8a694f4559201e6913f6610069cb08b39274e",
"internalRef": "293903652",
"log": "e7d8a694f4559201e6913f6610069cb08b39274e\nDepend on the latest gapic-generator and resource names plugin.\n\nThis fixes the very old an very annoying bug: https://github.com/googleapis/gapic-generator/pull/3087\n\nPiperOrigin-RevId: 293903652\n\n806b2854a966d55374ee26bb0cef4e30eda17b58\nfix: correct capitalization of Ruby namespaces in SecurityCenter V1p1beta1\n\nPiperOrigin-RevId: 293903613\n\n1b83c92462b14d67a7644e2980f723112472e03a\nPublish annotations and grpc service config for Logging API.\n\nPiperOrigin-RevId: 293893514\n\ne46f761cd6ec15a9e3d5ed4ff321a4bcba8e8585\nGenerate the Bazel build file for recommendengine public api\n\nPiperOrigin-RevId: 293710856\n\n68477017c4173c98addac0373950c6aa9d7b375f\nMake `language_code` optional for UpdateIntentRequest and BatchUpdateIntentsRequest.\n\nThe comments and proto annotations describe this parameter as optional.\n\nPiperOrigin-RevId: 293703548\n\n16f823f578bca4e845a19b88bb9bc5870ea71ab2\nAdd BUILD.bazel files for managedidentities API\n\nPiperOrigin-RevId: 293698246\n\n2f53fd8178c9a9de4ad10fae8dd17a7ba36133f2\nAdd v1p1beta1 config file\n\nPiperOrigin-RevId: 293696729\n\n052b274138fce2be80f97b6dcb83ab343c7c8812\nAdd source field for user event and add field behavior annotations\n\nPiperOrigin-RevId: 293693115\n\n1e89732b2d69151b1b3418fff3d4cc0434f0dded\ndatacatalog: v1beta1 add three new RPCs to gapic v1beta1 config\n\nPiperOrigin-RevId: 293692823\n\n9c8bd09bbdc7c4160a44f1fbab279b73cd7a2337\nchange the name of AccessApproval service to AccessApprovalAdmin\n\nPiperOrigin-RevId: 293690934\n\n2e23b8fbc45f5d9e200572ca662fe1271bcd6760\nAdd ListEntryGroups method, add http bindings to support entry group tagging, and update some comments.\n\nPiperOrigin-RevId: 293666452\n\n0275e38a4ca03a13d3f47a9613aac8c8b0d3f1f2\nAdd proto_package field to managedidentities API. It is needed for APIs that still depend on artman generation.\n\nPiperOrigin-RevId: 293643323\n\n"
"sha": "5006247aa157e59118833658084345ee59af7c09",
"internalRef": "294383128",
"log": "5006247aa157e59118833658084345ee59af7c09\nFix: Make deprecated fields optional\nFix: Deprecate SetLoggingServiceRequest.zone in line with the comments\nFeature: Add resource name method signatures where appropriate\n\nPiperOrigin-RevId: 294383128\n\neabba40dac05c5cbe0fca3a35761b17e372036c4\nFix: C# and PHP package/namespace capitalization for BigQuery Storage v1.\n\nPiperOrigin-RevId: 294382444\n\nf8d9a858a7a55eba8009a23aa3f5cc5fe5e88dde\nfix: artman configuration file for bigtable-admin\n\nPiperOrigin-RevId: 294322616\n\n0f29555d1cfcf96add5c0b16b089235afbe9b1a9\nAPI definition for (not-yet-launched) GCS gRPC.\n\nPiperOrigin-RevId: 294321472\n\nfcc86bee0e84dc11e9abbff8d7c3529c0626f390\nfix: Bigtable Admin v2\n\nChange LRO metadata from PartialUpdateInstanceMetadata\nto UpdateInstanceMetadata. (Otherwise, it will not build.)\n\nPiperOrigin-RevId: 294264582\n\n6d9361eae2ebb3f42d8c7ce5baf4bab966fee7c0\nrefactor: Add annotations to Bigtable Admin v2.\n\nPiperOrigin-RevId: 294243406\n\nad7616f3fc8e123451c8b3a7987bc91cea9e6913\nFix: Resource type in CreateLogMetricRequest should use logging.googleapis.com.\nFix: ListLogEntries should have a method signature for convenience of calling it.\n\nPiperOrigin-RevId: 294222165\n\n63796fcbb08712676069e20a3e455c9f7aa21026\nFix: Remove extraneous resource definition for cloudkms.googleapis.com/CryptoKey.\n\nPiperOrigin-RevId: 294176658\n\n"
}
},
{
Expand Down