Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

test: commit integration tests by georgiyekkert - #319

Merged
gcf-merge-on-green[bot] merged 2 commits into
googleapis:diregapicfrom
vam-google:diregapic
Feb 22, 2021
Merged

test: commit integration tests by georgiyekkert#319
gcf-merge-on-green[bot] merged 2 commits into
googleapis:diregapicfrom
vam-google:diregapic

Conversation

@vam-google

@vam-google vam-google commented Feb 18, 2021

Copy link
Copy Markdown
Contributor

Merge #290 overwriting history, since the original PR cannot be merged. Tests are by @georgiyekkert

@vam-google
vam-google requested a review from a team February 18, 2021 06:59
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 18, 2021
@product-auto-label product-auto-label Bot added the api: compute Issues related to the googleapis/java-compute API. label Feb 18, 2021
@vam-google
vam-google requested a review from chingor13 February 18, 2021 07:00
@@ -0,0 +1,29 @@
/*
* Copyright 2020 Google LLC

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

These files were actually created in 2020, that is why I decided to keep 2020. But ok, probably the year of the push must be the year.


import static org.junit.Assert.fail;

import com.google.cloud.compute.v1.*;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We shouldn't be using wildcard imports.

@vam-google vam-google Feb 19, 2021

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Oh, yes, absolutely. Fixed.

@@ -0,0 +1,116 @@
/*
* Copyright 2020 Google LLC

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

*/
package com.google.cloud.compute.v1.integration;

import com.google.cloud.compute.v1.*;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

same here on imports

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@@ -0,0 +1,228 @@
/*
* Copyright 2020 Google LLC

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Copyright 2020 Google LLC
* Copyright 2021 Google LLC

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed


import com.google.api.gax.rpc.InvalidArgumentException;
import com.google.api.gax.rpc.NotFoundException;
import com.google.cloud.compute.v1.*;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

same here on imports

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@vam-google

Copy link
Copy Markdown
Contributor Author

@chingor13 PTAL

@chingor13 chingor13 changed the title chore: commit integration tests by georgiyekkert test: commit integration tests by georgiyekkert Feb 22, 2021
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Feb 22, 2021
@gcf-merge-on-green
gcf-merge-on-green Bot merged commit 7fd3107 into googleapis:diregapic Feb 22, 2021
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 22, 2021
Neenu1995 added a commit that referenced this pull request May 10, 2021
This pull request was generated using releasetool.

05-10-2021 16:14 PDT

chore: Update google-cloud-shared-dependencies dependency to 1.1.0 (#407)
feat: Regenerate latest version of the client with field presence support (#401)
test: commit integration tests by georgiyekkert (#319)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: compute Issues related to the googleapis/java-compute API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants