Skip to content

Commit

Permalink
chore(regen): Re-generated to pick up changes in the API or client li…
Browse files Browse the repository at this point in the history
…brary generator. (#195)
  • Loading branch information
yoshi-automation committed Feb 24, 2020
1 parent f9b4438 commit 1da2497
Show file tree
Hide file tree
Showing 78 changed files with 3,387 additions and 2,364 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -1151,7 +1151,9 @@ public void listInstances(
*
*
* <pre>
* Updates an instance within a project.
* Updates an instance within a project. This method updates only the display
* name and type for an Instance. To update other Instance properties, such as
* labels, use PartialUpdateInstance.
* </pre>
*/
public void updateInstance(
Expand All @@ -1164,7 +1166,8 @@ public void updateInstance(
*
*
* <pre>
* Partially updates an instance within a project.
* Partially updates an instance within a project. This method can modify all
* fields of an Instance and is the preferred way to update an Instance.
* </pre>
*/
public void partialUpdateInstance(
Expand Down Expand Up @@ -1563,7 +1566,9 @@ public void listInstances(
*
*
* <pre>
* Updates an instance within a project.
* Updates an instance within a project. This method updates only the display
* name and type for an Instance. To update other Instance properties, such as
* labels, use PartialUpdateInstance.
* </pre>
*/
public void updateInstance(
Expand All @@ -1579,7 +1584,8 @@ public void updateInstance(
*
*
* <pre>
* Partially updates an instance within a project.
* Partially updates an instance within a project. This method can modify all
* fields of an Instance and is the preferred way to update an Instance.
* </pre>
*/
public void partialUpdateInstance(
Expand Down Expand Up @@ -1890,7 +1896,9 @@ public com.google.bigtable.admin.v2.ListInstancesResponse listInstances(
*
*
* <pre>
* Updates an instance within a project.
* Updates an instance within a project. This method updates only the display
* name and type for an Instance. To update other Instance properties, such as
* labels, use PartialUpdateInstance.
* </pre>
*/
public com.google.bigtable.admin.v2.Instance updateInstance(
Expand All @@ -1903,7 +1911,8 @@ public com.google.bigtable.admin.v2.Instance updateInstance(
*
*
* <pre>
* Partially updates an instance within a project.
* Partially updates an instance within a project. This method can modify all
* fields of an Instance and is the preferred way to update an Instance.
* </pre>
*/
public com.google.longrunning.Operation partialUpdateInstance(
Expand Down Expand Up @@ -2165,7 +2174,9 @@ protected BigtableInstanceAdminFutureStub build(
*
*
* <pre>
* Updates an instance within a project.
* Updates an instance within a project. This method updates only the display
* name and type for an Instance. To update other Instance properties, such as
* labels, use PartialUpdateInstance.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.admin.v2.Instance>
Expand All @@ -2178,7 +2189,8 @@ protected BigtableInstanceAdminFutureStub build(
*
*
* <pre>
* Partially updates an instance within a project.
* Partially updates an instance within a project. This method can modify all
* fields of an Instance and is the preferred way to update an Instance.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
Expand Down
Expand Up @@ -1167,8 +1167,9 @@ public void deleteSnapshot(
*
*
* <pre>
* Gets the access control policy for a table resource. Returns an empty
* policy if an table exists but does not have a policy set.
* Gets the access control policy for a resource.
* Returns an empty policy if the resource exists but does not have a policy
* set.
* </pre>
*/
public void getIamPolicy(
Expand All @@ -1181,8 +1182,8 @@ public void getIamPolicy(
*
*
* <pre>
* Sets the access control policy on a table resource. Replaces any existing
* policy.
* Sets the access control policy on a Table or Backup resource.
* Replaces any existing policy.
* </pre>
*/
public void setIamPolicy(
Expand Down Expand Up @@ -1592,8 +1593,9 @@ public void deleteSnapshot(
*
*
* <pre>
* Gets the access control policy for a table resource. Returns an empty
* policy if an table exists but does not have a policy set.
* Gets the access control policy for a resource.
* Returns an empty policy if the resource exists but does not have a policy
* set.
* </pre>
*/
public void getIamPolicy(
Expand All @@ -1609,8 +1611,8 @@ public void getIamPolicy(
*
*
* <pre>
* Sets the access control policy on a table resource. Replaces any existing
* policy.
* Sets the access control policy on a Table or Backup resource.
* Replaces any existing policy.
* </pre>
*/
public void setIamPolicy(
Expand Down Expand Up @@ -1877,8 +1879,9 @@ public com.google.protobuf.Empty deleteSnapshot(
*
*
* <pre>
* Gets the access control policy for a table resource. Returns an empty
* policy if an table exists but does not have a policy set.
* Gets the access control policy for a resource.
* Returns an empty policy if the resource exists but does not have a policy
* set.
* </pre>
*/
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
Expand All @@ -1890,8 +1893,8 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
*
*
* <pre>
* Sets the access control policy on a table resource. Replaces any existing
* policy.
* Sets the access control policy on a Table or Backup resource.
* Replaces any existing policy.
* </pre>
*/
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
Expand Down Expand Up @@ -2158,8 +2161,9 @@ protected BigtableTableAdminFutureStub build(
*
*
* <pre>
* Gets the access control policy for a table resource. Returns an empty
* policy if an table exists but does not have a policy set.
* Gets the access control policy for a resource.
* Returns an empty policy if the resource exists but does not have a policy
* set.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy>
Expand All @@ -2172,8 +2176,8 @@ protected BigtableTableAdminFutureStub build(
*
*
* <pre>
* Sets the access control policy on a table resource. Replaces any existing
* policy.
* Sets the access control policy on a Table or Backup resource.
* Replaces any existing policy.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy>
Expand Down
Expand Up @@ -180,10 +180,11 @@ public interface MultiClusterRoutingUseAnyOrBuilder
*
*
* <pre>
* Read/write requests may be routed to any cluster in the instance, and will
* fail over to another cluster in the event of transient errors or delays.
* Choosing this option sacrifices read-your-writes consistency to improve
* availability.
* Read/write requests are routed to the nearest cluster in the instance, and
* will fail over to the nearest cluster that is available in the event of
* transient errors or delays. Clusters in a region are considered
* equidistant. Choosing this option sacrifices read-your-writes consistency
* to improve availability.
* </pre>
*
* Protobuf type {@code google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny}
Expand Down Expand Up @@ -420,10 +421,11 @@ protected Builder newBuilderForType(
*
*
* <pre>
* Read/write requests may be routed to any cluster in the instance, and will
* fail over to another cluster in the event of transient errors or delays.
* Choosing this option sacrifices read-your-writes consistency to improve
* availability.
* Read/write requests are routed to the nearest cluster in the instance, and
* will fail over to the nearest cluster that is available in the event of
* transient errors or delays. Clusters in a region are considered
* equidistant. Choosing this option sacrifices read-your-writes consistency
* to improve availability.
* </pre>
*
* Protobuf type {@code google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny}
Expand Down Expand Up @@ -686,7 +688,7 @@ public interface SingleClusterRoutingOrBuilder
*
* <pre>
* Unconditionally routes all read/write requests to a specific cluster.
* This option preserves read-your-writes consistency, but does not improve
* This option preserves read-your-writes consistency but does not improve
* availability.
* </pre>
*
Expand Down Expand Up @@ -1022,7 +1024,7 @@ protected Builder newBuilderForType(
*
* <pre>
* Unconditionally routes all read/write requests to a specific cluster.
* This option preserves read-your-writes consistency, but does not improve
* This option preserves read-your-writes consistency but does not improve
* availability.
* </pre>
*
Expand Down Expand Up @@ -1619,7 +1621,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -1635,7 +1637,7 @@ public boolean hasMultiClusterRoutingUseAny() {
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -1655,7 +1657,7 @@ public boolean hasMultiClusterRoutingUseAny() {
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand Down Expand Up @@ -2532,7 +2534,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -2548,7 +2550,7 @@ public boolean hasMultiClusterRoutingUseAny() {
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand Down Expand Up @@ -2577,7 +2579,7 @@ public boolean hasMultiClusterRoutingUseAny() {
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -2602,7 +2604,7 @@ public Builder setMultiClusterRoutingUseAny(
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -2624,7 +2626,7 @@ public Builder setMultiClusterRoutingUseAny(
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand Down Expand Up @@ -2661,7 +2663,7 @@ public Builder mergeMultiClusterRoutingUseAny(
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -2688,7 +2690,7 @@ public Builder clearMultiClusterRoutingUseAny() {
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -2703,7 +2705,7 @@ public Builder clearMultiClusterRoutingUseAny() {
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -2726,7 +2728,7 @@ public Builder clearMultiClusterRoutingUseAny() {
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand Down
Expand Up @@ -120,7 +120,7 @@ public interface AppProfileOrBuilder
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -134,7 +134,7 @@ public interface AppProfileOrBuilder
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand All @@ -148,7 +148,7 @@ public interface AppProfileOrBuilder
*
*
* <pre>
* Use a multi-cluster routing policy that may pick any cluster.
* Use a multi-cluster routing policy.
* </pre>
*
* <code>
Expand Down

0 comments on commit 1da2497

Please sign in to comment.