diff --git a/generation_config.yaml b/generation_config.yaml
index f36f471f9562..38c8a12c4264 100644
--- a/generation_config.yaml
+++ b/generation_config.yaml
@@ -1,5 +1,5 @@
gapic_generator_version: 2.64.2
-googleapis_commitish: 05f65958eb7f2a8bc59db87ad40487f0fb093097
+googleapis_commitish: b60f5a5783d5ec0e8a8d254f73ad00316b9b646f
libraries_bom_version: 26.72.0
# the libraries are ordered with respect to library name, which is
diff --git a/java-chat/proto-google-cloud-chat-v1/src/main/java/com/google/chat/v1/AnnotationProto.java b/java-chat/proto-google-cloud-chat-v1/src/main/java/com/google/chat/v1/AnnotationProto.java
index 41c8df24d820..ddf8e0ce7d3c 100644
--- a/java-chat/proto-google-cloud-chat-v1/src/main/java/com/google/chat/v1/AnnotationProto.java
+++ b/java-chat/proto-google-cloud-chat-v1/src/main/java/com/google/chat/v1/AnnotationProto.java
@@ -106,7 +106,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\004Type\022\024\n"
+ "\020TYPE_UNSPECIFIED\020\000\022\007\n"
+ "\003ADD\020\001\022\n\n"
- + "\006INVOKE\020\002\"\355\003\n"
+ + "\006INVOKE\020\002\"\201\004\n"
+ "\020RichLinkMetadata\022\013\n"
+ "\003uri\030\001 \001(\t\022E\n"
+ "\016rich_link_type\030\002"
@@ -117,11 +117,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\024meet_space_link_data\030\005"
+ " \001(\0132!.google.chat.v1.MeetSpaceLinkDataH\000\022I\n"
+ "\030calendar_event_link_data\030\006 "
- + "\001(\0132%.google.chat.v1.CalendarEventLinkDataH\000\"r\n"
+ + "\001(\0132%.google.chat.v1.CalendarEventLinkDataH\000\"\205\001\n"
+ "\014RichLinkType\022\036\n"
+ "\032RICH_LINK_TYPE_UNSPECIFIED\020\000\022\016\n\n"
+ "DRIVE_FILE\020\001\022\016\n\n"
- + "CHAT_SPACE\020\002\022\016\n\n"
+ + "CHAT_SPACE\020\002\022\021\n\r"
+ + "GMAIL_MESSAGE\020\003\022\016\n\n"
+ "MEET_SPACE\020\004\022\022\n"
+ "\016CALENDAR_EVENT\020\005B\006\n"
+ "\004data\"H\n"
@@ -140,8 +141,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\021MeetSpaceLinkData\022\024\n"
+ "\014meeting_code\030\001 \001(\t\0224\n"
+ "\004type\030\002 \001(\0162&.google.chat.v1.MeetSpaceLinkData.Type\022M\n\r"
- + "huddle_status\030\003 \001(\0162..google.chat.v1."
- + "MeetSpaceLinkData.HuddleStatusB\006\340A\001\340A\003\"5\n"
+ + "huddle_status\030\003 \001"
+ + "(\0162..google.chat.v1.MeetSpaceLinkData.HuddleStatusB\006\340A\001\340A\003\"5\n"
+ "\004Type\022\024\n"
+ "\020TYPE_UNSPECIFIED\020\000\022\013\n"
+ "\007MEETING\020\001\022\n\n"
@@ -160,9 +161,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "SLASH_COMMAND\020\002\022\r\n"
+ "\tRICH_LINK\020\003\022\020\n"
+ "\014CUSTOM_EMOJI\020\004B\250\001\n"
- + "\022com.google.chat.v1B\017AnnotationProtoP\001Z,cloud.google.com/go/chat/apiv1/chat"
- + "pb;chatpb\242\002\013DYNAPIProto\252\002\023Google.Apps.Ch"
- + "at.V1\312\002\023Google\\Apps\\Chat\\V1\352\002\026Google::Apps::Chat::V1b\006proto3"
+ + "\022com.google.chat.v1B\017AnnotationProtoP\001Z,cloud.google.co"
+ + "m/go/chat/apiv1/chatpb;chatpb\242\002\013DYNAPIPr"
+ + "oto\252\002\023Google.Apps.Chat.V1\312\002\023Google\\Apps\\"
+ + "Chat\\V1\352\002\026Google::Apps::Chat::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
diff --git a/java-chat/proto-google-cloud-chat-v1/src/main/java/com/google/chat/v1/RichLinkMetadata.java b/java-chat/proto-google-cloud-chat-v1/src/main/java/com/google/chat/v1/RichLinkMetadata.java
index 0aa01d40041c..9dc8a6ea2341 100644
--- a/java-chat/proto-google-cloud-chat-v1/src/main/java/com/google/chat/v1/RichLinkMetadata.java
+++ b/java-chat/proto-google-cloud-chat-v1/src/main/java/com/google/chat/v1/RichLinkMetadata.java
@@ -108,6 +108,18 @@ public enum RichLinkType implements com.google.protobuf.ProtocolMessageEnum {
* CHAT_SPACE = 2;
*/
CHAT_SPACE(2),
+ /**
+ *
+ *
+ *
+ * A Gmail message rich link type. Specifically, a Gmail chip from [Share to + * Chat](https://support.google.com/chat?p=chat_gmail). The API only + * supports reading messages with GMAIL_MESSAGE rich links. + *+ * + *
GMAIL_MESSAGE = 3;
+ */
+ GMAIL_MESSAGE(3),
/**
*
*
@@ -164,6 +176,19 @@ public enum RichLinkType implements com.google.protobuf.ProtocolMessageEnum {
*/
public static final int CHAT_SPACE_VALUE = 2;
+ /**
+ *
+ *
+ * + * A Gmail message rich link type. Specifically, a Gmail chip from [Share to + * Chat](https://support.google.com/chat?p=chat_gmail). The API only + * supports reading messages with GMAIL_MESSAGE rich links. + *+ * + *
GMAIL_MESSAGE = 3;
+ */
+ public static final int GMAIL_MESSAGE_VALUE = 3;
+
/**
*
*
@@ -216,6 +241,8 @@ public static RichLinkType forNumber(int value) {
return DRIVE_FILE;
case 2:
return CHAT_SPACE;
+ case 3:
+ return GMAIL_MESSAGE;
case 4:
return MEET_SPACE;
case 5:
diff --git a/java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/annotation.proto b/java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/annotation.proto
index 99de340f0dac..4440621ba3fd 100644
--- a/java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/annotation.proto
+++ b/java-chat/proto-google-cloud-chat-v1/src/main/proto/google/chat/v1/annotation.proto
@@ -152,6 +152,11 @@ message RichLinkMetadata {
// A Chat space rich link type. For example, a space smart chip.
CHAT_SPACE = 2;
+ // A Gmail message rich link type. Specifically, a Gmail chip from [Share to
+ // Chat](https://support.google.com/chat?p=chat_gmail). The API only
+ // supports reading messages with GMAIL_MESSAGE rich links.
+ GMAIL_MESSAGE = 3;
+
// A Meet message rich link type. For example, a Meet chip.
MEET_SPACE = 4;
diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AdviceClient.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AdviceClient.java
new file mode 100644
index 000000000000..52611da77901
--- /dev/null
+++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AdviceClient.java
@@ -0,0 +1,300 @@
+/*
+ * Copyright 2025 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.google.cloud.compute.v1;
+
+import com.google.api.gax.core.BackgroundResource;
+import com.google.api.gax.rpc.UnaryCallable;
+import com.google.cloud.compute.v1.stub.AdviceStub;
+import com.google.cloud.compute.v1.stub.AdviceStubSettings;
+import java.io.IOException;
+import java.util.concurrent.TimeUnit;
+import javax.annotation.Generated;
+
+// AUTO-GENERATED DOCUMENTATION AND CLASS.
+/**
+ * Service Description: The Advice API.
+ *
+ * This class provides the ability to make remote calls to the backing service through method + * calls that map to API methods. Sample code to get started: + * + *
{@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (AdviceClient adviceClient = AdviceClient.create()) {
+ * String project = "project-309310695";
+ * String region = "region-934795532";
+ * CalendarModeAdviceRequest calendarModeAdviceRequestResource =
+ * CalendarModeAdviceRequest.newBuilder().build();
+ * CalendarModeAdviceResponse response =
+ * adviceClient.calendarMode(project, region, calendarModeAdviceRequestResource);
+ * }
+ * }
+ *
+ * Note: close() needs to be called on the AdviceClient object to clean up resources such as + * threads. In the example above, try-with-resources is used, which automatically calls close(). + * + *
| Method | + *Description | + *Method Variants | + *
|---|---|---|
CalendarMode |
+ * Advise how, where and when to create the requested amount of instances with specified accelerators, within the specified time and location limits. The method recommends creating future reservations for the requested resources. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
See the individual methods for example code. + * + *
Many parameters require resource names to be formatted in a particular way. To assist with + * these names, this class includes a format method for each type of name, and additionally a parse + * method to extract the individual identifiers contained within names that are returned. + * + *
This class can be customized by passing in a custom instance of AdviceSettings to create(). + * For example: + * + *
To customize credentials: + * + *
{@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * AdviceSettings adviceSettings =
+ * AdviceSettings.newBuilder()
+ * .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
+ * .build();
+ * AdviceClient adviceClient = AdviceClient.create(adviceSettings);
+ * }
+ *
+ * To customize the endpoint: + * + *
{@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * AdviceSettings adviceSettings = AdviceSettings.newBuilder().setEndpoint(myEndpoint).build();
+ * AdviceClient adviceClient = AdviceClient.create(adviceSettings);
+ * }
+ *
+ * Please refer to the GitHub repository's samples for more quickstart code snippets. + */ +@Generated("by gapic-generator-java") +public class AdviceClient implements BackgroundResource { + private final AdviceSettings settings; + private final AdviceStub stub; + + /** Constructs an instance of AdviceClient with default settings. */ + public static final AdviceClient create() throws IOException { + return create(AdviceSettings.newBuilder().build()); + } + + /** + * Constructs an instance of AdviceClient, using the given settings. The channels are created + * based on the settings passed in, or defaults for any settings that are not set. + */ + public static final AdviceClient create(AdviceSettings settings) throws IOException { + return new AdviceClient(settings); + } + + /** + * Constructs an instance of AdviceClient, using the given stub for making calls. This is for + * advanced usage - prefer using create(AdviceSettings). + */ + public static final AdviceClient create(AdviceStub stub) { + return new AdviceClient(stub); + } + + /** + * Constructs an instance of AdviceClient, using the given settings. This is protected so that it + * is easy to make a subclass, but otherwise, the static factory methods should be preferred. + */ + protected AdviceClient(AdviceSettings settings) throws IOException { + this.settings = settings; + this.stub = ((AdviceStubSettings) settings.getStubSettings()).createStub(); + } + + protected AdviceClient(AdviceStub stub) { + this.settings = null; + this.stub = stub; + } + + public final AdviceSettings getSettings() { + return settings; + } + + public AdviceStub getStub() { + return stub; + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Advise how, where and when to create the requested amount of instances with specified + * accelerators, within the specified time and location limits. The method recommends creating + * future reservations for the requested resources. + * + *
Sample code: + * + *
{@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (AdviceClient adviceClient = AdviceClient.create()) {
+ * String project = "project-309310695";
+ * String region = "region-934795532";
+ * CalendarModeAdviceRequest calendarModeAdviceRequestResource =
+ * CalendarModeAdviceRequest.newBuilder().build();
+ * CalendarModeAdviceResponse response =
+ * adviceClient.calendarMode(project, region, calendarModeAdviceRequestResource);
+ * }
+ * }
+ *
+ * @param project Project ID for this request.
+ * @param region Name of the region for this request.
+ * @param calendarModeAdviceRequestResource The body resource for this request
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final CalendarModeAdviceResponse calendarMode(
+ String project, String region, CalendarModeAdviceRequest calendarModeAdviceRequestResource) {
+ CalendarModeAdviceRpcRequest request =
+ CalendarModeAdviceRpcRequest.newBuilder()
+ .setProject(project)
+ .setRegion(region)
+ .setCalendarModeAdviceRequestResource(calendarModeAdviceRequestResource)
+ .build();
+ return calendarMode(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Advise how, where and when to create the requested amount of instances with specified
+ * accelerators, within the specified time and location limits. The method recommends creating
+ * future reservations for the requested resources.
+ *
+ * Sample code: + * + *
{@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (AdviceClient adviceClient = AdviceClient.create()) {
+ * CalendarModeAdviceRpcRequest request =
+ * CalendarModeAdviceRpcRequest.newBuilder()
+ * .setCalendarModeAdviceRequestResource(CalendarModeAdviceRequest.newBuilder().build())
+ * .setProject("project-309310695")
+ * .setRegion("region-934795532")
+ * .build();
+ * CalendarModeAdviceResponse response = adviceClient.calendarMode(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final CalendarModeAdviceResponse calendarMode(CalendarModeAdviceRpcRequest request) {
+ return calendarModeCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Advise how, where and when to create the requested amount of instances with specified
+ * accelerators, within the specified time and location limits. The method recommends creating
+ * future reservations for the requested resources.
+ *
+ * Sample code: + * + *
{@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (AdviceClient adviceClient = AdviceClient.create()) {
+ * CalendarModeAdviceRpcRequest request =
+ * CalendarModeAdviceRpcRequest.newBuilder()
+ * .setCalendarModeAdviceRequestResource(CalendarModeAdviceRequest.newBuilder().build())
+ * .setProject("project-309310695")
+ * .setRegion("region-934795532")
+ * .build();
+ * ApiFuture future =
+ * adviceClient.calendarModeCallable().futureCall(request);
+ * // Do something.
+ * CalendarModeAdviceResponse response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallableThe default instance has everything set to sensible defaults: + * + *
The builder of this class is recursive, so contained classes are themselves builders. When + * build() is called, the tree of builders is called to create the complete settings object. + * + *
For example, to set the + * [RetrySettings](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.retrying.RetrySettings) + * of calendarMode: + * + *
{@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * AdviceSettings.Builder adviceSettingsBuilder = AdviceSettings.newBuilder();
+ * adviceSettingsBuilder
+ * .calendarModeSettings()
+ * .setRetrySettings(
+ * adviceSettingsBuilder
+ * .calendarModeSettings()
+ * .getRetrySettings()
+ * .toBuilder()
+ * .setInitialRetryDelayDuration(Duration.ofSeconds(1))
+ * .setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
+ * .setMaxAttempts(5)
+ * .setMaxRetryDelayDuration(Duration.ofSeconds(30))
+ * .setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
+ * .setRetryDelayMultiplier(1.3)
+ * .setRpcTimeoutMultiplier(1.5)
+ * .setTotalTimeoutDuration(Duration.ofSeconds(300))
+ * .build());
+ * AdviceSettings adviceSettings = adviceSettingsBuilder.build();
+ * }
+ *
+ * Please refer to the [Client Side Retry
+ * Guide](https://github.com/googleapis/google-cloud-java/blob/main/docs/client_retries.md) for
+ * additional support in setting retries.
+ */
+@Generated("by gapic-generator-java")
+public class AdviceSettings extends ClientSettingsNote: This method does not support applying settings to streaming methods.
+ */
+ public Builder applyToAllUnaryMethods(
+ ApiFunction ======================= AdviceClient =======================
+ *
+ * Service Description: The Advice API.
+ *
+ * Sample for AdviceClient:
+ *
+ * ======================= AutoscalersClient =======================
*
* Service Description: The Autoscalers API.
diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AdviceStub.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AdviceStub.java
new file mode 100644
index 000000000000..0cc212c0fe6a
--- /dev/null
+++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/AdviceStub.java
@@ -0,0 +1,41 @@
+/*
+ * Copyright 2025 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.google.cloud.compute.v1.stub;
+
+import com.google.api.gax.core.BackgroundResource;
+import com.google.api.gax.rpc.UnaryCallable;
+import com.google.cloud.compute.v1.CalendarModeAdviceResponse;
+import com.google.cloud.compute.v1.CalendarModeAdviceRpcRequest;
+import javax.annotation.Generated;
+
+// AUTO-GENERATED DOCUMENTATION AND CLASS.
+/**
+ * Base stub class for the Advice service API.
+ *
+ * This class is for advanced usage and reflects the underlying API directly.
+ */
+@Generated("by gapic-generator-java")
+public abstract class AdviceStub implements BackgroundResource {
+
+ public UnaryCallable The default instance has everything set to sensible defaults:
+ *
+ * The builder of this class is recursive, so contained classes are themselves builders. When
+ * build() is called, the tree of builders is called to create the complete settings object.
+ *
+ * For example, to set the
+ * [RetrySettings](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.retrying.RetrySettings)
+ * of calendarMode:
+ *
+ * Note: This method does not support applying settings to streaming methods.
+ */
+ public Builder applyToAllUnaryMethods(
+ ApiFunction This class is for advanced usage.
+ */
+@Generated("by gapic-generator-java")
+public class HttpJsonAdviceCallableFactory
+ implements HttpJsonStubCallableFactory This class is for advanced usage and reflects the underlying API directly.
+ */
+@Generated("by gapic-generator-java")
+public class HttpJsonAdviceStub extends AdviceStub {
+ private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build();
+
+ private static final ApiMethodDescriptor{@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (AdviceClient adviceClient = AdviceClient.create()) {
+ * String project = "project-309310695";
+ * String region = "region-934795532";
+ * CalendarModeAdviceRequest calendarModeAdviceRequestResource =
+ * CalendarModeAdviceRequest.newBuilder().build();
+ * CalendarModeAdviceResponse response =
+ * adviceClient.calendarMode(project, region, calendarModeAdviceRequestResource);
+ * }
+ * }
+ *
*
+ *
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * AdviceStubSettings.Builder adviceSettingsBuilder = AdviceStubSettings.newBuilder();
+ * adviceSettingsBuilder
+ * .calendarModeSettings()
+ * .setRetrySettings(
+ * adviceSettingsBuilder
+ * .calendarModeSettings()
+ * .getRetrySettings()
+ * .toBuilder()
+ * .setInitialRetryDelayDuration(Duration.ofSeconds(1))
+ * .setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
+ * .setMaxAttempts(5)
+ * .setMaxRetryDelayDuration(Duration.ofSeconds(30))
+ * .setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
+ * .setRetryDelayMultiplier(1.3)
+ * .setRpcTimeoutMultiplier(1.5)
+ * .setTotalTimeoutDuration(Duration.ofSeconds(300))
+ * .build());
+ * AdviceStubSettings adviceSettings = adviceSettingsBuilder.build();
+ * }
+ *
+ * Please refer to the [Client Side Retry
+ * Guide](https://github.com/googleapis/google-cloud-java/blob/main/docs/client_retries.md) for
+ * additional support in setting retries.
+ */
+@Generated("by gapic-generator-java")
+public class AdviceStubSettings extends StubSettings
- * The accelerator topology is running.
+ * The accelerator topology is degraded. The underlying capacity is not in a
+ * healthy state and is not available.
+ *
+ *
+ * DEGRADED = 396890926;
+ */
+ DEGRADED(396890926),
+ /**
+ *
+ *
+ *
+ * The accelerator topology is running. If there are both running and
+ * degraded hosts within a topology, DEGRADED state will be returned.
*
*
* RUNNING = 121282975;
@@ -126,7 +138,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * The accelerator topology is unhealthy.
+ * This value has been deprecated and is no longer used.
*
*
* UNHEALTHY = 462118084;
@@ -161,7 +173,20 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * The accelerator topology is running.
+ * The accelerator topology is degraded. The underlying capacity is not in a
+ * healthy state and is not available.
+ *
+ *
+ * DEGRADED = 396890926;
+ */
+ public static final int DEGRADED_VALUE = 396890926;
+
+ /**
+ *
+ *
+ *
+ * The accelerator topology is running. If there are both running and
+ * degraded hosts within a topology, DEGRADED state will be returned.
*
*
* RUNNING = 121282975;
@@ -183,7 +208,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * The accelerator topology is unhealthy.
+ * This value has been deprecated and is no longer used.
*
*
* UNHEALTHY = 462118084;
@@ -218,6 +243,8 @@ public static State forNumber(int value) {
return UNDEFINED_STATE;
case 442079913:
return AVAILABLE;
+ case 396890926:
+ return DEGRADED;
case 121282975:
return RUNNING;
case 188327545:
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorType.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorType.java
index bda2b3c89dab..5ccfec80ba5a 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorType.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorType.java
@@ -311,7 +311,7 @@ public long getId() {
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -327,7 +327,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -351,7 +351,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -484,7 +484,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -500,7 +500,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -524,7 +524,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1755,7 +1755,7 @@ public Builder clearId() {
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -1770,7 +1770,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -1793,7 +1793,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -1816,7 +1816,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -1838,7 +1838,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -1856,7 +1856,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -2079,7 +2079,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -2094,7 +2094,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -2117,7 +2117,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -2140,7 +2140,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -2162,7 +2162,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -2180,7 +2180,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeAggregatedList.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeAggregatedList.java
index 77c2b225eac4..9225ff6944ce 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeAggregatedList.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeAggregatedList.java
@@ -283,7 +283,7 @@ public com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrThrow(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -300,7 +300,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -325,7 +325,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -436,7 +436,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -452,7 +452,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -476,7 +476,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -506,7 +506,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -521,7 +521,7 @@ public com.google.protobuf.ProtocolStringList getUnreachablesList() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -536,7 +536,7 @@ public int getUnreachablesCount() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -552,7 +552,7 @@ public java.lang.String getUnreachables(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -1596,7 +1596,7 @@ public com.google.cloud.compute.v1.AcceleratorTypesScopedList.Builder putItemsBu
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -1612,7 +1612,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -1636,7 +1636,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -1660,7 +1660,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -1683,7 +1683,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -1702,7 +1702,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -1878,7 +1878,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1893,7 +1893,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1916,7 +1916,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1939,7 +1939,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1961,7 +1961,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1979,7 +1979,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -2012,7 +2012,7 @@ private void ensureUnreachablesIsMutable() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2028,7 +2028,7 @@ public com.google.protobuf.ProtocolStringList getUnreachablesList() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2043,7 +2043,7 @@ public int getUnreachablesCount() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2059,7 +2059,7 @@ public java.lang.String getUnreachables(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2075,7 +2075,7 @@ public com.google.protobuf.ByteString getUnreachablesBytes(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2099,7 +2099,7 @@ public Builder setUnreachables(int index, java.lang.String value) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2122,7 +2122,7 @@ public Builder addUnreachables(java.lang.String value) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2142,7 +2142,7 @@ public Builder addAllUnreachables(java.lang.Iterable
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2161,7 +2161,7 @@ public Builder clearUnreachables() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeAggregatedListOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeAggregatedListOrBuilder.java
index e813ab02cac1..3172591c9366 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeAggregatedListOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeAggregatedListOrBuilder.java
@@ -137,7 +137,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -151,7 +151,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -165,7 +165,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of
* accelerator types.
*
*
@@ -230,7 +230,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -243,7 +243,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -256,7 +256,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -269,7 +269,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -282,7 +282,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -295,7 +295,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -309,7 +309,7 @@ com.google.cloud.compute.v1.AcceleratorTypesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeList.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeList.java
index e5c3790a96b3..4168facf4868 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeList.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeList.java
@@ -223,7 +223,7 @@ public com.google.cloud.compute.v1.AcceleratorTypeOrBuilder getItemsOrBuilder(in
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -239,7 +239,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -263,7 +263,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -373,7 +373,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -389,7 +389,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -413,7 +413,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1535,7 +1535,7 @@ public com.google.cloud.compute.v1.AcceleratorType.Builder addItemsBuilder(int i
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -1550,7 +1550,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -1573,7 +1573,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -1596,7 +1596,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -1618,7 +1618,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -1636,7 +1636,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -1811,7 +1811,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1826,7 +1826,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1849,7 +1849,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1872,7 +1872,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1894,7 +1894,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1912,7 +1912,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeListOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeListOrBuilder.java
index e32100bac998..0ce87adb5382 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeListOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeListOrBuilder.java
@@ -123,7 +123,7 @@ public interface AcceleratorTypeListOrBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -136,7 +136,7 @@ public interface AcceleratorTypeListOrBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -149,7 +149,7 @@ public interface AcceleratorTypeListOrBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
+ * Output only. [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.
*
*
* optional string kind = 3292052;
@@ -213,7 +213,7 @@ public interface AcceleratorTypeListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -226,7 +226,7 @@ public interface AcceleratorTypeListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -239,7 +239,7 @@ public interface AcceleratorTypeListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeOrBuilder.java
index c05eeef8f0e8..f66c902a230f 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeOrBuilder.java
@@ -171,7 +171,7 @@ public interface AcceleratorTypeOrBuilder
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -184,7 +184,7 @@ public interface AcceleratorTypeOrBuilder
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -197,7 +197,7 @@ public interface AcceleratorTypeOrBuilder
*
*
*
- * [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
+ * Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
*
*
* optional string kind = 3292052;
@@ -275,7 +275,7 @@ public interface AcceleratorTypeOrBuilder
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -288,7 +288,7 @@ public interface AcceleratorTypeOrBuilder
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -301,7 +301,7 @@ public interface AcceleratorTypeOrBuilder
*
*
*
- * [Output Only] Server-defined, fully qualified URL for this resource.
+ * Output only. [Output Only] Server-defined, fully qualified URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AccessConfig.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AccessConfig.java
index c2563ba46058..56204d967c43 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AccessConfig.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AccessConfig.java
@@ -550,7 +550,7 @@ public int getExternalIpv6PrefixLength() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -566,7 +566,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -590,7 +590,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -1993,7 +1993,7 @@ public Builder clearExternalIpv6PrefixLength() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -2008,7 +2008,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -2031,7 +2031,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -2054,7 +2054,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -2076,7 +2076,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -2094,7 +2094,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AccessConfigOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AccessConfigOrBuilder.java
index ce380952d6d5..bb5a7c1a0069 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AccessConfigOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AccessConfigOrBuilder.java
@@ -110,7 +110,7 @@ public interface AccessConfigOrBuilder
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -123,7 +123,7 @@ public interface AccessConfigOrBuilder
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
@@ -136,7 +136,7 @@ public interface AccessConfigOrBuilder
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.
*
*
* optional string kind = 3292052;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/Address.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/Address.java
index 34ec3f640b98..20dcffd325db 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/Address.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/Address.java
@@ -54,6 +54,7 @@ private Address() {
addressType_ = "";
creationTimestamp_ = "";
description_ = "";
+ ipCollection_ = "";
ipVersion_ = "";
ipv6EndpointType_ = "";
kind_ = "";
@@ -1124,7 +1125,7 @@ private Purpose(int value) {
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -1457,7 +1458,7 @@ public com.google.protobuf.ByteString getAddressTypeBytes() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -1474,7 +1475,7 @@ public boolean hasCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -1499,7 +1500,7 @@ public java.lang.String getCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -1599,7 +1600,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -1616,7 +1617,7 @@ public boolean hasId() {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -1629,6 +1630,117 @@ public long getId() {
return id_;
}
+ public static final int IP_COLLECTION_FIELD_NUMBER = 176818358;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object ipCollection_ = "";
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return Whether the ipCollection field is set.
+ */
+ @java.lang.Override
+ public boolean hasIpCollection() {
+ return ((bitField0_ & 0x00000020) != 0);
+ }
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return The ipCollection.
+ */
+ @java.lang.Override
+ public java.lang.String getIpCollection() {
+ java.lang.Object ref = ipCollection_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ ipCollection_ = s;
+ return s;
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return The bytes for ipCollection.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getIpCollectionBytes() {
+ java.lang.Object ref = ipCollection_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ ipCollection_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int IP_VERSION_FIELD_NUMBER = 294959552;
@SuppressWarnings("serial")
@@ -1648,7 +1760,7 @@ public long getId() {
*/
@java.lang.Override
public boolean hasIpVersion() {
- return ((bitField0_ & 0x00000020) != 0);
+ return ((bitField0_ & 0x00000040) != 0);
}
/**
@@ -1722,7 +1834,7 @@ public com.google.protobuf.ByteString getIpVersionBytes() {
*/
@java.lang.Override
public boolean hasIpv6EndpointType() {
- return ((bitField0_ & 0x00000040) != 0);
+ return ((bitField0_ & 0x00000080) != 0);
}
/**
@@ -1788,7 +1900,7 @@ public com.google.protobuf.ByteString getIpv6EndpointTypeBytes() {
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -1798,14 +1910,14 @@ public com.google.protobuf.ByteString getIpv6EndpointTypeBytes() {
*/
@java.lang.Override
public boolean hasKind() {
- return ((bitField0_ & 0x00000080) != 0);
+ return ((bitField0_ & 0x00000100) != 0);
}
/**
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -1830,7 +1942,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -1877,7 +1989,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*/
@java.lang.Override
public boolean hasLabelFingerprint() {
- return ((bitField0_ & 0x00000100) != 0);
+ return ((bitField0_ & 0x00000200) != 0);
}
/**
@@ -2079,7 +2191,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
*/
@java.lang.Override
public boolean hasName() {
- return ((bitField0_ & 0x00000200) != 0);
+ return ((bitField0_ & 0x00000400) != 0);
}
/**
@@ -2161,7 +2273,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*/
@java.lang.Override
public boolean hasNetwork() {
- return ((bitField0_ & 0x00000400) != 0);
+ return ((bitField0_ & 0x00000800) != 0);
}
/**
@@ -2238,7 +2350,7 @@ public com.google.protobuf.ByteString getNetworkBytes() {
*/
@java.lang.Override
public boolean hasNetworkTier() {
- return ((bitField0_ & 0x00000800) != 0);
+ return ((bitField0_ & 0x00001000) != 0);
}
/**
@@ -2317,7 +2429,7 @@ public com.google.protobuf.ByteString getNetworkTierBytes() {
*/
@java.lang.Override
public boolean hasPrefixLength() {
- return ((bitField0_ & 0x00001000) != 0);
+ return ((bitField0_ & 0x00002000) != 0);
}
/**
@@ -2379,7 +2491,7 @@ public int getPrefixLength() {
*/
@java.lang.Override
public boolean hasPurpose() {
- return ((bitField0_ & 0x00002000) != 0);
+ return ((bitField0_ & 0x00004000) != 0);
}
/**
@@ -2489,7 +2601,7 @@ public com.google.protobuf.ByteString getPurposeBytes() {
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -2501,14 +2613,14 @@ public com.google.protobuf.ByteString getPurposeBytes() {
*/
@java.lang.Override
public boolean hasRegion() {
- return ((bitField0_ & 0x00004000) != 0);
+ return ((bitField0_ & 0x00008000) != 0);
}
/**
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -2535,7 +2647,7 @@ public java.lang.String getRegion() {
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -2576,7 +2688,7 @@ public com.google.protobuf.ByteString getRegionBytes() {
*/
@java.lang.Override
public boolean hasSelfLink() {
- return ((bitField0_ & 0x00008000) != 0);
+ return ((bitField0_ & 0x00010000) != 0);
}
/**
@@ -2636,7 +2748,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -2650,14 +2762,14 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*/
@java.lang.Override
public boolean hasStatus() {
- return ((bitField0_ & 0x00010000) != 0);
+ return ((bitField0_ & 0x00020000) != 0);
}
/**
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -2686,7 +2798,7 @@ public java.lang.String getStatus() {
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -2731,7 +2843,7 @@ public com.google.protobuf.ByteString getStatusBytes() {
*/
@java.lang.Override
public boolean hasSubnetwork() {
- return ((bitField0_ & 0x00020000) != 0);
+ return ((bitField0_ & 0x00040000) != 0);
}
/**
@@ -2871,52 +2983,55 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (((bitField0_ & 0x00000010) != 0)) {
output.writeUInt64(3355, id_);
}
- if (((bitField0_ & 0x00000080) != 0)) {
+ if (((bitField0_ & 0x00000100) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3292052, kind_);
}
- if (((bitField0_ & 0x00000200) != 0)) {
+ if (((bitField0_ & 0x00000400) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3373707, name_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 30525366, creationTimestamp_);
}
- if (((bitField0_ & 0x00000040) != 0)) {
+ if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 97501004, ipv6EndpointType_);
}
for (int i = 0; i < users_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 111578632, users_.getRaw(i));
}
- if (((bitField0_ & 0x00004000) != 0)) {
+ if (((bitField0_ & 0x00008000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 138946292, region_);
}
- if (((bitField0_ & 0x00000100) != 0)) {
+ if (((bitField0_ & 0x00000020) != 0)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 176818358, ipCollection_);
+ }
+ if (((bitField0_ & 0x00000200) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 178124825, labelFingerprint_);
}
- if (((bitField0_ & 0x00010000) != 0)) {
+ if (((bitField0_ & 0x00020000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 181260274, status_);
}
- if (((bitField0_ & 0x00000400) != 0)) {
+ if (((bitField0_ & 0x00000800) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 232872494, network_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 264307877, addressType_);
}
- if (((bitField0_ & 0x00000020) != 0)) {
+ if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 294959552, ipVersion_);
}
- if (((bitField0_ & 0x00020000) != 0)) {
+ if (((bitField0_ & 0x00040000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 307827694, subnetwork_);
}
- if (((bitField0_ & 0x00002000) != 0)) {
+ if (((bitField0_ & 0x00004000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 316407070, purpose_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 422937596, description_);
}
- if (((bitField0_ & 0x00001000) != 0)) {
+ if (((bitField0_ & 0x00002000) != 0)) {
output.writeInt32(453565747, prefixLength_);
}
- if (((bitField0_ & 0x00008000) != 0)) {
+ if (((bitField0_ & 0x00010000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 456214797, selfLink_);
}
if (((bitField0_ & 0x00000001) != 0)) {
@@ -2924,7 +3039,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
}
com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 500195327);
- if (((bitField0_ & 0x00000800) != 0)) {
+ if (((bitField0_ & 0x00001000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 517397843, networkTier_);
}
getUnknownFields().writeTo(output);
@@ -2939,17 +3054,17 @@ public int getSerializedSize() {
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeUInt64Size(3355, id_);
}
- if (((bitField0_ & 0x00000080) != 0)) {
+ if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3292052, kind_);
}
- if (((bitField0_ & 0x00000200) != 0)) {
+ if (((bitField0_ & 0x00000400) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3373707, name_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size +=
com.google.protobuf.GeneratedMessageV3.computeStringSize(30525366, creationTimestamp_);
}
- if (((bitField0_ & 0x00000040) != 0)) {
+ if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(97501004, ipv6EndpointType_);
}
{
@@ -2960,38 +3075,41 @@ public int getSerializedSize() {
size += dataSize;
size += 5 * getUsersList().size();
}
- if (((bitField0_ & 0x00004000) != 0)) {
+ if (((bitField0_ & 0x00008000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(138946292, region_);
}
- if (((bitField0_ & 0x00000100) != 0)) {
+ if (((bitField0_ & 0x00000020) != 0)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(176818358, ipCollection_);
+ }
+ if (((bitField0_ & 0x00000200) != 0)) {
size +=
com.google.protobuf.GeneratedMessageV3.computeStringSize(178124825, labelFingerprint_);
}
- if (((bitField0_ & 0x00010000) != 0)) {
+ if (((bitField0_ & 0x00020000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(181260274, status_);
}
- if (((bitField0_ & 0x00000400) != 0)) {
+ if (((bitField0_ & 0x00000800) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(232872494, network_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(264307877, addressType_);
}
- if (((bitField0_ & 0x00000020) != 0)) {
+ if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(294959552, ipVersion_);
}
- if (((bitField0_ & 0x00020000) != 0)) {
+ if (((bitField0_ & 0x00040000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(307827694, subnetwork_);
}
- if (((bitField0_ & 0x00002000) != 0)) {
+ if (((bitField0_ & 0x00004000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(316407070, purpose_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(422937596, description_);
}
- if (((bitField0_ & 0x00001000) != 0)) {
+ if (((bitField0_ & 0x00002000) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(453565747, prefixLength_);
}
- if (((bitField0_ & 0x00008000) != 0)) {
+ if (((bitField0_ & 0x00010000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(456214797, selfLink_);
}
if (((bitField0_ & 0x00000001) != 0)) {
@@ -3007,7 +3125,7 @@ public int getSerializedSize() {
.build();
size += com.google.protobuf.CodedOutputStream.computeMessageSize(500195327, labels__);
}
- if (((bitField0_ & 0x00000800) != 0)) {
+ if (((bitField0_ & 0x00001000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(517397843, networkTier_);
}
size += getUnknownFields().getSerializedSize();
@@ -3045,6 +3163,10 @@ public boolean equals(final java.lang.Object obj) {
if (hasId()) {
if (getId() != other.getId()) return false;
}
+ if (hasIpCollection() != other.hasIpCollection()) return false;
+ if (hasIpCollection()) {
+ if (!getIpCollection().equals(other.getIpCollection())) return false;
+ }
if (hasIpVersion() != other.hasIpVersion()) return false;
if (hasIpVersion()) {
if (!getIpVersion().equals(other.getIpVersion())) return false;
@@ -3130,6 +3252,10 @@ public int hashCode() {
hash = (37 * hash) + ID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getId());
}
+ if (hasIpCollection()) {
+ hash = (37 * hash) + IP_COLLECTION_FIELD_NUMBER;
+ hash = (53 * hash) + getIpCollection().hashCode();
+ }
if (hasIpVersion()) {
hash = (37 * hash) + IP_VERSION_FIELD_NUMBER;
hash = (53 * hash) + getIpVersion().hashCode();
@@ -3366,6 +3492,7 @@ public Builder clear() {
creationTimestamp_ = "";
description_ = "";
id_ = 0L;
+ ipCollection_ = "";
ipVersion_ = "";
ipv6EndpointType_ = "";
kind_ = "";
@@ -3438,62 +3565,66 @@ private void buildPartial0(com.google.cloud.compute.v1.Address result) {
to_bitField0_ |= 0x00000010;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
- result.ipVersion_ = ipVersion_;
+ result.ipCollection_ = ipCollection_;
to_bitField0_ |= 0x00000020;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
- result.ipv6EndpointType_ = ipv6EndpointType_;
+ result.ipVersion_ = ipVersion_;
to_bitField0_ |= 0x00000040;
}
if (((from_bitField0_ & 0x00000080) != 0)) {
- result.kind_ = kind_;
+ result.ipv6EndpointType_ = ipv6EndpointType_;
to_bitField0_ |= 0x00000080;
}
if (((from_bitField0_ & 0x00000100) != 0)) {
- result.labelFingerprint_ = labelFingerprint_;
+ result.kind_ = kind_;
to_bitField0_ |= 0x00000100;
}
if (((from_bitField0_ & 0x00000200) != 0)) {
- result.labels_ = internalGetLabels();
- result.labels_.makeImmutable();
+ result.labelFingerprint_ = labelFingerprint_;
+ to_bitField0_ |= 0x00000200;
}
if (((from_bitField0_ & 0x00000400) != 0)) {
- result.name_ = name_;
- to_bitField0_ |= 0x00000200;
+ result.labels_ = internalGetLabels();
+ result.labels_.makeImmutable();
}
if (((from_bitField0_ & 0x00000800) != 0)) {
- result.network_ = network_;
+ result.name_ = name_;
to_bitField0_ |= 0x00000400;
}
if (((from_bitField0_ & 0x00001000) != 0)) {
- result.networkTier_ = networkTier_;
+ result.network_ = network_;
to_bitField0_ |= 0x00000800;
}
if (((from_bitField0_ & 0x00002000) != 0)) {
- result.prefixLength_ = prefixLength_;
+ result.networkTier_ = networkTier_;
to_bitField0_ |= 0x00001000;
}
if (((from_bitField0_ & 0x00004000) != 0)) {
- result.purpose_ = purpose_;
+ result.prefixLength_ = prefixLength_;
to_bitField0_ |= 0x00002000;
}
if (((from_bitField0_ & 0x00008000) != 0)) {
- result.region_ = region_;
+ result.purpose_ = purpose_;
to_bitField0_ |= 0x00004000;
}
if (((from_bitField0_ & 0x00010000) != 0)) {
- result.selfLink_ = selfLink_;
+ result.region_ = region_;
to_bitField0_ |= 0x00008000;
}
if (((from_bitField0_ & 0x00020000) != 0)) {
- result.status_ = status_;
+ result.selfLink_ = selfLink_;
to_bitField0_ |= 0x00010000;
}
if (((from_bitField0_ & 0x00040000) != 0)) {
- result.subnetwork_ = subnetwork_;
+ result.status_ = status_;
to_bitField0_ |= 0x00020000;
}
if (((from_bitField0_ & 0x00080000) != 0)) {
+ result.subnetwork_ = subnetwork_;
+ to_bitField0_ |= 0x00040000;
+ }
+ if (((from_bitField0_ & 0x00100000) != 0)) {
users_.makeImmutable();
result.users_ = users_;
}
@@ -3568,41 +3699,46 @@ public Builder mergeFrom(com.google.cloud.compute.v1.Address other) {
if (other.hasId()) {
setId(other.getId());
}
+ if (other.hasIpCollection()) {
+ ipCollection_ = other.ipCollection_;
+ bitField0_ |= 0x00000020;
+ onChanged();
+ }
if (other.hasIpVersion()) {
ipVersion_ = other.ipVersion_;
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
onChanged();
}
if (other.hasIpv6EndpointType()) {
ipv6EndpointType_ = other.ipv6EndpointType_;
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
onChanged();
}
if (other.hasKind()) {
kind_ = other.kind_;
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
onChanged();
}
if (other.hasLabelFingerprint()) {
labelFingerprint_ = other.labelFingerprint_;
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
onChanged();
}
internalGetMutableLabels().mergeFrom(other.internalGetLabels());
- bitField0_ |= 0x00000200;
+ bitField0_ |= 0x00000400;
if (other.hasName()) {
name_ = other.name_;
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00000800;
onChanged();
}
if (other.hasNetwork()) {
network_ = other.network_;
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00001000;
onChanged();
}
if (other.hasNetworkTier()) {
networkTier_ = other.networkTier_;
- bitField0_ |= 0x00001000;
+ bitField0_ |= 0x00002000;
onChanged();
}
if (other.hasPrefixLength()) {
@@ -3610,33 +3746,33 @@ public Builder mergeFrom(com.google.cloud.compute.v1.Address other) {
}
if (other.hasPurpose()) {
purpose_ = other.purpose_;
- bitField0_ |= 0x00004000;
+ bitField0_ |= 0x00008000;
onChanged();
}
if (other.hasRegion()) {
region_ = other.region_;
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00010000;
onChanged();
}
if (other.hasSelfLink()) {
selfLink_ = other.selfLink_;
- bitField0_ |= 0x00010000;
+ bitField0_ |= 0x00020000;
onChanged();
}
if (other.hasStatus()) {
status_ = other.status_;
- bitField0_ |= 0x00020000;
+ bitField0_ |= 0x00040000;
onChanged();
}
if (other.hasSubnetwork()) {
subnetwork_ = other.subnetwork_;
- bitField0_ |= 0x00040000;
+ bitField0_ |= 0x00080000;
onChanged();
}
if (!other.users_.isEmpty()) {
if (users_.isEmpty()) {
users_ = other.users_;
- bitField0_ |= 0x00080000;
+ bitField0_ |= 0x00100000;
} else {
ensureUsersIsMutable();
users_.addAll(other.users_);
@@ -3678,13 +3814,13 @@ public Builder mergeFrom(
case 26336418:
{
kind_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
break;
} // case 26336418
case 26989658:
{
name_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00000800;
break;
} // case 26989658
case 244202930:
@@ -3696,7 +3832,7 @@ public Builder mergeFrom(
case 780008034:
{
ipv6EndpointType_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
break;
} // case 780008034
case 892629058:
@@ -3709,25 +3845,31 @@ public Builder mergeFrom(
case 1111570338:
{
region_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00010000;
break;
} // case 1111570338
+ case 1414546866:
+ {
+ ipCollection_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000020;
+ break;
+ } // case 1414546866
case 1424998602:
{
labelFingerprint_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
break;
} // case 1424998602
case 1450082194:
{
status_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00020000;
+ bitField0_ |= 0x00040000;
break;
} // case 1450082194
case 1862979954:
{
network_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00001000;
break;
} // case 1862979954
case 2114463018:
@@ -3739,19 +3881,19 @@ public Builder mergeFrom(
case -1935290878:
{
ipVersion_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
break;
} // case -1935290878
case -1832345742:
{
subnetwork_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00040000;
+ bitField0_ |= 0x00080000;
break;
} // case -1832345742
case -1763710734:
{
purpose_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00004000;
+ bitField0_ |= 0x00008000;
break;
} // case -1763710734
case -911466526:
@@ -3763,13 +3905,13 @@ public Builder mergeFrom(
case -666441320:
{
prefixLength_ = input.readInt32();
- bitField0_ |= 0x00002000;
+ bitField0_ |= 0x00004000;
break;
} // case -666441320
case -645248918:
{
selfLink_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00010000;
+ bitField0_ |= 0x00020000;
break;
} // case -645248918
case -591601758:
@@ -3787,13 +3929,13 @@ public Builder mergeFrom(
internalGetMutableLabels()
.getMutableMap()
.put(labels__.getKey(), labels__.getValue());
- bitField0_ |= 0x00000200;
+ bitField0_ |= 0x00000400;
break;
} // case -293404678
case -155784550:
{
networkTier_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00001000;
+ bitField0_ |= 0x00002000;
break;
} // case -155784550
default:
@@ -4079,7 +4221,7 @@ public Builder setAddressTypeBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -4095,7 +4237,7 @@ public boolean hasCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -4119,7 +4261,7 @@ public java.lang.String getCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -4143,7 +4285,7 @@ public com.google.protobuf.ByteString getCreationTimestampBytes() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -4166,7 +4308,7 @@ public Builder setCreationTimestamp(java.lang.String value) {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -4185,7 +4327,7 @@ public Builder clearCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -4343,7 +4485,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -4360,7 +4502,7 @@ public boolean hasId() {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -4377,7 +4519,7 @@ public long getId() {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -4398,7 +4540,7 @@ public Builder setId(long value) {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -4413,6 +4555,216 @@ public Builder clearId() {
return this;
}
+ private java.lang.Object ipCollection_ = "";
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return Whether the ipCollection field is set.
+ */
+ public boolean hasIpCollection() {
+ return ((bitField0_ & 0x00000020) != 0);
+ }
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return The ipCollection.
+ */
+ public java.lang.String getIpCollection() {
+ java.lang.Object ref = ipCollection_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ ipCollection_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return The bytes for ipCollection.
+ */
+ public com.google.protobuf.ByteString getIpCollectionBytes() {
+ java.lang.Object ref = ipCollection_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ ipCollection_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @param value The ipCollection to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIpCollection(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ ipCollection_ = value;
+ bitField0_ |= 0x00000020;
+ onChanged();
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearIpCollection() {
+ ipCollection_ = getDefaultInstance().getIpCollection();
+ bitField0_ = (bitField0_ & ~0x00000020);
+ onChanged();
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @param value The bytes for ipCollection to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIpCollectionBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ ipCollection_ = value;
+ bitField0_ |= 0x00000020;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object ipVersion_ = "";
/**
@@ -4428,7 +4780,7 @@ public Builder clearId() {
* @return Whether the ipVersion field is set.
*/
public boolean hasIpVersion() {
- return ((bitField0_ & 0x00000020) != 0);
+ return ((bitField0_ & 0x00000040) != 0);
}
/**
@@ -4497,7 +4849,7 @@ public Builder setIpVersion(java.lang.String value) {
throw new NullPointerException();
}
ipVersion_ = value;
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
onChanged();
return this;
}
@@ -4516,7 +4868,7 @@ public Builder setIpVersion(java.lang.String value) {
*/
public Builder clearIpVersion() {
ipVersion_ = getDefaultInstance().getIpVersion();
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
@@ -4540,7 +4892,7 @@ public Builder setIpVersionBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
ipVersion_ = value;
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
onChanged();
return this;
}
@@ -4562,7 +4914,7 @@ public Builder setIpVersionBytes(com.google.protobuf.ByteString value) {
* @return Whether the ipv6EndpointType field is set.
*/
public boolean hasIpv6EndpointType() {
- return ((bitField0_ & 0x00000040) != 0);
+ return ((bitField0_ & 0x00000080) != 0);
}
/**
@@ -4637,7 +4989,7 @@ public Builder setIpv6EndpointType(java.lang.String value) {
throw new NullPointerException();
}
ipv6EndpointType_ = value;
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
onChanged();
return this;
}
@@ -4658,7 +5010,7 @@ public Builder setIpv6EndpointType(java.lang.String value) {
*/
public Builder clearIpv6EndpointType() {
ipv6EndpointType_ = getDefaultInstance().getIpv6EndpointType();
- bitField0_ = (bitField0_ & ~0x00000040);
+ bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
@@ -4684,7 +5036,7 @@ public Builder setIpv6EndpointTypeBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
ipv6EndpointType_ = value;
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
onChanged();
return this;
}
@@ -4695,7 +5047,7 @@ public Builder setIpv6EndpointTypeBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -4704,14 +5056,14 @@ public Builder setIpv6EndpointTypeBytes(com.google.protobuf.ByteString value) {
* @return Whether the kind field is set.
*/
public boolean hasKind() {
- return ((bitField0_ & 0x00000080) != 0);
+ return ((bitField0_ & 0x00000100) != 0);
}
/**
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -4735,7 +5087,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -4759,7 +5111,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -4773,7 +5125,7 @@ public Builder setKind(java.lang.String value) {
throw new NullPointerException();
}
kind_ = value;
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
onChanged();
return this;
}
@@ -4782,7 +5134,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -4792,7 +5144,7 @@ public Builder setKind(java.lang.String value) {
*/
public Builder clearKind() {
kind_ = getDefaultInstance().getKind();
- bitField0_ = (bitField0_ & ~0x00000080);
+ bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
@@ -4801,7 +5153,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -4816,7 +5168,7 @@ public Builder setKindBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
kind_ = value;
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
onChanged();
return this;
}
@@ -4843,7 +5195,7 @@ public Builder setKindBytes(com.google.protobuf.ByteString value) {
* @return Whether the labelFingerprint field is set.
*/
public boolean hasLabelFingerprint() {
- return ((bitField0_ & 0x00000100) != 0);
+ return ((bitField0_ & 0x00000200) != 0);
}
/**
@@ -4933,7 +5285,7 @@ public Builder setLabelFingerprint(java.lang.String value) {
throw new NullPointerException();
}
labelFingerprint_ = value;
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
onChanged();
return this;
}
@@ -4959,7 +5311,7 @@ public Builder setLabelFingerprint(java.lang.String value) {
*/
public Builder clearLabelFingerprint() {
labelFingerprint_ = getDefaultInstance().getLabelFingerprint();
- bitField0_ = (bitField0_ & ~0x00000100);
+ bitField0_ = (bitField0_ & ~0x00000200);
onChanged();
return this;
}
@@ -4990,7 +5342,7 @@ public Builder setLabelFingerprintBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
labelFingerprint_ = value;
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
onChanged();
return this;
}
@@ -5012,7 +5364,7 @@ private com.google.protobuf.MapField
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -5995,14 +6347,14 @@ public Builder setPurposeBytes(com.google.protobuf.ByteString value) {
* @return Whether the region field is set.
*/
public boolean hasRegion() {
- return ((bitField0_ & 0x00008000) != 0);
+ return ((bitField0_ & 0x00010000) != 0);
}
/**
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -6028,7 +6380,7 @@ public java.lang.String getRegion() {
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -6054,7 +6406,7 @@ public com.google.protobuf.ByteString getRegionBytes() {
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -6070,7 +6422,7 @@ public Builder setRegion(java.lang.String value) {
throw new NullPointerException();
}
region_ = value;
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00010000;
onChanged();
return this;
}
@@ -6079,7 +6431,7 @@ public Builder setRegion(java.lang.String value) {
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -6091,7 +6443,7 @@ public Builder setRegion(java.lang.String value) {
*/
public Builder clearRegion() {
region_ = getDefaultInstance().getRegion();
- bitField0_ = (bitField0_ & ~0x00008000);
+ bitField0_ = (bitField0_ & ~0x00010000);
onChanged();
return this;
}
@@ -6100,7 +6452,7 @@ public Builder clearRegion() {
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -6117,7 +6469,7 @@ public Builder setRegionBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
region_ = value;
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00010000;
onChanged();
return this;
}
@@ -6136,7 +6488,7 @@ public Builder setRegionBytes(com.google.protobuf.ByteString value) {
* @return Whether the selfLink field is set.
*/
public boolean hasSelfLink() {
- return ((bitField0_ & 0x00010000) != 0);
+ return ((bitField0_ & 0x00020000) != 0);
}
/**
@@ -6202,7 +6554,7 @@ public Builder setSelfLink(java.lang.String value) {
throw new NullPointerException();
}
selfLink_ = value;
- bitField0_ |= 0x00010000;
+ bitField0_ |= 0x00020000;
onChanged();
return this;
}
@@ -6220,7 +6572,7 @@ public Builder setSelfLink(java.lang.String value) {
*/
public Builder clearSelfLink() {
selfLink_ = getDefaultInstance().getSelfLink();
- bitField0_ = (bitField0_ & ~0x00010000);
+ bitField0_ = (bitField0_ & ~0x00020000);
onChanged();
return this;
}
@@ -6243,7 +6595,7 @@ public Builder setSelfLinkBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
selfLink_ = value;
- bitField0_ |= 0x00010000;
+ bitField0_ |= 0x00020000;
onChanged();
return this;
}
@@ -6254,7 +6606,7 @@ public Builder setSelfLinkBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -6267,14 +6619,14 @@ public Builder setSelfLinkBytes(com.google.protobuf.ByteString value) {
* @return Whether the status field is set.
*/
public boolean hasStatus() {
- return ((bitField0_ & 0x00020000) != 0);
+ return ((bitField0_ & 0x00040000) != 0);
}
/**
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -6302,7 +6654,7 @@ public java.lang.String getStatus() {
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -6330,7 +6682,7 @@ public com.google.protobuf.ByteString getStatusBytes() {
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -6348,7 +6700,7 @@ public Builder setStatus(java.lang.String value) {
throw new NullPointerException();
}
status_ = value;
- bitField0_ |= 0x00020000;
+ bitField0_ |= 0x00040000;
onChanged();
return this;
}
@@ -6357,7 +6709,7 @@ public Builder setStatus(java.lang.String value) {
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -6371,7 +6723,7 @@ public Builder setStatus(java.lang.String value) {
*/
public Builder clearStatus() {
status_ = getDefaultInstance().getStatus();
- bitField0_ = (bitField0_ & ~0x00020000);
+ bitField0_ = (bitField0_ & ~0x00040000);
onChanged();
return this;
}
@@ -6380,7 +6732,7 @@ public Builder clearStatus() {
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -6399,7 +6751,7 @@ public Builder setStatusBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
status_ = value;
- bitField0_ |= 0x00020000;
+ bitField0_ |= 0x00040000;
onChanged();
return this;
}
@@ -6420,7 +6772,7 @@ public Builder setStatusBytes(com.google.protobuf.ByteString value) {
* @return Whether the subnetwork field is set.
*/
public boolean hasSubnetwork() {
- return ((bitField0_ & 0x00040000) != 0);
+ return ((bitField0_ & 0x00080000) != 0);
}
/**
@@ -6492,7 +6844,7 @@ public Builder setSubnetwork(java.lang.String value) {
throw new NullPointerException();
}
subnetwork_ = value;
- bitField0_ |= 0x00040000;
+ bitField0_ |= 0x00080000;
onChanged();
return this;
}
@@ -6512,7 +6864,7 @@ public Builder setSubnetwork(java.lang.String value) {
*/
public Builder clearSubnetwork() {
subnetwork_ = getDefaultInstance().getSubnetwork();
- bitField0_ = (bitField0_ & ~0x00040000);
+ bitField0_ = (bitField0_ & ~0x00080000);
onChanged();
return this;
}
@@ -6537,7 +6889,7 @@ public Builder setSubnetworkBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
subnetwork_ = value;
- bitField0_ |= 0x00040000;
+ bitField0_ |= 0x00080000;
onChanged();
return this;
}
@@ -6549,7 +6901,7 @@ private void ensureUsersIsMutable() {
if (!users_.isModifiable()) {
users_ = new com.google.protobuf.LazyStringArrayList(users_);
}
- bitField0_ |= 0x00080000;
+ bitField0_ |= 0x00100000;
}
/**
@@ -6634,7 +6986,7 @@ public Builder setUsers(int index, java.lang.String value) {
}
ensureUsersIsMutable();
users_.set(index, value);
- bitField0_ |= 0x00080000;
+ bitField0_ |= 0x00100000;
onChanged();
return this;
}
@@ -6657,7 +7009,7 @@ public Builder addUsers(java.lang.String value) {
}
ensureUsersIsMutable();
users_.add(value);
- bitField0_ |= 0x00080000;
+ bitField0_ |= 0x00100000;
onChanged();
return this;
}
@@ -6677,7 +7029,7 @@ public Builder addUsers(java.lang.String value) {
public Builder addAllUsers(java.lang.Iterable
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -294,7 +294,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -319,7 +319,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -430,7 +430,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -446,7 +446,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -470,7 +470,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -500,7 +500,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -515,7 +515,7 @@ public com.google.protobuf.ProtocolStringList getUnreachablesList() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -530,7 +530,7 @@ public int getUnreachablesCount() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -546,7 +546,7 @@ public java.lang.String getUnreachables(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -1574,7 +1574,7 @@ public com.google.cloud.compute.v1.AddressesScopedList.Builder putItemsBuilderIf
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -1590,7 +1590,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -1614,7 +1614,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -1638,7 +1638,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -1661,7 +1661,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -1680,7 +1680,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -1856,7 +1856,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1871,7 +1871,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1894,7 +1894,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1917,7 +1917,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1939,7 +1939,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1957,7 +1957,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1990,7 +1990,7 @@ private void ensureUnreachablesIsMutable() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2006,7 +2006,7 @@ public com.google.protobuf.ProtocolStringList getUnreachablesList() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2021,7 +2021,7 @@ public int getUnreachablesCount() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2037,7 +2037,7 @@ public java.lang.String getUnreachables(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2053,7 +2053,7 @@ public com.google.protobuf.ByteString getUnreachablesBytes(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2077,7 +2077,7 @@ public Builder setUnreachables(int index, java.lang.String value) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2100,7 +2100,7 @@ public Builder addUnreachables(java.lang.String value) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2120,7 +2120,7 @@ public Builder addAllUnreachables(java.lang.Iterable
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2139,7 +2139,7 @@ public Builder clearUnreachables() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressAggregatedListOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressAggregatedListOrBuilder.java
index 3b6acca5e4a2..5ee5e6974f3c 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressAggregatedListOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressAggregatedListOrBuilder.java
@@ -130,7 +130,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -144,7 +144,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -158,7 +158,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of
* addresses.
*
*
@@ -223,7 +223,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -236,7 +236,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -249,7 +249,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -262,7 +262,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -275,7 +275,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -288,7 +288,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -302,7 +302,7 @@ com.google.cloud.compute.v1.AddressesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressList.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressList.java
index 98f36865a84f..27e48d7c38c5 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressList.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressList.java
@@ -223,7 +223,7 @@ public com.google.cloud.compute.v1.AddressOrBuilder getItemsOrBuilder(int index)
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -240,7 +240,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -265,7 +265,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -376,7 +376,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -392,7 +392,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -416,7 +416,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1534,7 +1534,7 @@ public java.util.List
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -1550,7 +1550,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -1574,7 +1574,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -1598,7 +1598,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -1621,7 +1621,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -1640,7 +1640,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -1816,7 +1816,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1831,7 +1831,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1854,7 +1854,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1877,7 +1877,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1899,7 +1899,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1917,7 +1917,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressListOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressListOrBuilder.java
index 11666371b063..c9405b0b8556 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressListOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressListOrBuilder.java
@@ -122,7 +122,7 @@ public interface AddressListOrBuilder
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -136,7 +136,7 @@ public interface AddressListOrBuilder
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -150,7 +150,7 @@ public interface AddressListOrBuilder
*
*
*
- * [Output Only] Type of resource. Always compute#addressList for
+ * Output only. [Output Only] Type of resource. Always compute#addressList for
* lists of addresses.
*
*
@@ -215,7 +215,7 @@ public interface AddressListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -228,7 +228,7 @@ public interface AddressListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -241,7 +241,7 @@ public interface AddressListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressOrBuilder.java
index 72bb426fcd8d..9a47fbee5340 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AddressOrBuilder.java
@@ -109,7 +109,7 @@ public interface AddressOrBuilder
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -123,7 +123,7 @@ public interface AddressOrBuilder
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -137,7 +137,7 @@ public interface AddressOrBuilder
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -193,7 +193,7 @@ public interface AddressOrBuilder
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -207,7 +207,7 @@ public interface AddressOrBuilder
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -217,6 +217,87 @@ public interface AddressOrBuilder
*/
long getId();
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return Whether the ipCollection field is set.
+ */
+ boolean hasIpCollection();
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return The ipCollection.
+ */
+ java.lang.String getIpCollection();
+
+ /**
+ *
+ *
+ *
+ * Reference to the source of external IPv4 addresses,
+ * like a PublicDelegatedPrefix (PDP) for BYOIP.
+ * The PDP must support enhanced IPv4 allocations.
+ *
+ * Use one of the following formats to specify a PDP when reserving an
+ * external IPv4 address using BYOIP.
+ *
+ * -
+ * Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * -
+ * Partial URL, as in
+ *
+ *
+ * - projects/projectId/regions/region/publicDelegatedPrefixes/pdp-name
+ * - regions/region/publicDelegatedPrefixes/pdp-name
+ *
+ *
+ * optional string ip_collection = 176818358;
+ *
+ * @return The bytes for ipCollection.
+ */
+ com.google.protobuf.ByteString getIpCollectionBytes();
+
/**
*
*
@@ -311,7 +392,7 @@ public interface AddressOrBuilder
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -325,7 +406,7 @@ public interface AddressOrBuilder
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -339,7 +420,7 @@ public interface AddressOrBuilder
*
*
*
- * [Output Only] Type of the resource. Always compute#address for
+ * Output only. [Output Only] Type of the resource. Always compute#address for
* addresses.
*
*
@@ -780,7 +861,7 @@ java.lang.String getLabelsOrDefault(
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -796,7 +877,7 @@ java.lang.String getLabelsOrDefault(
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -812,7 +893,7 @@ java.lang.String getLabelsOrDefault(
*
*
*
- * [Output Only] The URL of the region where a regional address resides.
+ * Output only. [Output Only] The URL of the region where a regional address resides.
* For regional addresses, you must specify the region as a path parameter in
* the HTTP request URL. *This field is not applicable to global
* addresses.*
@@ -867,7 +948,7 @@ java.lang.String getLabelsOrDefault(
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -885,7 +966,7 @@ java.lang.String getLabelsOrDefault(
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
@@ -903,7 +984,7 @@ java.lang.String getLabelsOrDefault(
*
*
*
- * [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
+ * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
* An address that is RESERVING is currently in the process of
* being reserved. A RESERVED address is currently reserved and
* available to use. An IN_USE address is currently being used
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationAggregateReservation.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationAggregateReservation.java
index f65d4a29603e..b4421d10078e 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationAggregateReservation.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationAggregateReservation.java
@@ -426,7 +426,7 @@ private WorkloadType(int value) {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -444,7 +444,7 @@ private WorkloadType(int value) {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -464,7 +464,7 @@ private WorkloadType(int value) {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -480,7 +480,7 @@ public int getInUseResourcesCount() {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -497,7 +497,7 @@ public int getInUseResourcesCount() {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1307,7 +1307,7 @@ private void ensureInUseResourcesIsMutable() {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1328,7 +1328,7 @@ private void ensureInUseResourcesIsMutable() {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1347,7 +1347,7 @@ public int getInUseResourcesCount() {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1367,7 +1367,7 @@ public int getInUseResourcesCount() {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1394,7 +1394,7 @@ public Builder setInUseResources(
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1419,7 +1419,7 @@ public Builder setInUseResources(
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1445,7 +1445,7 @@ public Builder addInUseResources(
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1472,7 +1472,7 @@ public Builder addInUseResources(
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1496,7 +1496,7 @@ public Builder addInUseResources(
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1521,7 +1521,7 @@ public Builder addInUseResources(
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1547,7 +1547,7 @@ public Builder addAllInUseResources(
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1569,7 +1569,7 @@ public Builder clearInUseResources() {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1591,7 +1591,7 @@ public Builder removeInUseResources(int index) {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1607,7 +1607,7 @@ public Builder removeInUseResources(int index) {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1627,7 +1627,7 @@ public Builder removeInUseResources(int index) {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1650,7 +1650,7 @@ public Builder removeInUseResources(int index) {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1669,7 +1669,7 @@ public Builder removeInUseResources(int index) {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -1689,7 +1689,7 @@ public Builder removeInUseResources(int index) {
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationAggregateReservationOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationAggregateReservationOrBuilder.java
index 4595c59acf36..6f532be20610 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationAggregateReservationOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationAggregateReservationOrBuilder.java
@@ -28,7 +28,7 @@ public interface AllocationAggregateReservationOrBuilder
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -42,7 +42,7 @@ public interface AllocationAggregateReservationOrBuilder
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -56,7 +56,7 @@ com.google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo g
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -69,7 +69,7 @@ com.google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo g
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
@@ -86,7 +86,7 @@ com.google.cloud.compute.v1.AllocationAggregateReservationReservedResourceInfo g
*
*
*
- * [Output only] List of resources currently in use.
+ * Output only. [Output only] List of resources currently in use.
*
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationSpecificSKUReservation.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationSpecificSKUReservation.java
index 8eea11e32776..929d93bf07c4 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationSpecificSKUReservation.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationSpecificSKUReservation.java
@@ -74,7 +74,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * [Output Only] Indicates how many instances are actually usable currently.
+ * Output only. [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
@@ -90,7 +90,7 @@ public boolean hasAssuredCount() {
*
*
*
- * [Output Only] Indicates how many instances are actually usable currently.
+ * Output only. [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
@@ -144,7 +144,7 @@ public long getCount() {
*
*
*
- * [Output Only] Indicates how many instances are in use.
+ * Output only. [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
@@ -160,7 +160,7 @@ public boolean hasInUseCount() {
*
*
*
- * [Output Only] Indicates how many instances are in use.
+ * Output only. [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
@@ -829,7 +829,7 @@ public Builder mergeFrom(
*
*
*
- * [Output Only] Indicates how many instances are actually usable currently.
+ * Output only. [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
@@ -845,7 +845,7 @@ public boolean hasAssuredCount() {
*
*
*
- * [Output Only] Indicates how many instances are actually usable currently.
+ * Output only. [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
@@ -861,7 +861,7 @@ public long getAssuredCount() {
*
*
*
- * [Output Only] Indicates how many instances are actually usable currently.
+ * Output only. [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
@@ -881,7 +881,7 @@ public Builder setAssuredCount(long value) {
*
*
*
- * [Output Only] Indicates how many instances are actually usable currently.
+ * Output only. [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
@@ -973,7 +973,7 @@ public Builder clearCount() {
*
*
*
- * [Output Only] Indicates how many instances are in use.
+ * Output only. [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
@@ -989,7 +989,7 @@ public boolean hasInUseCount() {
*
*
*
- * [Output Only] Indicates how many instances are in use.
+ * Output only. [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
@@ -1005,7 +1005,7 @@ public long getInUseCount() {
*
*
*
- * [Output Only] Indicates how many instances are in use.
+ * Output only. [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
@@ -1025,7 +1025,7 @@ public Builder setInUseCount(long value) {
*
*
*
- * [Output Only] Indicates how many instances are in use.
+ * Output only. [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationSpecificSKUReservationOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationSpecificSKUReservationOrBuilder.java
index bdbaae48c8e1..36422e0e2734 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationSpecificSKUReservationOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AllocationSpecificSKUReservationOrBuilder.java
@@ -28,7 +28,7 @@ public interface AllocationSpecificSKUReservationOrBuilder
*
*
*
- * [Output Only] Indicates how many instances are actually usable currently.
+ * Output only. [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
@@ -41,7 +41,7 @@ public interface AllocationSpecificSKUReservationOrBuilder
*
*
*
- * [Output Only] Indicates how many instances are actually usable currently.
+ * Output only. [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
@@ -80,7 +80,7 @@ public interface AllocationSpecificSKUReservationOrBuilder
*
*
*
- * [Output Only] Indicates how many instances are in use.
+ * Output only. [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
@@ -93,7 +93,7 @@ public interface AllocationSpecificSKUReservationOrBuilder
*
*
*
- * [Output Only] Indicates how many instances are in use.
+ * Output only. [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDisk.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDisk.java
index d7c35e9d88af..e1bfefb640be 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDisk.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDisk.java
@@ -77,7 +77,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
*
*
@@ -556,7 +556,7 @@ private Mode(int value) {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -852,7 +852,7 @@ private Type(int value) {
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -870,7 +870,7 @@ public boolean hasArchitecture() {
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -896,7 +896,7 @@ public java.lang.String getArchitecture() {
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -1384,7 +1384,7 @@ public com.google.cloud.compute.v1.GuestOsFeatureOrBuilder getGuestOsFeaturesOrB
*
*
*
- * [Output Only] A zero-based index to this disk, where 0 is reserved for the
+ * Output only. [Output Only] A zero-based index to this disk, where 0 is reserved for the
* boot disk. If you have many disks attached to an instance, each
* disk would have a unique index number.
*
@@ -1402,7 +1402,7 @@ public boolean hasIndex() {
*
*
*
- * [Output Only] A zero-based index to this disk, where 0 is reserved for the
+ * Output only. [Output Only] A zero-based index to this disk, where 0 is reserved for the
* boot disk. If you have many disks attached to an instance, each
* disk would have a unique index number.
*
@@ -1587,7 +1587,7 @@ public com.google.protobuf.ByteString getInterfaceBytes() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -1603,7 +1603,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -1627,7 +1627,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -1657,7 +1657,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -1672,7 +1672,7 @@ public com.google.protobuf.ProtocolStringList getLicensesList() {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -1687,7 +1687,7 @@ public int getLicensesCount() {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -1703,7 +1703,7 @@ public java.lang.String getLicenses(int index) {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -1799,7 +1799,7 @@ public com.google.protobuf.ByteString getModeBytes() {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -1820,7 +1820,7 @@ public boolean hasSavedState() {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -1849,7 +1849,7 @@ public java.lang.String getSavedState() {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -1881,7 +1881,7 @@ public com.google.protobuf.ByteString getSavedStateBytes() {
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -1899,7 +1899,7 @@ public boolean hasShieldedInstanceInitialState() {
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -1919,7 +1919,7 @@ public com.google.cloud.compute.v1.InitialStateConfig getShieldedInstanceInitial
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -3039,7 +3039,7 @@ public Builder mergeFrom(
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -3056,7 +3056,7 @@ public boolean hasArchitecture() {
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -3081,7 +3081,7 @@ public java.lang.String getArchitecture() {
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -3106,7 +3106,7 @@ public com.google.protobuf.ByteString getArchitectureBytes() {
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -3130,7 +3130,7 @@ public Builder setArchitecture(java.lang.String value) {
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -3150,7 +3150,7 @@ public Builder clearArchitecture() {
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -4506,7 +4506,7 @@ public com.google.cloud.compute.v1.GuestOsFeature.Builder addGuestOsFeaturesBuil
*
*
*
- * [Output Only] A zero-based index to this disk, where 0 is reserved for the
+ * Output only. [Output Only] A zero-based index to this disk, where 0 is reserved for the
* boot disk. If you have many disks attached to an instance, each
* disk would have a unique index number.
*
@@ -4524,7 +4524,7 @@ public boolean hasIndex() {
*
*
*
- * [Output Only] A zero-based index to this disk, where 0 is reserved for the
+ * Output only. [Output Only] A zero-based index to this disk, where 0 is reserved for the
* boot disk. If you have many disks attached to an instance, each
* disk would have a unique index number.
*
@@ -4542,7 +4542,7 @@ public int getIndex() {
*
*
*
- * [Output Only] A zero-based index to this disk, where 0 is reserved for the
+ * Output only. [Output Only] A zero-based index to this disk, where 0 is reserved for the
* boot disk. If you have many disks attached to an instance, each
* disk would have a unique index number.
*
@@ -4564,7 +4564,7 @@ public Builder setIndex(int value) {
*
*
*
- * [Output Only] A zero-based index to this disk, where 0 is reserved for the
+ * Output only. [Output Only] A zero-based index to this disk, where 0 is reserved for the
* boot disk. If you have many disks attached to an instance, each
* disk would have a unique index number.
*
@@ -5011,7 +5011,7 @@ public Builder setInterfaceBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -5026,7 +5026,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -5049,7 +5049,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -5072,7 +5072,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -5094,7 +5094,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -5112,7 +5112,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -5145,7 +5145,7 @@ private void ensureLicensesIsMutable() {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -5161,7 +5161,7 @@ public com.google.protobuf.ProtocolStringList getLicensesList() {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -5176,7 +5176,7 @@ public int getLicensesCount() {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -5192,7 +5192,7 @@ public java.lang.String getLicenses(int index) {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -5208,7 +5208,7 @@ public com.google.protobuf.ByteString getLicensesBytes(int index) {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -5232,7 +5232,7 @@ public Builder setLicenses(int index, java.lang.String value) {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -5255,7 +5255,7 @@ public Builder addLicenses(java.lang.String value) {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -5275,7 +5275,7 @@ public Builder addAllLicenses(java.lang.Iterable
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -5294,7 +5294,7 @@ public Builder clearLicenses() {
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -5458,7 +5458,7 @@ public Builder setModeBytes(com.google.protobuf.ByteString value) {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -5478,7 +5478,7 @@ public boolean hasSavedState() {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -5506,7 +5506,7 @@ public java.lang.String getSavedState() {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -5534,7 +5534,7 @@ public com.google.protobuf.ByteString getSavedStateBytes() {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -5561,7 +5561,7 @@ public Builder setSavedState(java.lang.String value) {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -5584,7 +5584,7 @@ public Builder clearSavedState() {
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -5619,7 +5619,7 @@ public Builder setSavedStateBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -5636,7 +5636,7 @@ public boolean hasShieldedInstanceInitialState() {
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -5659,7 +5659,7 @@ public com.google.cloud.compute.v1.InitialStateConfig getShieldedInstanceInitial
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -5685,7 +5685,7 @@ public Builder setShieldedInstanceInitialState(
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -5708,7 +5708,7 @@ public Builder setShieldedInstanceInitialState(
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -5740,7 +5740,7 @@ public Builder mergeShieldedInstanceInitialState(
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -5762,7 +5762,7 @@ public Builder clearShieldedInstanceInitialState() {
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -5780,7 +5780,7 @@ public Builder clearShieldedInstanceInitialState() {
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -5802,7 +5802,7 @@ public Builder clearShieldedInstanceInitialState() {
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskInitializeParams.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskInitializeParams.java
index 1aec8c1af4fd..3b67e731afe5 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskInitializeParams.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskInitializeParams.java
@@ -1347,9 +1347,11 @@ public int getResourceManagerTagsCount() {
*
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -1375,9 +1377,11 @@ public java.util.Map
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -1393,9 +1397,11 @@ public java.util.Map
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -1419,9 +1425,11 @@ public java.util.Map
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -4729,9 +4737,11 @@ public int getResourceManagerTagsCount() {
*
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -4757,9 +4767,11 @@ public java.util.Map
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -4775,9 +4787,11 @@ public java.util.Map
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -4801,9 +4815,11 @@ public java.util.Map
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -4833,9 +4849,11 @@ public Builder clearResourceManagerTags() {
*
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -4861,9 +4879,11 @@ public java.util.Map
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -4886,9 +4906,11 @@ public Builder putResourceManagerTags(java.lang.String key, java.lang.String val
*
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskInitializeParamsOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskInitializeParamsOrBuilder.java
index cb0f14bfd715..96ca3bae3cb9 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskInitializeParamsOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskInitializeParamsOrBuilder.java
@@ -616,9 +616,11 @@ java.lang.String getLabelsOrDefault(
*
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -631,9 +633,11 @@ java.lang.String getLabelsOrDefault(
*
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -650,9 +654,11 @@ java.lang.String getLabelsOrDefault(
*
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -665,9 +671,11 @@ java.lang.String getLabelsOrDefault(
*
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
@@ -684,9 +692,11 @@ java.lang.String getResourceManagerTagsOrDefault(
*
* Resource manager tags to be bound to the disk. Tag keys and values
* have the same definition as resource
- * manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and
- * values are in the format `tagValues/456`. The field is ignored (both PUT
- * & PATCH) when empty.
+ * manager tags. Keys and values can be either in numeric format,
+ * such as `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced
+ * format such as `{org_id|project_id}/{tag_key_short_name}` and
+ * `{tag_value_short_name}`. The field is ignored (both PUT & PATCH) when
+ * empty.
*
*
* map<string, string> resource_manager_tags = 377671164;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskOrBuilder.java
index bc010c2fda69..9707aa62f2df 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AttachedDiskOrBuilder.java
@@ -28,7 +28,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -43,7 +43,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -58,7 +58,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] The architecture of the attached disk. Valid values are ARM64
+ * Output only. [Output Only] The architecture of the attached disk. Valid values are ARM64
* or X86_64.
* Check the Architecture enum for the list of possible values.
*
@@ -428,7 +428,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] A zero-based index to this disk, where 0 is reserved for the
+ * Output only. [Output Only] A zero-based index to this disk, where 0 is reserved for the
* boot disk. If you have many disks attached to an instance, each
* disk would have a unique index number.
*
@@ -443,7 +443,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] A zero-based index to this disk, where 0 is reserved for the
+ * Output only. [Output Only] A zero-based index to this disk, where 0 is reserved for the
* boot disk. If you have many disks attached to an instance, each
* disk would have a unique index number.
*
@@ -573,7 +573,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -586,7 +586,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -599,7 +599,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
+ * Output only. [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.
*
*
* optional string kind = 3292052;
@@ -612,7 +612,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -625,7 +625,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -638,7 +638,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -652,7 +652,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] Any valid publicly visible licenses.
+ * Output only. [Output Only] Any valid publicly visible licenses.
*
*
* repeated string licenses = 337642578;
@@ -711,7 +711,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -729,7 +729,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -747,7 +747,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
+ * Output only. For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
* field is set to PRESERVED if the LocalSSD data has been saved
* to a persistent location by customer request. (see the
* discard_local_ssd option on Stop/Suspend).
@@ -765,7 +765,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -780,7 +780,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
@@ -795,7 +795,7 @@ public interface AttachedDiskOrBuilder
*
*
*
- * [Output Only] shielded vm initial state stored on disk
+ * Output only. [Output Only] shielded vm initial state stored on disk
*
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/Autoscaler.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/Autoscaler.java
index 153a9696565a..42c742ca548d 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/Autoscaler.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/Autoscaler.java
@@ -394,7 +394,7 @@ public com.google.cloud.compute.v1.AutoscalingPolicyOrBuilder getAutoscalingPoli
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -411,7 +411,7 @@ public boolean hasCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -436,7 +436,7 @@ public java.lang.String getCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -536,7 +536,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -553,7 +553,7 @@ public boolean hasId() {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -575,7 +575,7 @@ public long getId() {
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -592,7 +592,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -617,7 +617,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -732,7 +732,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
*
- * [Output Only] Target recommended MIG size (number of instances) computed by
+ * Output only. [Output Only] Target recommended MIG size (number of instances) computed by
* autoscaler. Autoscaler calculates the recommended MIG size even when the
* autoscaling policy mode is different from ON. This field is empty when
* autoscaler is not connected to an existing managed instance group or
@@ -752,7 +752,7 @@ public boolean hasRecommendedSize() {
*
*
*
- * [Output Only] Target recommended MIG size (number of instances) computed by
+ * Output only. [Output Only] Target recommended MIG size (number of instances) computed by
* autoscaler. Autoscaler calculates the recommended MIG size even when the
* autoscaling policy mode is different from ON. This field is empty when
* autoscaler is not connected to an existing managed instance group or
@@ -777,7 +777,7 @@ public int getRecommendedSize() {
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -795,7 +795,7 @@ public boolean hasRegion() {
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -821,7 +821,7 @@ public java.lang.String getRegion() {
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -883,7 +883,7 @@ public int getScalingScheduleStatusCount() {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -910,7 +910,7 @@ public boolean containsScalingScheduleStatus(java.lang.String key) {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -927,7 +927,7 @@ public boolean containsScalingScheduleStatus(java.lang.String key) {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -952,7 +952,7 @@ public boolean containsScalingScheduleStatus(java.lang.String key) {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -1338,7 +1338,7 @@ public com.google.protobuf.ByteString getTargetBytes() {
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -1355,7 +1355,7 @@ public boolean hasZone() {
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -1380,7 +1380,7 @@ public java.lang.String getZone() {
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -2490,7 +2490,7 @@ public com.google.cloud.compute.v1.AutoscalingPolicyOrBuilder getAutoscalingPoli
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -2506,7 +2506,7 @@ public boolean hasCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -2530,7 +2530,7 @@ public java.lang.String getCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -2554,7 +2554,7 @@ public com.google.protobuf.ByteString getCreationTimestampBytes() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -2577,7 +2577,7 @@ public Builder setCreationTimestamp(java.lang.String value) {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -2596,7 +2596,7 @@ public Builder clearCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -2754,7 +2754,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -2771,7 +2771,7 @@ public boolean hasId() {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -2788,7 +2788,7 @@ public long getId() {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -2809,7 +2809,7 @@ public Builder setId(long value) {
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -2830,7 +2830,7 @@ public Builder clearId() {
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -2846,7 +2846,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -2870,7 +2870,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -2894,7 +2894,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -2917,7 +2917,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -2936,7 +2936,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -3124,7 +3124,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Target recommended MIG size (number of instances) computed by
+ * Output only. [Output Only] Target recommended MIG size (number of instances) computed by
* autoscaler. Autoscaler calculates the recommended MIG size even when the
* autoscaling policy mode is different from ON. This field is empty when
* autoscaler is not connected to an existing managed instance group or
@@ -3144,7 +3144,7 @@ public boolean hasRecommendedSize() {
*
*
*
- * [Output Only] Target recommended MIG size (number of instances) computed by
+ * Output only. [Output Only] Target recommended MIG size (number of instances) computed by
* autoscaler. Autoscaler calculates the recommended MIG size even when the
* autoscaling policy mode is different from ON. This field is empty when
* autoscaler is not connected to an existing managed instance group or
@@ -3164,7 +3164,7 @@ public int getRecommendedSize() {
*
*
*
- * [Output Only] Target recommended MIG size (number of instances) computed by
+ * Output only. [Output Only] Target recommended MIG size (number of instances) computed by
* autoscaler. Autoscaler calculates the recommended MIG size even when the
* autoscaling policy mode is different from ON. This field is empty when
* autoscaler is not connected to an existing managed instance group or
@@ -3188,7 +3188,7 @@ public Builder setRecommendedSize(int value) {
*
*
*
- * [Output Only] Target recommended MIG size (number of instances) computed by
+ * Output only. [Output Only] Target recommended MIG size (number of instances) computed by
* autoscaler. Autoscaler calculates the recommended MIG size even when the
* autoscaling policy mode is different from ON. This field is empty when
* autoscaler is not connected to an existing managed instance group or
@@ -3212,7 +3212,7 @@ public Builder clearRecommendedSize() {
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -3229,7 +3229,7 @@ public boolean hasRegion() {
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -3254,7 +3254,7 @@ public java.lang.String getRegion() {
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -3279,7 +3279,7 @@ public com.google.protobuf.ByteString getRegionBytes() {
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -3303,7 +3303,7 @@ public Builder setRegion(java.lang.String value) {
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -3323,7 +3323,7 @@ public Builder clearRegion() {
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -3412,7 +3412,7 @@ public int getScalingScheduleStatusCount() {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -3439,7 +3439,7 @@ public boolean containsScalingScheduleStatus(java.lang.String key) {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -3456,7 +3456,7 @@ public boolean containsScalingScheduleStatus(java.lang.String key) {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -3483,7 +3483,7 @@ public boolean containsScalingScheduleStatus(java.lang.String key) {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -3514,7 +3514,7 @@ public Builder clearScalingScheduleStatus() {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -3541,7 +3541,7 @@ public Builder removeScalingScheduleStatus(java.lang.String key) {
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -3565,7 +3565,7 @@ public Builder putScalingScheduleStatus(
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -3589,7 +3589,7 @@ public Builder putAllScalingScheduleStatus(
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -4549,7 +4549,7 @@ public Builder setTargetBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -4565,7 +4565,7 @@ public boolean hasZone() {
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -4589,7 +4589,7 @@ public java.lang.String getZone() {
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -4613,7 +4613,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -4636,7 +4636,7 @@ public Builder setZone(java.lang.String value) {
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -4655,7 +4655,7 @@ public Builder clearZone() {
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerAggregatedList.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerAggregatedList.java
index ed2689dc0af3..94e5d69b3cc2 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerAggregatedList.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerAggregatedList.java
@@ -281,7 +281,7 @@ public com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrThrow(java.la
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -298,7 +298,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -323,7 +323,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -434,7 +434,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -450,7 +450,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -474,7 +474,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -504,7 +504,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -520,7 +520,7 @@ public com.google.protobuf.ProtocolStringList getUnreachablesList() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -536,7 +536,7 @@ public int getUnreachablesCount() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -553,7 +553,7 @@ public java.lang.String getUnreachables(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -1582,7 +1582,7 @@ public com.google.cloud.compute.v1.AutoscalersScopedList.Builder putItemsBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -1598,7 +1598,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -1622,7 +1622,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -1646,7 +1646,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -1669,7 +1669,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -1688,7 +1688,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -1864,7 +1864,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1879,7 +1879,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1902,7 +1902,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1925,7 +1925,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1947,7 +1947,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1965,7 +1965,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1998,7 +1998,7 @@ private void ensureUnreachablesIsMutable() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -2015,7 +2015,7 @@ public com.google.protobuf.ProtocolStringList getUnreachablesList() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -2031,7 +2031,7 @@ public int getUnreachablesCount() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -2048,7 +2048,7 @@ public java.lang.String getUnreachables(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -2065,7 +2065,7 @@ public com.google.protobuf.ByteString getUnreachablesBytes(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -2090,7 +2090,7 @@ public Builder setUnreachables(int index, java.lang.String value) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -2114,7 +2114,7 @@ public Builder addUnreachables(java.lang.String value) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -2135,7 +2135,7 @@ public Builder addAllUnreachables(java.lang.Iterable
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -2155,7 +2155,7 @@ public Builder clearUnreachables() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerAggregatedListOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerAggregatedListOrBuilder.java
index c4b39b5dd67d..66fbdce2f654 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerAggregatedListOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerAggregatedListOrBuilder.java
@@ -135,7 +135,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -149,7 +149,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -163,7 +163,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
+ * Output only. [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of
* autoscalers.
*
*
@@ -228,7 +228,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -241,7 +241,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -254,7 +254,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -267,7 +267,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -281,7 +281,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -295,7 +295,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
@@ -310,7 +310,7 @@ com.google.cloud.compute.v1.AutoscalersScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
* end_interface: MixerListResponseWithEtagBuilder
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerList.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerList.java
index 2560fad59c27..34e6c5dc158a 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerList.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerList.java
@@ -223,7 +223,7 @@ public com.google.cloud.compute.v1.AutoscalerOrBuilder getItemsOrBuilder(int ind
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -240,7 +240,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -265,7 +265,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -376,7 +376,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -392,7 +392,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -416,7 +416,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1535,7 +1535,7 @@ public java.util.List
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -1551,7 +1551,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -1575,7 +1575,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -1599,7 +1599,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -1622,7 +1622,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -1641,7 +1641,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -1817,7 +1817,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1832,7 +1832,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1855,7 +1855,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1878,7 +1878,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1900,7 +1900,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1918,7 +1918,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerListOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerListOrBuilder.java
index 4a4482d7d148..afd568bf642b 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerListOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerListOrBuilder.java
@@ -122,7 +122,7 @@ public interface AutoscalerListOrBuilder
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -136,7 +136,7 @@ public interface AutoscalerListOrBuilder
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -150,7 +150,7 @@ public interface AutoscalerListOrBuilder
*
*
*
- * [Output Only] Type of resource. Always compute#autoscalerList
+ * Output only. [Output Only] Type of resource. Always compute#autoscalerList
* for lists of autoscalers.
*
*
@@ -215,7 +215,7 @@ public interface AutoscalerListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -228,7 +228,7 @@ public interface AutoscalerListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -241,7 +241,7 @@ public interface AutoscalerListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerOrBuilder.java
index 4cedc9002143..d22fa54e9fc2 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/AutoscalerOrBuilder.java
@@ -77,7 +77,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -91,7 +91,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -105,7 +105,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -161,7 +161,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -175,7 +175,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] The unique identifier for the resource. This identifier is
+ * Output only. [Output Only] The unique identifier for the resource. This identifier is
* defined by the server.
*
*
@@ -189,7 +189,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -203,7 +203,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -217,7 +217,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Type of the resource. Always compute#autoscaler
+ * Output only. [Output Only] Type of the resource. Always compute#autoscaler
* for autoscalers.
*
*
@@ -288,7 +288,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Target recommended MIG size (number of instances) computed by
+ * Output only. [Output Only] Target recommended MIG size (number of instances) computed by
* autoscaler. Autoscaler calculates the recommended MIG size even when the
* autoscaling policy mode is different from ON. This field is empty when
* autoscaler is not connected to an existing managed instance group or
@@ -305,7 +305,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Target recommended MIG size (number of instances) computed by
+ * Output only. [Output Only] Target recommended MIG size (number of instances) computed by
* autoscaler. Autoscaler calculates the recommended MIG size even when the
* autoscaling policy mode is different from ON. This field is empty when
* autoscaler is not connected to an existing managed instance group or
@@ -322,7 +322,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -337,7 +337,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -352,7 +352,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] URL of theregion
+ * Output only. [Output Only] URL of theregion
* where the instance group resides (for autoscalers living in regional
* scope).
*
@@ -367,7 +367,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -380,7 +380,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -398,7 +398,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -412,7 +412,7 @@ public interface AutoscalerOrBuilder
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -429,7 +429,7 @@ com.google.cloud.compute.v1.ScalingScheduleStatus getScalingScheduleStatusOrDefa
*
*
*
- * [Output Only] Status information of existing scaling schedules.
+ * Output only. [Output Only] Status information of existing scaling schedules.
*
*
*
@@ -687,7 +687,7 @@ com.google.cloud.compute.v1.ScalingScheduleStatus getScalingScheduleStatusOrThro
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -701,7 +701,7 @@ com.google.cloud.compute.v1.ScalingScheduleStatus getScalingScheduleStatusOrThro
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
@@ -715,7 +715,7 @@ com.google.cloud.compute.v1.ScalingScheduleStatus getScalingScheduleStatusOrThro
*
*
*
- * [Output Only] URL of thezone
+ * Output only. [Output Only] URL of thezone
* where the instance group resides (for autoscalers living in zonal scope).
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucket.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucket.java
index 7605448c2bad..aaa20d4d7165 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucket.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucket.java
@@ -948,7 +948,7 @@ public long getId() {
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -964,7 +964,7 @@ public boolean hasKind() {
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -988,7 +988,7 @@ public java.lang.String getKind() {
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -1316,7 +1316,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -1330,7 +1330,7 @@ public java.util.List
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -1345,7 +1345,7 @@ public java.util.List
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -1359,7 +1359,7 @@ public int getUsedByCount() {
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -1373,7 +1373,7 @@ public com.google.cloud.compute.v1.BackendBucketUsedBy getUsedBy(int index) {
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -3411,7 +3411,7 @@ public Builder clearId() {
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -3426,7 +3426,7 @@ public boolean hasKind() {
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -3449,7 +3449,7 @@ public java.lang.String getKind() {
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -3472,7 +3472,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -3494,7 +3494,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -3512,7 +3512,7 @@ public Builder clearKind() {
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -4205,7 +4205,7 @@ private void ensureUsedByIsMutable() {
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4222,7 +4222,7 @@ public java.util.List
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4239,7 +4239,7 @@ public int getUsedByCount() {
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4256,7 +4256,7 @@ public com.google.cloud.compute.v1.BackendBucketUsedBy getUsedBy(int index) {
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4279,7 +4279,7 @@ public Builder setUsedBy(int index, com.google.cloud.compute.v1.BackendBucketUse
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4300,7 +4300,7 @@ public Builder setUsedBy(
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4323,7 +4323,7 @@ public Builder addUsedBy(com.google.cloud.compute.v1.BackendBucketUsedBy value)
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4346,7 +4346,7 @@ public Builder addUsedBy(int index, com.google.cloud.compute.v1.BackendBucketUse
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4367,7 +4367,7 @@ public Builder addUsedBy(
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4388,7 +4388,7 @@ public Builder addUsedBy(
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4409,7 +4409,7 @@ public Builder addAllUsedBy(
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4429,7 +4429,7 @@ public Builder clearUsedBy() {
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4449,7 +4449,7 @@ public Builder removeUsedBy(int index) {
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4462,7 +4462,7 @@ public com.google.cloud.compute.v1.BackendBucketUsedBy.Builder getUsedByBuilder(
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4479,7 +4479,7 @@ public com.google.cloud.compute.v1.BackendBucketUsedByOrBuilder getUsedByOrBuild
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4497,7 +4497,7 @@ public com.google.cloud.compute.v1.BackendBucketUsedByOrBuilder getUsedByOrBuild
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4511,7 +4511,7 @@ public com.google.cloud.compute.v1.BackendBucketUsedBy.Builder addUsedByBuilder(
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -4525,7 +4525,7 @@ public com.google.cloud.compute.v1.BackendBucketUsedBy.Builder addUsedByBuilder(
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketList.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketList.java
index f8d00840103b..0b1e2cfb8779 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketList.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketList.java
@@ -223,7 +223,7 @@ public com.google.cloud.compute.v1.BackendBucketOrBuilder getItemsOrBuilder(int
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -239,7 +239,7 @@ public boolean hasKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -263,7 +263,7 @@ public java.lang.String getKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -373,7 +373,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -389,7 +389,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -413,7 +413,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1532,7 +1532,7 @@ public java.util.List
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1547,7 +1547,7 @@ public boolean hasKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1570,7 +1570,7 @@ public java.lang.String getKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1593,7 +1593,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1615,7 +1615,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1633,7 +1633,7 @@ public Builder clearKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1808,7 +1808,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1823,7 +1823,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1846,7 +1846,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1869,7 +1869,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1891,7 +1891,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1909,7 +1909,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketListOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketListOrBuilder.java
index e960ebfb0d1f..a907239671b7 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketListOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketListOrBuilder.java
@@ -123,7 +123,7 @@ public interface BackendBucketListOrBuilder
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -136,7 +136,7 @@ public interface BackendBucketListOrBuilder
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -149,7 +149,7 @@ public interface BackendBucketListOrBuilder
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -213,7 +213,7 @@ public interface BackendBucketListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -226,7 +226,7 @@ public interface BackendBucketListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -239,7 +239,7 @@ public interface BackendBucketListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketOrBuilder.java
index 131ff7c00f3d..a72ee737c0ca 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketOrBuilder.java
@@ -381,7 +381,7 @@ public interface BackendBucketOrBuilder
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -394,7 +394,7 @@ public interface BackendBucketOrBuilder
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -407,7 +407,7 @@ public interface BackendBucketOrBuilder
*
*
*
- * Type of the resource.
+ * Output only. Type of the resource.
*
*
* optional string kind = 3292052;
@@ -613,7 +613,7 @@ public interface BackendBucketOrBuilder
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -624,7 +624,7 @@ public interface BackendBucketOrBuilder
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -635,7 +635,7 @@ public interface BackendBucketOrBuilder
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -646,7 +646,7 @@ public interface BackendBucketOrBuilder
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
@@ -658,7 +658,7 @@ public interface BackendBucketOrBuilder
*
*
*
- * [Output Only] List of resources referencing that backend bucket.
+ * Output only. [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketUsedBy.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketUsedBy.java
index 96d97738ba9f..e4c0e833f5a9 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketUsedBy.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketUsedBy.java
@@ -73,7 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -90,7 +90,7 @@ public boolean hasReference() {
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -115,7 +115,7 @@ public java.lang.String getReference() {
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -492,7 +492,7 @@ public Builder mergeFrom(
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -508,7 +508,7 @@ public boolean hasReference() {
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -532,7 +532,7 @@ public java.lang.String getReference() {
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -556,7 +556,7 @@ public com.google.protobuf.ByteString getReferenceBytes() {
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -579,7 +579,7 @@ public Builder setReference(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -598,7 +598,7 @@ public Builder clearReference() {
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketUsedByOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketUsedByOrBuilder.java
index a753b960559c..8766ff9f8191 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketUsedByOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendBucketUsedByOrBuilder.java
@@ -28,7 +28,7 @@ public interface BackendBucketUsedByOrBuilder
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -42,7 +42,7 @@ public interface BackendBucketUsedByOrBuilder
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
@@ -56,7 +56,7 @@ public interface BackendBucketUsedByOrBuilder
*
*
*
- * [Output Only] Server-defined URL for UrlMaps referencing that
+ * Output only. [Output Only] Server-defined URL for UrlMaps referencing that
* BackendBucket.
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendService.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendService.java
index 3649f204916e..afc760da95e7 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendService.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendService.java
@@ -2577,7 +2577,7 @@ public com.google.cloud.compute.v1.ConsistentHashLoadBalancerSettings getConsist
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -2594,7 +2594,7 @@ public boolean hasCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -2619,7 +2619,7 @@ public java.lang.String getCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -3905,7 +3905,7 @@ public com.google.protobuf.ByteString getIpAddressSelectionPolicyBytes() {
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -3922,7 +3922,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -3947,7 +3947,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -5311,7 +5311,7 @@ public com.google.protobuf.ByteString getProtocolBytes() {
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -5330,7 +5330,7 @@ public boolean hasRegion() {
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -5357,7 +5357,7 @@ public java.lang.String getRegion() {
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -6083,7 +6083,7 @@ public com.google.cloud.compute.v1.BackendServiceTlsSettingsOrBuilder getTlsSett
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -6097,7 +6097,7 @@ public java.util.List
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -6112,7 +6112,7 @@ public java.util.List
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -6126,7 +6126,7 @@ public int getUsedByCount() {
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -6140,7 +6140,7 @@ public com.google.cloud.compute.v1.BackendServiceUsedBy getUsedBy(int index) {
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -10108,7 +10108,7 @@ public Builder clearConsistentHash() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -10124,7 +10124,7 @@ public boolean hasCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -10148,7 +10148,7 @@ public java.lang.String getCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -10172,7 +10172,7 @@ public com.google.protobuf.ByteString getCreationTimestampBytes() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -10195,7 +10195,7 @@ public Builder setCreationTimestamp(java.lang.String value) {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -10214,7 +10214,7 @@ public Builder clearCreationTimestamp() {
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -13502,7 +13502,7 @@ public Builder setIpAddressSelectionPolicyBytes(com.google.protobuf.ByteString v
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -13518,7 +13518,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -13542,7 +13542,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -13566,7 +13566,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -13589,7 +13589,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -13608,7 +13608,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -17071,7 +17071,7 @@ public Builder setProtocolBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -17089,7 +17089,7 @@ public boolean hasRegion() {
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -17115,7 +17115,7 @@ public java.lang.String getRegion() {
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -17141,7 +17141,7 @@ public com.google.protobuf.ByteString getRegionBytes() {
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -17166,7 +17166,7 @@ public Builder setRegion(java.lang.String value) {
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -17187,7 +17187,7 @@ public Builder clearRegion() {
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -19013,7 +19013,7 @@ private void ensureUsedByIsMutable() {
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19030,7 +19030,7 @@ public java.util.List
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19047,7 +19047,7 @@ public int getUsedByCount() {
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19064,7 +19064,7 @@ public com.google.cloud.compute.v1.BackendServiceUsedBy getUsedBy(int index) {
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19087,7 +19087,7 @@ public Builder setUsedBy(int index, com.google.cloud.compute.v1.BackendServiceUs
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19108,7 +19108,7 @@ public Builder setUsedBy(
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19131,7 +19131,7 @@ public Builder addUsedBy(com.google.cloud.compute.v1.BackendServiceUsedBy value)
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19154,7 +19154,7 @@ public Builder addUsedBy(int index, com.google.cloud.compute.v1.BackendServiceUs
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19175,7 +19175,7 @@ public Builder addUsedBy(
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19196,7 +19196,7 @@ public Builder addUsedBy(
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19217,7 +19217,7 @@ public Builder addAllUsedBy(
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19237,7 +19237,7 @@ public Builder clearUsedBy() {
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19257,7 +19257,7 @@ public Builder removeUsedBy(int index) {
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19270,7 +19270,7 @@ public com.google.cloud.compute.v1.BackendServiceUsedBy.Builder getUsedByBuilder
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19287,7 +19287,7 @@ public com.google.cloud.compute.v1.BackendServiceUsedByOrBuilder getUsedByOrBuil
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19305,7 +19305,7 @@ public com.google.cloud.compute.v1.BackendServiceUsedByOrBuilder getUsedByOrBuil
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19319,7 +19319,7 @@ public com.google.cloud.compute.v1.BackendServiceUsedBy.Builder addUsedByBuilder
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -19333,7 +19333,7 @@ public com.google.cloud.compute.v1.BackendServiceUsedBy.Builder addUsedByBuilder
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceAggregatedList.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceAggregatedList.java
index e47acd8b7d72..a47e9068d08d 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceAggregatedList.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceAggregatedList.java
@@ -283,7 +283,7 @@ public com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrThrow(
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -299,7 +299,7 @@ public boolean hasKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -323,7 +323,7 @@ public java.lang.String getKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -433,7 +433,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -449,7 +449,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -473,7 +473,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -503,7 +503,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -518,7 +518,7 @@ public com.google.protobuf.ProtocolStringList getUnreachablesList() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -533,7 +533,7 @@ public int getUnreachablesCount() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -549,7 +549,7 @@ public java.lang.String getUnreachables(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -1594,7 +1594,7 @@ public com.google.cloud.compute.v1.BackendServicesScopedList.Builder putItemsBui
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1609,7 +1609,7 @@ public boolean hasKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1632,7 +1632,7 @@ public java.lang.String getKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1655,7 +1655,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1677,7 +1677,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1695,7 +1695,7 @@ public Builder clearKind() {
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -1870,7 +1870,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1885,7 +1885,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1908,7 +1908,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1931,7 +1931,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1953,7 +1953,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1971,7 +1971,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -2004,7 +2004,7 @@ private void ensureUnreachablesIsMutable() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2020,7 +2020,7 @@ public com.google.protobuf.ProtocolStringList getUnreachablesList() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2035,7 +2035,7 @@ public int getUnreachablesCount() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2051,7 +2051,7 @@ public java.lang.String getUnreachables(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2067,7 +2067,7 @@ public com.google.protobuf.ByteString getUnreachablesBytes(int index) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2091,7 +2091,7 @@ public Builder setUnreachables(int index, java.lang.String value) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2114,7 +2114,7 @@ public Builder addUnreachables(java.lang.String value) {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2134,7 +2134,7 @@ public Builder addAllUnreachables(java.lang.Iterable
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -2153,7 +2153,7 @@ public Builder clearUnreachables() {
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceAggregatedListOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceAggregatedListOrBuilder.java
index c32c3f39b634..0f61f49f9818 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceAggregatedListOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceAggregatedListOrBuilder.java
@@ -136,7 +136,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -149,7 +149,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -162,7 +162,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * Type of resource.
+ * Output only. Type of resource.
*
*
* optional string kind = 3292052;
@@ -226,7 +226,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -239,7 +239,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -252,7 +252,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -265,7 +265,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -278,7 +278,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -291,7 +291,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
@@ -305,7 +305,7 @@ com.google.cloud.compute.v1.BackendServicesScopedList getItemsOrDefault(
*
*
*
- * [Output Only] Unreachable resources.
+ * Output only. [Output Only] Unreachable resources.
*
*
* repeated string unreachables = 243372063;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceGroupHealth.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceGroupHealth.java
index c93acfe87e5b..af9020a3ba11 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceGroupHealth.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceGroupHealth.java
@@ -275,7 +275,7 @@ public com.google.cloud.compute.v1.HealthStatusOrBuilder getHealthStatusOrBuilde
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -292,7 +292,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -317,7 +317,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -1387,7 +1387,7 @@ public com.google.cloud.compute.v1.HealthStatus.Builder addHealthStatusBuilder(i
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -1403,7 +1403,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -1427,7 +1427,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -1451,7 +1451,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -1474,7 +1474,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -1493,7 +1493,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceGroupHealthOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceGroupHealthOrBuilder.java
index 29153ea16af9..80810d925372 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceGroupHealthOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceGroupHealthOrBuilder.java
@@ -152,7 +152,7 @@ java.lang.String getAnnotationsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -166,7 +166,7 @@ java.lang.String getAnnotationsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
@@ -180,7 +180,7 @@ java.lang.String getAnnotationsOrDefault(
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend
* services.
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceIAP.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceIAP.java
index 92a43d22cf8b..5aab34e35107 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceIAP.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceIAP.java
@@ -266,7 +266,7 @@ public com.google.protobuf.ByteString getOauth2ClientSecretBytes() {
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -282,7 +282,7 @@ public boolean hasOauth2ClientSecretSha256() {
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -306,7 +306,7 @@ public java.lang.String getOauth2ClientSecretSha256() {
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -1132,7 +1132,7 @@ public Builder setOauth2ClientSecretBytes(com.google.protobuf.ByteString value)
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -1147,7 +1147,7 @@ public boolean hasOauth2ClientSecretSha256() {
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -1170,7 +1170,7 @@ public java.lang.String getOauth2ClientSecretSha256() {
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -1193,7 +1193,7 @@ public com.google.protobuf.ByteString getOauth2ClientSecretSha256Bytes() {
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -1215,7 +1215,7 @@ public Builder setOauth2ClientSecretSha256(java.lang.String value) {
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -1233,7 +1233,7 @@ public Builder clearOauth2ClientSecretSha256() {
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceIAPOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceIAPOrBuilder.java
index 4bf0900cef6a..6fea35a66143 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceIAPOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceIAPOrBuilder.java
@@ -149,7 +149,7 @@ public interface BackendServiceIAPOrBuilder
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -162,7 +162,7 @@ public interface BackendServiceIAPOrBuilder
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
@@ -175,7 +175,7 @@ public interface BackendServiceIAPOrBuilder
*
*
*
- * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
+ * Output only. [Output Only] SHA256 hash value for the field oauth2_client_secret above.
*
*
* optional string oauth2_client_secret_sha256 = 112903782;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceList.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceList.java
index 61d5b9bd5f91..cf5fff803c64 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceList.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceList.java
@@ -223,7 +223,7 @@ public com.google.cloud.compute.v1.BackendServiceOrBuilder getItemsOrBuilder(int
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -239,7 +239,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -263,7 +263,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -373,7 +373,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -389,7 +389,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -413,7 +413,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1533,7 +1533,7 @@ public com.google.cloud.compute.v1.BackendService.Builder addItemsBuilder(int in
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -1548,7 +1548,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -1571,7 +1571,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -1594,7 +1594,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -1616,7 +1616,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -1634,7 +1634,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -1809,7 +1809,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1824,7 +1824,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1847,7 +1847,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1870,7 +1870,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1892,7 +1892,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1910,7 +1910,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListOrBuilder.java
index 62d63d9b00b5..1ecfd4f98959 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListOrBuilder.java
@@ -123,7 +123,7 @@ public interface BackendServiceListOrBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -136,7 +136,7 @@ public interface BackendServiceListOrBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -149,7 +149,7 @@ public interface BackendServiceListOrBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
+ * Output only. [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.
*
*
* optional string kind = 3292052;
@@ -213,7 +213,7 @@ public interface BackendServiceListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -226,7 +226,7 @@ public interface BackendServiceListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -239,7 +239,7 @@ public interface BackendServiceListOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListUsable.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListUsable.java
index ed8a7e4a9999..7b9afaaeeaba 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListUsable.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListUsable.java
@@ -223,7 +223,7 @@ public com.google.cloud.compute.v1.BackendServiceOrBuilder getItemsOrBuilder(int
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -240,7 +240,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -265,7 +265,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -376,7 +376,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -392,7 +392,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -416,7 +416,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1538,7 +1538,7 @@ public com.google.cloud.compute.v1.BackendService.Builder addItemsBuilder(int in
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -1554,7 +1554,7 @@ public boolean hasKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -1578,7 +1578,7 @@ public java.lang.String getKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -1602,7 +1602,7 @@ public com.google.protobuf.ByteString getKindBytes() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -1625,7 +1625,7 @@ public Builder setKind(java.lang.String value) {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -1644,7 +1644,7 @@ public Builder clearKind() {
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -1820,7 +1820,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1835,7 +1835,7 @@ public boolean hasSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1858,7 +1858,7 @@ public java.lang.String getSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1881,7 +1881,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1903,7 +1903,7 @@ public Builder setSelfLink(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -1921,7 +1921,7 @@ public Builder clearSelfLink() {
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListUsableOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListUsableOrBuilder.java
index 86428d37fdd1..9c6736e58943 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListUsableOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceListUsableOrBuilder.java
@@ -123,7 +123,7 @@ public interface BackendServiceListUsableOrBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -137,7 +137,7 @@ public interface BackendServiceListUsableOrBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -151,7 +151,7 @@ public interface BackendServiceListUsableOrBuilder
*
*
*
- * [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
+ * Output only. [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend
* services.
*
*
@@ -216,7 +216,7 @@ public interface BackendServiceListUsableOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -229,7 +229,7 @@ public interface BackendServiceListUsableOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
@@ -242,7 +242,7 @@ public interface BackendServiceListUsableOrBuilder
*
*
*
- * [Output Only] Server-defined URL for this resource.
+ * Output only. [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceOrBuilder.java
index e6ee3c2236b2..2ecbd75915eb 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceOrBuilder.java
@@ -410,7 +410,7 @@ public interface BackendServiceOrBuilder
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -424,7 +424,7 @@ public interface BackendServiceOrBuilder
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -438,7 +438,7 @@ public interface BackendServiceOrBuilder
*
*
*
- * [Output Only] Creation timestamp inRFC3339
+ * Output only. [Output Only] Creation timestamp inRFC3339
* text format.
*
*
@@ -1423,7 +1423,7 @@ com.google.cloud.compute.v1.BackendServiceCustomMetricOrBuilder getCustomMetrics
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -1437,7 +1437,7 @@ com.google.cloud.compute.v1.BackendServiceCustomMetricOrBuilder getCustomMetrics
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -1451,7 +1451,7 @@ com.google.cloud.compute.v1.BackendServiceCustomMetricOrBuilder getCustomMetrics
*
*
*
- * [Output Only] Type of resource. Always compute#backendService
+ * Output only. [Output Only] Type of resource. Always compute#backendService
* for backend services.
*
*
@@ -2481,7 +2481,7 @@ java.lang.String getMetadatasOrDefault(
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -2497,7 +2497,7 @@ java.lang.String getMetadatasOrDefault(
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -2513,7 +2513,7 @@ java.lang.String getMetadatasOrDefault(
*
*
*
- * [Output Only] URL of the region where the regional backend service
+ * Output only. [Output Only] URL of the region where the regional backend service
* resides. This field is not applicable to global backend services.
* You must specify this field as part of the HTTP request URL. It is
* not settable as a field in the request body.
@@ -3016,7 +3016,7 @@ java.lang.String getMetadatasOrDefault(
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -3027,7 +3027,7 @@ java.lang.String getMetadatasOrDefault(
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -3038,7 +3038,7 @@ java.lang.String getMetadatasOrDefault(
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -3049,7 +3049,7 @@ java.lang.String getMetadatasOrDefault(
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
@@ -3061,7 +3061,7 @@ java.lang.String getMetadatasOrDefault(
*
*
*
- * [Output Only] List of resources referencing given backend service.
+ * Output only. [Output Only] List of resources referencing given backend service.
*
*
* repeated .google.cloud.compute.v1.BackendServiceUsedBy used_by = 389320729;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceUsedBy.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceUsedBy.java
index 93d8838abfdb..8882d734acc0 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceUsedBy.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceUsedBy.java
@@ -73,7 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -91,7 +91,7 @@ public boolean hasReference() {
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -117,7 +117,7 @@ public java.lang.String getReference() {
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -495,7 +495,7 @@ public Builder mergeFrom(
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -512,7 +512,7 @@ public boolean hasReference() {
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -537,7 +537,7 @@ public java.lang.String getReference() {
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -562,7 +562,7 @@ public com.google.protobuf.ByteString getReferenceBytes() {
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -586,7 +586,7 @@ public Builder setReference(java.lang.String value) {
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -606,7 +606,7 @@ public Builder clearReference() {
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceUsedByOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceUsedByOrBuilder.java
index d469c3b95c29..724a2de2b0b2 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceUsedByOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceUsedByOrBuilder.java
@@ -28,7 +28,7 @@ public interface BackendServiceUsedByOrBuilder
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -43,7 +43,7 @@ public interface BackendServiceUsedByOrBuilder
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
@@ -58,7 +58,7 @@ public interface BackendServiceUsedByOrBuilder
*
*
*
- * [Output Only] Server-defined URL for resources referencing given
+ * Output only. [Output Only] Server-defined URL for resources referencing given
* BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies
* and ForwardingRule.
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRoute.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRoute.java
index 2ff2953310a2..1b7245a79d78 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRoute.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRoute.java
@@ -69,7 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
*
*
* Protobuf enum {@code google.cloud.compute.v1.BgpRoute.Origin}
@@ -209,7 +209,7 @@ private Origin(int value) {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -223,7 +223,7 @@ public java.util.List
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -238,7 +238,7 @@ public java.util.List
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -252,7 +252,7 @@ public int getAsPathsCount() {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -266,7 +266,7 @@ public com.google.cloud.compute.v1.BgpRouteAsPath getAsPaths(int index) {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -286,7 +286,7 @@ public com.google.cloud.compute.v1.BgpRouteAsPathOrBuilder getAsPathsOrBuilder(i
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -301,7 +301,7 @@ public com.google.protobuf.ProtocolStringList getCommunitiesList() {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -316,7 +316,7 @@ public int getCommunitiesCount() {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -332,7 +332,7 @@ public java.lang.String getCommunities(int index) {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -351,7 +351,7 @@ public com.google.protobuf.ByteString getCommunitiesBytes(int index) {
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -370,7 +370,7 @@ public boolean hasDestination() {
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -392,7 +392,7 @@ public com.google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation g
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -416,7 +416,7 @@ public com.google.cloud.compute.v1.BgpRouteNetworkLayerReachabilityInformation g
*
*
*
- * [Output only] BGP multi-exit discriminator
+ * Output only. [Output only] BGP multi-exit discriminator
*
*
* optional uint32 med = 107980;
@@ -432,7 +432,7 @@ public boolean hasMed() {
*
*
*
- * [Output only] BGP multi-exit discriminator
+ * Output only. [Output only] BGP multi-exit discriminator
*
*
* optional uint32 med = 107980;
@@ -453,7 +453,7 @@ public int getMed() {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -470,7 +470,7 @@ public boolean hasOrigin() {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -495,7 +495,7 @@ public java.lang.String getOrigin() {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -1062,7 +1062,7 @@ private void ensureAsPathsIsMutable() {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1079,7 +1079,7 @@ public java.util.List
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1096,7 +1096,7 @@ public int getAsPathsCount() {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1113,7 +1113,7 @@ public com.google.cloud.compute.v1.BgpRouteAsPath getAsPaths(int index) {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1136,7 +1136,7 @@ public Builder setAsPaths(int index, com.google.cloud.compute.v1.BgpRouteAsPath
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1157,7 +1157,7 @@ public Builder setAsPaths(
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1180,7 +1180,7 @@ public Builder addAsPaths(com.google.cloud.compute.v1.BgpRouteAsPath value) {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1203,7 +1203,7 @@ public Builder addAsPaths(int index, com.google.cloud.compute.v1.BgpRouteAsPath
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1223,7 +1223,7 @@ public Builder addAsPaths(com.google.cloud.compute.v1.BgpRouteAsPath.Builder bui
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1244,7 +1244,7 @@ public Builder addAsPaths(
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1265,7 +1265,7 @@ public Builder addAllAsPaths(
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1285,7 +1285,7 @@ public Builder clearAsPaths() {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1305,7 +1305,7 @@ public Builder removeAsPaths(int index) {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1318,7 +1318,7 @@ public com.google.cloud.compute.v1.BgpRouteAsPath.Builder getAsPathsBuilder(int
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1335,7 +1335,7 @@ public com.google.cloud.compute.v1.BgpRouteAsPathOrBuilder getAsPathsOrBuilder(i
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1353,7 +1353,7 @@ public com.google.cloud.compute.v1.BgpRouteAsPathOrBuilder getAsPathsOrBuilder(i
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1367,7 +1367,7 @@ public com.google.cloud.compute.v1.BgpRouteAsPath.Builder addAsPathsBuilder() {
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1381,7 +1381,7 @@ public com.google.cloud.compute.v1.BgpRouteAsPath.Builder addAsPathsBuilder(int
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -1422,7 +1422,7 @@ private void ensureCommunitiesIsMutable() {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -1438,7 +1438,7 @@ public com.google.protobuf.ProtocolStringList getCommunitiesList() {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -1453,7 +1453,7 @@ public int getCommunitiesCount() {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -1469,7 +1469,7 @@ public java.lang.String getCommunities(int index) {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -1485,7 +1485,7 @@ public com.google.protobuf.ByteString getCommunitiesBytes(int index) {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -1509,7 +1509,7 @@ public Builder setCommunities(int index, java.lang.String value) {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -1532,7 +1532,7 @@ public Builder addCommunities(java.lang.String value) {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -1552,7 +1552,7 @@ public Builder addAllCommunities(java.lang.Iterable
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -1571,7 +1571,7 @@ public Builder clearCommunities() {
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -1602,7 +1602,7 @@ public Builder addCommunitiesBytes(com.google.protobuf.ByteString value) {
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -1620,7 +1620,7 @@ public boolean hasDestination() {
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -1646,7 +1646,7 @@ public boolean hasDestination() {
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -1673,7 +1673,7 @@ public Builder setDestination(
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -1698,7 +1698,7 @@ public Builder setDestination(
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -1732,7 +1732,7 @@ public Builder mergeDestination(
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -1755,7 +1755,7 @@ public Builder clearDestination() {
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -1774,7 +1774,7 @@ public Builder clearDestination() {
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -1798,7 +1798,7 @@ public Builder clearDestination() {
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -1829,7 +1829,7 @@ public Builder clearDestination() {
*
*
*
- * [Output only] BGP multi-exit discriminator
+ * Output only. [Output only] BGP multi-exit discriminator
*
*
* optional uint32 med = 107980;
@@ -1845,7 +1845,7 @@ public boolean hasMed() {
*
*
*
- * [Output only] BGP multi-exit discriminator
+ * Output only. [Output only] BGP multi-exit discriminator
*
*
* optional uint32 med = 107980;
@@ -1861,7 +1861,7 @@ public int getMed() {
*
*
*
- * [Output only] BGP multi-exit discriminator
+ * Output only. [Output only] BGP multi-exit discriminator
*
*
* optional uint32 med = 107980;
@@ -1881,7 +1881,7 @@ public Builder setMed(int value) {
*
*
*
- * [Output only] BGP multi-exit discriminator
+ * Output only. [Output only] BGP multi-exit discriminator
*
*
* optional uint32 med = 107980;
@@ -1901,7 +1901,7 @@ public Builder clearMed() {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -1917,7 +1917,7 @@ public boolean hasOrigin() {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -1941,7 +1941,7 @@ public java.lang.String getOrigin() {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -1965,7 +1965,7 @@ public com.google.protobuf.ByteString getOriginBytes() {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -1988,7 +1988,7 @@ public Builder setOrigin(java.lang.String value) {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -2007,7 +2007,7 @@ public Builder clearOrigin() {
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteAsPath.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteAsPath.java
index b206cb8bfa30..f4b6b80eade1 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteAsPath.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteAsPath.java
@@ -69,7 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
*
*
* Protobuf enum {@code google.cloud.compute.v1.BgpRouteAsPath.Type}
@@ -202,7 +202,7 @@ private Type(int value) {
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -219,7 +219,7 @@ public java.util.List
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -235,7 +235,7 @@ public int getAsnsCount() {
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -259,7 +259,7 @@ public int getAsns(int index) {
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -277,7 +277,7 @@ public java.util.List
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -294,7 +294,7 @@ public int getAsns32Count() {
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -319,7 +319,7 @@ public int getAsns32(int index) {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -336,7 +336,7 @@ public boolean hasType() {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -361,7 +361,7 @@ public java.lang.String getType() {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -861,7 +861,7 @@ private void ensureAsnsIsMutable() {
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -878,7 +878,7 @@ public java.util.List
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -894,7 +894,7 @@ public int getAsnsCount() {
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -911,7 +911,7 @@ public int getAsns(int index) {
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -934,7 +934,7 @@ public Builder setAsns(int index, int value) {
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -956,7 +956,7 @@ public Builder addAsns(int value) {
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -977,7 +977,7 @@ public Builder addAllAsns(java.lang.Iterable extends java.lang.Integer> values
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -1005,7 +1005,7 @@ private void ensureAsns32IsMutable() {
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -1023,7 +1023,7 @@ public java.util.List
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -1040,7 +1040,7 @@ public int getAsns32Count() {
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -1058,7 +1058,7 @@ public int getAsns32(int index) {
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -1082,7 +1082,7 @@ public Builder setAsns32(int index, int value) {
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -1105,7 +1105,7 @@ public Builder addAsns32(int value) {
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -1127,7 +1127,7 @@ public Builder addAllAsns32(java.lang.Iterable extends java.lang.Integer> valu
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -1149,7 +1149,7 @@ public Builder clearAsns32() {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -1165,7 +1165,7 @@ public boolean hasType() {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -1189,7 +1189,7 @@ public java.lang.String getType() {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -1213,7 +1213,7 @@ public com.google.protobuf.ByteString getTypeBytes() {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -1236,7 +1236,7 @@ public Builder setType(java.lang.String value) {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -1255,7 +1255,7 @@ public Builder clearType() {
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteAsPathOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteAsPathOrBuilder.java
index 0a26b397c71b..6be2888a0841 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteAsPathOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteAsPathOrBuilder.java
@@ -28,7 +28,7 @@ public interface BgpRouteAsPathOrBuilder
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -42,7 +42,7 @@ public interface BgpRouteAsPathOrBuilder
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -56,7 +56,7 @@ public interface BgpRouteAsPathOrBuilder
*
*
*
- * [Output only] ASNs in the path segment. When type is SEQUENCE, these are
+ * Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are
* ordered.
*
*
@@ -71,7 +71,7 @@ public interface BgpRouteAsPathOrBuilder
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -86,7 +86,7 @@ public interface BgpRouteAsPathOrBuilder
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -101,7 +101,7 @@ public interface BgpRouteAsPathOrBuilder
*
*
*
- * [Output only] ASNs in the path segment. This field is for better
+ * Output only. [Output only] ASNs in the path segment. This field is for better
* support of 32 bit ASNs as the other asns field suffers from overflow when
* the ASN is larger. When type is SEQUENCE, these are ordered.
*
@@ -117,7 +117,7 @@ public interface BgpRouteAsPathOrBuilder
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -131,7 +131,7 @@ public interface BgpRouteAsPathOrBuilder
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
@@ -145,7 +145,7 @@ public interface BgpRouteAsPathOrBuilder
*
*
*
- * [Output only] Type of AS-PATH segment (SEQUENCE or SET)
+ * Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
* Check the Type enum for the list of possible values.
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteOrBuilder.java
index cb1b0da035a9..7fc840882756 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BgpRouteOrBuilder.java
@@ -28,7 +28,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -39,7 +39,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -50,7 +50,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -61,7 +61,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -73,7 +73,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] AS-PATH for the route
+ * Output only. [Output only] AS-PATH for the route
*
*
* repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929;
@@ -84,7 +84,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -97,7 +97,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -110,7 +110,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -124,7 +124,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] BGP communities in human-readable A:B format.
+ * Output only. [Output only] BGP communities in human-readable A:B format.
*
*
* repeated string communities = 188262983;
@@ -138,7 +138,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -154,7 +154,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -170,7 +170,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] Destination IP range for the route, in human-readable CIDR
+ * Output only. [Output only] Destination IP range for the route, in human-readable CIDR
* format
*
*
@@ -185,7 +185,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] BGP multi-exit discriminator
+ * Output only. [Output only] BGP multi-exit discriminator
*
*
* optional uint32 med = 107980;
@@ -198,7 +198,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] BGP multi-exit discriminator
+ * Output only. [Output only] BGP multi-exit discriminator
*
*
* optional uint32 med = 107980;
@@ -211,7 +211,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -225,7 +225,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
@@ -239,7 +239,7 @@ public interface BgpRouteOrBuilder
*
*
*
- * [Output only] BGP origin (EGP, IGP or INCOMPLETE)
+ * Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
* Check the Origin enum for the list of possible values.
*
*
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BulkInsertInstanceResourcePerInstanceProperties.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BulkInsertInstanceResourcePerInstanceProperties.java
index b41bc8d5c7c6..6dc6b9997ae2 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BulkInsertInstanceResourcePerInstanceProperties.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BulkInsertInstanceResourcePerInstanceProperties.java
@@ -151,7 +151,7 @@ public com.google.protobuf.ByteString getHostnameBytes() {
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -167,7 +167,7 @@ public boolean hasName() {
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -191,7 +191,7 @@ public java.lang.String getName() {
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -750,7 +750,7 @@ public Builder setHostnameBytes(com.google.protobuf.ByteString value) {
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -765,7 +765,7 @@ public boolean hasName() {
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -788,7 +788,7 @@ public java.lang.String getName() {
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -811,7 +811,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -833,7 +833,7 @@ public Builder setName(java.lang.String value) {
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -851,7 +851,7 @@ public Builder clearName() {
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BulkInsertInstanceResourcePerInstancePropertiesOrBuilder.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BulkInsertInstanceResourcePerInstancePropertiesOrBuilder.java
index d7e494ff4570..1e8daf50e6cf 100644
--- a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BulkInsertInstanceResourcePerInstancePropertiesOrBuilder.java
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BulkInsertInstanceResourcePerInstancePropertiesOrBuilder.java
@@ -70,7 +70,7 @@ public interface BulkInsertInstanceResourcePerInstancePropertiesOrBuilder
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -83,7 +83,7 @@ public interface BulkInsertInstanceResourcePerInstancePropertiesOrBuilder
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
@@ -96,7 +96,7 @@ public interface BulkInsertInstanceResourcePerInstancePropertiesOrBuilder
*
*
*
- * This field is only temporary. It will be removed. Do not use it.
+ * Output only. This field is only temporary. It will be removed. Do not use it.
*
*
* optional string name = 3373707;
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/CalendarModeAdviceRequest.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/CalendarModeAdviceRequest.java
new file mode 100644
index 000000000000..fd35b0bcde07
--- /dev/null
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/CalendarModeAdviceRequest.java
@@ -0,0 +1,962 @@
+/*
+ * Copyright 2025 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: google/cloud/compute/v1/compute.proto
+
+// Protobuf Java Version: 3.25.8
+package com.google.cloud.compute.v1;
+
+/**
+ *
+ *
+ *
+ * A request to recommend the best way to consume the specified resources in the
+ * future.
+ *
+ *
+ * Protobuf type {@code google.cloud.compute.v1.CalendarModeAdviceRequest}
+ */
+public final class CalendarModeAdviceRequest extends com.google.protobuf.GeneratedMessageV3
+ implements
+ // @@protoc_insertion_point(message_implements:google.cloud.compute.v1.CalendarModeAdviceRequest)
+ CalendarModeAdviceRequestOrBuilder {
+ private static final long serialVersionUID = 0L;
+
+ // Use CalendarModeAdviceRequest.newBuilder() to construct.
+ private CalendarModeAdviceRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ super(builder);
+ }
+
+ private CalendarModeAdviceRequest() {}
+
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+ return new CalendarModeAdviceRequest();
+ }
+
+ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+ return com.google.cloud.compute.v1.Compute
+ .internal_static_google_cloud_compute_v1_CalendarModeAdviceRequest_descriptor;
+ }
+
+ @SuppressWarnings({"rawtypes"})
+ @java.lang.Override
+ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
+ int number) {
+ switch (number) {
+ case 255012610:
+ return internalGetFutureResourcesSpecs();
+ default:
+ throw new RuntimeException("Invalid map field number: " + number);
+ }
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.google.cloud.compute.v1.Compute
+ .internal_static_google_cloud_compute_v1_CalendarModeAdviceRequest_fieldAccessorTable
+ .ensureFieldAccessorsInitialized(
+ com.google.cloud.compute.v1.CalendarModeAdviceRequest.class,
+ com.google.cloud.compute.v1.CalendarModeAdviceRequest.Builder.class);
+ }
+
+ public static final int FUTURE_RESOURCES_SPECS_FIELD_NUMBER = 255012610;
+
+ private static final class FutureResourcesSpecsDefaultEntryHolder {
+ static final com.google.protobuf.MapEntry<
+ java.lang.String, com.google.cloud.compute.v1.FutureResourcesSpec>
+ defaultEntry =
+ com.google.protobuf.MapEntry
+ .
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ @java.lang.Override
+ public boolean containsFutureResourcesSpecs(java.lang.String key) {
+ if (key == null) {
+ throw new NullPointerException("map key");
+ }
+ return internalGetFutureResourcesSpecs().getMap().containsKey(key);
+ }
+
+ /** Use {@link #getFutureResourcesSpecsMap()} instead. */
+ @java.lang.Override
+ @java.lang.Deprecated
+ public java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ @java.lang.Override
+ public java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ @java.lang.Override
+ public /* nullable */ com.google.cloud.compute.v1.FutureResourcesSpec
+ getFutureResourcesSpecsOrDefault(
+ java.lang.String key,
+ /* nullable */
+ com.google.cloud.compute.v1.FutureResourcesSpec defaultValue) {
+ if (key == null) {
+ throw new NullPointerException("map key");
+ }
+ java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ @java.lang.Override
+ public com.google.cloud.compute.v1.FutureResourcesSpec getFutureResourcesSpecsOrThrow(
+ java.lang.String key) {
+ if (key == null) {
+ throw new NullPointerException("map key");
+ }
+ java.util.Map
+ * A request to recommend the best way to consume the specified resources in the
+ * future.
+ *
+ *
+ * Protobuf type {@code google.cloud.compute.v1.CalendarModeAdviceRequest}
+ */
+ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ @java.lang.Override
+ public boolean containsFutureResourcesSpecs(java.lang.String key) {
+ if (key == null) {
+ throw new NullPointerException("map key");
+ }
+ return internalGetFutureResourcesSpecs().ensureBuilderMap().containsKey(key);
+ }
+
+ /** Use {@link #getFutureResourcesSpecsMap()} instead. */
+ @java.lang.Override
+ @java.lang.Deprecated
+ public java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ @java.lang.Override
+ public java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ @java.lang.Override
+ public /* nullable */ com.google.cloud.compute.v1.FutureResourcesSpec
+ getFutureResourcesSpecsOrDefault(
+ java.lang.String key,
+ /* nullable */
+ com.google.cloud.compute.v1.FutureResourcesSpec defaultValue) {
+ if (key == null) {
+ throw new NullPointerException("map key");
+ }
+ java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ @java.lang.Override
+ public com.google.cloud.compute.v1.FutureResourcesSpec getFutureResourcesSpecsOrThrow(
+ java.lang.String key) {
+ if (key == null) {
+ throw new NullPointerException("map key");
+ }
+ java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ public Builder removeFutureResourcesSpecs(java.lang.String key) {
+ if (key == null) {
+ throw new NullPointerException("map key");
+ }
+ internalGetMutableFutureResourcesSpecs().ensureBuilderMap().remove(key);
+ return this;
+ }
+
+ /** Use alternate mutation accessors instead. */
+ @java.lang.Deprecated
+ public java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ public Builder putFutureResourcesSpecs(
+ java.lang.String key, com.google.cloud.compute.v1.FutureResourcesSpec value) {
+ if (key == null) {
+ throw new NullPointerException("map key");
+ }
+ if (value == null) {
+ throw new NullPointerException("map value");
+ }
+ internalGetMutableFutureResourcesSpecs().ensureBuilderMap().put(key, value);
+ bitField0_ |= 0x00000001;
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ public Builder putAllFutureResourcesSpecs(
+ java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ public com.google.cloud.compute.v1.FutureResourcesSpec.Builder
+ putFutureResourcesSpecsBuilderIfAbsent(java.lang.String key) {
+ java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ int getFutureResourcesSpecsCount();
+
+ /**
+ *
+ *
+ *
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ boolean containsFutureResourcesSpecs(java.lang.String key);
+
+ /** Use {@link #getFutureResourcesSpecsMap()} instead. */
+ @java.lang.Deprecated
+ java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ java.util.Map
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ /* nullable */
+ com.google.cloud.compute.v1.FutureResourcesSpec getFutureResourcesSpecsOrDefault(
+ java.lang.String key,
+ /* nullable */
+ com.google.cloud.compute.v1.FutureResourcesSpec defaultValue);
+
+ /**
+ *
+ *
+ *
+ * Specification of resources to create in the future.
+ * The key of the map is an arbitrary string specified by the caller.
+ * Value of the map is a specification of required resources and their
+ * constraints. Currently only one value is allowed in this map.
+ *
+ *
+ *
+ * map<string, .google.cloud.compute.v1.FutureResourcesSpec> future_resources_specs = 255012610;
+ *
+ */
+ com.google.cloud.compute.v1.FutureResourcesSpec getFutureResourcesSpecsOrThrow(
+ java.lang.String key);
+}
diff --git a/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/CalendarModeAdviceResponse.java b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/CalendarModeAdviceResponse.java
new file mode 100644
index 000000000000..bf988af3612b
--- /dev/null
+++ b/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/CalendarModeAdviceResponse.java
@@ -0,0 +1,1050 @@
+/*
+ * Copyright 2025 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: google/cloud/compute/v1/compute.proto
+
+// Protobuf Java Version: 3.25.8
+package com.google.cloud.compute.v1;
+
+/**
+ *
+ *
+ *
+ * A response containing the recommended way of creating the specified resources
+ * in the future. It contains (will contain) multiple recommendations that can
+ * be analyzed by the customer and the best one can be picked.
+ *
+ *
+ * Protobuf type {@code google.cloud.compute.v1.CalendarModeAdviceResponse}
+ */
+public final class CalendarModeAdviceResponse extends com.google.protobuf.GeneratedMessageV3
+ implements
+ // @@protoc_insertion_point(message_implements:google.cloud.compute.v1.CalendarModeAdviceResponse)
+ CalendarModeAdviceResponseOrBuilder {
+ private static final long serialVersionUID = 0L;
+
+ // Use CalendarModeAdviceResponse.newBuilder() to construct.
+ private CalendarModeAdviceResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ super(builder);
+ }
+
+ private CalendarModeAdviceResponse() {
+ recommendations_ = java.util.Collections.emptyList();
+ }
+
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+ return new CalendarModeAdviceResponse();
+ }
+
+ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+ return com.google.cloud.compute.v1.Compute
+ .internal_static_google_cloud_compute_v1_CalendarModeAdviceResponse_descriptor;
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.google.cloud.compute.v1.Compute
+ .internal_static_google_cloud_compute_v1_CalendarModeAdviceResponse_fieldAccessorTable
+ .ensureFieldAccessorsInitialized(
+ com.google.cloud.compute.v1.CalendarModeAdviceResponse.class,
+ com.google.cloud.compute.v1.CalendarModeAdviceResponse.Builder.class);
+ }
+
+ public static final int RECOMMENDATIONS_FIELD_NUMBER = 324515802;
+
+ @SuppressWarnings("serial")
+ private java.util.List
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ @java.lang.Override
+ public java.util.List
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ @java.lang.Override
+ public java.util.List extends com.google.cloud.compute.v1.CalendarModeRecommendationOrBuilder>
+ getRecommendationsOrBuilderList() {
+ return recommendations_;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ @java.lang.Override
+ public int getRecommendationsCount() {
+ return recommendations_.size();
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ @java.lang.Override
+ public com.google.cloud.compute.v1.CalendarModeRecommendation getRecommendations(int index) {
+ return recommendations_.get(index);
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ @java.lang.Override
+ public com.google.cloud.compute.v1.CalendarModeRecommendationOrBuilder
+ getRecommendationsOrBuilder(int index) {
+ return recommendations_.get(index);
+ }
+
+ private byte memoizedIsInitialized = -1;
+
+ @java.lang.Override
+ public final boolean isInitialized() {
+ byte isInitialized = memoizedIsInitialized;
+ if (isInitialized == 1) return true;
+ if (isInitialized == 0) return false;
+
+ memoizedIsInitialized = 1;
+ return true;
+ }
+
+ @java.lang.Override
+ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+ for (int i = 0; i < recommendations_.size(); i++) {
+ output.writeMessage(324515802, recommendations_.get(i));
+ }
+ getUnknownFields().writeTo(output);
+ }
+
+ @java.lang.Override
+ public int getSerializedSize() {
+ int size = memoizedSize;
+ if (size != -1) return size;
+
+ size = 0;
+ for (int i = 0; i < recommendations_.size(); i++) {
+ size +=
+ com.google.protobuf.CodedOutputStream.computeMessageSize(
+ 324515802, recommendations_.get(i));
+ }
+ size += getUnknownFields().getSerializedSize();
+ memoizedSize = size;
+ return size;
+ }
+
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
+ if (obj == this) {
+ return true;
+ }
+ if (!(obj instanceof com.google.cloud.compute.v1.CalendarModeAdviceResponse)) {
+ return super.equals(obj);
+ }
+ com.google.cloud.compute.v1.CalendarModeAdviceResponse other =
+ (com.google.cloud.compute.v1.CalendarModeAdviceResponse) obj;
+
+ if (!getRecommendationsList().equals(other.getRecommendationsList())) return false;
+ if (!getUnknownFields().equals(other.getUnknownFields())) return false;
+ return true;
+ }
+
+ @java.lang.Override
+ public int hashCode() {
+ if (memoizedHashCode != 0) {
+ return memoizedHashCode;
+ }
+ int hash = 41;
+ hash = (19 * hash) + getDescriptor().hashCode();
+ if (getRecommendationsCount() > 0) {
+ hash = (37 * hash) + RECOMMENDATIONS_FIELD_NUMBER;
+ hash = (53 * hash) + getRecommendationsList().hashCode();
+ }
+ hash = (29 * hash) + getUnknownFields().hashCode();
+ memoizedHashCode = hash;
+ return hash;
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(
+ java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(
+ java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(
+ com.google.protobuf.ByteString data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(
+ com.google.protobuf.ByteString data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(
+ byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(
+ java.io.InputStream input) throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(
+ java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ PARSER, input, extensionRegistry);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseDelimitedFrom(
+ java.io.InputStream input) throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseDelimitedFrom(
+ java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ PARSER, input, extensionRegistry);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(
+ com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ }
+
+ public static com.google.cloud.compute.v1.CalendarModeAdviceResponse parseFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ PARSER, input, extensionRegistry);
+ }
+
+ @java.lang.Override
+ public Builder newBuilderForType() {
+ return newBuilder();
+ }
+
+ public static Builder newBuilder() {
+ return DEFAULT_INSTANCE.toBuilder();
+ }
+
+ public static Builder newBuilder(
+ com.google.cloud.compute.v1.CalendarModeAdviceResponse prototype) {
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
+ }
+
+ @java.lang.Override
+ public Builder toBuilder() {
+ return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ }
+
+ @java.lang.Override
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ Builder builder = new Builder(parent);
+ return builder;
+ }
+
+ /**
+ *
+ *
+ *
+ * A response containing the recommended way of creating the specified resources
+ * in the future. It contains (will contain) multiple recommendations that can
+ * be analyzed by the customer and the best one can be picked.
+ *
+ *
+ * Protobuf type {@code google.cloud.compute.v1.CalendarModeAdviceResponse}
+ */
+ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public java.util.List
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public int getRecommendationsCount() {
+ if (recommendationsBuilder_ == null) {
+ return recommendations_.size();
+ } else {
+ return recommendationsBuilder_.getCount();
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public com.google.cloud.compute.v1.CalendarModeRecommendation getRecommendations(int index) {
+ if (recommendationsBuilder_ == null) {
+ return recommendations_.get(index);
+ } else {
+ return recommendationsBuilder_.getMessage(index);
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public Builder setRecommendations(
+ int index, com.google.cloud.compute.v1.CalendarModeRecommendation value) {
+ if (recommendationsBuilder_ == null) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ ensureRecommendationsIsMutable();
+ recommendations_.set(index, value);
+ onChanged();
+ } else {
+ recommendationsBuilder_.setMessage(index, value);
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public Builder setRecommendations(
+ int index, com.google.cloud.compute.v1.CalendarModeRecommendation.Builder builderForValue) {
+ if (recommendationsBuilder_ == null) {
+ ensureRecommendationsIsMutable();
+ recommendations_.set(index, builderForValue.build());
+ onChanged();
+ } else {
+ recommendationsBuilder_.setMessage(index, builderForValue.build());
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public Builder addRecommendations(
+ com.google.cloud.compute.v1.CalendarModeRecommendation value) {
+ if (recommendationsBuilder_ == null) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ ensureRecommendationsIsMutable();
+ recommendations_.add(value);
+ onChanged();
+ } else {
+ recommendationsBuilder_.addMessage(value);
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public Builder addRecommendations(
+ int index, com.google.cloud.compute.v1.CalendarModeRecommendation value) {
+ if (recommendationsBuilder_ == null) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ ensureRecommendationsIsMutable();
+ recommendations_.add(index, value);
+ onChanged();
+ } else {
+ recommendationsBuilder_.addMessage(index, value);
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public Builder addRecommendations(
+ com.google.cloud.compute.v1.CalendarModeRecommendation.Builder builderForValue) {
+ if (recommendationsBuilder_ == null) {
+ ensureRecommendationsIsMutable();
+ recommendations_.add(builderForValue.build());
+ onChanged();
+ } else {
+ recommendationsBuilder_.addMessage(builderForValue.build());
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public Builder addRecommendations(
+ int index, com.google.cloud.compute.v1.CalendarModeRecommendation.Builder builderForValue) {
+ if (recommendationsBuilder_ == null) {
+ ensureRecommendationsIsMutable();
+ recommendations_.add(index, builderForValue.build());
+ onChanged();
+ } else {
+ recommendationsBuilder_.addMessage(index, builderForValue.build());
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public Builder addAllRecommendations(
+ java.lang.Iterable extends com.google.cloud.compute.v1.CalendarModeRecommendation>
+ values) {
+ if (recommendationsBuilder_ == null) {
+ ensureRecommendationsIsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(values, recommendations_);
+ onChanged();
+ } else {
+ recommendationsBuilder_.addAllMessages(values);
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public Builder clearRecommendations() {
+ if (recommendationsBuilder_ == null) {
+ recommendations_ = java.util.Collections.emptyList();
+ bitField0_ = (bitField0_ & ~0x00000001);
+ onChanged();
+ } else {
+ recommendationsBuilder_.clear();
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public Builder removeRecommendations(int index) {
+ if (recommendationsBuilder_ == null) {
+ ensureRecommendationsIsMutable();
+ recommendations_.remove(index);
+ onChanged();
+ } else {
+ recommendationsBuilder_.remove(index);
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public com.google.cloud.compute.v1.CalendarModeRecommendation.Builder getRecommendationsBuilder(
+ int index) {
+ return getRecommendationsFieldBuilder().getBuilder(index);
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public com.google.cloud.compute.v1.CalendarModeRecommendationOrBuilder
+ getRecommendationsOrBuilder(int index) {
+ if (recommendationsBuilder_ == null) {
+ return recommendations_.get(index);
+ } else {
+ return recommendationsBuilder_.getMessageOrBuilder(index);
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public java.util.List extends com.google.cloud.compute.v1.CalendarModeRecommendationOrBuilder>
+ getRecommendationsOrBuilderList() {
+ if (recommendationsBuilder_ != null) {
+ return recommendationsBuilder_.getMessageOrBuilderList();
+ } else {
+ return java.util.Collections.unmodifiableList(recommendations_);
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public com.google.cloud.compute.v1.CalendarModeRecommendation.Builder
+ addRecommendationsBuilder() {
+ return getRecommendationsFieldBuilder()
+ .addBuilder(com.google.cloud.compute.v1.CalendarModeRecommendation.getDefaultInstance());
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public com.google.cloud.compute.v1.CalendarModeRecommendation.Builder addRecommendationsBuilder(
+ int index) {
+ return getRecommendationsFieldBuilder()
+ .addBuilder(
+ index, com.google.cloud.compute.v1.CalendarModeRecommendation.getDefaultInstance());
+ }
+
+ /**
+ *
+ *
+ *
+ * Recommendations where, how and when to create the requested resources
+ * in order to maximize their obtainability and minimize cost.
+ *
+ *
+ *
+ * repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;
+ *
+ */
+ public java.util.List