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

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#208)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6ad7eb37-8723-4582-ae81-1c64aa794e68/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 379784268
Source-Link: googleapis/googleapis@551681f
Source-Link: googleapis/googleapis-gen@478f365
  • Loading branch information
yoshi-automation committed Jun 18, 2021
1 parent 32af8ad commit 17b04b4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Expand Up @@ -304,8 +304,8 @@ private Builder(ConstraintName constraintName) {
Preconditions.checkArgument(
Objects.equals(constraintName.pathTemplate, PROJECT_CONSTRAINT),
"toBuilder is only supported when ConstraintName has the pattern of projects/{project}/constraints/{constraint}");
project = constraintName.project;
constraint = constraintName.constraint;
this.project = constraintName.project;
this.constraint = constraintName.constraint;
}

public ConstraintName build() {
Expand Down
Expand Up @@ -158,7 +158,7 @@ public Builder setFolder(String folder) {
}

private Builder(FolderName folderName) {
folder = folderName.folder;
this.folder = folderName.folder;
}

public FolderName build() {
Expand Down
Expand Up @@ -158,7 +158,7 @@ public Builder setOrganization(String organization) {
}

private Builder(OrganizationName organizationName) {
organization = organizationName.organization;
this.organization = organizationName.organization;
}

public OrganizationName build() {
Expand Down
Expand Up @@ -295,8 +295,8 @@ private Builder(PolicyName policyName) {
Preconditions.checkArgument(
Objects.equals(policyName.pathTemplate, PROJECT_POLICY),
"toBuilder is only supported when PolicyName has the pattern of projects/{project}/policies/{policy}");
project = policyName.project;
policy = policyName.policy;
this.project = policyName.project;
this.policy = policyName.policy;
}

public PolicyName build() {
Expand Down
Expand Up @@ -158,7 +158,7 @@ public Builder setProject(String project) {
}

private Builder(ProjectName projectName) {
project = projectName.project;
this.project = projectName.project;
}

public ProjectName build() {
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-orgpolicy.git",
"sha": "a4eab4c160888d3a5ffca700a356de374203a168"
"sha": "32af8ad19146c4c47434d2029c0d7ed61bf4e9f9"
}
},
{
Expand All @@ -19,8 +19,8 @@
"git": {
"name": "googleapis-gen",
"remote": "https://github.com/googleapis/googleapis-gen.git",
"sha": "9a27cb4181a8823727458705f4343f0dccdb40d6",
"internalRef": "378718217"
"sha": "478f36572d7bcf1dc66038d0e76b9b3fa2abae63",
"internalRef": "379784268"
}
},
{
Expand Down

0 comments on commit 17b04b4

Please sign in to comment.