Skip to content
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 @@ -1262,6 +1262,8 @@ public final UnaryCallable<MoveDiskProjectRequest, Operation> moveDiskCallable()
* Moving VMs or disks by using this method might cause unexpected behavior. For more information,
* see the [known
* issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior).
* [Deprecated] This method is deprecated. See [moving instance across
* zones](/compute/docs/instances/moving-instance-across-zones) instead.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1299,6 +1301,8 @@ public final OperationFuture<Operation, Operation> moveInstanceAsync(
* Moving VMs or disks by using this method might cause unexpected behavior. For more information,
* see the [known
* issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior).
* [Deprecated] This method is deprecated. See [moving instance across
* zones](/compute/docs/instances/moving-instance-across-zones) instead.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1335,6 +1339,8 @@ public final OperationFuture<Operation, Operation> moveInstanceAsync(
* Moving VMs or disks by using this method might cause unexpected behavior. For more information,
* see the [known
* issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior).
* [Deprecated] This method is deprecated. See [moving instance across
* zones](/compute/docs/instances/moving-instance-across-zones) instead.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1369,6 +1375,8 @@ public final OperationFuture<Operation, Operation> moveInstanceAsync(
* Moving VMs or disks by using this method might cause unexpected behavior. For more information,
* see the [known
* issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior).
* [Deprecated] This method is deprecated. See [moving instance across
* zones](/compute/docs/instances/moving-instance-across-zones) instead.
*
* <p>Sample code:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ public void getTest() throws Exception {
.setFingerprint("fingerprint-1375934236")
.setId(3355)
.setInstanceGroup("instanceGroup-1404696854")
.setInstanceLifecyclePolicy(
InstanceGroupManagerInstanceLifecyclePolicy.newBuilder().build())
.setInstanceTemplate("instanceTemplate1009541167")
.setKind("kind3292052")
.setListManagedInstancesResults("listManagedInstancesResults1836889817")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ public void getTest() throws Exception {
.setFingerprint("fingerprint-1375934236")
.setId(3355)
.setInstanceGroup("instanceGroup-1404696854")
.setInstanceLifecyclePolicy(
InstanceGroupManagerInstanceLifecyclePolicy.newBuilder().build())
.setInstanceTemplate("instanceTemplate1009541167")
.setKind("kind3292052")
.setListManagedInstancesResults("listManagedInstancesResults1836889817")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public void getTest() throws Exception {
.setCreationTimestamp("creationTimestamp-370203401")
.setDescription("description-1724546052")
.setFingerprint("fingerprint-1375934236")
.setHttpKeepAliveTimeoutSec(2057938782)
.setId(3355)
.setKind("kind3292052")
.setName("name3373707")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public void getTest() throws Exception {
.setCreationTimestamp("creationTimestamp-370203401")
.setDescription("description-1724546052")
.setFingerprint("fingerprint-1375934236")
.setHttpKeepAliveTimeoutSec(2057938782)
.setId(3355)
.setKind("kind3292052")
.setName("name3373707")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public void getTest() throws Exception {
.setName("name3373707")
.setNetwork("network1843485230")
.setNextHopGateway("nextHopGateway45033742")
.setNextHopHub("nextHopHub-1583649601")
.setNextHopIlb("nextHopIlb-1583648919")
.setNextHopInstance("nextHopInstance-776074485")
.setNextHopIp("nextHopIp1195840541")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ public void getTest() throws Exception {
.setCreationTimestamp("creationTimestamp-370203401")
.setDescription("description-1724546052")
.setFingerprint("fingerprint-1375934236")
.setHttpKeepAliveTimeoutSec(2057938782)
.setId(3355)
.setKind("kind3292052")
.setName("name3373707")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public void getTest() throws Exception {
.setCreationTimestamp("creationTimestamp-370203401")
.setDescription("description-1724546052")
.setFingerprint("fingerprint-1375934236")
.setHttpKeepAliveTimeoutSec(2057938782)
.setId(3355)
.setKind("kind3292052")
.setName("name3373707")
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ java.lang.String getMetadatasOrDefault(
*
*
* <pre>
* Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
* Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service. If not set, this feature is considered disabled. Results of the outlier detection algorithm (ejection of endpoints from the load balancing pool and returning them back to the pool) are executed independently by each proxy instance of the load balancer. In most cases, more than one proxy instance handles the traffic received by a backend service. Thus, it is possible that an unhealthy endpoint is detected and ejected by only some of the proxies, and while this happens, other proxies may continue to send requests to the same unhealthy endpoint until they detect and eject the unhealthy endpoint. Applicable backend endpoints can be: - VM instances in an Instance Group - Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT) - Endpoints in a Hybrid Connectivity NEG (NON_GCP_PRIVATE_IP_PORT) - Serverless NEGs, that resolve to Cloud Run, App Engine, or Cloud Functions Services - Private Service Connect NEGs, that resolve to Google-managed regional API endpoints or managed services published using Private Service Connect Applicable backend service types can be: - A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED. - A regional backend service with the serviceProtocol set to HTTP, HTTPS, or HTTP2, and loadBalancingScheme set to INTERNAL_MANAGED or EXTERNAL_MANAGED. Not supported for Serverless NEGs. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
* </pre>
*
* <code>optional .google.cloud.compute.v1.OutlierDetection outlier_detection = 354625086;</code>
Expand All @@ -1124,7 +1124,7 @@ java.lang.String getMetadatasOrDefault(
*
*
* <pre>
* Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
* Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service. If not set, this feature is considered disabled. Results of the outlier detection algorithm (ejection of endpoints from the load balancing pool and returning them back to the pool) are executed independently by each proxy instance of the load balancer. In most cases, more than one proxy instance handles the traffic received by a backend service. Thus, it is possible that an unhealthy endpoint is detected and ejected by only some of the proxies, and while this happens, other proxies may continue to send requests to the same unhealthy endpoint until they detect and eject the unhealthy endpoint. Applicable backend endpoints can be: - VM instances in an Instance Group - Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT) - Endpoints in a Hybrid Connectivity NEG (NON_GCP_PRIVATE_IP_PORT) - Serverless NEGs, that resolve to Cloud Run, App Engine, or Cloud Functions Services - Private Service Connect NEGs, that resolve to Google-managed regional API endpoints or managed services published using Private Service Connect Applicable backend service types can be: - A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED. - A regional backend service with the serviceProtocol set to HTTP, HTTPS, or HTTP2, and loadBalancingScheme set to INTERNAL_MANAGED or EXTERNAL_MANAGED. Not supported for Serverless NEGs. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
* </pre>
*
* <code>optional .google.cloud.compute.v1.OutlierDetection outlier_detection = 354625086;</code>
Expand All @@ -1136,7 +1136,7 @@ java.lang.String getMetadatasOrDefault(
*
*
* <pre>
* Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2, or GRPC, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
* Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service. If not set, this feature is considered disabled. Results of the outlier detection algorithm (ejection of endpoints from the load balancing pool and returning them back to the pool) are executed independently by each proxy instance of the load balancer. In most cases, more than one proxy instance handles the traffic received by a backend service. Thus, it is possible that an unhealthy endpoint is detected and ejected by only some of the proxies, and while this happens, other proxies may continue to send requests to the same unhealthy endpoint until they detect and eject the unhealthy endpoint. Applicable backend endpoints can be: - VM instances in an Instance Group - Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT) - Endpoints in a Hybrid Connectivity NEG (NON_GCP_PRIVATE_IP_PORT) - Serverless NEGs, that resolve to Cloud Run, App Engine, or Cloud Functions Services - Private Service Connect NEGs, that resolve to Google-managed regional API endpoints or managed services published using Private Service Connect Applicable backend service types can be: - A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED. - A regional backend service with the serviceProtocol set to HTTP, HTTPS, or HTTP2, and loadBalancingScheme set to INTERNAL_MANAGED or EXTERNAL_MANAGED. Not supported for Serverless NEGs. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
* </pre>
*
* <code>optional .google.cloud.compute.v1.OutlierDetection outlier_detection = 354625086;</code>
Expand Down
Loading