Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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