Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

feat: add ExchangedPeeringRoute, mode to AutoscalingPolicy, recommendedSize to Autoscaler #45

Merged
merged 1 commit into from
Dec 26, 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 @@ -37,8 +37,7 @@
* 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. (== suppress_warning
* http-rest-shadowed ==)
* <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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
* 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. (== suppress_warning
* http-rest-shadowed ==)
* <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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public AcceleratorTypeStub getStub() {

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves an aggregated list of accelerator types. (== suppress_warning http-rest-shadowed ==)
* Retrieves an aggregated list of accelerator types.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -184,7 +184,7 @@ public final AggregatedListAcceleratorTypesPagedResponse aggregatedListAccelerat

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves an aggregated list of accelerator types. (== suppress_warning http-rest-shadowed ==)
* Retrieves an aggregated list of accelerator types.
*
* <p>Sample code:
*
Expand All @@ -210,7 +210,7 @@ public final AggregatedListAcceleratorTypesPagedResponse aggregatedListAccelerat

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves an aggregated list of accelerator types. (== suppress_warning http-rest-shadowed ==)
* Retrieves an aggregated list of accelerator types.
*
* <p>Sample code:
*
Expand All @@ -237,7 +237,7 @@ public final AggregatedListAcceleratorTypesPagedResponse aggregatedListAccelerat

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves an aggregated list of accelerator types. (== suppress_warning http-rest-shadowed ==)
* Retrieves an aggregated list of accelerator types.
*
* <p>Sample code:
*
Expand All @@ -264,7 +264,7 @@ public final AggregatedListAcceleratorTypesPagedResponse aggregatedListAccelerat

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves an aggregated list of accelerator types. (== suppress_warning http-rest-shadowed ==)
* Retrieves an aggregated list of accelerator types.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -298,7 +298,7 @@ public final AggregatedListAcceleratorTypesPagedResponse aggregatedListAccelerat

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Returns the specified accelerator type. (== suppress_warning http-rest-shadowed ==)
* Returns the specified accelerator type.
*
* <p>Sample code:
*
Expand All @@ -324,7 +324,7 @@ public final AcceleratorType getAcceleratorType(ProjectZoneAcceleratorTypeName a

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Returns the specified accelerator type. (== suppress_warning http-rest-shadowed ==)
* Returns the specified accelerator type.
*
* <p>Sample code:
*
Expand All @@ -348,7 +348,7 @@ public final AcceleratorType getAcceleratorType(String acceleratorType) {

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Returns the specified accelerator type. (== suppress_warning http-rest-shadowed ==)
* Returns the specified accelerator type.
*
* <p>Sample code:
*
Expand All @@ -372,7 +372,7 @@ public final AcceleratorType getAcceleratorType(GetAcceleratorTypeHttpRequest re

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Returns the specified accelerator type. (== suppress_warning http-rest-shadowed ==)
* Returns the specified accelerator type.
*
* <p>Sample code:
*
Expand All @@ -396,8 +396,7 @@ public final AcceleratorType getAcceleratorType(GetAcceleratorTypeHttpRequest re

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves a list of accelerator types available to the specified project. (== suppress_warning
* http-rest-shadowed ==)
* Retrieves a list of accelerator types available to the specified project.
*
* <p>Sample code:
*
Expand All @@ -424,8 +423,7 @@ public final ListAcceleratorTypesPagedResponse listAcceleratorTypes(ProjectZoneN

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves a list of accelerator types available to the specified project. (== suppress_warning
* http-rest-shadowed ==)
* Retrieves a list of accelerator types available to the specified project.
*
* <p>Sample code:
*
Expand All @@ -450,8 +448,7 @@ public final ListAcceleratorTypesPagedResponse listAcceleratorTypes(String zone)

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves a list of accelerator types available to the specified project. (== suppress_warning
* http-rest-shadowed ==)
* Retrieves a list of accelerator types available to the specified project.
*
* <p>Sample code:
*
Expand All @@ -478,8 +475,7 @@ public final ListAcceleratorTypesPagedResponse listAcceleratorTypes(

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves a list of accelerator types available to the specified project. (== suppress_warning
* http-rest-shadowed ==)
* Retrieves a list of accelerator types available to the specified project.
*
* <p>Sample code:
*
Expand All @@ -505,8 +501,7 @@ public final ListAcceleratorTypesPagedResponse listAcceleratorTypes(

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Retrieves a list of accelerator types available to the specified project. (== suppress_warning
* http-rest-shadowed ==)
* Retrieves a list of accelerator types available to the specified project.
*
* <p>Sample code:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@BetaApi
/**
* Request object for method compute.instances.addAccessConfig. Adds an access config to an
* instance's network interface. (== suppress_warning http-rest-shadowed ==)
* instance's network interface.
*/
public final class AddAccessConfigInstanceHttpRequest implements ApiMessage {
private final AccessConfig accessConfigResource;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@BetaApi
/**
* Request object for method compute.targetPools.addHealthCheck. Adds health check URLs to a target
* pool. (== suppress_warning http-rest-shadowed ==)
* pool.
*/
public final class AddHealthCheckTargetPoolHttpRequest implements ApiMessage {
private final String access_token;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@

@Generated("by GAPIC")
@BetaApi
/**
* Request object for method compute.targetPools.addInstance. Adds an instance to a target pool. (==
* suppress_warning http-rest-shadowed ==)
*/
/** 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 @@ -27,8 +27,7 @@
/**
* 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. (== suppress_warning
* http-rest-shadowed ==)
* network/subnetwork. Read Adding instances for more information.
*/
public final class AddInstancesInstanceGroupHttpRequest implements ApiMessage {
private final String access_token;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@BetaApi
/**
* Request object for method compute.nodeGroups.addNodes. Adds specified number of nodes to the node
* group. (== suppress_warning http-rest-shadowed ==)
* group.
*/
public final class AddNodesNodeGroupHttpRequest implements ApiMessage {
private final String access_token;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
@BetaApi
/**
* Request object for method compute.networks.addPeering. Adds a peering to the specified network.
* (== suppress_warning http-rest-shadowed ==)
*/
public final class AddPeeringNetworkHttpRequest implements ApiMessage {
private final String access_token;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Request object for method compute.disks.addResourcePolicies. Adds existing resource policies to a
* disk. You can only add one policy which will be applied to this disk for scheduling snapshot
* creation. (== suppress_warning http-rest-shadowed ==)
* creation.
*/
public final class AddResourcePoliciesDiskHttpRequest implements ApiMessage {
private final String access_token;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Request object for method compute.regionDisks.addResourcePolicies. Adds existing resource
* policies to a regional disk. You can only add one policy which will be applied to this disk for
* scheduling snapshot creation. (== suppress_warning http-rest-shadowed ==)
* scheduling snapshot creation.
*/
public final class AddResourcePoliciesRegionDiskHttpRequest implements ApiMessage {
private final String access_token;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@BetaApi
/**
* Request object for method compute.securityPolicies.addRule. Inserts a rule into a security
* policy. (== suppress_warning http-rest-shadowed ==)
* policy.
*/
public final class AddRuleSecurityPolicyHttpRequest implements ApiMessage {
private final String access_token;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@BetaApi
/**
* Request object for method compute.backendBuckets.addSignedUrlKey. Adds a key for validating
* requests with signed URLs for this backend bucket. (== suppress_warning http-rest-shadowed ==)
* requests with signed URLs for this backend bucket.
*/
public final class AddSignedUrlKeyBackendBucketHttpRequest implements ApiMessage {
private final String access_token;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@BetaApi
/**
* Request object for method compute.backendServices.addSignedUrlKey. Adds a key for validating
* requests with signed URLs for this backend service. (== suppress_warning http-rest-shadowed ==)
* requests with signed URLs for this backend service.
*/
public final class AddSignedUrlKeyBackendServiceHttpRequest implements ApiMessage {
private final String access_token;
Expand Down
Loading