Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#337)
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 379784268

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Jun 16 12:29:58 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 551681f25e36b11829e87e580281350461f4f3f5
Source-Link: googleapis/googleapis@551681f
  • Loading branch information
yoshi-automation committed Jun 17, 2021
1 parent e6510f1 commit 6296a49
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 24 deletions.
Expand Up @@ -256,10 +256,10 @@ public Builder setCatalogItemPath(String catalogItemPath) {
}

private Builder(CatalogItemPathName catalogItemPathName) {
project = catalogItemPathName.project;
location = catalogItemPathName.location;
catalog = catalogItemPathName.catalog;
catalogItemPath = catalogItemPathName.catalogItemPath;
this.project = catalogItemPathName.project;
this.location = catalogItemPathName.location;
this.catalog = catalogItemPathName.catalog;
this.catalogItemPath = catalogItemPathName.catalogItemPath;
}

public CatalogItemPathName build() {
Expand Down
Expand Up @@ -211,9 +211,9 @@ public Builder setCatalog(String catalog) {
}

private Builder(CatalogName catalogName) {
project = catalogName.project;
location = catalogName.location;
catalog = catalogName.catalog;
this.project = catalogName.project;
this.location = catalogName.location;
this.catalog = catalogName.catalog;
}

public CatalogName build() {
Expand Down
Expand Up @@ -248,10 +248,10 @@ public Builder setEventStore(String eventStore) {
}

private Builder(EventStoreName eventStoreName) {
project = eventStoreName.project;
location = eventStoreName.location;
catalog = eventStoreName.catalog;
eventStore = eventStoreName.eventStore;
this.project = eventStoreName.project;
this.location = eventStoreName.location;
this.catalog = eventStoreName.catalog;
this.eventStore = eventStoreName.eventStore;
}

public EventStoreName build() {
Expand Down
Expand Up @@ -284,11 +284,11 @@ public Builder setPlacement(String placement) {
}

private Builder(PlacementName placementName) {
project = placementName.project;
location = placementName.location;
catalog = placementName.catalog;
eventStore = placementName.eventStore;
placement = placementName.placement;
this.project = placementName.project;
this.location = placementName.location;
this.catalog = placementName.catalog;
this.eventStore = placementName.eventStore;
this.placement = placementName.placement;
}

public PlacementName build() {
Expand Down
Expand Up @@ -296,11 +296,12 @@ public Builder setPredictionApiKeyRegistration(String predictionApiKeyRegistrati
}

private Builder(PredictionApiKeyRegistrationName predictionApiKeyRegistrationName) {
project = predictionApiKeyRegistrationName.project;
location = predictionApiKeyRegistrationName.location;
catalog = predictionApiKeyRegistrationName.catalog;
eventStore = predictionApiKeyRegistrationName.eventStore;
predictionApiKeyRegistration = predictionApiKeyRegistrationName.predictionApiKeyRegistration;
this.project = predictionApiKeyRegistrationName.project;
this.location = predictionApiKeyRegistrationName.location;
this.catalog = predictionApiKeyRegistrationName.catalog;
this.eventStore = predictionApiKeyRegistrationName.eventStore;
this.predictionApiKeyRegistration =
predictionApiKeyRegistrationName.predictionApiKeyRegistration;
}

public PredictionApiKeyRegistrationName build() {
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-recommendations-ai.git",
"sha": "5af3d064f67e86680c6cd8b8d3c90eb59bf8f526"
"sha": "e6510f1f4146c9ddd48079caeff830ea6ea1ee6b"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
"internalRef": "378718217"
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
"internalRef": "379784268"
}
},
{
Expand Down

0 comments on commit 6296a49

Please sign in to comment.