Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate compute client #4444

Merged
merged 1 commit into from
Feb 5, 2019
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.instanceGroupManagers.abandonInstances. Flags the specified
* instances to be removed from the managed instance group. Abandoning an instance does not delete
* the instance, but it does remove the instance from any target pools that are applied by the
* managed instance group. This method reduces the targetSize of the managed instance group by the
* number of instances that you abandon. This operation is marked as DONE when the action is
* scheduled even if the instances have not yet been removed from the group. You must separately
* verify the status of the abandoning action with the listmanagedinstances method.
*
* <p>If the group is part of a backend service that has enabled connection draining, it can take up
* to 60 seconds after the connection draining duration has elapsed before the VM instance is
* removed or deleted.
*
* <p>You can specify a maximum of 1000 instances with this method per request.
*/
public final class AbandonInstancesInstanceGroupManagerHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.regionInstanceGroupManagers.abandonInstances. Flags the
* specified instances to be immediately removed from the managed instance group. Abandoning an
* instance does not delete the instance, but it does remove the instance from any target pools that
* are applied by the managed instance group. This method reduces the targetSize of the managed
* instance group by the number of instances that you abandon. This operation is marked as DONE when
* the action is scheduled even if the instances have not yet been removed from the group. You must
* separately verify the status of the abandoning action with the listmanagedinstances method.
*
* <p>If the group is part of a backend service that has enabled connection draining, it can take up
* to 60 seconds after the connection draining duration has elapsed before the VM instance is
* removed or deleted.
*
* <p>You can specify a maximum of 1000 instances with this method per request.
*/
public final class AbandonInstancesRegionInstanceGroupManagerHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.instances.addAccessConfig. Adds an access config to an
* instance's network interface.
*/
public final class AddAccessConfigInstanceHttpRequest implements ApiMessage {
private final AccessConfig accessConfigResource;
private final String access_token;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.targetPools.addHealthCheck. Adds health check URLs to a target
* pool.
*/
public final class AddHealthCheckTargetPoolHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

@Generated("by GAPIC")
@BetaApi
/** Request object for method compute.targetPools.addInstance. Adds an instance to a target pool. */
public final class AddInstanceTargetPoolHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.instanceGroups.addInstances. Adds a list of instances to the
* specified instance group. All of the instances in the instance group must be in the same
* network/subnetwork. Read Adding instances for more information.
*/
public final class AddInstancesInstanceGroupHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.nodeGroups.addNodes. Adds specified number of nodes to the node
* group.
*/
public final class AddNodesNodeGroupHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.networks.addPeering. Adds a peering to the specified network.
*/
public final class AddPeeringNetworkHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.securityPolicies.addRule. Inserts a rule into a security
* policy.
*/
public final class AddRuleSecurityPolicyHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.backendBuckets.addSignedUrlKey. Adds a key for validating
* requests with signed URLs for this backend bucket.
*/
public final class AddSignedUrlKeyBackendBucketHttpRequest implements ApiMessage {
private final String access_token;
private final String backendBucket;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.backendServices.addSignedUrlKey. Adds a key for validating
* requests with signed URLs for this backend service.
*/
public final class AddSignedUrlKeyBackendServiceHttpRequest implements ApiMessage {
private final String access_token;
private final String backendService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.acceleratorTypes.aggregatedList. Retrieves an aggregated list
* of accelerator types.
*/
public final class AggregatedListAcceleratorTypesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.addresses.aggregatedList. Retrieves an aggregated list of
* addresses.
*/
public final class AggregatedListAddressesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.autoscalers.aggregatedList. Retrieves an aggregated list of
* autoscalers.
*/
public final class AggregatedListAutoscalersHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.backendServices.aggregatedList. Retrieves the list of all
* BackendService resources, regional and global, available to the specified project.
*/
public final class AggregatedListBackendServicesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.diskTypes.aggregatedList. Retrieves an aggregated list of disk
* types.
*/
public final class AggregatedListDiskTypesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.disks.aggregatedList. Retrieves an aggregated list of
* persistent disks.
*/
public final class AggregatedListDisksHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.forwardingRules.aggregatedList. Retrieves an aggregated list of
* forwarding rules.
*/
public final class AggregatedListForwardingRulesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.globalOperations.aggregatedList. Retrieves an aggregated list
* of all operations.
*/
public final class AggregatedListGlobalOperationsHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.instanceGroupManagers.aggregatedList. Retrieves the list of
* managed instance groups and groups them by zone.
*/
public final class AggregatedListInstanceGroupManagersHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.instanceGroups.aggregatedList. Retrieves the list of instance
* groups and sorts them by zone.
*/
public final class AggregatedListInstanceGroupsHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.instances.aggregatedList. Retrieves aggregated list of all of
* the instances in your project across all regions and zones.
*/
public final class AggregatedListInstancesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.interconnectAttachments.aggregatedList. Retrieves an aggregated
* list of interconnect attachments.
*/
public final class AggregatedListInterconnectAttachmentsHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.machineTypes.aggregatedList. Retrieves an aggregated list of
* machine types.
*/
public final class AggregatedListMachineTypesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.nodeGroups.aggregatedList. Retrieves an aggregated list of node
* groups. Note: use nodeGroups.listNodes for more details about each group.
*/
public final class AggregatedListNodeGroupsHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.nodeTemplates.aggregatedList. Retrieves an aggregated list of
* node templates.
*/
public final class AggregatedListNodeTemplatesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.nodeTypes.aggregatedList. Retrieves an aggregated list of node
* types.
*/
public final class AggregatedListNodeTypesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.regionCommitments.aggregatedList. Retrieves an aggregated list
* of commitments.
*/
public final class AggregatedListRegionCommitmentsHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.routers.aggregatedList. Retrieves an aggregated list of
* routers.
*/
public final class AggregatedListRoutersHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.subnetworks.aggregatedList. Retrieves an aggregated list of
* subnetworks.
*/
public final class AggregatedListSubnetworksHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.targetInstances.aggregatedList. Retrieves an aggregated list of
* target instances.
*/
public final class AggregatedListTargetInstancesHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.targetPools.aggregatedList. Retrieves an aggregated list of
* target pools.
*/
public final class AggregatedListTargetPoolsHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.targetVpnGateways.aggregatedList. Retrieves an aggregated list
* of target VPN gateways.
*/
public final class AggregatedListTargetVpnGatewaysHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.vpnTunnels.aggregatedList. Retrieves an aggregated list of VPN
* tunnels.
*/
public final class AggregatedListVpnTunnelsHttpRequest implements ApiMessage {
private final String access_token;
private final String callback;
Expand Down
Loading