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

feat: v1beta2 manual client library for BigQueryWrite #714

Merged
merged 15 commits into from Dec 9, 2020
@@ -1,7 +1,6 @@
/*
* Copyright 2020 Google LLC
*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bot incorrectly proposed these changes. Raised this issue to track a fix.

* Licensed under the Apache License, Version 2.0 (the "License");
public class BQTableSchemaToProtoDescriptor {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class JsonToProtoMessage {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class SchemaCompatibility {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class StreamWriter {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2016 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class Waiter {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class BQTableSchemaToProtoDescriptorTest {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class FakeBigQueryWrite {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2016 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class FakeBigQueryWriteImpl {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2016 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class FakeClock {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2016 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class FakeScheduledExecutorService {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class ProtoSchemaConverterTest {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2016 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class SchemaCompatibilityTest {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2016 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class StreamWriterTest {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down
@@ -1,7 +1,6 @@
/*
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
public class ITBigQueryWriteManualClientTest {}
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
Expand Down