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

Commit

Permalink
feat(generator): update protoc to v3.15.3 (#421)
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/4650efcc-2b5e-4632-92f4-e28824d4f0b4/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 359781040
Source-Link: googleapis/googleapis@f6dd7e4
  • Loading branch information
yoshi-automation committed Mar 2, 2021
1 parent 8e5bef4 commit 528806f
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 11 deletions.
Expand Up @@ -239,6 +239,22 @@ public com.google.cloud.vision.v1.ProductSetPurgeConfig getProductSetPurgeConfig
}

public static final int DELETE_ORPHAN_PRODUCTS_FIELD_NUMBER = 3;
/**
*
*
* <pre>
* If delete_orphan_products is true, all Products that are not in any
* ProductSet will be deleted.
* </pre>
*
* <code>bool delete_orphan_products = 3;</code>
*
* @return Whether the deleteOrphanProducts field is set.
*/
@java.lang.Override
public boolean hasDeleteOrphanProducts() {
return targetCase_ == 3;
}
/**
*
*
Expand Down Expand Up @@ -960,6 +976,21 @@ public Builder clearProductSetPurgeConfig() {
return productSetPurgeConfigBuilder_;
}

/**
*
*
* <pre>
* If delete_orphan_products is true, all Products that are not in any
* ProductSet will be deleted.
* </pre>
*
* <code>bool delete_orphan_products = 3;</code>
*
* @return Whether the deleteOrphanProducts field is set.
*/
public boolean hasDeleteOrphanProducts() {
return targetCase_ == 3;
}
/**
*
*
Expand Down
Expand Up @@ -58,6 +58,19 @@ public interface PurgeProductsRequestOrBuilder
*/
com.google.cloud.vision.v1.ProductSetPurgeConfigOrBuilder getProductSetPurgeConfigOrBuilder();

/**
*
*
* <pre>
* If delete_orphan_products is true, all Products that are not in any
* ProductSet will be deleted.
* </pre>
*
* <code>bool delete_orphan_products = 3;</code>
*
* @return Whether the deleteOrphanProducts field is set.
*/
boolean hasDeleteOrphanProducts();
/**
*
*
Expand Down
Expand Up @@ -241,6 +241,22 @@ public com.google.cloud.vision.v1p4beta1.ProductSetPurgeConfig getProductSetPurg
}

public static final int DELETE_ORPHAN_PRODUCTS_FIELD_NUMBER = 3;
/**
*
*
* <pre>
* If delete_orphan_products is true, all Products that are not in any
* ProductSet will be deleted.
* </pre>
*
* <code>bool delete_orphan_products = 3;</code>
*
* @return Whether the deleteOrphanProducts field is set.
*/
@java.lang.Override
public boolean hasDeleteOrphanProducts() {
return targetCase_ == 3;
}
/**
*
*
Expand Down Expand Up @@ -974,6 +990,21 @@ public Builder clearProductSetPurgeConfig() {
return productSetPurgeConfigBuilder_;
}

/**
*
*
* <pre>
* If delete_orphan_products is true, all Products that are not in any
* ProductSet will be deleted.
* </pre>
*
* <code>bool delete_orphan_products = 3;</code>
*
* @return Whether the deleteOrphanProducts field is set.
*/
public boolean hasDeleteOrphanProducts() {
return targetCase_ == 3;
}
/**
*
*
Expand Down
Expand Up @@ -59,6 +59,19 @@ public interface PurgeProductsRequestOrBuilder
com.google.cloud.vision.v1p4beta1.ProductSetPurgeConfigOrBuilder
getProductSetPurgeConfigOrBuilder();

/**
*
*
* <pre>
* If delete_orphan_products is true, all Products that are not in any
* ProductSet will be deleted.
* </pre>
*
* <code>bool delete_orphan_products = 3;</code>
*
* @return Whether the deleteOrphanProducts field is set.
*/
boolean hasDeleteOrphanProducts();
/**
*
*
Expand Down
22 changes: 11 additions & 11 deletions synth.metadata
Expand Up @@ -4,47 +4,47 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-vision.git",
"sha": "c3d6e7bd7e544cbf035c903648eb43ee7958d57f"
"sha": "8e5bef4599bad69c53490e450bddff22631c1f20"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down

0 comments on commit 528806f

Please sign in to comment.