Skip to content

Commit afd91cc

Browse files
yoshi-automationkolea2
authored andcommitted
---
yaml --- r: 20661 b: refs/heads/autosynth-iamcredentials c: b6b61af h: refs/heads/master i: 20659: 7d41e8a
1 parent 93d20e3 commit afd91cc

471 files changed

Lines changed: 2035 additions & 254 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ refs/heads/pubsub-ordering-keys: 858d4e986a0ba48e08f00d42f51cbdecb175f5d6
162162
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
163163
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
164164
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0
165-
refs/heads/autosynth-iamcredentials: 3ec8dceeb9c2f15b344799918666ea6eb33945f9
165+
refs/heads/autosynth-iamcredentials: b6b61afaa72fa806ad8f462468aa7bdc21469c89
166166
refs/heads/release-google-cloud-java-v0.78.0: fae5e980779cf0173a152636b278015b9f60ee55
167167
refs/heads/release-google-cloud-java-v0.81.0: 0352cd0dd11f4fd1fbd1ff16e7a96beaccc7b475
168168
refs/heads/release-google-cloud-java-v0.81.1-SNAPSHOT: 5a74ccb1f12506a3b67b65521881298fde20bd6f

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AbandonInstancesInstanceGroupManagerHttpRequest.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@
2424

2525
@Generated("by GAPIC")
2626
@BetaApi
27+
/**
28+
* Request object for method compute.instanceGroupManagers.abandonInstances. Flags the specified
29+
* instances to be removed from the managed instance group. Abandoning an instance does not delete
30+
* the instance, but it does remove the instance from any target pools that are applied by the
31+
* managed instance group. This method reduces the targetSize of the managed instance group by the
32+
* number of instances that you abandon. This operation is marked as DONE when the action is
33+
* scheduled even if the instances have not yet been removed from the group. You must separately
34+
* verify the status of the abandoning action with the listmanagedinstances method.
35+
*
36+
* <p>If the group is part of a backend service that has enabled connection draining, it can take up
37+
* to 60 seconds after the connection draining duration has elapsed before the VM instance is
38+
* removed or deleted.
39+
*
40+
* <p>You can specify a maximum of 1000 instances with this method per request.
41+
*/
2742
public final class AbandonInstancesInstanceGroupManagerHttpRequest implements ApiMessage {
2843
private final String access_token;
2944
private final String callback;

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AbandonInstancesRegionInstanceGroupManagerHttpRequest.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@
2424

2525
@Generated("by GAPIC")
2626
@BetaApi
27+
/**
28+
* Request object for method compute.regionInstanceGroupManagers.abandonInstances. Flags the
29+
* specified instances to be immediately removed from the managed instance group. Abandoning an
30+
* instance does not delete the instance, but it does remove the instance from any target pools that
31+
* are applied by the managed instance group. This method reduces the targetSize of the managed
32+
* instance group by the number of instances that you abandon. This operation is marked as DONE when
33+
* the action is scheduled even if the instances have not yet been removed from the group. You must
34+
* separately verify the status of the abandoning action with the listmanagedinstances method.
35+
*
36+
* <p>If the group is part of a backend service that has enabled connection draining, it can take up
37+
* to 60 seconds after the connection draining duration has elapsed before the VM instance is
38+
* removed or deleted.
39+
*
40+
* <p>You can specify a maximum of 1000 instances with this method per request.
41+
*/
2742
public final class AbandonInstancesRegionInstanceGroupManagerHttpRequest implements ApiMessage {
2843
private final String access_token;
2944
private final String callback;

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddAccessConfigInstanceHttpRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
@Generated("by GAPIC")
2626
@BetaApi
27+
/**
28+
* Request object for method compute.instances.addAccessConfig. Adds an access config to an
29+
* instance's network interface.
30+
*/
2731
public final class AddAccessConfigInstanceHttpRequest implements ApiMessage {
2832
private final AccessConfig accessConfigResource;
2933
private final String access_token;

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddHealthCheckTargetPoolHttpRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
@Generated("by GAPIC")
2626
@BetaApi
27+
/**
28+
* Request object for method compute.targetPools.addHealthCheck. Adds health check URLs to a target
29+
* pool.
30+
*/
2731
public final class AddHealthCheckTargetPoolHttpRequest implements ApiMessage {
2832
private final String access_token;
2933
private final String callback;

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddInstanceTargetPoolHttpRequest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
@Generated("by GAPIC")
2626
@BetaApi
27+
/** Request object for method compute.targetPools.addInstance. Adds an instance to a target pool. */
2728
public final class AddInstanceTargetPoolHttpRequest implements ApiMessage {
2829
private final String access_token;
2930
private final String callback;

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddInstancesInstanceGroupHttpRequest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424

2525
@Generated("by GAPIC")
2626
@BetaApi
27+
/**
28+
* Request object for method compute.instanceGroups.addInstances. Adds a list of instances to the
29+
* specified instance group. All of the instances in the instance group must be in the same
30+
* network/subnetwork. Read Adding instances for more information.
31+
*/
2732
public final class AddInstancesInstanceGroupHttpRequest implements ApiMessage {
2833
private final String access_token;
2934
private final String callback;

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddNodesNodeGroupHttpRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
@Generated("by GAPIC")
2626
@BetaApi
27+
/**
28+
* Request object for method compute.nodeGroups.addNodes. Adds specified number of nodes to the node
29+
* group.
30+
*/
2731
public final class AddNodesNodeGroupHttpRequest implements ApiMessage {
2832
private final String access_token;
2933
private final String callback;

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddPeeringNetworkHttpRequest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
@Generated("by GAPIC")
2626
@BetaApi
27+
/**
28+
* Request object for method compute.networks.addPeering. Adds a peering to the specified network.
29+
*/
2730
public final class AddPeeringNetworkHttpRequest implements ApiMessage {
2831
private final String access_token;
2932
private final String callback;

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddRuleSecurityPolicyHttpRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
@Generated("by GAPIC")
2626
@BetaApi
27+
/**
28+
* Request object for method compute.securityPolicies.addRule. Inserts a rule into a security
29+
* policy.
30+
*/
2731
public final class AddRuleSecurityPolicyHttpRequest implements ApiMessage {
2832
private final String access_token;
2933
private final String callback;

0 commit comments

Comments
 (0)